.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,74,173;--color-primary-1:3,53,97;--color-primary-2:17,27,60;--color-primary-3:0,18,55;--color-primary-4:1,27,55;--color-secondary-0:226,249,240;--color-secondary-1:167,236,211;--color-secondary-2:108,224,182;--color-secondary-3:46,186,92;--color-secondary-4:10,204,134;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:17,17,17;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container { background-color: transparent; background-image: none; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container > .video-iframe-container { display: none; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row > .video-iframe-container { display: none; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .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); }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container { border-width: 0; border-radius: 0; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cb8eFMJeTPXcA4ILttGMTTnVCfIPBQU8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.1875rem;top:1.8749998807907rem;left:32.405006408691rem;overflow:hidden;display:block; }
#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78.adaptive-delivery-prevent-bg, #FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78.lazyload, #FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78.lazyloading { background-image: none; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container { background-color: transparent; background-image: none; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container > .video-iframe-container { display: none; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row > .video-iframe-container { display: none; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .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); }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container { border-width: 0; border-radius: 0; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qBPXqJdznFKfWyxGUQt3sxxNIwTDISzp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:50rem;top:0.31178951263428rem;left:12.499111175537rem;overflow:hidden;display:block; }
#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e5d89bc-e3c7-4923-b1f1-2f0c682d72fb/bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1.adaptive-delivery-prevent-bg, #wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1.lazyload, #wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1.lazyloading { background-image: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container { background-color: transparent; background-image: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container > .video-iframe-container { display: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row > .video-iframe-container { display: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .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); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container { border-width: 0; border-radius: 0; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1::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; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#nhkRDX9s4inUkdbD5d3HTRziTTiOQCy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:13.1875rem;left:0rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H6HnqM7KUR8ngabC019hdvCDi5TkfBAk { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:25rem;left:0rem;height:4.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HmGK8GWyaeA6ANZLIG0yMa6cFf2FUAtq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#WKqeXkgEWwrCzCKTbCTwc3vvTvUekksb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.8125rem;top:3.375rem;left:63.1875rem;overflow:hidden;display:none; }
#XUGTETr4Rikle0ymAg00dtzWW5zDTWF4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:24.875rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-form-header {  }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #024b7e);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #024b7e);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #024b7e);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #024b7e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#024b7e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#024b7e' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #024b7e);background-size:initial !important;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:700;color:rgba(var(--color-tertiary-0),1);width:18.75rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .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; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-container:first-of-type{padding-top:0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-container:last-of-type{padding-bottom:0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.437283992767rem;left:52.937288284302rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 {display:block;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.437283992767rem;left:52.937288284302rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #liNM3VBSTlJIO5J6L3e1iKQmUa4boJBp { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #xomoopGtbGE9TylyATXPGC2ILivRCIge { position:relative;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #xELBfcoufkk1FzeU0u0Ck2bssTyAnLXC { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #me33mA2DQTBUS81TNFoRbOkfpXzG2yFi { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #TgTnLFXUGRCevxyfxT7dktQz4lkkS4f4 { position:relative;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #fSQh49d9TW3S9GEUIA2goKT7Dusc0G14 { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #tIlzsiVd7MeyREHM0X6ZrkvNfLM2xeex { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #RUqTwSve1EZgTHyteX5w60HriS0VF03s { position:relative;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #IOK6cyOu0rphFnmavyNzC1VCzzOAeFPX { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #TsotuR66KrrZ2UG23o6zme46JJ7JcvGV { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #Q54VVlxhRRLaTAOg5EXsddiucZ8J4APl { position:relative;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #EsJGbyKbaSOBZMwrNcCMLw6BSybyddQO { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #bO1lDrZfpmHBfJ9sXqOCxPrpTqrDf3d1 { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #AiEMD1NdUOqLRi8c8kf7hqGphxEcDQ5r { position:relative;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #fDbR7lBkw2fxiU0ISGA7XrdGS27QdRTT { position:relative; }
#z90TlTDKHC7vvdG4KXWT2GIfzCfMGSZx { position:relative;display:block; }
#oQQpEOTVBXJ6GJTLL18cRFs5ydCHe0r9 { position:relative;display:block; }
#rDxQrcTdQgtF67KVwDnJkfoCuRJm4hDa { position:relative;display:block; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #c1k88Gy75AFHQgdtNey5TZ5sVfooyHRD { position:relative; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #B5A8771uSXXCaNT7pe8ua7lpKlaqeDTh { position:relative; }
#MwRvTNkERdULTBqUDRXZIZ5SJ63UrpvA { box-sizing:content-box;height:33.125rem;width:22.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;top:9.6875rem;left:52.125rem;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; }
#vSCpcLFNkLZZWTifXufSVGHrTp6HHBck { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.1875rem;left:55.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#z83RKT00GT5gx8ZfGSxtKpXQ3th2MmeM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.999rem;width:6.999rem;top:5.125rem;left:68rem;overflow:hidden;display:block; }
#E1VHwp7JdauIHtyf7IshGJlrB8T21TVa { box-sizing:content-box;height:12rem;width:42.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:35.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ecugAXTu7B8v9A2mQncALkQgfxFpNTlW { position:absolute;display:block;z-index:15019;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:12.625rem;width:40.4375rem;top:35.1875rem;left:0.8125rem;overflow:hidden;display:block; }
#vOFQ1rDJ5B5zgkzzo3iNZOTNvNvOmEz6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/45d66326-a304-4fbd-bbf4-e6f1035877a0/Phuketthailandscenery2048x1090.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; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8.adaptive-delivery-prevent-bg, #FUiG7MJNECI9izqcNymekuTwwFvnBmm8.lazyload, #FUiG7MJNECI9izqcNymekuTwwFvnBmm8.lazyloading { background-image: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container { background-color: transparent; background-image: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container > .video-iframe-container { display: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row > .video-iframe-container { display: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .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); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container { border-width: 0; border-radius: 0; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8::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; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#WDIPOEtwMxqf4S8JZQgav1qKL8SmstLT { box-sizing:content-box;height:38.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.56);background-image:none;top:6.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ltUqhllEgPFGGyws1HrDpkg6AfBdo1SN { color:#00ffc5;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:11.875rem;left:4.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CBmCH63F0wxIOntMt23fQBPF1AxPngfh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.875rem;height:9.09863125rem;display:block; }
#rDLntQccmp9DX6MWcLvyrCX2pNU7kK2N { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:33.8125rem;left:4.875rem;height:4.7988375rem;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; }
#wowFc9DU4nW3At1DH2v8EPaX5sk9lBMD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.1875rem;top:16.272193431854rem;left:31.124820709229rem;overflow:hidden;display:none; }
#h1imvfLysPxRPN576kXwuHT8DwdFJXez { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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:45.375rem;width:28.875rem;top:0rem;left:42.092425847457rem;overflow:hidden;display:block; }
#sQOvEBGHVJm5G1m0Ez3kgJVSZ5zS1W0W { position:absolute;display:block;z-index:15019;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.875rem;width:19.3125rem;top:15.0625rem;left:4.875rem;overflow:hidden;display:block; }
#DkVkOxcdTkLVCwTZwW6ELZVlKfVUplAW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.86525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.56);top:24.193359375rem;left:41.216796875rem;height:1.798828125rem;text-align:center;text-align-last:center;display:block; }
#BmXHHgeCzOwnVlWCL1IRT6vt6sva2Il5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.56);top:12.6875rem;left:56.90625rem;height:1.798825rem;text-align:center;text-align-last:center;display:block; }
#zsy9dp91RgrMINHhUR8QMddKKHSukSJT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.871125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.56);top:11.998046875rem;left:41.8125rem;height:1.798828125rem;text-align:center;text-align-last:center;display:block; }
#JpPZxfRb8PS23mVtM484AmP7m5m80AZI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.871125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.71);top:26.2353515625rem;left:54.3447265625rem;height:1.798828125rem;text-align:center;text-align-last:center;display:block; }
#HwMpccARy50AuMgZ0atMmU192O3MGprI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.86525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.56);top:43.013671875rem;left:40.1650390625rem;height:1.798828125rem;text-align:center;text-align-last:center;display:block; }
#enKqP3kZAwXRi2J4WOsKft2pl1XfCfho { color:rgba(var(--color-tertiary-0),1);display:block;width:15.86525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.65);top:43.1865234375rem;left:54.6962890625rem;height:1.798828125rem;text-align:center;text-align-last:center;display:block; }
#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container { background-color: transparent; background-image: none; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container > .video-iframe-container { display: none; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row > .video-iframe-container { display: none; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .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); }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container { border-width: 0; border-radius: 0; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#kQ5zbm0eSHxccHKy6ri2iPXuxvv7MtWa { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.4374997019768rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hu3lN1scMIL2ZxMA4QZZasSKcARtvfTn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1552734375rem;left:20.9990234375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mqE5ITRO4JiWZ5WL5ZvI0VO6VyxQl9JD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5664059519769rem;left:1.5607261657715rem;height:1.2999125rem;font-style:normal;display:block; }
#NBDESe8yo78wRXUwQ2HT3TWOTTJNe4vg { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5664059519769rem;left:12.80983543396rem;height:1.3rem;display:block; }
#kzp46S2BCduetCfrdFRTyrJuLUhff92D { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5655180811881rem;left:14.560548782349rem;height:1.2999125rem;display:block; }
#XDFxGAbdPomH5tCTz6ALZczPo1PLn2wh { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.312143981457rem;left:1.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#lQAQMqgl2cXGTvaJFPgc2WbVSzbtZKKH { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.248934149742rem;left:12.8125rem;height:1.3rem;display:block; }
#BxPzWl586BhTKtTCDTzGzO0pm1k6IsUv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.248934149742rem;left:14.562320709229rem;height:1.2999125rem;display:block; }
#wsvlURbTTSzalwomI7EV4PvqSWGbJMhU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.062322318554rem;left:1.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#mNDEETLenu7gQCbgolvT94RIIy4uJ5n7 { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.937322020531rem;left:12.8125rem;height:1.3rem;display:block; }
#TULSSKFJ6tEKHPPOloOtTTOZtCcDmpWK { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.999822020531rem;left:14.561433792114rem;height:1.2999125rem;display:block; }
#J87Idhfq2dTHGywnbhphv60tefVIll58 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.811965942382rem;left:1.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#I8W9OPZJwk3ncxqAERRQkvNx783aidHa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.499289870262rem;left:1.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#KeuzzQQiFwwIarPd0owMnME5F47rz3EN { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:24.499289870262rem;left:12.810724258423rem;height:1.3rem;display:block; }
#S9ssCJwoXB3w5VBdqenJOq0XqhSBPo2U { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.4990234375rem;left:14.560546875rem;height:1.2999125rem;display:block; }
#NbwQhZX2ysmpcHuEFS5pbpTfGGtFXZ1X { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:28.310546278954rem;left:1.5598354339599rem;height:1.2999125rem;font-style:normal;display:block; }
#gm590cWbKuLXiOf1v8l2xH31ERxDvWMp { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.248046278954rem;left:12.810724258423rem;height:1.3rem;display:block; }
#pGsyXFylzHN6mWRfhTQLgHTTWSThCxzB { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.310546278954rem;left:14.561433792114rem;height:1.2999125rem;display:block; }
#Lr8NOayds6hAc0SDkzmHg1ZuQbI3K7l8 { box-sizing:content-box;height:26.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-secondary-3),1), #0015bc);background-image: -moz-linear-gradient(270deg, rgba(var(--color-secondary-3),1), #0015bc);background-image: -ms-linear-gradient(270deg, rgba(var(--color-secondary-3),1), #0015bc);background-image: -o-linear-gradient(270deg, rgba(var(--color-secondary-3),1), #0015bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#0015bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#0015bc' );";background-image: linear-gradient(270deg, rgba(var(--color-secondary-3),1), #0015bc);background-size:auto !important;top:8.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#q47uPF8DhaU0uZDkRKJLAncJ1GZUXNhw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32.062322020531rem;left:1.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#utwNxVb8QQDon8uHcGZiup10zfbZznFM { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.999822020531rem;left:12.810724258423rem;height:1.3rem;display:block; }
#nNU75h56Uv7pxdASHhowpuMfa1QGp5Do { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:32.061767578125rem;left:14.560546875rem;height:1.2999125rem;display:block; }
#iDFrDAAroegyruqTKtfzDZvVg6qbXkua { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.869672775269rem;left:0rem;display:block; }
#PVFspLeyWLe9NIDeQ4ZOsVZ2HvkzrXbN { box-sizing:content-box;height:0.12429rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.619672775269rem;left:0rem;display:block; }
#hZakwFSAcCZf3eTwPGB50onqBBGDpGRi { box-sizing:content-box;height:0.12429rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.369672775269rem;left:0rem;display:block; }
#ktsnZLmqM6upaKe5GmXff9iUQ8FnIEDD { box-sizing:content-box;height:0.12429rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.119672298431rem;left:0rem;display:block; }
#LvDauR6alsR04hROLE1uxPnFImZ8uwzR { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.930397033691rem;left:0rem;display:block; }
#DPGJDQROWHOAdO1HVQBVGfzAQAA3KLnu { box-sizing:content-box;height:0.12429rem;width:75rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.619672298431rem;left:0rem;display:block; }
#UCcMHs9bzwCNrgyZg1kxkyn7g8WeTOeM { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.1240234375rem;left:0rem;display:block; }
#cTfdROeLigD7FpiCXMuWBxpTePTnumP6 { color:rgba(var(--color-tertiary-0),1);display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.687144637108rem;left:12.8125rem;height:1.3rem;display:block; }
#UKm5cvgcF9xiuNSSP6MabNK81BFmfaWD { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.749289870262rem;left:14.561433792114rem;height:1.2999125rem;display:block; }
#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X { 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; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container { background-color: transparent; background-image: none; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container > .video-iframe-container { display: none; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row > .video-iframe-container { display: none; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .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); }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container { border-width: 0; border-radius: 0; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#G9drwvqHv2ske6HMNxDaMNd7I9OxWLCZ { color:#111b3c;display:block;width:32.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#AId9AygAQKGpSG40JEX0PoUoh4oQiGLq { box-sizing:content-box;height:36.4375rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#JTTKGiD68X4k4h1x1izCQo9QMinsbgTp { 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:34.75rem;width:75rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#AiTGZOOJPAF8a07QAP2TLMFnoZQECZ9T { color:rgba(var(--color-secondary-2),1);display:block;width:25.1243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.300957202911rem;left:36.935012817382rem;height:0;text-align:center;text-align-last:center;display:none; }
#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50bc49cc-0512-4259-9a59-e395626f70dd/noroot.preview.rotate_270");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b.adaptive-delivery-prevent-bg, #ZdCphmk58UXiOD3radwTSFTgvPNgnd4b.lazyload, #ZdCphmk58UXiOD3radwTSFTgvPNgnd4b.lazyloading { background-image: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container { background-color: transparent; background-image: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,250,251,0.9); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container > .video-iframe-container { display: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,250,251,0.9); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row > .video-iframe-container { display: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .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); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container { border-width: 0; border-radius: 0; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b::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; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#rr4p1IaQTc8TdwZ9xgNw9BNqie6SFfc8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28rem;width:75rem;top:11.12482213974rem;left:0rem;overflow:hidden;display:block; }
#PZODsDUJPU5CsQkG5mXcsOKCtOxlsIxx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.9375rem;width:37.1875rem;top:39.748045921326rem;left:0rem;overflow:hidden;display:block; }
#olN73XvPEbh7qvWnyLLt6UmDXnITT4Pz { color:rgba(var(--color-secondary-2),1);display:block;width:49.2489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.28515625rem;left:12.873756408691rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lboeUGqHMaKWz2bpEGITrpulpbCInZP2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.9375rem;width:37.1875rem;top:39.747868537903rem;left:37.8125rem;overflow:hidden;display:block; }
#JJr0aCN9hpTuan4T77JGU82npvWLJ9CC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:20.999645233154rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);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; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container { background-color: transparent; background-image: none; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container > .video-iframe-container { display: none; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row > .video-iframe-container { display: none; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .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); }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container { border-width: 0; border-radius: 0; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#Htl3vtKGMtsbbZ7QO1haEAP2AUDcU4eX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:20.999645233154rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#bph5EnZmMq49codhq5x011P7CUZ8xHwa { box-sizing:content-box;height:20rem;width:37.1875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80ebff60-0247-4d73-b2a6-e0d08743e014/photo1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.75426197052rem;left:0rem;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; }#bph5EnZmMq49codhq5x011P7CUZ8xHwa.adaptive-delivery-prevent-bg, #bph5EnZmMq49codhq5x011P7CUZ8xHwa.lazyload, #bph5EnZmMq49codhq5x011P7CUZ8xHwa.lazyloading { background-image: none; }
#ugZgy5eUT1tDyQOWfnKEJ37K9xZcSBi2 { box-sizing:content-box;height:20rem;width:37.1875rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/825b1308-6241-4003-8862-684eaf0e93b0/photo2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.75355052948rem;left:37.812498092651rem;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; }#ugZgy5eUT1tDyQOWfnKEJ37K9xZcSBi2.adaptive-delivery-prevent-bg, #ugZgy5eUT1tDyQOWfnKEJ37K9xZcSBi2.lazyload, #ugZgy5eUT1tDyQOWfnKEJ37K9xZcSBi2.lazyloading { background-image: none; }
#mymoXr9VzxaAsK3OhWvLMLam59IftEWp { box-sizing:content-box;height:16.25rem;width:24.625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0b9e9d0f-5a84-4449-8164-31259532bcb4/photo6PicsartAiImageEnhancer.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.378550052643rem;left:0rem;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; }#mymoXr9VzxaAsK3OhWvLMLam59IftEWp.adaptive-delivery-prevent-bg, #mymoXr9VzxaAsK3OhWvLMLam59IftEWp.lazyload, #mymoXr9VzxaAsK3OhWvLMLam59IftEWp.lazyloading { background-image: none; }
#T4EIFHg5CX52bkq6RfQi4N4TAGrtECzi { box-sizing:content-box;height:16.25rem;width:24.6244375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05a43c83-3ff5-4e72-a04e-ae0f0640ba5f/photo5PicsartAiImageEnhancer.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.378550052643rem;left:25.186433792114rem;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; }#T4EIFHg5CX52bkq6RfQi4N4TAGrtECzi.adaptive-delivery-prevent-bg, #T4EIFHg5CX52bkq6RfQi4N4TAGrtECzi.lazyload, #T4EIFHg5CX52bkq6RfQi4N4TAGrtECzi.lazyloading { background-image: none; }
#GP9vW2pTxeXtlN0tWsnaOTuFkdUVngJh { box-sizing:content-box;height:16.25rem;width:24.6235625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3dccf429-42ff-443b-898e-230f908477c5/photo4PicsartAiImageEnhancer.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.378550052643rem;left:50.376417160034rem;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; }#GP9vW2pTxeXtlN0tWsnaOTuFkdUVngJh.adaptive-delivery-prevent-bg, #GP9vW2pTxeXtlN0tWsnaOTuFkdUVngJh.lazyload, #GP9vW2pTxeXtlN0tWsnaOTuFkdUVngJh.lazyloading { background-image: none; }
#A1nnWqk7HJ5WbzHfFIQJonFzpoI2rKUa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00bc78, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #00bc78, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #00bc78, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #00bc78, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bc78', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bc78', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #00bc78, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.499025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:49.53125rem;left:26.875rem;display:block; }
#Pv80vwGvDmKNgUfIivUS5xz5O2HFHn4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container { background-color: transparent; background-image: none; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container > .video-iframe-container { display: none; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row > .video-iframe-container { display: none; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .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); }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container { border-width: 0; border-radius: 0; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#vxF4U7VBcGKXtDgixNqqayDneqTruqib { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:22.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 { display:block; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb8eFMJeTPXcA4ILttGMTTnVCfIPBQU8 { top:1.8125rem;left:18.780006408691rem;width:10.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 { display:block; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBPXqJdznFKfWyxGUQt3sxxNIwTDISzp { top:0.25rem;left:0rem;width:47.75rem;height:1.551875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 { display:block; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhkRDX9s4inUkdbD5d3HTRziTTiOQCy1 { top:13.1875rem;left:0rem;width:32.8125rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6HnqM7KUR8ngabC019hdvCDi5TkfBAk { top:25rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmGK8GWyaeA6ANZLIG0yMa6cFf2FUAtq { top:20.875rem;left:0rem;width:20.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqeXkgEWwrCzCKTbCTwc3vvTvUekksb { top:3.375rem;left:35.9375rem;width:11.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGTETr4Rikle0ymAg00dtzWW5zDTWF4 { top:3.375rem;left:0rem;width:24.875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-checkbox-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4  { width:18.75rem;height:auto;top:10.375rem;left:26.5rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 {display:block;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 { width:18.75rem;height:auto;top:10.375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #liNM3VBSTlJIO5J6L3e1iKQmUa4boJBp {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #xomoopGtbGE9TylyATXPGC2ILivRCIge {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #xELBfcoufkk1FzeU0u0Ck2bssTyAnLXC {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #me33mA2DQTBUS81TNFoRbOkfpXzG2yFi {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #TgTnLFXUGRCevxyfxT7dktQz4lkkS4f4 {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #fSQh49d9TW3S9GEUIA2goKT7Dusc0G14 {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #tIlzsiVd7MeyREHM0X6ZrkvNfLM2xeex {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #RUqTwSve1EZgTHyteX5w60HriS0VF03s {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #IOK6cyOu0rphFnmavyNzC1VCzzOAeFPX {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #TsotuR66KrrZ2UG23o6zme46JJ7JcvGV {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #Q54VVlxhRRLaTAOg5EXsddiucZ8J4APl {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #EsJGbyKbaSOBZMwrNcCMLw6BSybyddQO {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #bO1lDrZfpmHBfJ9sXqOCxPrpTqrDf3d1 {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #AiEMD1NdUOqLRi8c8kf7hqGphxEcDQ5r {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #fDbR7lBkw2fxiU0ISGA7XrdGS27QdRTT {  }
 }@media only screen and (max-width: 763px) { #z90TlTDKHC7vvdG4KXWT2GIfzCfMGSZx { display:block; }
 }@media only screen and (max-width: 763px) { #oQQpEOTVBXJ6GJTLL18cRFs5ydCHe0r9 { display:block; }
 }@media only screen and (max-width: 763px) { #rDxQrcTdQgtF67KVwDnJkfoCuRJm4hDa { display:block; }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #c1k88Gy75AFHQgdtNey5TZ5sVfooyHRD {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #B5A8771uSXXCaNT7pe8ua7lpKlaqeDTh {  }
 }@media only screen and (max-width: 763px) { #MwRvTNkERdULTBqUDRXZIZ5SJ63UrpvA { top:9.6875rem;left:24.875rem;width:22.875rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSCpcLFNkLZZWTifXufSVGHrTp6HHBck { top:39.1875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z83RKT00GT5gx8ZfGSxtKpXQ3th2MmeM { top:5.125rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VHwp7JdauIHtyf7IshGJlrB8T21TVa { top:35.5rem;left:0rem;width:42.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecugAXTu7B8v9A2mQncALkQgfxFpNTlW { top:35.1875rem;left:0rem;width:40.4375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOFQ1rDJ5B5zgkzzo3iNZOTNvNvOmEz6 { top:32.8125rem;left:0rem;width:25.9375rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUiG7MJNECI9izqcNymekuTwwFvnBmm8 { display:block; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDIPOEtwMxqf4S8JZQgav1qKL8SmstLT { top:6.0625rem;left:0rem;width:47.75rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUqhllEgPFGGyws1HrDpkg6AfBdo1SN { top:11.875rem;left:0rem;width:32.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBmCH63F0wxIOntMt23fQBPF1AxPngfh { top:23.375rem;left:0rem;width:27.5625rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDLntQccmp9DX6MWcLvyrCX2pNU7kK2N { top:33.8125rem;left:0rem;width:27.5625rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowFc9DU4nW3At1DH2v8EPaX5sk9lBMD { top:16.25rem;left:17.499820709229rem;width:0.1875rem;height:0.062203761227295rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1imvfLysPxRPN576kXwuHT8DwdFJXez { top:0rem;left:18.875rem;width:28.875rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQOvEBGHVJm5G1m0Ez3kgJVSZ5zS1W0W { top:15.0625rem;left:0rem;width:19.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkVkOxcdTkLVCwTZwW6ELZVlKfVUplAW { top:24.1875rem;left:27.591796875rem;width:15.8125rem;height:1.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmXHHgeCzOwnVlWCL1IRT6vt6sva2Il5 { top:12.6875rem;left:33.875rem;width:13.875rem;height:1.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsy9dp91RgrMINHhUR8QMddKKHSukSJT { top:11.9375rem;left:28.1875rem;width:15.8125rem;height:1.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPZxfRb8PS23mVtM484AmP7m5m80AZI { top:26.1875rem;left:31.9375rem;width:15.8125rem;height:1.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwMpccARy50AuMgZ0atMmU192O3MGprI { top:43rem;left:26.5400390625rem;width:15.8125rem;height:1.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKqP3kZAwXRi2J4WOsKft2pl1XfCfho { top:43.125rem;left:31.9375rem;width:15.8125rem;height:1.75rem;font-size:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 { display:block; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ5zbm0eSHxccHKy6ri2iPXuxvv7MtWa { top:4.375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu3lN1scMIL2ZxMA4QZZasSKcARtvfTn { top:5.125rem;left:7.3740234375rem;width:32.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqE5ITRO4JiWZ5WL5ZvI0VO6VyxQl9JD { top:9.5625rem;left:0rem;width:10.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBDESe8yo78wRXUwQ2HT3TWOTTJNe4vg { top:9.5625rem;left:0rem;width:0.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzp46S2BCduetCfrdFRTyrJuLUhff92D { top:9.5625rem;left:0.935546875rem;width:33.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDFxGAbdPomH5tCTz6ALZczPo1PLn2wh { top:13.25rem;left:0rem;width:10.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQAQMqgl2cXGTvaJFPgc2WbVSzbtZKKH { top:13.1875rem;left:0rem;width:0.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxPzWl586BhTKtTCDTzGzO0pm1k6IsUv { top:13.1875rem;left:0.9365234375rem;width:33.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvlURbTTSzalwomI7EV4PvqSWGbJMhU { top:17rem;left:0rem;width:10.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDEETLenu7gQCbgolvT94RIIy4uJ5n7 { top:16.875rem;left:0rem;width:0.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULSSKFJ6tEKHPPOloOtTTOZtCcDmpWK { top:16.9375rem;left:0.935546875rem;width:42.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J87Idhfq2dTHGywnbhphv60tefVIll58 { top:20.75rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8W9OPZJwk3ncxqAERRQkvNx783aidHa { top:24.4375rem;left:0rem;width:10.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeuzzQQiFwwIarPd0owMnME5F47rz3EN { top:24.4375rem;left:0rem;width:0.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ssCJwoXB3w5VBdqenJOq0XqhSBPo2U { top:24.4375rem;left:0.935546875rem;width:41rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbwQhZX2ysmpcHuEFS5pbpTfGGtFXZ1X { top:28.25rem;left:0rem;width:10.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm590cWbKuLXiOf1v8l2xH31ERxDvWMp { top:28.1875rem;left:0rem;width:0.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGsyXFylzHN6mWRfhTQLgHTTWSThCxzB { top:28.25rem;left:0.935546875rem;width:33.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr8NOayds6hAc0SDkzmHg1ZuQbI3K7l8 { top:8.1875rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47uPF8DhaU0uZDkRKJLAncJ1GZUXNhw { top:32rem;left:0rem;width:10.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utwNxVb8QQDon8uHcGZiup10zfbZznFM { top:31.9375rem;left:0rem;width:0.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNU75h56Uv7pxdASHhowpuMfa1QGp5Do { top:32rem;left:0.935546875rem;width:43.4375rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDFrDAAroegyruqTKtfzDZvVg6qbXkua { top:11.8125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVFspLeyWLe9NIDeQ4ZOsVZ2HvkzrXbN { top:15.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZakwFSAcCZf3eTwPGB50onqBBGDpGRi { top:19.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktsnZLmqM6upaKe5GmXff9iUQ8FnIEDD { top:23.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvDauR6alsR04hROLE1uxPnFImZ8uwzR { top:26.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGJDQROWHOAdO1HVQBVGfzAQAA3KLnu { top:30.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCcMHs9bzwCNrgyZg1kxkyn7g8WeTOeM { top:8.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfdROeLigD7FpiCXMuWBxpTePTnumP6 { top:20.625rem;left:0rem;width:0.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKm5cvgcF9xiuNSSP6MabNK81BFmfaWD { top:20.6875rem;left:0.935546875rem;width:42.6875rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #skt7wnICHdbnutqMf1DE1qVPQEQO3w5X { display:block; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9drwvqHv2ske6HMNxDaMNd7I9OxWLCZ { top:3.5625rem;left:7.375rem;width:32.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AId9AygAQKGpSG40JEX0PoUoh4oQiGLq { top:8.75rem;left:0rem;width:47.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTKGiD68X4k4h1x1izCQo9QMinsbgTp { top:9.875rem;left:0rem;width:47.75rem;height:22.124166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiTGZOOJPAF8a07QAP2TLMFnoZQECZ9T { top:34.25rem;left:22.6875rem;width:25.0625rem;height:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdCphmk58UXiOD3radwTSFTgvPNgnd4b { display:block; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr4p1IaQTc8TdwZ9xgNw9BNqie6SFfc8 { top:11.0625rem;left:0rem;width:47.75rem;height:17.826666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZODsDUJPU5CsQkG5mXcsOKCtOxlsIxx { top:39.6875rem;left:0rem;width:37.1875rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olN73XvPEbh7qvWnyLLt6UmDXnITT4Pz { top:7.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lboeUGqHMaKWz2bpEGITrpulpbCInZP2 { top:39.6875rem;left:10.5625rem;width:37.1875rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJr0aCN9hpTuan4T77JGU82npvWLJ9CC { top:2.5rem;left:7.3746452331544rem;width:32.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq { display:block; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htl3vtKGMtsbbZ7QO1haEAP2AUDcU4eX { top:2.5rem;left:7.3746433258056rem;width:32.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bph5EnZmMq49codhq5x011P7CUZ8xHwa { top:8.75rem;left:0rem;width:37.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugZgy5eUT1tDyQOWfnKEJ37K9xZcSBi2 { top:8.75rem;left:10.5625rem;width:37.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymoXr9VzxaAsK3OhWvLMLam59IftEWp { top:29.375rem;left:0rem;width:24.625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EIFHg5CX52bkq6RfQi4N4TAGrtECzi { top:29.375rem;left:11.561433792114rem;width:24.5625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP9vW2pTxeXtlN0tWsnaOTuFkdUVngJh { top:29.375rem;left:23.1875rem;width:24.5625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1nnWqk7HJ5WbzHfFIQJonFzpoI2rKUa { width:21.25rem;height:3.4375rem;top:49.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv80vwGvDmKNgUfIivUS5xz5O2HFHn4X { display:block; }
 }@media only screen and (max-width: 763px) { #xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ { display:block; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxF4U7VBcGKXtDgixNqqayDneqTruqib { top:1.3125rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 { display:block; }#sx28TJkQUbhzfnsU32JcFMa4AvIKK4T0 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb8eFMJeTPXcA4ILttGMTTnVCfIPBQU8 { width:6.0625rem;height:1.875rem;top:1.1875rem;left:6.9682169556619rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 { display:block; }#FSIP67Wp4kxtLSIUZq3uXoU9esMFaZ78 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBPXqJdznFKfWyxGUQt3sxxNIwTDISzp { width:20rem;height:0.65rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/023d2247-a248-468e-aa3c-e5961c0ee7a1/_BGBuildingIGS_20250923ConnectManila.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1.adaptive-delivery-prevent-bg, #wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1.lazyload, #wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1.lazyloading { background-image: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container { background-color: transparent; background-image: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container > .video-iframe-container { display: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row > .video-iframe-container { display: none; }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .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); }#wtFKKAOhIwy6BRJEiKb2zsyWxap7U2l1 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhkRDX9s4inUkdbD5d3HTRziTTiOQCy1 { width:17.1875rem;height:2.3984375rem;top:4.1150560379028rem;left:1.4053622484207rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6HnqM7KUR8ngabC019hdvCDi5TkfBAk { width:20rem;height:1.798825rem;top:9.2099609375rem;left:0rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmGK8GWyaeA6ANZLIG0yMa6cFf2FUAtq { width:15.3125rem;height:1.21875rem;top:7.4456672668456rem;left:2.3419743776321rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKqeXkgEWwrCzCKTbCTwc3vvTvUekksb { width:10.8125rem;height:3.0625rem;top:13.1357421875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUGTETr4Rikle0ymAg00dtzWW5zDTWF4 { width:8.875rem;height:2.6875rem;top:0.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0acc86, #023e8b);background-image: -moz-linear-gradient(180deg, #0acc86, #023e8b);background-image: -ms-linear-gradient(180deg, #0acc86, #023e8b);background-image: -o-linear-gradient(180deg, #0acc86, #023e8b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#023e8b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#023e8b' );";background-image: linear-gradient(180deg, #0acc86, #023e8b);background-size:initial !important; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-container:first-of-type{padding-top:0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .widget-container:last-of-type{padding-bottom:0;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4  { width:17.5rem;height:auto;top:20.125rem;left:0rem; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 {display:block;}#AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 { width:17.5rem;height:auto;top:20.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #liNM3VBSTlJIO5J6L3e1iKQmUa4boJBp {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #xomoopGtbGE9TylyATXPGC2ILivRCIge {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #xELBfcoufkk1FzeU0u0Ck2bssTyAnLXC {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #me33mA2DQTBUS81TNFoRbOkfpXzG2yFi {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #TgTnLFXUGRCevxyfxT7dktQz4lkkS4f4 {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #fSQh49d9TW3S9GEUIA2goKT7Dusc0G14 {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #tIlzsiVd7MeyREHM0X6ZrkvNfLM2xeex {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #RUqTwSve1EZgTHyteX5w60HriS0VF03s {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #IOK6cyOu0rphFnmavyNzC1VCzzOAeFPX {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #TsotuR66KrrZ2UG23o6zme46JJ7JcvGV {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #Q54VVlxhRRLaTAOg5EXsddiucZ8J4APl {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #EsJGbyKbaSOBZMwrNcCMLw6BSybyddQO {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #bO1lDrZfpmHBfJ9sXqOCxPrpTqrDf3d1 {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #AiEMD1NdUOqLRi8c8kf7hqGphxEcDQ5r {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #fDbR7lBkw2fxiU0ISGA7XrdGS27QdRTT {  }
 }@media only screen and (max-width: 763px) { #z90TlTDKHC7vvdG4KXWT2GIfzCfMGSZx { display:block; }
 }@media only screen and (max-width: 763px) { #oQQpEOTVBXJ6GJTLL18cRFs5ydCHe0r9 { display:block; }
 }@media only screen and (max-width: 763px) { #rDxQrcTdQgtF67KVwDnJkfoCuRJm4hDa { display:block; }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #c1k88Gy75AFHQgdtNey5TZ5sVfooyHRD {  }
 }@media only screen and (max-width: 763px) { #AdkJw9uWWyqOQorGXGTN0DGVkxnW2yx4 #B5A8771uSXXCaNT7pe8ua7lpKlaqeDTh {  }
 }@media only screen and (max-width: 763px) { #MwRvTNkERdULTBqUDRXZIZ5SJ63UrpvA { width:20rem;height:25.9375rem;top:20.625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSCpcLFNkLZZWTifXufSVGHrTp6HHBck { width:13.9994375rem;height:1.625rem;top:43.875rem;left:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z83RKT00GT5gx8ZfGSxtKpXQ3th2MmeM { width:3.4375rem;height:3.4375rem;top:0.7392578125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VHwp7JdauIHtyf7IshGJlrB8T21TVa { width:20rem;height:5.375rem;top:14.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecugAXTu7B8v9A2mQncALkQgfxFpNTlW { width:18.25rem;height:5.6875rem;top:14rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOFQ1rDJ5B5zgkzzo3iNZOTNvNvOmEz6 { width:20rem;height:1.0556625rem;top:12.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUiG7MJNECI9izqcNymekuTwwFvnBmm8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/45d66326-a304-4fbd-bbf4-e6f1035877a0/Phuketthailandscenery2048x1090.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8.adaptive-delivery-prevent-bg, #FUiG7MJNECI9izqcNymekuTwwFvnBmm8.lazyload, #FUiG7MJNECI9izqcNymekuTwwFvnBmm8.lazyloading { background-image: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container { background-color: transparent; background-image: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container > .video-iframe-container { display: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row > .video-iframe-container { display: none; }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .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); }#FUiG7MJNECI9izqcNymekuTwwFvnBmm8 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDIPOEtwMxqf4S8JZQgav1qKL8SmstLT { width:20rem;height:45.3125rem;top:2rem;left:0rem;background-color:rgba(21,32,47,0.57);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltUqhllEgPFGGyws1HrDpkg6AfBdo1SN { width:9.5605625rem;height:1rem;top:3.3125rem;left:5.21875rem;font-size:1rem;text-align:center;text-align-last:center;color:#00dfad;display:block; }
 }@media only screen and (max-width: 763px) { #CBmCH63F0wxIOntMt23fQBPF1AxPngfh { width:17.6875rem;height:5.76953125rem;top:8.75rem;left:1.25rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rDLntQccmp9DX6MWcLvyrCX2pNU7kK2N { width:16.875rem;height:2.9238375rem;top:15.3125rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wowFc9DU4nW3At1DH2v8EPaX5sk9lBMD { width:18.75rem;height:6.1875rem;top:45.067465782166rem;left:1.2491121888161rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1imvfLysPxRPN576kXwuHT8DwdFJXez { width:18.75rem;height:29.5rem;top:18.2353515625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQOvEBGHVJm5G1m0Ez3kgJVSZ5zS1W0W { width:9.25rem;height:2.625rem;top:5.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkVkOxcdTkLVCwTZwW6ELZVlKfVUplAW { width:8.5625rem;height:1.125rem;top:33.9228515625rem;left:1.09375rem;font-size:0.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BmXHHgeCzOwnVlWCL1IRT6vt6sva2Il5 { width:7.375rem;height:1.125rem;top:26.5625rem;left:10.46875rem;font-size:0.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zsy9dp91RgrMINHhUR8QMddKKHSukSJT { width:5.6875rem;height:1.125rem;top:26.0625rem;left:3.03125rem;font-size:0.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JpPZxfRb8PS23mVtM484AmP7m5m80AZI { width:5.3125rem;height:1.125rem;top:35.2978515625rem;left:10.96875rem;font-size:0.3125rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #HwMpccARy50AuMgZ0atMmU192O3MGprI { width:9.625rem;height:1.125rem;top:46.25rem;left:0rem;font-size:0.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #enKqP3kZAwXRi2J4WOsKft2pl1XfCfho { width:5.375rem;height:1.125rem;top:46.25rem;left:11.46875rem;font-size:0.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 { display:block; }#pBq3Mu7T3MNhTyWepU1v7RDW2dBTFg26 > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ5zbm0eSHxccHKy6ri2iPXuxvv7MtWa { width:20rem;height:2.5rem;top:1.5625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu3lN1scMIL2ZxMA4QZZasSKcARtvfTn { width:20rem;height:1.3rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqE5ITRO4JiWZ5WL5ZvI0VO6VyxQl9JD { width:6.875rem;height:0.975rem;top:4.9033203125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBDESe8yo78wRXUwQ2HT3TWOTTJNe4vg { width:0.7492875rem;height:0.975rem;top:4.7780532836914rem;left:8.1230464577675rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzp46S2BCduetCfrdFRTyrJuLUhff92D { width:10.1875rem;height:1.298825rem;top:4.9619140625rem;left:8.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDFxGAbdPomH5tCTz6ALZczPo1PLn2wh { width:7.4375rem;height:0.975rem;top:7.44921875rem;left:0.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQAQMqgl2cXGTvaJFPgc2WbVSzbtZKKH { width:0.68625625rem;height:0.975rem;top:7.3872509002688rem;left:8.1523433327675rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxPzWl586BhTKtTCDTzGzO0pm1k6IsUv { width:10.1243125rem;height:1.0996125rem;top:7.396484375rem;left:8.869140625rem;font-size:0.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wsvlURbTTSzalwomI7EV4PvqSWGbJMhU { width:7.3125rem;height:0.975rem;top:9.9437131881712rem;left:0.62411218881607rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDEETLenu7gQCbgolvT94RIIy4uJ5n7 { width:0.68625625rem;height:0.975rem;top:9.9405174255369rem;left:8.1523433327675rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULSSKFJ6tEKHPPOloOtTTOZtCcDmpWK { width:9.5rem;height:1.0996125rem;top:9.888671875rem;left:8.869140625rem;font-size:0.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J87Idhfq2dTHGywnbhphv60tefVIll58 { width:7.6873125rem;height:0.975rem;top:12.9072265625rem;left:0.6240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8W9OPZJwk3ncxqAERRQkvNx783aidHa { width:8.125rem;height:0.975rem;top:15.842329293489rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeuzzQQiFwwIarPd0owMnME5F47rz3EN { width:0.68714375rem;height:0.975rem;top:15.812144547701rem;left:8.1249994039537rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ssCJwoXB3w5VBdqenJOq0XqhSBPo2U { width:11.25rem;height:1.298825rem;top:15.7783203125rem;left:8.869140625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbwQhZX2ysmpcHuEFS5pbpTfGGtFXZ1X { width:7.3118125rem;height:0.975rem;top:18.21875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm590cWbKuLXiOf1v8l2xH31ERxDvWMp { width:0.68714375rem;height:0.975rem;top:18.1865234375rem;left:8.1240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGsyXFylzHN6mWRfhTQLgHTTWSThCxzB { width:11.125rem;height:0.6494125rem;top:18.4423828125rem;left:8.875rem;font-size:0.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lr8NOayds6hAc0SDkzmHg1ZuQbI3K7l8 { width:20rem;height:18.625rem;top:4.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47uPF8DhaU0uZDkRKJLAncJ1GZUXNhw { width:7.562125rem;height:0.975rem;top:20.7197265625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utwNxVb8QQDon8uHcGZiup10zfbZznFM { width:0.68714375rem;height:0.975rem;top:20.6865234375rem;left:8.1240234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNU75h56Uv7pxdASHhowpuMfa1QGp5Do { width:8.25rem;height:0.6494125rem;top:20.943359375rem;left:8.869140625rem;font-size:0.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iDFrDAAroegyruqTKtfzDZvVg6qbXkua { width:20rem;height:0.0625rem;top:6.62464427948rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVFspLeyWLe9NIDeQ4ZOsVZ2HvkzrXbN { width:20rem;height:0.062144875rem;top:9.15394115448rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZakwFSAcCZf3eTwPGB50onqBBGDpGRi { width:20rem;height:0.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktsnZLmqM6upaKe5GmXff9iUQ8FnIEDD { width:20rem;height:0.062144875rem;top:14.997691422701rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvDauR6alsR04hROLE1uxPnFImZ8uwzR { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPGJDQROWHOAdO1HVQBVGfzAQAA3KLnu { width:20rem;height:0.062144875rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCcMHs9bzwCNrgyZg1kxkyn7g8WeTOeM { width:20rem;height:0.12429rem;top:3.9950275421142rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfdROeLigD7FpiCXMuWBxpTePTnumP6 { width:0.68714375rem;height:0.975rem;top:12.875rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKm5cvgcF9xiuNSSP6MabNK81BFmfaWD { width:10.4375rem;height:1.298825rem;top:12.8251953125rem;left:8.8740234375rem;font-size:0.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #skt7wnICHdbnutqMf1DE1qVPQEQO3w5X { display:block; }#skt7wnICHdbnutqMf1DE1qVPQEQO3w5X > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9drwvqHv2ske6HMNxDaMNd7I9OxWLCZ { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AId9AygAQKGpSG40JEX0PoUoh4oQiGLq { width:20rem;height:10rem;top:3.2746734619141rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTKGiD68X4k4h1x1izCQo9QMinsbgTp { width:18.1875rem;height:8.4375rem;top:3.8987927436829rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiTGZOOJPAF8a07QAP2TLMFnoZQECZ9T { width:7.9368125rem;height:1.19921875rem;top:9.7911930084231rem;left:9.3682523369788rem;font-size:0.5rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ZdCphmk58UXiOD3radwTSFTgvPNgnd4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50bc49cc-0512-4259-9a59-e395626f70dd/noroot.preview.rotate_270");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b.adaptive-delivery-prevent-bg, #ZdCphmk58UXiOD3radwTSFTgvPNgnd4b.lazyload, #ZdCphmk58UXiOD3radwTSFTgvPNgnd4b.lazyloading { background-image: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container { background-color: transparent; background-image: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,250,251,0.88); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container > .video-iframe-container { display: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(224,250,251,0.88); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row > .video-iframe-container { display: none; }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .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); }#ZdCphmk58UXiOD3radwTSFTgvPNgnd4b > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr4p1IaQTc8TdwZ9xgNw9BNqie6SFfc8 { width:20rem;height:7.4666166666669rem;top:5.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZODsDUJPU5CsQkG5mXcsOKCtOxlsIxx { width:9.6875rem;height:6.1875rem;top:14.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olN73XvPEbh7qvWnyLLt6UmDXnITT4Pz { width:13.6869375rem;height:1.949575rem;top:2.7313575744629rem;left:3.1551845669746rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lboeUGqHMaKWz2bpEGITrpulpbCInZP2 { width:9.6875rem;height:6.1875rem;top:14.0625rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJr0aCN9hpTuan4T77JGU82npvWLJ9CC { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq { display:block; }#cRJTz56bglWXXEbccgB7mZ9fBD6lMRmq > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htl3vtKGMtsbbZ7QO1haEAP2AUDcU4eX { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bph5EnZmMq49codhq5x011P7CUZ8xHwa { width:9.6875rem;height:5.125rem;top:3.4845523834229rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugZgy5eUT1tDyQOWfnKEJ37K9xZcSBi2 { width:9.6875rem;height:5.125rem;top:3.4836654663086rem;left:10.312499403954rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymoXr9VzxaAsK3OhWvLMLam59IftEWp { width:9.6875rem;height:5.125rem;top:9.2329502105712rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EIFHg5CX52bkq6RfQi4N4TAGrtECzi { width:9.6875rem;height:5.125rem;top:9.2302856445312rem;left:10.312499403954rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP9vW2pTxeXtlN0tWsnaOTuFkdUVngJh { width:9.6875rem;height:5.125rem;top:14.91796875rem;left:5.1562498807907rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1nnWqk7HJ5WbzHfFIQJonFzpoI2rKUa { width:15rem;height:2.5rem;top:21.5859375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv80vwGvDmKNgUfIivUS5xz5O2HFHn4X { display:block; }
 }@media only screen and (max-width: 763px) { #xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ { display:block; }#xXMa6HZEW9S72WVSS1cxu8GCePMSwZmQ > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxF4U7VBcGKXtDgixNqqayDneqTruqib { width:20rem;height:0.8129875rem;top:1rem;left:0rem;font-size:0.625rem;display:block; }
 }