.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP { position:relative;display:block; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP { background-color: transparent; background-image: none; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row .container > .video-iframe-container { display: none; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row > .video-iframe-container { display: none; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP { border-width: 0; border-radius: 0; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#UGihS5UKg3FyDepeWMuTygoRsD97EPpz { color:#000000;display:block;width:51px;position:absolute;font-family:"noto sans jp";font-size:14px;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:20px;left:850px;height:16.2px;font-style:normal;display:block; }
#I7C7QzWNa5KTBBiTZEOeRSqytngw8z8A { color:#000000;display:block;width:110px;position:absolute;font-family:"noto sans jp";font-size:14px;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:20px;left:941px;height:16.2px;font-style:normal;display:block; }
#bHV8T8TcMEp3oGSAq2OQNDkJzHaAmkf6 { color:#000000;display:block;width:40px;position:absolute;font-family:"noto sans jp";font-size:14px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:20px;left:1091px;height:16.2px;font-style:normal;display:block; }
#XqyRTzGXU4gAqdCXzv8wGcXQcxda18MW { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:200px;top:10px;left:15px;overflow:hidden;display:block; }
#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky { position:relative;display:block; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky { background-color: transparent; background-image: none; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container > .video-iframe-container { display: none; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row > .video-iframe-container { display: none; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky { border-width: 0; border-radius: 0; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lcbZlyhY/red_tika_horizontal.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#n3JtxUbKLw3e83Lsp9ay4ohihXNtZ7TJ { color:#000000;display:block;width:200px;position:absolute;font-family:"roboto condensed";font-size:40px;font-weight:300;z-index:100000;line-height:1;letter-spacing:0;top:30px;left:30px;height:79.2px;font-style:normal;display:block; }
#P2H9kbyrAm1PZrfvxHdxN6a1nueyWD1m { background-color:rgba(0,0,0,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans jp";font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:220px;height:40px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:30px;left:340px;display:block; }
#ZX5NDJVrsbG3BUFZqPeFPT7xiwaZ2ADi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#iSPS7hTnQToehFanEIXGtTeunyeza3mr { background-color:rgba(0,0,0,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans jp";font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:220px;height:40px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:30px;left:640px;display:block; }
#WWv7Gb7R2Pz8wPbtll1GUo6mZKWO5Jmx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#oUvets5tNZAhVDNy6Kw1Nwc9rf1SV3Ei { background-color:rgba(0,0,0,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans jp";font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:240px;height:40px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:30px;left:930px;display:block; }
#nTlTTZIzob7gFToJwrMyRdgNpugbV5zM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { display:block; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { background-color: transparent; background-image: none; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container > .video-iframe-container { display: none; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row > .video-iframe-container { display: none; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { border-width: 0; border-radius: 0; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gtoPPXlX/rakhi_bg.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;width:1200px;height:800px;font-size:14px;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:relative;display:block; }#BTu5lJQBFqtc69GpXzhFt3pdQeWfhahZ { color:#000000;display:block;width:778px;position:absolute;font-family:"noto sans jp";font-size:50px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:40px;left:422px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hH0pBruUdmdJWK7mWDCU25GvSz0QIArL { color:#000000;display:block;width:552px;position:absolute;font-family:"noto sans jp";font-size:25px;font-weight:300;z-index:100018;line-height:1.75;letter-spacing:0;top:258px;left:578px;height:225.994px;font-style:normal;display:block; }#hH0pBruUdmdJWK7mWDCU25GvSz0QIArL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hH0pBruUdmdJWK7mWDCU25GvSz0QIArL li:before{  }
#XfzyI1JuHqh3yZuDv1aWqslTJ3IfKX52 { color:#000000;display:block;width:620px;position:absolute;font-family:signika;font-size:40px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:612px;left:544px;height:51.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f { position:relative;display:block; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f { background-color: transparent; background-image: none; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row .container > .video-iframe-container { display: none; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row > .video-iframe-container { display: none; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f { border-width: 0; border-radius: 0; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:15px;width:1200px;position:relative;display:block; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ { position:relative;display:block; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ { background-color: transparent; background-image: none; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row .container > .video-iframe-container { display: none; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row > .video-iframe-container { display: none; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ { border-width: 0; border-radius: 0; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/554Edl9m/membership_thumb.png");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;font-size:14px;font-family:arial;height:636px;width:1200px;position:relative;display:block; }#LyIz9rWMq5nTIaMCs7TJ8LTpaTQzVRDK { color:#ffffff;display:block;width:63px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:50px;left:650px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCiXZrW15MRgxukzDqkBhROMydlEdwlN { color:#ffffff;display:block;width:63px;position:absolute;font-family:"source sans pro";font-size:15px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:81px;left:655px;height:19.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o23TaKVcDsuMQodQ1TdzNaKv7OITkkM5 { color:#2d2929;display:block;width:500px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:50px;left:50px;height:54.6px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QEL7m99B2TmECLutZFIUVIpiif9rIFrs { color:#2d2929;display:block;width:500px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:100px;left:50px;height:31.2px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#q2pFhEtxtaOayhye2aMfM9ANSW8AgqQe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SZzcqjsd/red_tika_short_1.png");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans jp";font-size:20px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:400px;height:60px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:150px;left:100px;display:block; }
#Ld1CFzKlWShlZWInTrv25ztlqJ4D3dB6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J { color:#000000;display:block;width:500px;position:absolute;font-family:raleway;font-size:25px;font-weight:400;z-index:100005;line-height:01.5;letter-spacing:0;top:223px;left:50px;height:286.384px;font-style:normal;text-align:left;text-align-last:left;display:block; }#wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
#pk9P6QGwTH4T8nJFT6HMRDfCst6FovfH { color:#000000;display:block;width:96px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:530px;left:455px;height:20.4px;text-align:center;text-align-last:center;display:block; }
#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB { position:relative;display:block; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB { background-color: transparent; background-image: none; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container > .video-iframe-container { display: none; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row > .video-iframe-container { display: none; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB { border-width: 0; border-radius: 0; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/J3MY7pbx/devi_thumb.png");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;font-size:14px;font-family:arial;height:579px;width:1200px;position:relative;display:block; }#XGEiELG3eTfqBCQ6VSDm9iPqbUoQf2MA { color:#2d2929;display:block;width:63px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:94px;left:99px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpkLirhbJS74FkPc9ekOa3binRlAolVe { color:#2d2929;display:block;width:63px;position:absolute;font-family:"source sans pro";font-size:15px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:118px;left:99px;height:19.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swN4hftbAvd45CaRXlKO9wC9wNkDLOBt { color:#2d2929;display:block;width:500px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:50px;left:650px;height:54.6px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MMJInkTZQy5RJ90CS978btSEHSIi6kmg { color:#000000;display:block;width:527px;position:absolute;font-family:raleway;font-size:25px;font-weight:300;z-index:100017;line-height:1.75;letter-spacing:0;top:229px;left:650px;height:313.394px;font-style:normal;text-align:left;text-align-last:left;display:block; }#MMJInkTZQy5RJ90CS978btSEHSIi6kmg li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#MMJInkTZQy5RJ90CS978btSEHSIi6kmg li:before{  }
#eApTR1NvGWuKsCtgaWxZJZ5pKcNqr3Sv { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:84px;top:72.5px;left:88px;overflow:hidden;display:block; }
#S9WIKO5XHIGoIKiv58OCEyO3TDALTfca { color:#2d2929;display:block;width:500px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:100px;left:650px;height:31.2px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Usg14a6ilCEqtONABUodcgBvxs4oOcxU { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/nliARk2p/red_tika_short_2.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:60px;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:139.01263427734px;left:700px;display:block; }
#S84B1wMQVXHUSMotGkqiOhDu9HvMt2y3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NeaHvNmlMEE4WfJfXfq2AANdqll1V1hU { color:#000000;display:block;width:88px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:506px;left:1090px;height:20.4px;display:block; }
#QorOyysT478Ix4MsZw9CtlemTzocUm48 { position:relative;display:block; }#QorOyysT478Ix4MsZw9CtlemTzocUm48 { background-color: transparent; background-image: none; }#QorOyysT478Ix4MsZw9CtlemTzocUm48::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row .container > .video-iframe-container { display: none; }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row > .video-iframe-container { display: none; }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QorOyysT478Ix4MsZw9CtlemTzocUm48 { border-width: 0; border-radius: 0; }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QT9F8PdA/meditation_thumb.png");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;font-size:14px;font-family:arial;height:720px;width:1200px;position:relative;display:block; }#TAgZxtT2wDJNZtF4D1HgHk8996xeSFSV { color:#2d2929;display:block;width:500px;position:absolute;font-family:"source sans pro";font-size:42px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:50px;left:50px;height:54.6px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7HZcV0seKsKix3N4X5yflurLPirNZhE { color:#2d2929;display:block;width:500px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:100px;left:50px;height:31.2px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Eqp3Infhfk5D5gdLFem5qSKFIReT14K0 { color:#000000;display:block;width:500px;position:absolute;font-family:raleway;font-size:25px;font-weight:300;z-index:100017;line-height:01.75;letter-spacing:0;top:222px;left:50px;height:432px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HJCLld4BdZUxkm3URyW04Ws8pZD7Skl4 { box-sizing:content-box;color:#8b4513;font-size:140px;font-weight:400;line-height:1;height:200px;width:200px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:0px;left:1000px;display:block; }
#Se4pqUFSNTPlConKn2PMiRORAFw1lTXW { color:#ffffff;display:block;width:80px;position:absolute;font-family:"noto sans jp";font-size:18px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:74px;left:1060px;height:46.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rVINHGxvb4BZV5WrMNHxM4WI9ucDszFK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OQJCAJ2W/red_tika_short_3.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:60px;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:150px;left:100px;display:block; }
#qbKb1ZL91smF5hcDhoNZp6wmyrWnds6A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CnxzJl6xLXFiNhKcvJu64IhKkpHi0Suw { color:#000000;display:block;width:87px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:665.5px;left:464px;height:20.4px;display:block; }
#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 { position:relative;display:block; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 { background-color: transparent; background-image: none; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row .container > .video-iframe-container { display: none; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row > .video-iframe-container { display: none; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 { border-width: 0; border-radius: 0; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:40px;width:1200px;position:relative;display:block; }#RgrTsOawrAXkvDBvGnAm1cAqc6abXHzZ { color:#000000;display:block;width:765px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:11px;left:15px;height:18px;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP { display:block; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGihS5UKg3FyDepeWMuTygoRsD97EPpz { top:20px;left:632px;width:51px;height:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I7C7QzWNa5KTBBiTZEOeRSqytngw8z8A { top:20px;left:654px;width:110px;height:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bHV8T8TcMEp3oGSAq2OQNDkJzHaAmkf6 { top:20px;left:724px;width:40px;height:32px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XqyRTzGXU4gAqdCXzv8wGcXQcxda18MW { top:10px;left:0px;width:200px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky { display:block; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3JtxUbKLw3e83Lsp9ay4ohihXNtZ7TJ { top:30px;left:0px;width:199px;height:39px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #P2H9kbyrAm1PZrfvxHdxN6a1nueyWD1m { width:220px;height:40px;top:30px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #ZX5NDJVrsbG3BUFZqPeFPT7xiwaZ2ADi { display:block; }
 }@media only screen and (max-width: 763px) { #iSPS7hTnQToehFanEIXGtTeunyeza3mr { width:219px;height:39px;top:30px;left:354px;display:block; }
 }@media only screen and (max-width: 763px) { #WWv7Gb7R2Pz8wPbtll1GUo6mZKWO5Jmx { display:block; }
 }@media only screen and (max-width: 763px) { #oUvets5tNZAhVDNy6Kw1Nwc9rf1SV3Ei { width:240px;height:40px;top:30px;left:524px;display:block; }
 }@media only screen and (max-width: 763px) { #nTlTTZIzob7gFToJwrMyRdgNpugbV5zM { display:block; }
 }@media only screen and (max-width: 763px) { #qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { display:block; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTu5lJQBFqtc69GpXzhFt3pdQeWfhahZ { top:40px;left:0px;width:764px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #hH0pBruUdmdJWK7mWDCU25GvSz0QIArL { top:258px;left:212px;width:552px;height:;font-size:20px;display:block; }#hH0pBruUdmdJWK7mWDCU25GvSz0QIArL li:before{  }
 }@media only screen and (max-width: 763px) { #XfzyI1JuHqh3yZuDv1aWqslTJ3IfKX52 { top:612px;left:144px;width:620px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f { display:block; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ { display:block; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyIz9rWMq5nTIaMCs7TJ8LTpaTQzVRDK { width:63px;height:31px;top:50px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qCiXZrW15MRgxukzDqkBhROMydlEdwlN { width:63px;height:19px;top:81px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o23TaKVcDsuMQodQ1TdzNaKv7OITkkM5 { width:500px;height:54px;top:50px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QEL7m99B2TmECLutZFIUVIpiif9rIFrs { width:500px;height:31px;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q2pFhEtxtaOayhye2aMfM9ANSW8AgqQe { width:400px;height:60px;top:150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1CFzKlWShlZWInTrv25ztlqJ4D3dB6 { display:block; }
 }@media only screen and (max-width: 763px) { #wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J { width:500px;height:;top:223px;left:0px;font-size:20px;display:block; }#wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #pk9P6QGwTH4T8nJFT6HMRDfCst6FovfH { top:530px;left:286px;width:96px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB { display:block; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGEiELG3eTfqBCQ6VSDm9iPqbUoQf2MA { width:63px;height:31px;top:94px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SpkLirhbJS74FkPc9ekOa3binRlAolVe { width:63px;height:19px;top:118px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #swN4hftbAvd45CaRXlKO9wC9wNkDLOBt { width:500px;height:;top:50px;left:264px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MMJInkTZQy5RJ90CS978btSEHSIi6kmg { width:527px;height:311px;top:229px;left:237px;font-size:20px;display:block; }#MMJInkTZQy5RJ90CS978btSEHSIi6kmg li:before{  }
 }@media only screen and (max-width: 763px) { #eApTR1NvGWuKsCtgaWxZJZ5pKcNqr3Sv { width:84px;height:85.9969px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S9WIKO5XHIGoIKiv58OCEyO3TDALTfca { width:500px;height:31px;top:100px;left:264px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Usg14a6ilCEqtONABUodcgBvxs4oOcxU { width:400px;height:60px;top:139px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #S84B1wMQVXHUSMotGkqiOhDu9HvMt2y3 { display:block; }
 }@media only screen and (max-width: 763px) { #NeaHvNmlMEE4WfJfXfq2AANdqll1V1hU { top:506px;left:676px;width:88px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QorOyysT478Ix4MsZw9CtlemTzocUm48 { display:block; }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgZxtT2wDJNZtF4D1HgHk8996xeSFSV { width:499px;height:54px;top:49px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #a7HZcV0seKsKix3N4X5yflurLPirNZhE { width:500px;height:31px;top:100px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Eqp3Infhfk5D5gdLFem5qSKFIReT14K0 { width:500px;height:473px;top:222px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HJCLld4BdZUxkm3URyW04Ws8pZD7Skl4 { top:0px;left:564px;width:200px;height:200px;font-size:140px;display:block; }
 }@media only screen and (max-width: 763px) { #Se4pqUFSNTPlConKn2PMiRORAFw1lTXW { top:74px;left:684px;width:80px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rVINHGxvb4BZV5WrMNHxM4WI9ucDszFK { width:400px;height:60px;top:150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qbKb1ZL91smF5hcDhoNZp6wmyrWnds6A { display:block; }
 }@media only screen and (max-width: 763px) { #CnxzJl6xLXFiNhKcvJu64IhKkpHi0Suw { top:665px;left:295px;width:87px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 { display:block; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgrTsOawrAXkvDBvGnAm1cAqc6abXHzZ { top:11px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP { display:block; }#e7KMghuNEDZ3emKAzimm8V4NdxG6UfSP > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGihS5UKg3FyDepeWMuTygoRsD97EPpz { width:51px;height:0;top:80px;left:134px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #I7C7QzWNa5KTBBiTZEOeRSqytngw8z8A { width:109.997px;height:0;top:116.2px;left:105px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #bHV8T8TcMEp3oGSAq2OQNDkJzHaAmkf6 { width:39.9937px;height:0;top:152.4px;left:140px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #XqyRTzGXU4gAqdCXzv8wGcXQcxda18MW { width:140px;height:28px;top:10px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky { display:block; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky { background-color: transparent; background-image: none; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container > .video-iframe-container { display: none; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row > .video-iframe-container { display: none; }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fLcyTJ4WEO6UGMoGLvJPhCTQWViLK2ky > .row .container { width:320px;height:210px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mCNKrytb/three_red_tika.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3JtxUbKLw3e83Lsp9ay4ohihXNtZ7TJ { width:200px;height:31.8px;top:10px;left:60px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2H9kbyrAm1PZrfvxHdxN6a1nueyWD1m { width:240px;height:30px;top:65px;left:40px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZX5NDJVrsbG3BUFZqPeFPT7xiwaZ2ADi { display:block; }
 }@media only screen and (max-width: 763px) { #iSPS7hTnQToehFanEIXGtTeunyeza3mr { width:240px;height:30px;top:120px;left:40px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WWv7Gb7R2Pz8wPbtll1GUo6mZKWO5Jmx { display:block; }
 }@media only screen and (max-width: 763px) { #oUvets5tNZAhVDNy6Kw1Nwc9rf1SV3Ei { width:240px;height:30px;top:170px;left:40px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nTlTTZIzob7gFToJwrMyRdgNpugbV5zM { display:block; }
 }@media only screen and (max-width: 763px) { #qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { display:block; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { background-color: transparent; background-image: none; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container > .video-iframe-container { display: none; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row > .video-iframe-container { display: none; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I { border-width: 0; border-radius: 0; }#qoxa0qFaDlDBWltiIHKTPu3PnicI6y0I > .row .container { width:320px;height:407px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gtoPPXlX/rakhi_bg.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTu5lJQBFqtc69GpXzhFt3pdQeWfhahZ { width:320px;height:62.4px;top:20px;left:0px;font-size:24px;font-family:"noto sans jp";display:block; }
 }@media only screen and (max-width: 763px) { #hH0pBruUdmdJWK7mWDCU25GvSz0QIArL { width:320px;height:392.794px;top:15px;left:0px;font-size:20px;display:block; }#hH0pBruUdmdJWK7mWDCU25GvSz0QIArL li:before{  }
 }@media only screen and (max-width: 763px) { #XfzyI1JuHqh3yZuDv1aWqslTJ3IfKX52 { width:320px;height:0;top:315px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f { display:block; }#epdXXX61rKNcUJTpKRZ98yCKFRJPgK3f > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ { display:block; }#WKFEhCxkIWRbBq5QPL2PqIdPufQJ1khJ > .row .container { width:320px;height:882.3937744140625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyIz9rWMq5nTIaMCs7TJ8LTpaTQzVRDK { width:63px;height:20.4px;top:49px;left:239px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCiXZrW15MRgxukzDqkBhROMydlEdwlN { width:63px;height:20.4px;top:79px;left:239px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o23TaKVcDsuMQodQ1TdzNaKv7OITkkM5 { width:300px;height:32.4px;top:350px;left:10px;text-align:right;text-align-last:right;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QEL7m99B2TmECLutZFIUVIpiif9rIFrs { width:300px;height:20.4px;top:382px;left:10px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #q2pFhEtxtaOayhye2aMfM9ANSW8AgqQe { width:300px;height:39.9937px;top:417px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1CFzKlWShlZWInTrv25ztlqJ4D3dB6 { display:block; }
 }@media only screen and (max-width: 763px) { #wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J { width:319.997px;height:350.391px;top:472px;left:0px;text-align:left;text-align-last:left;font-size:20px;line-height:1.3;display:block; }#wtqxaSNaF81V56VgMlwF0ZLlXpUo0V6J li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #pk9P6QGwTH4T8nJFT6HMRDfCst6FovfH { width:96px;height:0;top:841.99377441406px;left:112px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB { display:block; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB { background-color: transparent; background-image: none; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container > .video-iframe-container { display: none; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row > .video-iframe-container { display: none; }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UBvykFCN3aWJ7FNiKKvFsUngJGXZ20GB > .row .container { width:320px;height:1093px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/J3MY7pbx/devi_thumb.png");background-position:top right;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGEiELG3eTfqBCQ6VSDm9iPqbUoQf2MA { width:63px;height:20.4px;top:50.981262207031px;left:238.99686336517px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpkLirhbJS74FkPc9ekOa3binRlAolVe { width:63px;height:20.4px;top:71.381256103516px;left:238.99686336517px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swN4hftbAvd45CaRXlKO9wC9wNkDLOBt { width:300px;height:32.4px;top:315px;left:10px;text-align:right;text-align-last:right;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MMJInkTZQy5RJ90CS978btSEHSIi6kmg { width:300px;height:264.6px;top:457px;left:10px;text-align:left;text-align-last:left;font-size:20px;line-height:1.5;display:block; }#MMJInkTZQy5RJ90CS978btSEHSIi6kmg li:before{  }
 }@media only screen and (max-width: 763px) { #eApTR1NvGWuKsCtgaWxZJZ5pKcNqr3Sv { width:84px;height:85.9969px;top:27.984405517578px;left:228.49686336517px;display:block; }
 }@media only screen and (max-width: 763px) { #S9WIKO5XHIGoIKiv58OCEyO3TDALTfca { width:300px;height:20.4px;top:347px;left:10px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Usg14a6ilCEqtONABUodcgBvxs4oOcxU { width:304px;height:60px;top:380px;left:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/nliARk2p/red_tika_short_2.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }
 }@media only screen and (max-width: 763px) { #S84B1wMQVXHUSMotGkqiOhDu9HvMt2y3 { display:block; }
 }@media only screen and (max-width: 763px) { #NeaHvNmlMEE4WfJfXfq2AANdqll1V1hU { width:88px;height:0;top:740.99377441406px;left:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QorOyysT478Ix4MsZw9CtlemTzocUm48 { display:block; }#QorOyysT478Ix4MsZw9CtlemTzocUm48 > .row .container { width:320px;height:1023.4px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgZxtT2wDJNZtF4D1HgHk8996xeSFSV { width:300px;height:32.4px;top:410px;left:10px;text-align:right;text-align-last:right;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #a7HZcV0seKsKix3N4X5yflurLPirNZhE { width:300px;height:20.4px;top:442px;left:10px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Eqp3Infhfk5D5gdLFem5qSKFIReT14K0 { width:300px;height:411.6px;top:552px;left:10px;text-align:left;text-align-last:left;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HJCLld4BdZUxkm3URyW04Ws8pZD7Skl4 { width:199.997px;height:199.997px;top:0px;left:119.99999141693px;font-size:140px;display:block; }
 }@media only screen and (max-width: 763px) { #Se4pqUFSNTPlConKn2PMiRORAFw1lTXW { width:79.9969px;height:51.6px;top:75px;left:179.99999141693px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rVINHGxvb4BZV5WrMNHxM4WI9ucDszFK { width:304px;height:60px;top:472px;left:8px;background-color:transparent;background-image:url("https://images.assets-landingi.com/OQJCAJ2W/red_tika_short_3.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }
 }@media only screen and (max-width: 763px) { #qbKb1ZL91smF5hcDhoNZp6wmyrWnds6A { display:block; }
 }@media only screen and (max-width: 763px) { #CnxzJl6xLXFiNhKcvJu64IhKkpHi0Suw { width:87px;height:0;top:983px;left:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 { display:block; }#CFAdtqNsx6TmySDnF5MJwr4TuHMZ0vo0 > .row .container { width:320px;height:48px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgrTsOawrAXkvDBvGnAm1cAqc6abXHzZ { width:280px;height:36px;top:10px;left:15px;font-size:14px;display:block; }
 }