.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;
}
html,
body {
  font-size: 16px;
}
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-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/9f5a056f-aced-4ab0-9ea2-1a2f9211d366/BannersNanaShake2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:13.125rem;top:0.9375rem;left:0.53125rem;overflow:hidden;display:block; }
#gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fredoka;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.5625rem;left:50.25rem;display:block; }
#c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { color:#cc2f00;display:block;width:30.4375rem;position:absolute;font-family:fredoka;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:2.35546875rem;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#6c1023;display:block;width:32.0625rem;position:absolute;font-family:fredoka;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:2.35546875rem;font-style:normal;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#6c1023;display:block;width:32.0625rem;position:absolute;font-family:fredoka;font-size:4.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:6.255875rem;font-style:normal;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fredoka;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.5625rem;left:0rem;display:block; }
#oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWTEx4TfvZBL2M1iwqWcfBLRUEH1lUry { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:21.6875rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
#Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb { color:#6c1023;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:29.1875rem;left:1.15625rem;height:;font-style:normal;display:block; }#Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb li:before{  }
#T2mdJ9OdynfvM6mgqhcFRy3SwyXpMk35 { color:#6c1023;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.5rem;left:1.15625rem;height:2.798825rem;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; }
#vyPsTBIyaRfAJo4bufguUFvE66uZTEVD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:5.0625rem;top:0rem;left:27.46875rem;overflow:hidden;display:block; }
#BTUZEb678fzhWUUbbZ9Z0KT7aKTuDW1u { color:#cc2f00;display:block;width:16.4375rem;position:absolute;font-family:fredoka;font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(200,223,25,0.97);top:45.875rem;left:42.1875rem;height:2.5996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xf3BhdPD876VivQTzOr6wdA2U1HJ565B { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.75rem;left:43rem;overflow:hidden;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be857da5-4612-47ee-b066-63456d11f056/BannersNanaShake3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:60rem;position:relative;display:block; }#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#6c1023;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5rem;left:0rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:8.5rem;top:14.974609375rem;left:25.75rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.681640625rem;left:6.75rem;height:5.361325rem;font-style:normal;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.10546875rem;left:5.0625rem;height:5.36133125rem;font-style:normal;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.369140625rem;left:14.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.1875rem;top:17.65625rem;left:40.375rem;overflow:hidden;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.712890625rem;left:47.375rem;height:3.57421875rem;font-style:normal;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:#6c1023;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.212890625rem;left:48.3125rem;height:3.574225rem;font-style:normal;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.2626953125rem;left:39.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#ccvvCy44LxXT17C6c7WaI1f3u9lEJCeE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:30.0625rem;left:43.729168891907rem; }
#Jgm7QPkMIHKf90cu5NDyqZhRcmwVQtky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:42.59375rem;left:35.0625rem; }
#WAHaTu6v8s82deF7K120BikTFn6Xfbdf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.4375rem;left:10.25rem; }
#UWyGiqpgIoJ6FZIAuobidfZP99prBCGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.78125rem;left:2.75rem; }
#QTOdk8T8L0HEWTnc1C6DoE70wTGepzGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.955078125rem;left:0.625rem; }
#CKQe3zbBsoqv1o1TwHy6GO30lTmA7v2s { color:#6c1023;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.4375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#H2dOUU5VwomeXWrzLobRz0ckyJ8BobU8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:2.875rem;top:14.974609375rem;left:25.75rem;overflow:hidden;display:none; }
#XkJ0CLxk4XFeNKpDPdpCmFRFs7TfTAvg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:2.8125rem;top:14.974609375rem;left:25.75rem;overflow:hidden;display:none; }
#eS1L0XZk8SZpNlLOC6zt2NyESUu9l7i6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:6.3125rem;top:48.8125rem;left:53.6875rem;overflow:hidden;display:block; }
#HT0DJVciJgIZTPmhMWrRyTrcJWN6GeMr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fredoka;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.5625rem;left:23.5rem;display:block; }
#mV6V73nm4f0gk3lcLe0a7kag8mpo3Oza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/c923f49b-122c-4c68-9ca9-c4063e597b4b/BannersNanaShake7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { border-width: 0; border-radius: 0; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:60rem;position:relative;display:block; }#qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { color:#6c1023;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:0rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4853515625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:10.5rem;top:16.75rem;left:0.4375rem;overflow:hidden;display:block; }
#ia046G7bzNLMfLTBSkenL2mdkne9MrDq { color:#cc2f00;display:block;width:10.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:29.0625rem;left:0.5625rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fredoka;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:51.875rem;left:23.5rem;display:block; }
#c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTByDRuEGL2Qb5L0nwmTTAv42LJRng9v { color:#cc2f00;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.0625rem;left:21.09375rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K9JQqQL2C5pTXr5VSTzEtQa3w6ahBKQf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:10.6875rem;top:16.75rem;left:24.65625rem;overflow:hidden;display:block; }
#sDBCvfbWuowmveZ2JoKfUGLIgucfTMv6 { color:#cc2f00;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:29.0625rem;left:45rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ciOMLBtxTim8nx9ScJnedCklGFMQy5gT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.375rem;top:16.875rem;left:47.3125rem;overflow:hidden;display:block; }
#ew0JfNgXtiEWAEq4CUzda0bSiffq8dzJ { color:#cc2f00;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:46.5rem;left:10.4375rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWmr4EQrogCOl0nkpKnodkGosEs0KEvQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.375rem;top:34.375rem;left:12.4375rem;overflow:hidden;display:block; }
#U92h8XaE2l3X7EyEvo2xSML4TUbaIdAP { color:#cc2f00;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:46.375rem;left:35.5rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nk6LNEQguymEcQvG7veBJwsstLocDc0f { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:10.4375rem;top:34.375rem;left:36.1875rem;overflow:hidden;display:block; }
#mC2abrTlPkf6TtOX77JeAD9Qlrs06J1z { color:#6c1023;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:14.3603515625rem;left:16.5625rem;height:2.798825rem;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; }
#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ee7b580d-a500-4292-96a3-20c8d9cab710/BannersNanaShake4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv.adaptive-delivery-prevent-bg, #Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv.lazyload, #Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv.lazyloading { background-image: none; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container { background-color: transparent; background-image: none; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container > .video-iframe-container { display: none; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row > .video-iframe-container { display: none; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .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); }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container { border-width: 0; border-radius: 0; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#sT5MDJ8TwoUMrlab4pXBvMEWETxHHB2U { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GipoKiDqr3brBs51CNpVB6HEO6KWDTLJ { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.25rem;height:5.361325rem;font-style:normal;display:block; }
#Q8AmMxWFsgZRStLz8LhzlAB2ZTMR2I0i { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.4375rem;top:9rem;left:16rem;display:block; }
#t7ITcTwCtwOfTEQlEyLV7zHkSmzDulJt { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:27.8125rem;height:3.57421875rem;font-style:normal;display:block; }
#GCTh4PeMI0kI5W10eDuZoBCnLRTHXhza { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.4375rem;top:9rem;left:38.625rem;display:block; }
#O7leJdUGzohfbL7eknKJM5mPDSdGMoUw { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.375rem;left:50.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#xAD5tnncca0bX38oZfe5oX5PkQdr9UGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.3125rem;left:1.1875rem; }
#Bd2k8zgH4FsA33qGKzs6ueBa6Mqn8RoW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.537109375rem;left:23.375rem; }
#D1cev93eTTCAAnVamoKtXPvtfDfVAbW2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.443359375rem;left:44.5rem; }
#dKOr9ypCqiTfyqMzZ9Zb1ftR4oOBoJvc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e85400, #cc2f00);background-image: -moz-linear-gradient(90deg, #e85400, #cc2f00);background-image: -ms-linear-gradient(90deg, #e85400, #cc2f00);background-image: -o-linear-gradient(90deg, #e85400, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85400', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #e85400, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fredoka;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.8125rem;left:20.0625rem;display:block; }
#O03ZdmOPd4GNTv4BA93kNG0I7gHpxWCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQN6mcwRCFGSN2cDTsTbc8aTKOkxmX47 { color:#6c1023;display:block;width:1.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.470703125rem;left:0rem;height:1.3808625rem;font-style:normal;display:block; }
#kP18QOKe4TfS9yR8NXJGxcmBUFhsdTIr { color:#6c1023;display:block;width:1.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.470703125rem;left:22.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#rJm99qMoP2TDCSqaILvXMiFJqTTZFAQK { color:#6c1023;display:block;width:1.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.470703125rem;left:43.78125rem;height:1.3808625rem;font-style:normal;display:block; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4bd3d8bc-0210-41ed-a2bd-6ac81d6d67ed/BannersNanaShake6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:60rem;position:relative;display:block; }#X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { color:#6c1023;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.6875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:39.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:42.25rem;left:5.625rem;height:3.9375rem;font-style:normal;display:block; }
#irzVki48nN7u2mKz49zGVULCNDU1Wi8O { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.9375rem;left:5.625rem;height:1.7871125rem;font-style:normal;display:block; }
#fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:42.25rem;left:26.6875rem;height:2.625rem;font-style:normal;display:block; }
#LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:40.125rem;left:23.25rem;overflow:hidden;display:block; }
#AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.9375rem;left:26.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:42.25rem;left:47.5625rem;height:2.625rem;font-style:normal;display:block; }
#U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.9375rem;left:47.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#nK8vttURhs0mTgSdobcyPkhuiQS7NQ5l { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:40.1875rem;left:44.5rem;overflow:hidden;display:block; }
#o0swBT1OAJPm15Pm7Cwm93CeBlhTyOWT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.4375rem;width:38.3125rem;top:13.6875rem;left:10.84375rem;display:block; }
#Gtv7cvpKtuGf5om1wUlCf7AzgBqWihOh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:51.375rem;left:12.75rem;overflow:hidden;display:block; }
#UZPxRL8xlB5eon5AmVpxh0C11TQfPKZi { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51.1875rem;left:16.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#sWDIxHHflwhCF5pghcEG5bVnExMR83Qn { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:53.5rem;left:16.1875rem;height:9.1875rem;font-style:normal;display:block; }
#kz7DAbkuplfz47zschc5EOKm84TD5srC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:51.375rem;left:34.1875rem;overflow:hidden;display:block; }
#WNTkxQKR8XPpArvqeTPPlI8fCAy7KwO3 { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:53.5rem;left:37.25rem;height:7.875rem;font-style:normal;display:block; }
#WeiAtoTWP706mZcOg6Qy5n4Fm188mAe1 { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:51.1875rem;left:37.25rem;height:1.7871125rem;font-style:normal;display:block; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3c6ee97-eb5f-40a2-920e-cc477ffcb1b5/BannersNanaShake.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { color:#6c1023;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:fredoka;font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aC1vkFtPQ5QPy5E4LZXaerwTHTSRhJi7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:15.75rem;top:11.625rem;left:22.125rem;overflow:hidden;display:block; }
#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n { position:relative;display:block; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n { background-color: transparent; background-image: none; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row .container > .video-iframe-container { display: none; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row > .video-iframe-container { display: none; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .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); }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n { border-width: 0; border-radius: 0; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EECUnbdvaHfGlKzEbJ644H7h0xsJZkNN { position:absolute;display:block;z-index:15000;height:27rem;width:60rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:0.9375rem;left:0rem;width:13.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { width:9.75rem;height:2.75rem;top:2.5625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { top:12.75rem;left:0rem;width:30.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:14.5rem;left:0rem;width:32.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:16.1875rem;left:0rem;width:32.0625rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:16.1875rem;height:4.25rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #FWTEx4TfvZBL2M1iwqWcfBLRUEH1lUry { top:22.5625rem;left:0rem;width:21.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb { top:29.1875rem;left:0rem;width:20.4375rem;height:;font-size:1rem;display:block; }#Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb li:before{  }
 }@media only screen and (max-width: 763px) { #T2mdJ9OdynfvM6mgqhcFRy3SwyXpMk35 { top:33.5rem;left:0rem;width:20.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyPsTBIyaRfAJo4bufguUFvE66uZTEVD { top:0rem;left:21.34375rem;width:5.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTUZEb678fzhWUUbbZ9Z0KT7aKTuDW1u { top:45.875rem;left:31.3125rem;width:16.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3BhdPD876VivQTzOr6wdA2U1HJ565B { top:42.75rem;left:36.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:8.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:5rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { top:14.9375rem;left:19.625rem;width:8.5rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:17.625rem;left:0.625rem;width:12.5625rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:31.0625rem;left:0rem;width:12.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:42.3125rem;left:8.5625rem;width:12.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:17.625rem;left:34.25rem;width:7.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:17.6875rem;left:35.1875rem;width:12.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:30.1875rem;left:36.0625rem;width:11.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:43.25rem;left:33.5625rem;width:12.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccvvCy44LxXT17C6c7WaI1f3u9lEJCeE { top:30.0625rem;left:37.604168891907rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgm7QPkMIHKf90cu5NDyqZhRcmwVQtky { top:42.5625rem;left:28.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAHaTu6v8s82deF7K120BikTFn6Xfbdf { top:42.4375rem;left:4.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWyGiqpgIoJ6FZIAuobidfZP99prBCGH { top:17.75rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOdk8T8L0HEWTnc1C6DoE70wTGepzGT { top:30.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQe3zbBsoqv1o1TwHy6GO30lTmA7v2s { top:52.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2dOUU5VwomeXWrzLobRz0ckyJ8BobU8 { top:14.9375rem;left:19.625rem;width:2.875rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkJ0CLxk4XFeNKpDPdpCmFRFs7TfTAvg { top:14.9375rem;left:19.625rem;width:2.8125rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eS1L0XZk8SZpNlLOC6zt2NyESUu9l7i6 { top:48.8125rem;left:41.4375rem;width:6.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0DJVciJgIZTPmhMWrRyTrcJWN6GeMr { width:13rem;height:4.25rem;top:56.5625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV6V73nm4f0gk3lcLe0a7kag8mpo3Oza { display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { top:1.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { top:9.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { top:16.75rem;left:0rem;width:10.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia046G7bzNLMfLTBSkenL2mdkne9MrDq { top:29.0625rem;left:0rem;width:10.4375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { width:13rem;height:4.25rem;top:51.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block; }
 }@media only screen and (max-width: 763px) { #DTByDRuEGL2Qb5L0nwmTTAv42LJRng9v { top:29.0625rem;left:14.96875rem;width:17.8125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9JQqQL2C5pTXr5VSTzEtQa3w6ahBKQf { top:16.75rem;left:18.53125rem;width:10.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBCvfbWuowmveZ2JoKfUGLIgucfTMv6 { top:29.0625rem;left:32.75rem;width:15rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciOMLBtxTim8nx9ScJnedCklGFMQy5gT { top:16.875rem;left:37.375rem;width:10.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0JfNgXtiEWAEq4CUzda0bSiffq8dzJ { top:46.5rem;left:4.3125rem;width:14.6875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmr4EQrogCOl0nkpKnodkGosEs0KEvQ { top:34.375rem;left:6.3125rem;width:10.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U92h8XaE2l3X7EyEvo2xSML4TUbaIdAP { top:46.375rem;left:29.375rem;width:11.8125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk6LNEQguymEcQvG7veBJwsstLocDc0f { top:34.375rem;left:30.0625rem;width:10.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC2abrTlPkf6TtOX77JeAD9Qlrs06J1z { top:14.3125rem;left:10.4375rem;width:26.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv { display:block; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT5MDJ8TwoUMrlab4pXBvMEWETxHHB2U { top:0rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GipoKiDqr3brBs51CNpVB6HEO6KWDTLJ { top:7.3125rem;left:0rem;width:9.6875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8AmMxWFsgZRStLz8LhzlAB2ZTMR2I0i { top:9rem;left:9.875rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ITcTwCtwOfTEQlEyLV7zHkSmzDulJt { top:7.375rem;left:21.6875rem;width:9.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTh4PeMI0kI5W10eDuZoBCnLRTHXhza { top:9rem;left:32.5rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7leJdUGzohfbL7eknKJM5mPDSdGMoUw { top:7.375rem;left:38.0625rem;width:9.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAD5tnncca0bX38oZfe5oX5PkQdr9UGF { top:7.3125rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd2k8zgH4FsA33qGKzs6ueBa6Mqn8RoW { top:7.5rem;left:17.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cev93eTTCAAnVamoKtXPvtfDfVAbW2 { top:6.4375rem;left:38.375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOr9ypCqiTfyqMzZ9Zb1ftR4oOBoJvc { width:19.875rem;height:4.25rem;top:13.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O03ZdmOPd4GNTv4BA93kNG0I7gHpxWCm { display:block; }
 }@media only screen and (max-width: 763px) { #fQN6mcwRCFGSN2cDTsTbc8aTKOkxmX47 { top:8.4375rem;left:0rem;width:1.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP18QOKe4TfS9yR8NXJGxcmBUFhsdTIr { top:8.4375rem;left:15.9375rem;width:1.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJm99qMoP2TDCSqaILvXMiFJqTTZFAQK { top:8.4375rem;left:37.65625rem;width:1.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { top:4.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:6.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { top:39.5625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { top:42.25rem;left:0rem;width:12.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { top:39.9375rem;left:0rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { top:42.25rem;left:20.5625rem;width:12.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { top:40.125rem;left:17.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { top:39.9375rem;left:20.5625rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { top:42.25rem;left:35.5rem;width:12.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { top:39.9375rem;left:36.5rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK8vttURhs0mTgSdobcyPkhuiQS7NQ5l { top:40.1875rem;left:38.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0swBT1OAJPm15Pm7Cwm93CeBlhTyOWT { top:13.6875rem;left:4.71875rem;width:38.3125rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtv7cvpKtuGf5om1wUlCf7AzgBqWihOh { top:51.375rem;left:6.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZPxRL8xlB5eon5AmVpxh0C11TQfPKZi { top:51.1875rem;left:10.0625rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWDIxHHflwhCF5pghcEG5bVnExMR83Qn { top:53.5rem;left:10.0625rem;width:12.25rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz7DAbkuplfz47zschc5EOKm84TD5srC { top:51.375rem;left:28.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTkxQKR8XPpArvqeTPPlI8fCAy7KwO3 { top:53.5rem;left:31.125rem;width:12.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiAtoTWP706mZcOg6Qy5n4Fm188mAe1 { top:51.1875rem;left:31.125rem;width:11.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:4rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1vkFtPQ5QPy5E4LZXaerwTHTSRhJi7 { top:11.625rem;left:16rem;width:15.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmzxdPqtSKNkaEBgSZdG9afhsMaL761n { display:block; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EECUnbdvaHfGlKzEbJ644H7h0xsJZkNN { top:0rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03de13e5-cea9-4443-a085-f36372da686f/BannersNanaShake1080x1920px1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.22); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.22); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:7.0625rem;height:3.3125rem;top:0.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7oKPNCTde6q3fNuZqRoMz58JRmPcP9 { width:8.75rem;height:2.75rem;top:1.03125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3IEyl259IVsoRzXS2ixR0fE00zGRnEf { display:block; }
 }@media only screen and (max-width: 763px) { #CvlhsNI7sPIB9JyGQqF1TP7hAb5b2ZZK { width:19.5625rem;height:1.75rem;top:4.9375rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:3.4121125rem;top:7.8359375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:9.625rem;height:3.4375rem;top:40.5478515625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #FWTEx4TfvZBL2M1iwqWcfBLRUEH1lUry { width:13.875rem;height:3.4375rem;top:11.873046875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb { width:20rem;height:3.111325rem;top:32.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Qf1KHXlN0HBnyLPCxM1v4sQEKdPgwcsb li:before{  }
 }@media only screen and (max-width: 763px) { #T2mdJ9OdynfvM6mgqhcFRy3SwyXpMk35 { width:20rem;height:2.798825rem;top:36.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyPsTBIyaRfAJo4bufguUFvE66uZTEVD { width:5.0625rem;height:7.6875rem;top:46.0625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTUZEb678fzhWUUbbZ9Z0KT7aKTuDW1u { width:7.875rem;height:1.29980625rem;top:30.36328125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xf3BhdPD876VivQTzOr6wdA2U1HJ565B { width:3rem;height:3rem;top:28.0390625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:20rem;height:2.11230625rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:3rem;top:1.1041669845581rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmwtGyK4NpJhfZAmfTHqTzJlngyuFod { width:3.9375rem;height:13.6875rem;top:7.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:2.923825rem;top:23.849609375rem;left:6.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:10.1875rem;height:2.923825rem;top:30.099609375rem;left:4.90625rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:12.5625rem;height:2.923825rem;top:36.19140625rem;left:6.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:5.6875rem;height:3.625rem;top:41.810546875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:6.3125rem;height:2.923825rem;top:42.16015625rem;left:8.5rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:3.75rem;height:2.923825rem;top:48.310546875rem;left:6.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:9.25rem;height:1.4619125rem;top:53.8544921875rem;left:6.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ccvvCy44LxXT17C6c7WaI1f3u9lEJCeE { display:flex;width:3.5rem;height:3.5rem;top:48.0234375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Jgm7QPkMIHKf90cu5NDyqZhRcmwVQtky { display:flex;width:3.125rem;height:3.125rem;top:53.0224609375rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #WAHaTu6v8s82deF7K120BikTFn6Xfbdf { display:flex;width:3.1875rem;height:3.1875rem;top:36.060546875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #UWyGiqpgIoJ6FZIAuobidfZP99prBCGH { display:flex;width:3.375rem;height:3.375rem;top:23.625000953674rem;left:2.0625000596046rem; }
 }@media only screen and (max-width: 763px) { #QTOdk8T8L0HEWTnc1C6DoE70wTGepzGT { display:flex;width:3.875rem;height:3.875rem;top:29.625rem;left:14.75rem; }
 }@media only screen and (max-width: 763px) { #CKQe3zbBsoqv1o1TwHy6GO30lTmA7v2s { width:12.75rem;height:6.3369375rem;top:59.3369140625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H2dOUU5VwomeXWrzLobRz0ckyJ8BobU8 { width:4.8125rem;height:14.125rem;top:7.09375rem;left:1.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XkJ0CLxk4XFeNKpDPdpCmFRFs7TfTAvg { width:4.375rem;height:14.5rem;top:6.90625rem;left:13.6875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eS1L0XZk8SZpNlLOC6zt2NyESUu9l7i6 { width:6.3125rem;height:10.125rem;top:57.4423828125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0DJVciJgIZTPmhMWrRyTrcJWN6GeMr { width:13rem;height:4.25rem;top:68.3173828125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV6V73nm4f0gk3lcLe0a7kag8mpo3Oza { display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { width:20rem;height:12.6738625rem;top:1.57421875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { width:20rem;height:3rem;top:15.162109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { width:10.6875rem;height:11.875rem;top:23.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia046G7bzNLMfLTBSkenL2mdkne9MrDq { width:10.4375rem;height:1.875rem;top:21.25rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlZxnMBbgxNLw98f5JTrMEAICQVdHvrK { width:13rem;height:4.25rem;top:97.7060546875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ywUO4pgNxwTr2QikTxQghFftIrJwnk { display:block; }
 }@media only screen and (max-width: 763px) { #DTByDRuEGL2Qb5L0nwmTTAv42LJRng9v { width:17.8125rem;height:1.875rem;top:36.4375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9JQqQL2C5pTXr5VSTzEtQa3w6ahBKQf { width:10.6875rem;height:11.875rem;top:38.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBCvfbWuowmveZ2JoKfUGLIgucfTMv6 { width:15rem;height:1.875rem;top:51.625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciOMLBtxTim8nx9ScJnedCklGFMQy5gT { width:10.375rem;height:11.5rem;top:53.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0JfNgXtiEWAEq4CUzda0bSiffq8dzJ { width:14.1875rem;height:1.875rem;top:66.4375rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWmr4EQrogCOl0nkpKnodkGosEs0KEvQ { width:10.375rem;height:11.5rem;top:68.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U92h8XaE2l3X7EyEvo2xSML4TUbaIdAP { width:11.8125rem;height:1.875rem;top:81rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nk6LNEQguymEcQvG7veBJwsstLocDc0f { width:10.4375rem;height:11.5625rem;top:82.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC2abrTlPkf6TtOX77JeAD9Qlrs06J1z { width:18.1875rem;height:2.44921875rem;top:18.162109375rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv { display:block; }#Nk1MvGslXyaqfFyBOuE6XEL8lGF2hqPv > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT5MDJ8TwoUMrlab4pXBvMEWETxHHB2U { width:20rem;height:3rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GipoKiDqr3brBs51CNpVB6HEO6KWDTLJ { width:9.6875rem;height:5.361325rem;top:5.3125rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8AmMxWFsgZRStLz8LhzlAB2ZTMR2I0i { width:3.4375rem;height:3.4375rem;top:11.25rem;left:10rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #t7ITcTwCtwOfTEQlEyLV7zHkSmzDulJt { width:9.6875rem;height:3.57421875rem;top:15.375rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCTh4PeMI0kI5W10eDuZoBCnLRTHXhza { width:3.4375rem;height:3.4375rem;top:19.8125rem;left:10rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #O7leJdUGzohfbL7eknKJM5mPDSdGMoUw { width:9.6875rem;height:3.57421875rem;top:24.1875rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAD5tnncca0bX38oZfe5oX5PkQdr9UGF { display:flex;width:4rem;height:4rem;top:5.099609375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #Bd2k8zgH4FsA33qGKzs6ueBa6Mqn8RoW { display:flex;width:3.125rem;height:3.125rem;top:15.625rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #D1cev93eTTCAAnVamoKtXPvtfDfVAbW2 { display:flex;width:5.3125rem;height:5.3125rem;top:23.25rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #dKOr9ypCqiTfyqMzZ9Zb1ftR4oOBoJvc { width:12.4375rem;height:4.25rem;top:29.94921875rem;left:3.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O03ZdmOPd4GNTv4BA93kNG0I7gHpxWCm { display:block; }
 }@media only screen and (max-width: 763px) { #fQN6mcwRCFGSN2cDTsTbc8aTKOkxmX47 { width:1.375rem;height:1.3808625rem;top:6.408203125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP18QOKe4TfS9yR8NXJGxcmBUFhsdTIr { width:1.375rem;height:1.3808625rem;top:16.220703125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJm99qMoP2TDCSqaILvXMiFJqTTZFAQK { width:1.375rem;height:1.3808625rem;top:25.283203125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { width:20rem;height:2.11230625rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:20rem;height:6rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQs8OnHPq11TC6cktZniyfq0MOrhrMGe { width:5rem;height:5rem;top:24.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { width:12.25rem;height:3.9375rem;top:27.3125rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { width:11.25rem;height:1.7871125rem;top:24.9375rem;left:6.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { width:12.25rem;height:2.625rem;top:36.0625rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTecbrW32J5S4vpHc09MdQpwcRN5Lq6N { width:4.5rem;height:4.5rem;top:34rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { width:11.25rem;height:1.7871125rem;top:33.625rem;left:6.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { width:12.25rem;height:2.625rem;top:44.125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { width:11.25rem;height:1.7871125rem;top:41.8125rem;left:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK8vttURhs0mTgSdobcyPkhuiQS7NQ5l { width:4.5rem;height:4.5rem;top:42.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0swBT1OAJPm15Pm7Cwm93CeBlhTyOWT { height:11.1904375rem;width:20rem;top:11.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtv7cvpKtuGf5om1wUlCf7AzgBqWihOh { width:2.5rem;height:2.5rem;top:51.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZPxRL8xlB5eon5AmVpxh0C11TQfPKZi { width:11.25rem;height:1.7871125rem;top:54.8125rem;left:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWDIxHHflwhCF5pghcEG5bVnExMR83Qn { width:12.25rem;height:0;top:60.886725rem;left:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kz7DAbkuplfz47zschc5EOKm84TD5srC { width:2.5rem;height:2.5rem;top:71.324225rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNTkxQKR8XPpArvqeTPPlI8fCAy7KwO3 { width:12.25rem;height:7.875rem;top:75.074225rem;left:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeiAtoTWP706mZcOg6Qy5n4Fm188mAe1 { width:11.25rem;height:1.7871125rem;top:57.8496125rem;left:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3c6ee97-eb5f-40a2-920e-cc477ffcb1b5/BannersNanaShake.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.adaptive-delivery-prevent-bg, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyload, #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT.lazyloading { background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { width:20rem;height:4.2246125rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:6rem;top:5.78125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC1vkFtPQ5QPy5E4LZXaerwTHTSRhJi7 { width:9.125rem;height:4.4375rem;top:12.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmzxdPqtSKNkaEBgSZdG9afhsMaL761n { display:block; }#dmzxdPqtSKNkaEBgSZdG9afhsMaL761n > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EECUnbdvaHfGlKzEbJ644H7h0xsJZkNN { width:20rem;height:27rem;top:0rem;left:0rem;display:block; }
 }