.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#112f2c;background-image:none;position:relative;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b9cc69-2133-438e-b645-e0e7d1947b2b/_Ntr_landing_sep_001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu.adaptive-delivery-prevent-bg, #dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu.lazyload, #dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu.lazyloading { background-image: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container { background-color: transparent; background-image: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container > .video-iframe-container { display: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row > .video-iframe-container { display: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .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); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container { border-width: 0; border-radius: 0; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu::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; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#XJc4siVTw3I59WZHNWtGkNIgiZThOJri { color:#ecf0f5;display:block;width:46.875rem;position:absolute;font-family:naturalta;font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.78125rem;left:6.5625rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIpEA0usGDIQTMTU9UlrqyEr2zppN6HK { background-color:#b4aa86;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:naturalta;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.997629165649rem;left:17.280818939209rem;display:none; }
#ZirTxgttIITXTrMdg1B7RgEU8wGGWDAl { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#f4Hm1TrDa96TTyxlAZEwXKvv9z4d9dJu { 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:5.625rem;width:9.75rem;top:4.5rem;left:25.125rem;overflow:hidden;display:block; }
#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b9cc69-2133-438e-b645-e0e7d1947b2b/_Ntr_landing_sep_001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w.adaptive-delivery-prevent-bg, #kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w.lazyload, #kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w.lazyloading { background-image: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container { background-color: transparent; background-image: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container > .video-iframe-container { display: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row > .video-iframe-container { display: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .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); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container { border-width: 0; border-radius: 0; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w::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; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#JDIQ1ksANlu2AyQEcJHLZcBfxaTuG9bk { color:#ecf0f5;display:block;width:23.25rem;position:absolute;font-family:naturalta;font-size:2.5rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:4.65625rem;left:4.125rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3TGCIQZ7xt3slINbcTbbfHSzaDmpCqm { background-color:#b4aa86;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:naturalta;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.997629165649rem;left:17.280818939209rem;display:none; }
#iTJgUTcG5ARSTihG9qTFnzoKpZJDpGF5 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#cWQDeQ8KRykVTuDVKbp45gcGsQS12TV7 { 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:33.9375rem;width:35.375rem;top:-0.25rem;left:24.496417197453rem;overflow:hidden;display:block; }
#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX { position:relative;display:block; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX { background-color: transparent; background-image: none; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container > .video-iframe-container { display: none; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row > .video-iframe-container { display: none; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .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); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX { border-width: 0; border-radius: 0; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .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; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#112f2c;background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;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; }#U2sW5XZksVt4f7nGr74Ztr09yUaKh84S { color:#ffffff;display:block;width:55rem;position:absolute;font-family:naturalta;font-size:1.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.521484375rem;left:2.5000019073486rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSRPee7IUkwrIBqBP9eaHHUbrkacKRP5 { color:#ffffff;display:block;width:53.6865rem;position:absolute;font-family:naturalta;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5607633590698rem;left:3.1559257507324rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container { background-color: transparent; background-image: none; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container > .video-iframe-container { display: none; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row > .video-iframe-container { display: none; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .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); }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container { border-width: 0; border-radius: 0; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container { font-size:0.875rem;font-family:arial;height:127.4375rem;width:60rem;position:relative;display:block; }#CVGVqP9Oa6GhvpldAXT72Mxb8EHWtlmt { color:#b4aa86;display:block;width:15.561rem;position:absolute;font-family:naturalta;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.3125rem;left:23.125rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JsPcC3smXksL6I6X6ezyVlI5eC2dMwTL { position:absolute;display:block;z-index:15005;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:21.4375rem;width:30.1875rem;top:25.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#ZstQXShTzQz171B96P7dTKGgFdb4NkAP { display:block;width:15.8121875rem;position:absolute;font-family:naturalta;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.6875rem;left:39rem;height:15.1894375rem;text-align:center;text-align-last:center;color:#132759;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aSXhtq9DppS9rQ2tz2WcoHMS1fPA9xIZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:63.1875rem;left:22.5625rem;display:none; }
#JE5ybpcR65Ne2zbSpiif2wawmTZNawLc { display:block;width:15.8121875rem;position:absolute;font-family:naturalta;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:53.5625rem;left:5.625rem;height:15.1894375rem;text-align:center;text-align-last:center;color:#132759;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; }
#OLTpVdylxHJfOPe389511bRo62lvKLqf { 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:21.125rem;width:28.5rem;top:50.59423828125rem;left:29.5615234375rem;overflow:hidden;display:block; }
#t2VTRnLHBOk3S6EK4Vld0DaqQVQLHMnD { box-sizing:content-box;height:2.374675rem;width:11.1870625rem;position:absolute;display:block;z-index:15022;background-color:#b4aa86;background-image:none;top:42.875rem;left:42.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IlNd0C2ZUi6TbgCp7o6MKZGpRkqKg0TS { color:#ffffff;display:block;width:9.937rem;position:absolute;font-family:naturalta;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:43.4375rem;left:42.9375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#aCTN1FFon3P2lq0cETRDtvobMB45KQTo { color:#ffffff;display:block;width:9.9365rem;position:absolute;font-family:naturalta;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:70.1875rem;left:2.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#iZD0NS3hWZh8tHuZyAuoH3XkwuBVGCCL { box-sizing:content-box;height:2.374675rem;width:11.1870625rem;position:absolute;display:block;z-index:15022;background-color:#b4aa86;background-image:none;top:70.1875rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#REVRK0bzhQZbLAEDh1FtiaWx9v8nXhpp { box-sizing:content-box;height:2.374675rem;width:11.1865rem;position:absolute;display:block;z-index:15023;background-color:#b4aa86;background-image:none;top:70.1875rem;left:13.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b13d7X7bO7Ir5M711iUUTnn4q7WkvbaM { color:#ffffff;display:block;width:9.9365rem;position:absolute;font-family:naturalta;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:70.1875rem;left:14.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ACszT2FXuwmCuxWuV6tAEggSdTSDI2J9 { position:absolute;display:block;z-index:15007;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:21.0625rem;width:28.125rem;top:76.75rem;left:1rem;overflow:hidden;display:block; }
#xVVadlyIEpgiaOfOT5XxpsywieI0Kk8S { display:block;width:15.8121875rem;position:absolute;font-family:naturalta;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:77.875rem;left:36.75rem;height:15.1894375rem;text-align:center;text-align-last:center;color:#132759;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; }
#b0BWwQHyxKFNTOiH0espO5JPXq9erwhK { box-sizing:content-box;height:2.374675rem;width:11.1865rem;position:absolute;display:block;z-index:15023;background-color:#b4aa86;background-image:none;top:94.8125rem;left:32.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zDkxigQ1JOtZ0H0u9vnu2ix4kqbR8xg8 { color:#ffffff;display:block;width:9.749875rem;position:absolute;font-family:naturalta;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:94.8125rem;left:33.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#N1FFfHGtHfGLHT0liGe9WToNPJPf9U1U { box-sizing:content-box;height:2.374675rem;width:11.186rem;position:absolute;display:block;z-index:15024;background-color:#b4aa86;background-image:none;top:94.8125rem;left:45.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cT2H933wEoSp8b1tf3RnDsMMr5haiJRi { color:#ffffff;display:block;width:9.936rem;position:absolute;font-family:naturalta;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:94.8125rem;left:46.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#La8hSZ6Ppor2F6UFbscgHAHSIOZyKNwO { 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:20.1875rem;width:29.3125rem;top:100.9375rem;left:23.3125rem;overflow:hidden;display:block; }
#oSceQD7RQfx85SczHq4vWtXNf8dVtyHQ { display:block;width:18.75rem;position:absolute;font-family:naturalta;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:102.3125rem;left:3.6875rem;height:15.1894375rem;text-align:center;text-align-last:center;color:#132759;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; }
#bzx6uDClGss4acVFbmyP537pCMD5LSDM { box-sizing:content-box;height:2.375rem;width:10.75rem;position:absolute;display:block;z-index:15025;background-color:#b4aa86;background-image:none;top:118.125rem;left:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mNLzTBI9TEPlmHyfkFtaiOuXJk6Revo3 { color:#ffffff;display:block;width:9.9355625rem;position:absolute;font-family:naturalta;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:118.6875rem;left:8.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#N3LR15zviZpqf3PRyONkhTuTBngHLK6m { color:#000000;display:block;width:20.374rem;position:absolute;font-family:naturalta;font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:124.685546875rem;left:1.4375rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrVGtalcMZeNhx5NmVhHwOZKBTRt6ga9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10rem;width:17.6875rem;top:10.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#xf07haz0KmuItoQir58tFDLbNphLAJe0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:11.6873125rem;width:20.7498125rem;top:10.0625rem;left:19.75rem;overflow:hidden;display:block; }
#RknBEg6Wi4H2C56FJzWezGVP8fSiVPtB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9.9375rem;width:17.625rem;top:10.9375rem;left:41.0625rem;overflow:hidden;display:block; }
#b9ODI3P3SFX7maRZRTnpl0sua6ROPXbs { color:#000000;display:block;width:55rem;position:absolute;font-family:naturalta;font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:3.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/297b1e93-d5c1-47e9-87c8-99734e38ddda/_Ntr_banner_web_001.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz.adaptive-delivery-prevent-bg, #WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz.lazyload, #WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz.lazyloading { background-image: none; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container { background-color: transparent; background-image: none; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container > .video-iframe-container { display: none; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row > .video-iframe-container { display: none; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .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); }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container { border-width: 0; border-radius: 0; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container { font-size:0.875rem;font-family:"open sans";height:37.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#cU0l8CNesCcRW4IzJlzyxn205HtcOu2K { color:#ffffff;display:block;width:35.999375rem;position:absolute;font-family:naturalta;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.5310335159302rem;left:11.999784469604rem;height:2.81846875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwUeDQ1OhU6R7QcwhJ5i9vLU7wdBUi3U { 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:29.1873125rem;width:46.6873125rem;top:7.3111982345581rem;left:7.6551666259762rem;overflow:hidden;display:block; }
#SJSTXUFROwWdiLlN2JWT1NPAiR4uMXdm { color:#ffffff;display:block;width:35.999375rem;position:absolute;font-family:naturalta;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.3495016098022rem;left:11.999784469604rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#112e2b;background-image:url("https://images.assets-landingi.com/uc/0439dff5-e27a-403a-a41b-053ad253700a/_Ntr_landing_sep_003.png");background-position:center right !important;background-repeat: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; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014.adaptive-delivery-prevent-bg, #eA3er1oO2kNtWWaIkR2ArHRJMrVN9014.lazyload, #eA3er1oO2kNtWWaIkR2ArHRJMrVN9014.lazyloading { background-image: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container { background-color: transparent; background-image: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container > .video-iframe-container { display: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row > .video-iframe-container { display: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .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); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container { border-width: 0; border-radius: 0; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#Sbgz40rshymNK018kcEN5W1xTEUhAl8i { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:naturalta;font-size:3rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:6.720703125rem;left:6.8125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZybLe5tJRrG2LtfxFH1S9XKGx1HNG1FV { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:naturalta;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:14.75rem;left:6.8125rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H6vWozdF9cqsiBRXD1Q0eI1fxO1KFTfi { color:#ffffff;display:block;width:10.4996875rem;position:absolute;font-family:naturalta;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:6.8125rem;height:7.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DIDIrQirlcmgsfnKXRI8uvLcrrPQ9sG1 { color:#ffffff;display:block;width:10.4995rem;position:absolute;font-family:naturalta;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:26.75rem;left:6.8125rem;height:7.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sGgeGNtQdFtMQ0sZe1oASVJWfQJHJIcd { color:#ffffff;display:block;width:10.4995rem;position:absolute;font-family:naturalta;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:35.9375rem;left:6.8125rem;height:7.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y > .row .container { border-width: 0; border-radius: 0; }#MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:none; }#pZm1Ak0kkqyHnTg9gXNLogocLrwpSicN { color:#112f2c;display:block;width:27.8125rem;position:absolute;font-family:naturalta;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:2.061635017395rem;left:16.09375rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SDBLalie5vxaCSKV9p6uzxrzpTr8T2wp { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:13.1875rem;left:2.8125rem;height:1.18760625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-form-header {  }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:25.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:3.125rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-text {padding-top: 0; padding-bottom: 0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:4.375rem;color:#101010;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-select {padding-top: 0; padding-bottom: 0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#b4aa86;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:25.5625rem;height:3.75rem;font-family:lato;overflow:hidden; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB [class*="-text"]:-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB [class*="-text"]::-moz-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB [class*="-text"]:-ms-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB [class*="-text"]::-webkit-input-placeholder { color:rgba(16,16,16,0.5);font-family:lato;font-size:0.8125rem; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#f0e9e2;vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal;float:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-container:first-of-type{padding-top:0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-container:last-of-type{padding-bottom:0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB  { background-color:#112f2c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5620625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.160591125488rem;top:10.808376789093rem;z-index:15006;position:absolute; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5625rem;display:block;vertical-align:top; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB {display:block;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB { background-color:#112f2c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5620625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.160591125488rem;top:10.808376789093rem;z-index:15006;position:absolute; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #URFaohgJel6Cybvim5nIF1ukPtUiHlvC { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #KTwyKDrkepdu7bw7K3sl9DiuI6O0LoKK { position:relative;display:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #yzIuflcAaLp8z7JCXni8ouSx403lA30I { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #rHTK1ofmiTq5TPBSo8vdq67cBI8EqwZV { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #JIKfd0MXCqAcRkmuZWtFqSOX28oDJ0zX { position:relative;display:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #ONemUFzm8KVMCgOuPdekhycuNGkM2qwc { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #BoUsuqnRqgco4Lw40irZEpWizdkMhcTp { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #KM6f7fh9vHe0sVWO6BuRcOIiqCrgQrtE { position:relative;display:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #vVnboTk3Qx6DEDME1DgAbXwUukrpKOoQ { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #xwMEq1fOk7FihCdNkzHBvCu4sOe4llI0 { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #fLbq5hSnN62iN0ghBcHPEohLNJslhuU3 { position:relative;display:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #RQ9HzLMrAzqH9BAcFueEcEJwdE4DictI { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #hQ4NB6tPXrlwMelP8elJvE8gXZrcnM66 { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #pNuiG1Szb1FAydnihqfrXssHiJP5BR4K { position:relative;display:none; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #XLx6O5lG0X7e0bt7Rg73TKmHLgT7NxTJ { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #WTGMmUg22KVZ9euQfcK3UXSxCaLWmCD0 { position:relative; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #Nxp5yhgwaveII5CWrsPblQ5h889APEGL { position:relative; }
#bIe6W2cKv48E0n4MvNdBmsUFyo1dlgTJ { color:#112f2c;display:block;width:27.8125rem;position:absolute;font-family:naturalta;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:6.0625rem;left:14.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container { background-color: transparent; background-image: none; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container > .video-iframe-container { display: none; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row > .video-iframe-container { display: none; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .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); }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container { border-width: 0; border-radius: 0; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#NdI2pTdZ9DpZZmsCfaVPxETxvCUbBUn0 { color:#112f2c;display:block;width:27.8125rem;position:absolute;font-family:naturalta;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:2.061635017395rem;left:16.09375rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Chg5kAczKbstFmUKafhqJ6Ih7qkFmMUC { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:13.1875rem;left:2.8125rem;height:1.18760625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M36NQHRTyZLEIR5RbPOvOF50Ol6TuZ5d { color:#112f2c;display:block;width:27.8125rem;position:absolute;font-family:naturalta;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:6.0625rem;left:14.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzmQsgkT9EbHgLaiV6Fz12JeIPXfQcIx { position:absolute;display:block;z-index:15006;height:21.75rem;width:38.75rem;top:11.875rem;left:10.625rem;display:block; }
#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#112f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container { background-color: transparent; background-image: none; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container > .video-iframe-container { display: none; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row > .video-iframe-container { display: none; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .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); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container { border-width: 0; border-radius: 0; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#xvVuODahs8niOosswTbZ2Bo1emCXXno3 { position:absolute;display:block;z-index:15003;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:10.5625rem;top:2.0625rem;left:21.1875rem;overflow:hidden;display:block; }
#ataRhBSlyHEeN6pFaSnuuRceFCem2ei7 { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.4375rem;left:14.03125rem;height:6.99950625rem;text-align:center;text-align-last:center;display:block; }
#EZRBSVaGE5L7cHR0skDhcsPq9lqkaAVU { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:22rem;left:11.6875rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wiWTFRwC7ALLfmHJDhZxW02RpemIDgQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.25rem;left:27rem; }
#wiWTFRwC7ALLfmHJDhZxW02RpemIDgQG > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#xO388cZ0LaUd9QlpbXoXcdU8TrJ9pSrx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.25rem;left:30.6875rem; }
#xO388cZ0LaUd9QlpbXoXcdU8TrJ9pSrx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#oPqUlUeaeHn0bRIBxSDzSpG5LV5g74W7 { position:absolute;display:block;z-index:15004;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.875rem;width:5.9375rem;top:3.3125rem;left:34.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu { display:block; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJc4siVTw3I59WZHNWtGkNIgiZThOJri { width:46.875rem;height:8.25rem;top:14.75rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIpEA0usGDIQTMTU9UlrqyEr2zppN6HK { width:14.75rem;height:3.4375rem;top:0rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZirTxgttIITXTrMdg1B7RgEU8wGGWDAl { display:block; }
 }@media only screen and (max-width: 763px) { #f4Hm1TrDa96TTyxlAZEwXKvv9z4d9dJu { top:4.5rem;left:19rem;width:9.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w { display:block; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDIQ1ksANlu2AyQEcJHLZcBfxaTuG9bk { width:23.25rem;height:13.75rem;top:4.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3TGCIQZ7xt3slINbcTbbfHSzaDmpCqm { width:14.75rem;height:3.4375rem;top:0rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTJgUTcG5ARSTihG9qTFnzoKpZJDpGF5 { display:block; }
 }@media only screen and (max-width: 763px) { #cWQDeQ8KRykVTuDVKbp45gcGsQS12TV7 { top:-0.25rem;left:12.375rem;width:35.375rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX { display:block; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2sW5XZksVt4f7nGr74Ztr09yUaKh84S { top:9.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRPee7IUkwrIBqBP9eaHHUbrkacKRP5 { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw { display:block; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVGVqP9Oa6GhvpldAXT72Mxb8EHWtlmt { width:15.5rem;height:2.4375rem;top:3.3125rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsPcC3smXksL6I6X6ezyVlI5eC2dMwTL { width:30.1875rem;height:21.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZstQXShTzQz171B96P7dTKGgFdb4NkAP { width:47.75rem;height:;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSXhtq9DppS9rQ2tz2WcoHMS1fPA9xIZ { width:1.25rem;height:1.25rem;top:63.1875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE5ybpcR65Ne2zbSpiif2wawmTZNawLc { width:47.75rem;height:;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTpVdylxHJfOPe389511bRo62lvKLqf { width:28.5rem;height:21.125rem;top:50.5625rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2VTRnLHBOk3S6EK4Vld0DaqQVQLHMnD { top:42.875rem;left:36.0625rem;width:11.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlNd0C2ZUi6TbgCp7o6MKZGpRkqKg0TS { top:43.4375rem;left:36.8125rem;width:9.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTN1FFon3P2lq0cETRDtvobMB45KQTo { top:70.1875rem;left:0rem;width:9.875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZD0NS3hWZh8tHuZyAuoH3XkwuBVGCCL { top:70.1875rem;left:0rem;width:11.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REVRK0bzhQZbLAEDh1FtiaWx9v8nXhpp { top:70.1875rem;left:7.625rem;width:11.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13d7X7bO7Ir5M711iUUTnn4q7WkvbaM { top:70.1875rem;left:8.25rem;width:9.875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACszT2FXuwmCuxWuV6tAEggSdTSDI2J9 { width:28.125rem;height:21.0625rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVVadlyIEpgiaOfOT5XxpsywieI0Kk8S { width:47.75rem;height:;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0BWwQHyxKFNTOiH0espO5JPXq9erwhK { top:94.8125rem;left:26.625rem;width:11.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDkxigQ1JOtZ0H0u9vnu2ix4kqbR8xg8 { top:94.8125rem;left:27.3125rem;width:9.6875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FFfHGtHfGLHT0liGe9WToNPJPf9U1U { top:94.8125rem;left:36.625rem;width:11.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2H933wEoSp8b1tf3RnDsMMr5haiJRi { top:94.8125rem;left:37.875rem;width:9.875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8hSZ6Ppor2F6UFbscgHAHSIOZyKNwO { width:29.3125rem;height:20.1875rem;top:100.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSceQD7RQfx85SczHq4vWtXNf8dVtyHQ { width:47.75rem;height:;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzx6uDClGss4acVFbmyP537pCMD5LSDM { top:118.125rem;left:1.5625rem;width:10.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLzTBI9TEPlmHyfkFtaiOuXJk6Revo3 { top:118.6875rem;left:1.9375rem;width:9.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3LR15zviZpqf3PRyONkhTuTBngHLK6m { top:124.625rem;left:0rem;width:20.3125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrVGtalcMZeNhx5NmVhHwOZKBTRt6ga9 { width:17.6875rem;height:10rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf07haz0KmuItoQir58tFDLbNphLAJe0 { width:20.6875rem;height:11.652078965758rem;top:10.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RknBEg6Wi4H2C56FJzWezGVP8fSiVPtB { width:17.625rem;height:9.9375rem;top:10.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9ODI3P3SFX7maRZRTnpl0sua6ROPXbs { top:5.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz { display:block; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cU0l8CNesCcRW4IzJlzyxn205HtcOu2K { width:35.9375rem;height:2.8125rem;top:1.5rem;left:5.8747844696045rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwUeDQ1OhU6R7QcwhJ5i9vLU7wdBUi3U { top:7.25rem;left:1.125rem;width:46.625rem;height:29.148356854177rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSTXUFROwWdiLlN2JWT1NPAiR4uMXdm { width:35.9375rem;height:3.5625rem;top:4.3125rem;left:5.8747844696045rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 { display:block; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sbgz40rshymNK018kcEN5W1xTEUhAl8i { width:21.9375rem;height:6rem;top:6.6875rem;left:0.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZybLe5tJRrG2LtfxFH1S9XKGx1HNG1FV { width:23.625rem;height:1.5625rem;top:14.75rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vWozdF9cqsiBRXD1Q0eI1fxO1KFTfi { width:10.4375rem;height:7.125rem;top:18.4375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIDIrQirlcmgsfnKXRI8uvLcrrPQ9sG1 { width:10.4375rem;height:7.125rem;top:26.75rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGgeGNtQdFtMQ0sZe1oASVJWfQJHJIcd { width:10.4375rem;height:7.125rem;top:35.9375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y { display:block; }#MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZm1Ak0kkqyHnTg9gXNLogocLrwpSicN { width:27.8125rem;height:3.125rem;top:2rem;left:9.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDBLalie5vxaCSKV9p6uzxrzpTr8T2wp { width:29.8125rem;height:1.1875rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-regular-label { width:25.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-text { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-text {padding-top: 0; padding-bottom: 0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-textarea { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-select { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-select {padding-top: 0; padding-bottom: 0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-button { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-checkbox-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB  { width:25.5rem;height:25.4375rem;top:10.75rem;left:9.0355911254881rem; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .radio-container { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB {display:block;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB { width:25.5rem;height:25.4375rem;top:10.75rem;left:9.0355911254881rem; }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #URFaohgJel6Cybvim5nIF1ukPtUiHlvC {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #KTwyKDrkepdu7bw7K3sl9DiuI6O0LoKK {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #yzIuflcAaLp8z7JCXni8ouSx403lA30I {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #rHTK1ofmiTq5TPBSo8vdq67cBI8EqwZV {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #JIKfd0MXCqAcRkmuZWtFqSOX28oDJ0zX {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #ONemUFzm8KVMCgOuPdekhycuNGkM2qwc {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #BoUsuqnRqgco4Lw40irZEpWizdkMhcTp {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #KM6f7fh9vHe0sVWO6BuRcOIiqCrgQrtE {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #vVnboTk3Qx6DEDME1DgAbXwUukrpKOoQ {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #xwMEq1fOk7FihCdNkzHBvCu4sOe4llI0 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #fLbq5hSnN62iN0ghBcHPEohLNJslhuU3 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #RQ9HzLMrAzqH9BAcFueEcEJwdE4DictI {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #hQ4NB6tPXrlwMelP8elJvE8gXZrcnM66 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #pNuiG1Szb1FAydnihqfrXssHiJP5BR4K {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #XLx6O5lG0X7e0bt7Rg73TKmHLgT7NxTJ {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #WTGMmUg22KVZ9euQfcK3UXSxCaLWmCD0 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #Nxp5yhgwaveII5CWrsPblQ5h889APEGL {  }
 }@media only screen and (max-width: 763px) { #bIe6W2cKv48E0n4MvNdBmsUFyo1dlgTJ { width:27.8125rem;height:;top:6.0625rem;left:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbxTtg7ETTFUUead50xnIQoxJIUix3Pb { display:block; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdI2pTdZ9DpZZmsCfaVPxETxvCUbBUn0 { width:27.8125rem;height:3.125rem;top:2rem;left:9.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chg5kAczKbstFmUKafhqJ6Ih7qkFmMUC { width:29.8125rem;height:1.1875rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M36NQHRTyZLEIR5RbPOvOF50Ol6TuZ5d { width:27.8125rem;height:;top:6.0625rem;left:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzmQsgkT9EbHgLaiV6Fz12JeIPXfQcIx { top:11.875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 { display:block; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvVuODahs8niOosswTbZ2Bo1emCXXno3 { width:10.5625rem;height:5.375rem;top:2.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ataRhBSlyHEeN6pFaSnuuRceFCem2ei7 { top:9.4375rem;left:7.90625rem;width:31.9375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZRBSVaGE5L7cHR0skDhcsPq9lqkaAVU { top:22rem;left:5.5625rem;width:36.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiWTFRwC7ALLfmHJDhZxW02RpemIDgQG { top:18.25rem;left:20.875rem;width:2.3125rem;height:2.3125rem;display:block; }
#wiWTFRwC7ALLfmHJDhZxW02RpemIDgQG > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #xO388cZ0LaUd9QlpbXoXcdU8TrJ9pSrx { top:18.25rem;left:24.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
#xO388cZ0LaUd9QlpbXoXcdU8TrJ9pSrx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #oPqUlUeaeHn0bRIBxSDzSpG5LV5g74W7 { width:5.9375rem;height:2.875rem;top:3.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f709e41-2b54-4886-bfc9-10300c08278d/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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); } }@media only screen and (max-width: 763px) { #dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4b9cc69-2133-438e-b645-e0e7d1947b2b/_Ntr_landing_sep_001.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu.adaptive-delivery-prevent-bg, #dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu.lazyload, #dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu.lazyloading { background-image: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container { background-color: transparent; background-image: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container > .video-iframe-container { display: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row > .video-iframe-container { display: none; }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .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); }#dm7iTeb0d6taVJtE8Q4GHsHrcCLEvGQu > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJc4siVTw3I59WZHNWtGkNIgiZThOJri { width:15.749rem;height:7.90525rem;top:13.79736328125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIpEA0usGDIQTMTU9UlrqyEr2zppN6HK { width:12.6248125rem;height:2.5rem;top:6.212025rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZirTxgttIITXTrMdg1B7RgEU8wGGWDAl { display:block; }
 }@media only screen and (max-width: 763px) { #f4Hm1TrDa96TTyxlAZEwXKvv9z4d9dJu { width:9.75rem;height:5.625rem;top:4.4521484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0bca7f2-d4e5-4c41-9680-ae565e1f5d26/HUENTITAN18.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w.adaptive-delivery-prevent-bg, #kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w.lazyload, #kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w.lazyloading { background-image: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container { background-color: transparent; background-image: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container > .video-iframe-container { display: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(57,57,57,0.2); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row > .video-iframe-container { display: none; }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .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); }#kDZSPTncsQz6PCfbMaBm8vp2IBio3p3w > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDIQ1ksANlu2AyQEcJHLZcBfxaTuG9bk { width:15.749rem;height:7.90525rem;top:4.23486328125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3TGCIQZ7xt3slINbcTbbfHSzaDmpCqm { width:12.6248125rem;height:2.5rem;top:6.212025rem;left:3.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTJgUTcG5ARSTihG9qTFnzoKpZJDpGF5 { display:block; }
 }@media only screen and (max-width: 763px) { #cWQDeQ8KRykVTuDVKbp45gcGsQS12TV7 { width:20rem;height:19.187279151943rem;top:15.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX { background-color:#112f2c;background-image:none;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; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container { background-color: transparent; background-image: none; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container > .video-iframe-container { display: none; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row > .video-iframe-container { display: none; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .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); }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container { border-width: 0; border-radius: 0; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qigbqzDr5A2Fm6P1sAwVu2VXChJ4rEuX > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2sW5XZksVt4f7nGr74Ztr09yUaKh84S { width:20rem;height:7.9604375rem;top:10.246854305267rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TSRPee7IUkwrIBqBP9eaHHUbrkacKRP5 { width:20rem;height:7.4238125rem;top:1.1246757507324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw { display:block; }#tMve5maE0DBK5TEGK4sH6bXZ6p9vGnQw > .row .container { width:20rem;height:175.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVGVqP9Oa6GhvpldAXT72Mxb8EHWtlmt { width:18.75rem;height:2.0625rem;top:1.6243495941162rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsPcC3smXksL6I6X6ezyVlI5eC2dMwTL { width:18.2498125rem;height:12.874875rem;top:44.6875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZstQXShTzQz171B96P7dTKGgFdb4NkAP { width:11.7496875rem;height:13.6465rem;top:57.5625rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aSXhtq9DppS9rQ2tz2WcoHMS1fPA9xIZ { width:1.25rem;height:1.25rem;top:78.1468625rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JE5ybpcR65Ne2zbSpiif2wawmTZNawLc { width:15.7498125rem;height:12.50925rem;top:90.75rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLTpVdylxHJfOPe389511bRo62lvKLqf { width:19.375rem;height:14.375rem;top:76.375rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2VTRnLHBOk3S6EK4Vld0DaqQVQLHMnD { width:9.1875rem;height:2.125rem;top:71.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlNd0C2ZUi6TbgCp7o6MKZGpRkqKg0TS { width:9.8745rem;height:0.9746125rem;top:72.4375rem;left:6.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCTN1FFon3P2lq0cETRDtvobMB45KQTo { width:9.0625rem;height:1.949225rem;top:104.8125rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZD0NS3hWZh8tHuZyAuoH3XkwuBVGCCL { width:9.3125rem;height:2.375rem;top:104.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REVRK0bzhQZbLAEDh1FtiaWx9v8nXhpp { width:8.8125rem;height:2.4375rem;top:104.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13d7X7bO7Ir5M711iUUTnn4q7WkvbaM { width:7.3746875rem;height:1.949225rem;top:104.8125rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACszT2FXuwmCuxWuV6tAEggSdTSDI2J9 { width:19.437375rem;height:14.5621875rem;top:109.0625rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xVVadlyIEpgiaOfOT5XxpsywieI0Kk8S { width:15.7498125rem;height:12.50925rem;top:124.25rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0BWwQHyxKFNTOiH0espO5JPXq9erwhK { width:8.6875rem;height:2.5rem;top:138.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDkxigQ1JOtZ0H0u9vnu2ix4kqbR8xg8 { width:8.812375rem;height:1.949225rem;top:138.375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1FFfHGtHfGLHT0liGe9WToNPJPf9U1U { width:9rem;height:2.5rem;top:138.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2H933wEoSp8b1tf3RnDsMMr5haiJRi { width:7.625rem;height:1.949225rem;top:138.400390625rem;left:10.96875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La8hSZ6Ppor2F6UFbscgHAHSIOZyKNwO { width:18.9371875rem;height:12.9996875rem;top:143.25rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oSceQD7RQfx85SczHq4vWtXNf8dVtyHQ { width:18.75rem;height:12.50925rem;top:156.25rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzx6uDClGss4acVFbmyP537pCMD5LSDM { width:8.8125rem;height:2.625rem;top:169.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLzTBI9TEPlmHyfkFtaiOuXJk6Revo3 { width:8.6875rem;height:0.9746125rem;top:170.25rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3LR15zviZpqf3PRyONkhTuTBngHLK6m { width:20rem;height:0.8125rem;top:173.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrVGtalcMZeNhx5NmVhHwOZKBTRt6ga9 { width:17.6875rem;height:10.000176681567rem;top:8.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf07haz0KmuItoQir58tFDLbNphLAJe0 { width:20rem;height:11.264981310072rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RknBEg6Wi4H2C56FJzWezGVP8fSiVPtB { width:17.625rem;height:9.9371682145556rem;top:31.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9ODI3P3SFX7maRZRTnpl0sua6ROPXbs { width:20rem;height:2.11230625rem;top:4.4363069534302rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz { display:block; }#WUF09yzqdaAeV41pJTVrzpRZ2sayGIUz > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cU0l8CNesCcRW4IzJlzyxn205HtcOu2K { width:20rem;height:1.8560125rem;top:1.5044488906861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwUeDQ1OhU6R7QcwhJ5i9vLU7wdBUi3U { width:20rem;height:12.562375rem;top:7.6557073593137rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SJSTXUFROwWdiLlN2JWT1NPAiR4uMXdm { width:20rem;height:3.50536875rem;top:3.3604602813721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 { background-color:#112e2b;background-image:url("https://images.assets-landingi.com/uc/a011a630-22df-477f-a7ad-2aa0c88f1c98/_Ntr_landing_sep_003_movil.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014.adaptive-delivery-prevent-bg, #eA3er1oO2kNtWWaIkR2ArHRJMrVN9014.lazyload, #eA3er1oO2kNtWWaIkR2ArHRJMrVN9014.lazyloading { background-image: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container { background-color: transparent; background-image: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container > .video-iframe-container { display: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row > .video-iframe-container { display: none; }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .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); }#eA3er1oO2kNtWWaIkR2ArHRJMrVN9014 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sbgz40rshymNK018kcEN5W1xTEUhAl8i { width:15.187rem;height:4rem;top:2.5rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZybLe5tJRrG2LtfxFH1S9XKGx1HNG1FV { width:15.5rem;height:3.125rem;top:7.43701171875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6vWozdF9cqsiBRXD1Q0eI1fxO1KFTfi { width:10.437rem;height:5.8496125rem;top:12.25rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DIDIrQirlcmgsfnKXRI8uvLcrrPQ9sG1 { width:10.437rem;height:5.8496125rem;top:18.375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sGgeGNtQdFtMQ0sZe1oASVJWfQJHJIcd { width:10.437rem;height:5.8496125rem;top:24.5rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y { display:none; }#MSppFpiwDRZQCul4TqOLEg9Slq6qLI1y > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pZm1Ak0kkqyHnTg9gXNLogocLrwpSicN { width:15.1871875rem;height:2rem;top:1.374240398407rem;left:1.1870660781861rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDBLalie5vxaCSKV9p6uzxrzpTr8T2wp { width:16.4371875rem;height:1rem;top:23.3746875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-text {padding-top: 0; padding-bottom: 0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-select {padding-top: 0; padding-bottom: 0;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB  { width:16.25rem;height:auto;top:8.0609817504881rem;left:0.62500011920931rem; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB {display:block;}#XxovtZD645ZcKqTF1sqKh7CEKuEibHDB { width:16.25rem;height:auto;top:8.0609817504881rem;left:0.62500011920931rem; }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #URFaohgJel6Cybvim5nIF1ukPtUiHlvC {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #KTwyKDrkepdu7bw7K3sl9DiuI6O0LoKK {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #yzIuflcAaLp8z7JCXni8ouSx403lA30I {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #rHTK1ofmiTq5TPBSo8vdq67cBI8EqwZV {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #JIKfd0MXCqAcRkmuZWtFqSOX28oDJ0zX {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #ONemUFzm8KVMCgOuPdekhycuNGkM2qwc {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #BoUsuqnRqgco4Lw40irZEpWizdkMhcTp {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #KM6f7fh9vHe0sVWO6BuRcOIiqCrgQrtE {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #vVnboTk3Qx6DEDME1DgAbXwUukrpKOoQ {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #xwMEq1fOk7FihCdNkzHBvCu4sOe4llI0 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #fLbq5hSnN62iN0ghBcHPEohLNJslhuU3 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #RQ9HzLMrAzqH9BAcFueEcEJwdE4DictI {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #hQ4NB6tPXrlwMelP8elJvE8gXZrcnM66 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #pNuiG1Szb1FAydnihqfrXssHiJP5BR4K {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #XLx6O5lG0X7e0bt7Rg73TKmHLgT7NxTJ {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #WTGMmUg22KVZ9euQfcK3UXSxCaLWmCD0 {  }
 }@media only screen and (max-width: 763px) { #XxovtZD645ZcKqTF1sqKh7CEKuEibHDB #Nxp5yhgwaveII5CWrsPblQ5h889APEGL {  }
 }@media only screen and (max-width: 763px) { #bIe6W2cKv48E0n4MvNdBmsUFyo1dlgTJ { width:20rem;height:3.1875rem;top:4.0565295219421rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbxTtg7ETTFUUead50xnIQoxJIUix3Pb { display:block; }#VbxTtg7ETTFUUead50xnIQoxJIUix3Pb > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdI2pTdZ9DpZZmsCfaVPxETxvCUbBUn0 { width:15.1871875rem;height:2rem;top:1.374240398407rem;left:1.1870660781861rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chg5kAczKbstFmUKafhqJ6Ih7qkFmMUC { width:16.4371875rem;height:1rem;top:23.3746875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M36NQHRTyZLEIR5RbPOvOF50Ol6TuZ5d { width:20rem;height:4.25rem;top:4.0565295219421rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzmQsgkT9EbHgLaiV6Fz12JeIPXfQcIx { width:20rem;height:21.75rem;top:11.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 { position:relative;z-index:auto;background-color:#112f2c;background-image:none;display:block; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container { background-color: transparent; background-image: none; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container > .video-iframe-container { display: none; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row > .video-iframe-container { display: none; }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .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); }#MXR9o27fegAnr8UEKtvyyuFgPPOI4KZ1 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvVuODahs8niOosswTbZ2Bo1emCXXno3 { width:9.5625rem;height:4.9375rem;top:2.3125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ataRhBSlyHEeN6pFaSnuuRceFCem2ei7 { width:20rem;height:8.3994125rem;top:12.83154296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZRBSVaGE5L7cHR0skDhcsPq9lqkaAVU { width:20rem;height:2.79980625rem;top:27.880859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiWTFRwC7ALLfmHJDhZxW02RpemIDgQG { width:2.3120125rem;height:2.3120125rem;top:23.5rem;left:6.6875rem;display:block; }
#wiWTFRwC7ALLfmHJDhZxW02RpemIDgQG > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; } }@media only screen and (max-width: 763px) { #xO388cZ0LaUd9QlpbXoXcdU8TrJ9pSrx { width:2.3120125rem;height:2.3120125rem;top:23.5rem;left:11.125rem;display:block; }
#xO388cZ0LaUd9QlpbXoXcdU8TrJ9pSrx > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; } }@media only screen and (max-width: 763px) { #oPqUlUeaeHn0bRIBxSDzSpG5LV5g74W7 { width:5.125rem;height:2.4375rem;top:8.56201171875rem;left:7.4375rem;display:block; }
 }