.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:254,240,208;--color-primary-1:253,209,114;--color-primary-2:252,179,20;--color-primary-3:243,194,23;--color-primary-4:190,130,17;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:17,17,17;--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); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { position:relative;display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { background-color: transparent; background-image: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container { display: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row > .video-iframe-container { display: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .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); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { border-width: 0; border-radius: 0; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { 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:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5015b5f5-70a5-4e03-9d8c-6f39c8842ef1/DroneHeroshot2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iaRXgTOHbWtWAFaHthbn1atLFUZs4Dgm { color:rgba(var(--color-secondary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.787109375rem;left:14.875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#TGIzEEU52K62FsurdaBJuLT8VA2p1Uwc { color:#0177d1;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.478515625rem;left:28.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGepTOwnPyy5lnFi3nlgcRkvBpHfgZcu { box-sizing:content-box;height:3.125rem;width:29.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.625rem;left:28rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#RT1k3kauBOI2vGakmTdxPa7De4hWLt4l { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.3125rem;left:17.375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snuPBzt41Tfeokw5eMU4wTCyCIOyhQoZ { box-sizing:content-box;height:3.125rem;width:10.8125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -moz-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -ms-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -o-linear-gradient(45deg, #00e5bb, #1733c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );";background-image: linear-gradient(45deg, #00e5bb, #1733c3);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.625rem;left:17.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
#fDdHtSk8PaysPnJsEOfT5ErTuKcIGAsK { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:25.224609375rem;left:39.5rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m9VzpNq7Ci9vfszr999C3OANdzUtQHM6 { box-sizing:content-box;height:2.875rem;width:40.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #00e5bb;border-left:0.125rem solid #00e5bb;border-right:0.125rem solid #00e5bb;border-bottom:0.125rem solid #00e5bb;top:24.5625rem;left:17.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#i4G5khcacnUM8JINpornzb7CvWP3VSQB { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.4091796875rem;left:33.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MvPyaslvsf6Z49F92oMcxOiaVhtBimiJ { color:#ffffff;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.2216796875rem;left:18.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rp2tZLCqBWWQoLbLwsIhWn7FWqpMhee8 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.474609375rem;left:46.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kQklySHXseGKmL4yUky8dy2SDm7G9khI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #00369b);background-image: -moz-linear-gradient(45deg, #00e5bb, #00369b);background-image: -ms-linear-gradient(45deg, #00e5bb, #00369b);background-image: -o-linear-gradient(45deg, #00e5bb, #00369b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#00369b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#00369b' );";background-image: linear-gradient(45deg, #00e5bb, #00369b);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; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container { background-color: transparent; background-image: none; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container > .video-iframe-container { display: none; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row > .video-iframe-container { display: none; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .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); }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container { border-width: 0; border-radius: 0; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#JHd7NtAaP4N52IwAHWzPkd5Fv1OC1v25 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e78e6, #012889);background-image: -moz-linear-gradient(180deg, #2e78e6, #012889);background-image: -ms-linear-gradient(180deg, #2e78e6, #012889);background-image: -o-linear-gradient(180deg, #2e78e6, #012889);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78e6', endColorstr='#012889' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78e6', endColorstr='#012889' );";background-image: linear-gradient(180deg, #2e78e6, #012889);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29rem;left:25.625rem;display:block; }
#MsFbKQb5ygPxpmFWnmT1fU3GuTT1lmTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9cwtTd2lFryiglprQNTnNWhxRpdGC8B { position:absolute;display:block;z-index:15012;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:9.0625rem;width:20rem;top:2.875rem;left:27.5rem;overflow:hidden;display:block; }
#wwSLlHxWbAzcfZVh7hd3sPmyMRmAXtiR { color:rgba(var(--color-secondary-0),1);display:block;width:17.3125rem;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:14.9375rem;left:4.375rem;height:2.5996125rem;display:block; }
#HziPkrax98KTHTcQJVAJGxJDubcTT9re { color:rgba(var(--color-secondary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:15.4375rem;left:29.90625rem;height:2.79948125rem;display:block; }
#SRqekSOO4w8u0aUUqRWMilf7Vkxp3EBz { color:rgba(var(--color-secondary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:15.4375rem;left:55.4375rem;height:2.79948125rem;display:block; }
#JBp6X9N1Lhw5T9s4ADXc9KWEkxxBRw4P { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:14.3125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZcGvJ98fk6mkR300zq7xh2375DX2Pkdy { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:14.3125rem;left:51rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e1munXNbmKtI7GhNKdhK4hx2nzBEO1MU { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:14.3671875rem;left:25.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fzWsLFTVrlavKPRRdTZtzWaJLkmbggdk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.5859375rem;left:26.53125rem; }
#BJ7Ncx6CFDU6gaHSDV13GUOxWdRLTWbr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:15.5859375rem;left:0.90625rem; }
#AXH2MZ1EM6DMAz7mJmdoLTmcbZ9d01fc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:15.5859375rem;left:52.0625rem; }
#iXZ2FgKErPytG8Qv8mizsz2xy4UOElAH { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:20.375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#t08euJx4JHvS56MRWUTTWfn9H8idLFwL { color:rgba(var(--color-secondary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22.125rem;left:4.375rem;height:1.3997375rem;display:block; }
#qB3VtR4RfybEDKMnhvlIuUaqqaWuocbr { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:20.4375rem;left:25.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#QmaKDyMKvMnkapCB7vtH7WSrFnJN0KGP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.625rem;left:26.5rem; }
#u7ffz2KttyGfLBTM6ivUztdpw3ns0OJQ { color:rgba(var(--color-secondary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:21.5rem;left:29.9375rem;height:2.79948125rem;display:block; }
#UWZZIxMIKhSf7frdNCDXJlAggxAgA3Xt { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:20.375rem;left:51rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fcOJ7kEiNxhcMpu1PualzMn2iTqlnWvk { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:21.625rem;left:52.0625rem; }
#rovXlxW2HwEsJcDDKLFgfvpdeECEc4hq { color:rgba(var(--color-secondary-0),1);display:block;width:18.8125rem;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:20.875rem;left:55.4375rem;height:3.8994125rem;display:block; }
#aeV1QfM8wKf65g6Wm4DTeqt3Jg7RVXHz { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:17.609375rem;left:4.34375rem;height:0.9746125rem;display:block; }
#J80HRMpDDtTvcfhTKmunVhsizQAZLWMd { position:absolute;display:block;z-index:15123;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:2.5rem;width:2.5rem;top:21.53125rem;left:0.96875rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#002166;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;overflow:visible;position:relative;display:block; }#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:46.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:48rem;left:46rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:48.25rem;left:52.875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#00e5bb;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:48.25rem;left:40.75rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:48.3125rem;left:33rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:48rem;left:32.5rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:48.3125rem;left:30.9375rem;height:1.2999125rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#0953c3;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:47.9375rem;left:1.3125rem;height:1.7068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:47.875rem;left:28.8125rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:48.3125rem;left:27.1875rem;height:1.2999125rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:48.0625rem;left:25rem; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:27.5625rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { box-sizing:content-box;height:20.625rem;width:36.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6eb6f4e7-2dbf-48a6-945b-90adcfae4933/ideo_0168.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.adaptive-delivery-prevent-bg, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyload, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyloading { background-image: none; }
#tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#P30ytD1bUoSfFQix1dbATnTGOa28qwsI { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#IlqlQT627UcU1FxQ1FxBgTtVby66EBOd { box-sizing:content-box;height:20.625rem;width:36.875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c66a8e2-4f89-44ba-af89-0c3c7067c596/ideo_0165.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IlqlQT627UcU1FxQ1FxBgTtVby66EBOd.adaptive-delivery-prevent-bg, #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd.lazyload, #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd.lazyloading { background-image: none; }
#JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6 { box-sizing:content-box;height:13.375rem;width:24.1875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/d2ea0bb4-aa94-4053-8de7-7f3679c7b17f/ideo_0177.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.2373046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6.adaptive-delivery-prevent-bg, #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6.lazyload, #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6.lazyloading { background-image: none; }
#ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8 { box-sizing:content-box;height:13.375rem;width:24.1875rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2eb96a8-247b-4134-b306-f8aef1293ad4/ideo_0163.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.2373046875rem;left:25.40625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8.adaptive-delivery-prevent-bg, #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8.lazyload, #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8.lazyloading { background-image: none; }
#M7hhndGMVEL2B15MnMheZT0aAhC78wS8 { box-sizing:content-box;height:13.375rem;width:24.1875rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/f7ce2c02-a2cc-457b-8c5f-5badd0681ab6/ideo_0175.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.2373046875rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#M7hhndGMVEL2B15MnMheZT0aAhC78wS8.adaptive-delivery-prevent-bg, #M7hhndGMVEL2B15MnMheZT0aAhC78wS8.lazyload, #M7hhndGMVEL2B15MnMheZT0aAhC78wS8.lazyloading { background-image: none; }
#l5K6w5OszuuKWC6Lhsq61OyFp0iPPehS { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:50.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MhNcqE7QLnwU5IEuKl3Df4ilt0y36yRg { color:#0953c3;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:51.75rem;left:1.3125rem;height:1.7068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ByUnDHt0fBfLUpZyGLSk3qZQTZ1qv3mF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:51.875rem;left:25rem; }
#yCz3Obem1S6AGig5hdCyJesiNoMdVcdt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:51.6875rem;left:28.8125rem; }
#DLCenSwvGsgoHUAuUtUFo2TEiIaRogfN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:52.125rem;left:27.1875rem;height:1.2999125rem;display:block; }
#FyRRmP2cX5WSV9F2vnTTtDBkxPi0Xn9I { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:52.125rem;left:33.25rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#ooU7D6tAsC3N4cZvxnZExB7SyEH9S7g6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:51.8125rem;left:32.5rem; }
#U3UORw6hN0Pdbsik0rBwVrWyXkXhHKkd { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:52.125rem;left:30.9375rem;height:1.2999125rem;display:block; }
#NBUifePCsVFqEt6uzJre1JDAMoTgeTiP { color:#00e5bb;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:52.0625rem;left:40.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#UpfEEvPKHG0Otr1vNVMysito08LnmzoW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:51.8125rem;left:46rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QBnVGTpqonGZFPqMEDfXPVuTXDnMPaUp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:52.0625rem;left:52.875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#QwuB6pts7IlhB2WfqJeoR1xQ9XceXX5Z { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wrevcfCX8thF90I6kp8RwtbkWaJRTfpk { color:#0953c3;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:55.5625rem;left:1.3125rem;height:1.7068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CBGgRhu01ZFidPNkbVSvwCIRguRdwugh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:55.6875rem;left:25rem; }
#VErfU6io1WTIr7EVgpHGX27GIyR0uo7e { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:55.625rem;left:32.5rem; }
#v1934O4TbOIcMlKUi8yNQqhXxv6JZI6d { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:55.9375rem;left:27.1875rem;height:1.2999125rem;display:block; }
#Tsm7MrMO1119zzBxucSyynMxGTaoJVGC { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:55.9375rem;left:33rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#BxUJQeoDbTBv6LVaztm2wsrwCl7zVoeX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:55.9375rem;left:30.9375rem;height:1.2999125rem;display:block; }
#X0ROyAp1AlrHZiRqUgb5UxlCJVV3giot { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:55.5rem;left:28.8125rem; }
#dNMffs1esHI7evXqL4RCZiUS7dnsFrRT { color:#00e5bb;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:55.875rem;left:40.75rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#R9sXoZnvesNEKtCfOgougN2ykzo5pE5t { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:55.625rem;left:45.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TUluvHzNB6vQBxKFVywMeeQERP2DWDpS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:55.875rem;left:52.875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#tn5eEWt6nzTxQfw95v2CIWB4I5T8akKz { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#BzkWLD16iv51BoXmOlxcPsTIIiqwyTP2 { color:#0953c3;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:59.375rem;left:1.3125rem;height:1.7068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwPJ1XH7254szXAxvLBswEeHDNIv2cbk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:59.5rem;left:25rem; }
#yvkfUHxIVPl4VlElODciBAivowTNJTDd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:59.4375rem;left:32.5rem; }
#tneufFBKTFT4hi1KoFKTP2TEXNM6hiFM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:59.75rem;left:27.1875rem;height:1.2999125rem;display:block; }
#MvFeNmQweSkILQOQkKAREywNIsefWUbp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:59.75rem;left:33.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#F14Sw2VRZwdCO750adXtBF4OMzo5sFsT { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:59.75rem;left:30.9375rem;height:1.2999125rem;display:block; }
#Tgv9dMzHyFa8QWd5PsSws7p7gU9fahlT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:59.3125rem;left:28.8125rem; }
#yRep15g2dSl8VmqwWXN9IVkgD4I0v5FP { color:#00e5bb;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:59.6875rem;left:40.75rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#NOrxCtFNcBwAcSqIaOA0trKl1bgIwCMF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:59.4375rem;left:45.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OqWA6mB80kITtJWN7saV1qdqhTLd30vU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:59.6875rem;left:52.875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#GClDrZWvmLK4Lw6Wauy1K63q416fZ09X { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -moz-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -ms-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -o-linear-gradient(45deg, #00e5bb, #1733c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );";background-image: linear-gradient(45deg, #00e5bb, #1733c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:47.5rem;left:62.5rem;display:block; }
#WiyZBeiMFM692nemPn0ShxUAwSSt96MN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRVM64dfP8PJnPEJ7wyE7inTw0Ky1Xaq { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -moz-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -ms-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -o-linear-gradient(45deg, #00e5bb, #1733c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );";background-image: linear-gradient(45deg, #00e5bb, #1733c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:51.3125rem;left:62.5rem;display:block; }
#nlul1ESSDWHFI48Aydi3DzhalI6KIRwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZrqK4AJ7mrqK1ZVy7OyrTqVu8FQPcyWq { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -moz-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -ms-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -o-linear-gradient(45deg, #00e5bb, #1733c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );";background-image: linear-gradient(45deg, #00e5bb, #1733c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:55.125rem;left:62.5rem;display:block; }
#gRWRGMT2urFydTJ5uWoNkTet0QK0z8yt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFzE9gBN42GNUDH6PafzJETLdX2UDBhX { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -moz-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -ms-linear-gradient(45deg, #00e5bb, #1733c3);background-image: -o-linear-gradient(45deg, #00e5bb, #1733c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#1733c3' );";background-image: linear-gradient(45deg, #00e5bb, #1733c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15161;text-align:center;text-align-last:center;top:58.9375rem;left:62.5rem;display:block; }
#arnC5btqB52SolMncp70mk7V8OLMrdsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt { box-sizing:content-box;height:20.625rem;width:36.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6eb6f4e7-2dbf-48a6-945b-90adcfae4933/ideo_0168.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt.adaptive-delivery-prevent-bg, #Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt.lazyload, #Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt.lazyloading { background-image: none; }
#PtB44y3xludx6ObpmHhzAwEkbcib0uom { box-sizing:content-box;height:20.625rem;width:36.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6eb6f4e7-2dbf-48a6-945b-90adcfae4933/ideo_0168.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#PtB44y3xludx6ObpmHhzAwEkbcib0uom.adaptive-delivery-prevent-bg, #PtB44y3xludx6ObpmHhzAwEkbcib0uom.lazyload, #PtB44y3xludx6ObpmHhzAwEkbcib0uom.lazyloading { background-image: none; }
#p4g8fJeprBb4nPCE6G8qTNDKXcGmQWvG { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#GvX3Xm28g2BNbKQTxEhcaI6HFH53Jo3h { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#unTTZVTV2qfidsu46BNJKZZOJ45R9Tf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#XV8In2C7fHzRP3IdHwzsVttvBoDTcdRB { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SHfDoDMMwzCg4hTBSSUeOoD1cMzgK8pf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#lJTvONvwRCkRxnz3GeEyakcc8ThpFEIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FPNU3Gd3KixsqMkTcrUrcW6U6e72HMNX { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#qVH1a4T5J2eB7J2MF84rpgIDOkXgw17l { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#qUoIkOIOL4JkLC93E3ZxL6oUQztKVq64 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#wK9nAhhE04wq6h05tLAxOyaBeb8N3sRg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#lIXrzvgO8AcI9nCSpHcN4wyhq25yuKUW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#TrX5oONx9Th2aDDyq3G33zL46f6NTmqz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#nxTcfGtTHHDzBqwfcEPhfSn40GioNroC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#Ohv111tzpB55rDxmfRiRJTX4aWnXtAFU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#GI8zmtvLUd1b7lrm14VSkLandE3HThLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#efGNXh6dICSTXOoktkHVxqgQd31kbl5r { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#o1GZ4sZzdn8T4ly6KCRScbEmGNPEPV4D { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#NLdqEqJzrzaE23nCgm6ixuP4JyRgg485 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e78e6, #012889);background-image: -moz-linear-gradient(180deg, #2e78e6, #012889);background-image: -ms-linear-gradient(180deg, #2e78e6, #012889);background-image: -o-linear-gradient(180deg, #2e78e6, #012889);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78e6', endColorstr='#012889' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78e6', endColorstr='#012889' );";background-image: linear-gradient(180deg, #2e78e6, #012889);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29rem;left:25.625rem;display:none; }
#EXH9lQauc2WBpq2vIbKDuGCGR2BUXPpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57dd9b96-40d9-486e-8107-4e9c3f59ac3c/Newext.jpg");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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.478515625rem;left:0rem;height:17.54294375rem;display:block; }
#WuhPekDwxG5o878noP0gFgU4xI1qAuEs { color:#00e5bb;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002166;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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.03125rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dd27f5c-21e7-4ebc-a515-a4b81eedb822/08_AnandaIdeoSKVRama4_Poolaquaequipment_Draft6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd9b06d9-046b-4fea-9f05-c4fc22fed4b5/11_AnandaIdeoSKVRama4_Fitness_Draft5.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:25.3115234375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/9afc4b15-4259-43be-8b4e-9ae10a439674/04AnandaIdeoSKVRama4_Courtyard.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.75rem;left:25.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9d1f667-f99a-43a8-97a9-b2a83d4fcb5a/07AnandaIdeoSKVRama4_WaterfallForest.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.75rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c77bb8b-6421-46b2-aa9a-ad9d51ee8972/20190917IDEOSKYLOUNGE.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/ecfc54fa-2429-4285-8804-bb6dafa6acc5/20191016IDEOR4COWORKING.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.75rem;left:50.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
#uOWuXukLJynpvDGOd0ktznaLZFAuR69C { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#ooQV97zkxwN7VavSMdayLHqdN95kmtv4 { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#eGdbf8SX4E2mvhuv2C0hPzWgyUQkG5Kb { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#NlIeovdTRPfh7mQTd0s3PL8NhLFs6Jwq { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#EGHMvrmUOXEoDy1WfeWKf3XWyPGuTTa1 { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.25rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#bH2MBXMfFFiHZ9FBlttirJzmRnAtkgOl { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.25rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Hwxvr76DA99LSg6efGHXcCw1PeqSTR2q { color:#006699;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:1.40625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#nwQeewHUnAA4ubVo9pZr79SaTZRAeG3r { color:#006699;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:26.71875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#Ng37m8vwA12ucrEIdfIZ9Zp1iyJVbHS4 { color:#006699;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:52.03125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#pJkRKqesRqMTClsg6SW8UzHc892ks4v1 { color:#006699;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:40rem;left:1.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#nWvlSyf8Oo1PVaL1vhzxKVhLXD2H8BZn { color:#006699;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:40rem;left:26.75rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#C7mmlUVeft8EnWzOTwkDL9AzXtmND9Rc { color:#006699;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:40rem;left:52.0625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#kgrIgnrvwa3mQ3XP9zBbyDzMXqvARfuR { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
#wvFOJbvDXp8NTgNOLxEZdu1NDBIX0daz { color:#00dfb6;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:1.40625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:none; }
#sfPWl4KmbimIvScSZOOi6WK2GAZTmAA1 { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
#wJUSIffGkgvADRJ4fxepPcf8M0La1b6x { color:#00dfb6;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:1.40625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:none; }
#EaI6puAUPXzvT8ATgcMSPEUr08SFtheS { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
#h6ubBrTJukL0FirGlT5WefiWPb5hxD4G { color:#00dfb6;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:1.40625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:none; }
#vw8Bx5QUuD2Th6vuT1qDPdpM1AKGpzro { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
#V5osbcDBWDnSQvBxdNQDUbNBTI6LnyQS { box-sizing:content-box;height:3rem;width:24.375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
#V9tsUvv4vz7ecHzsp15DzFE1uQKAxMww { color:#00dfb6;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:1.40625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:none; }
#L3o8WiTMtZFmqimJe3yn0RdemzRdtmoH { color:#00dfb6;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.51953125rem;left:1.40625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #00369b);background-image: -moz-linear-gradient(45deg, #00e5bb, #00369b);background-image: -ms-linear-gradient(45deg, #00e5bb, #00369b);background-image: -o-linear-gradient(45deg, #00e5bb, #00369b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#00369b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#00369b' );";background-image: linear-gradient(45deg, #00e5bb, #00369b);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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;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;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(180deg, #2e78e6, #012889);background-image: -moz-linear-gradient(180deg, #2e78e6, #012889);background-image: -ms-linear-gradient(180deg, #2e78e6, #012889);background-image: -o-linear-gradient(180deg, #2e78e6, #012889);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78e6', endColorstr='#012889' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78e6', endColorstr='#012889' );";background-image: linear-gradient(180deg, #2e78e6, #012889);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-secondary-0),1);width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { 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:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8098907470703rem;left:47.966585159302rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { 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:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8098907470703rem;left:47.966585159302rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { 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:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.9375rem;left:5.125rem;height:9.2990625rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.0625rem;left:5.125rem;height:6.375rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002166;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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:76.25rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;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.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { box-sizing:content-box;height:54.0625rem;width:75rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:9.9765625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Ns5F08RfgeI0BUrKJf6zlqRomclBKnQl { position:absolute;display:block;z-index:15104;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:53.125rem;width:53.125rem;top:10.2265625rem;left:10.9375rem;overflow:hidden;display:block; }
#oXA5RcNGtTkPMeNWC4TDwLvri3Q2TB2r { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00e5bb, #012889);background-image: -moz-linear-gradient(180deg, #00e5bb, #012889);background-image: -ms-linear-gradient(180deg, #00e5bb, #012889);background-image: -o-linear-gradient(180deg, #00e5bb, #012889);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#012889' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#012889' );";background-image: linear-gradient(180deg, #00e5bb, #012889);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:68.4140625rem;left:25.625rem;display:block; }
#Ah79PGkCDTMNd3DOVlqkhK9Ao1GC8yu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { 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:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;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) { #Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaRXgTOHbWtWAFaHthbn1atLFUZs4Dgm { top:12.75rem;left:1.25rem;width:45.375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIzEEU52K62FsurdaBJuLT8VA2p1Uwc { top:21.4375rem;left:15.0625rem;width:28.375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGepTOwnPyy5lnFi3nlgcRkvBpHfgZcu { top:20.625rem;left:14.375rem;width:29.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1k3kauBOI2vGakmTdxPa7De4hWLt4l { top:21.3125rem;left:3.75rem;width:10.25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snuPBzt41Tfeokw5eMU4wTCyCIOyhQoZ { top:20.625rem;left:3.5625rem;width:10.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdHtSk8PaysPnJsEOfT5ErTuKcIGAsK { top:25.1875rem;left:25.875rem;width:11.25rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9VzpNq7Ci9vfszr999C3OANdzUtQHM6 { top:24.5625rem;left:3.5625rem;width:40.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4G5khcacnUM8JINpornzb7CvWP3VSQB { top:25.375rem;left:20.125rem;width:9.875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvPyaslvsf6Z49F92oMcxOiaVhtBimiJ { top:25.1875rem;left:5.125rem;width:18rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2tZLCqBWWQoLbLwsIhWn7FWqpMhee8 { top:25.4375rem;left:33.3125rem;width:11.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQklySHXseGKmL4yUky8dy2SDm7G9khI { display:block; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHd7NtAaP4N52IwAHWzPkd5Fv1OC1v25 { width:23.75rem;height:3.375rem;top:29rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsFbKQb5ygPxpmFWnmT1fU3GuTT1lmTl { display:block; }
 }@media only screen and (max-width: 763px) { #P9cwtTd2lFryiglprQNTnNWhxRpdGC8B { top:2.875rem;left:13.875rem;width:20rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSLlHxWbAzcfZVh7hd3sPmyMRmAXtiR { top:14.9375rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HziPkrax98KTHTcQJVAJGxJDubcTT9re { top:15.4375rem;left:16.28125rem;width:19.25rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqekSOO4w8u0aUUqRWMilf7Vkxp3EBz { top:15.4375rem;left:30.5rem;width:17.25rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBp6X9N1Lhw5T9s4ADXc9KWEkxxBRw4P { top:14.3125rem;left:0rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcGvJ98fk6mkR300zq7xh2375DX2Pkdy { top:14.3125rem;left:23.75rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1munXNbmKtI7GhNKdhK4hx2nzBEO1MU { top:14.3125rem;left:11.875rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzWsLFTVrlavKPRRdTZtzWaJLkmbggdk { top:15.5625rem;left:12.90625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7Ncx6CFDU6gaHSDV13GUOxWdRLTWbr { top:15.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXH2MZ1EM6DMAz7mJmdoLTmcbZ9d01fc { top:15.5625rem;left:38.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXZ2FgKErPytG8Qv8mizsz2xy4UOElAH { top:20.375rem;left:0rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08euJx4JHvS56MRWUTTWfn9H8idLFwL { top:22.125rem;left:0rem;width:17.625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3VtR4RfybEDKMnhvlIuUaqqaWuocbr { top:20.4375rem;left:11.875rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmaKDyMKvMnkapCB7vtH7WSrFnJN0KGP { top:21.625rem;left:12.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ffz2KttyGfLBTM6ivUztdpw3ns0OJQ { top:21.5rem;left:16.3125rem;width:18.875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWZZIxMIKhSf7frdNCDXJlAggxAgA3Xt { top:20.375rem;left:23.75rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcOJ7kEiNxhcMpu1PualzMn2iTqlnWvk { top:21.625rem;left:38.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rovXlxW2HwEsJcDDKLFgfvpdeECEc4hq { top:20.875rem;left:28.9375rem;width:18.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeV1QfM8wKf65g6Wm4DTeqt3Jg7RVXHz { top:17.5625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80HRMpDDtTvcfhTKmunVhsizQAZLWMd { top:21.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:46.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:48rem;left:32.375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:48.25rem;left:39.25rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:48.25rem;left:27.125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:48.3125rem;left:19.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:48rem;left:18.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:48.3125rem;left:17.3125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:47.9375rem;left:0rem;width:19.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:47.875rem;left:15.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:48.3125rem;left:13.5625rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:48.0625rem;left:11.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:22.8125rem;left:0rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:24.75rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:23.625rem;left:0rem;width:7.875rem;height:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:24.75rem;left:0rem;width:7rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:22.5rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { top:3.6875rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { top:22.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { top:22.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { top:28.875rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { top:26.9375rem;left:0rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { top:27.75rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { top:28.875rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { top:10.3125rem;left:0rem;width:36.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { top:32.4375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { top:23.5625rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P30ytD1bUoSfFQix1dbATnTGOa28qwsI { top:35.1875rem;left:0rem;width:8.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { top:37.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { top:36rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { top:37.125rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd { top:10.3125rem;left:10.875rem;width:36.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6 { top:32.1875rem;left:0rem;width:24.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8 { top:32.1875rem;left:11.78125rem;width:24.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7hhndGMVEL2B15MnMheZT0aAhC78wS8 { top:32.1875rem;left:23.5625rem;width:24.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5K6w5OszuuKWC6Lhsq61OyFp0iPPehS { top:50.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhNcqE7QLnwU5IEuKl3Df4ilt0y36yRg { top:51.75rem;left:0rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByUnDHt0fBfLUpZyGLSk3qZQTZ1qv3mF { top:51.875rem;left:11.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCz3Obem1S6AGig5hdCyJesiNoMdVcdt { top:51.6875rem;left:15.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLCenSwvGsgoHUAuUtUFo2TEiIaRogfN { top:52.125rem;left:13.5625rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyRRmP2cX5WSV9F2vnTTtDBkxPi0Xn9I { top:52.125rem;left:19.625rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooU7D6tAsC3N4cZvxnZExB7SyEH9S7g6 { top:51.8125rem;left:18.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3UORw6hN0Pdbsik0rBwVrWyXkXhHKkd { top:52.125rem;left:17.3125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBUifePCsVFqEt6uzJre1JDAMoTgeTiP { top:52.0625rem;left:27.125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfEEvPKHG0Otr1vNVMysito08LnmzoW { top:51.8125rem;left:32.375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBnVGTpqonGZFPqMEDfXPVuTXDnMPaUp { top:52.0625rem;left:39.25rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwuB6pts7IlhB2WfqJeoR1xQ9XceXX5Z { top:54.5rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrevcfCX8thF90I6kp8RwtbkWaJRTfpk { top:55.5625rem;left:0rem;width:20.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGgRhu01ZFidPNkbVSvwCIRguRdwugh { top:55.6875rem;left:11.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErfU6io1WTIr7EVgpHGX27GIyR0uo7e { top:55.625rem;left:18.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1934O4TbOIcMlKUi8yNQqhXxv6JZI6d { top:55.9375rem;left:13.5625rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsm7MrMO1119zzBxucSyynMxGTaoJVGC { top:55.9375rem;left:19.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxUJQeoDbTBv6LVaztm2wsrwCl7zVoeX { top:55.9375rem;left:17.3125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ROyAp1AlrHZiRqUgb5UxlCJVV3giot { top:55.5rem;left:15.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMffs1esHI7evXqL4RCZiUS7dnsFrRT { top:55.875rem;left:27.125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9sXoZnvesNEKtCfOgougN2ykzo5pE5t { top:55.625rem;left:32.1875rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUluvHzNB6vQBxKFVywMeeQERP2DWDpS { top:55.875rem;left:39.25rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn5eEWt6nzTxQfw95v2CIWB4I5T8akKz { top:58.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzkWLD16iv51BoXmOlxcPsTIIiqwyTP2 { top:59.375rem;left:0rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwPJ1XH7254szXAxvLBswEeHDNIv2cbk { top:59.5rem;left:11.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkfUHxIVPl4VlElODciBAivowTNJTDd { top:59.4375rem;left:18.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tneufFBKTFT4hi1KoFKTP2TEXNM6hiFM { top:59.75rem;left:13.5625rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvFeNmQweSkILQOQkKAREywNIsefWUbp { top:59.75rem;left:19.4375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F14Sw2VRZwdCO750adXtBF4OMzo5sFsT { top:59.75rem;left:17.3125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgv9dMzHyFa8QWd5PsSws7p7gU9fahlT { top:59.3125rem;left:15.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRep15g2dSl8VmqwWXN9IVkgD4I0v5FP { top:59.6875rem;left:27.125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrxCtFNcBwAcSqIaOA0trKl1bgIwCMF { top:59.4375rem;left:32.0625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqWA6mB80kITtJWN7saV1qdqhTLd30vU { top:59.6875rem;left:39.25rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GClDrZWvmLK4Lw6Wauy1K63q416fZ09X { width:11.875rem;height:2.5rem;top:47.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiyZBeiMFM692nemPn0ShxUAwSSt96MN { display:block; }
 }@media only screen and (max-width: 763px) { #GRVM64dfP8PJnPEJ7wyE7inTw0Ky1Xaq { width:11.875rem;height:2.5rem;top:51.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlul1ESSDWHFI48Aydi3DzhalI6KIRwQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZrqK4AJ7mrqK1ZVy7OyrTqVu8FQPcyWq { width:11.875rem;height:2.5rem;top:55.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRWRGMT2urFydTJ5uWoNkTet0QK0z8yt { display:block; }
 }@media only screen and (max-width: 763px) { #BFzE9gBN42GNUDH6PafzJETLdX2UDBhX { width:11.875rem;height:2.5rem;top:58.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnC5btqB52SolMncp70mk7V8OLMrdsl { display:block; }
 }@media only screen and (max-width: 763px) { #Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt { top:10.3125rem;left:0rem;width:36.875rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtB44y3xludx6ObpmHhzAwEkbcib0uom { top:10.3125rem;left:0rem;width:36.875rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4g8fJeprBb4nPCE6G8qTNDKXcGmQWvG { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvX3Xm28g2BNbKQTxEhcaI6HFH53Jo3h { top:33rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unTTZVTV2qfidsu46BNJKZZOJ45R9Tf2 { top:33rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV8In2C7fHzRP3IdHwzsVttvBoDTcdRB { top:31.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHfDoDMMwzCg4hTBSSUeOoD1cMzgK8pf { top:33rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJTvONvwRCkRxnz3GeEyakcc8ThpFEIZ { top:31.875rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPNU3Gd3KixsqMkTcrUrcW6U6e72HMNX { top:33rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVH1a4T5J2eB7J2MF84rpgIDOkXgw17l { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUoIkOIOL4JkLC93E3ZxL6oUQztKVq64 { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wK9nAhhE04wq6h05tLAxOyaBeb8N3sRg { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIXrzvgO8AcI9nCSpHcN4wyhq25yuKUW { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrX5oONx9Th2aDDyq3G33zL46f6NTmqz { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxTcfGtTHHDzBqwfcEPhfSn40GioNroC { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohv111tzpB55rDxmfRiRJTX4aWnXtAFU { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GI8zmtvLUd1b7lrm14VSkLandE3HThLO { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efGNXh6dICSTXOoktkHVxqgQd31kbl5r { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1GZ4sZzdn8T4ly6KCRScbEmGNPEPV4D { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLdqEqJzrzaE23nCgm6ixuP4JyRgg485 { width:23.75rem;height:3.375rem;top:29rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXH9lQauc2WBpq2vIbKDuGCGR2BUXPpo { display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:13.4375rem;left:0rem;width:34.3125rem;height:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhPekDwxG5o878noP0gFgU4xI1qAuEs { top:8rem;left:0rem;width:33.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:3.75rem;left:7.4375rem;width:32.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:10.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { top:10.3125rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:26.75rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:26.75rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { top:10.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { top:26.75rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWuXukLJynpvDGOd0ktznaLZFAuR69C { top:22.8125rem;left:0rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQV97zkxwN7VavSMdayLHqdN95kmtv4 { top:22.8125rem;left:11.6875rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGdbf8SX4E2mvhuv2C0hPzWgyUQkG5Kb { top:22.8125rem;left:23.375rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlIeovdTRPfh7mQTd0s3PL8NhLFs6Jwq { top:39.25rem;left:0rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHMvrmUOXEoDy1WfeWKf3XWyPGuTTa1 { top:39.25rem;left:11.6875rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH2MBXMfFFiHZ9FBlttirJzmRnAtkgOl { top:39.25rem;left:23.375rem;width:24.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwxvr76DA99LSg6efGHXcCw1PeqSTR2q { top:23.5rem;left:0rem;width:21.5625rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwQeewHUnAA4ubVo9pZr79SaTZRAeG3r { top:23.5rem;left:13.09375rem;width:21.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng37m8vwA12ucrEIdfIZ9Zp1iyJVbHS4 { top:23.5rem;left:26.1875rem;width:21.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJkRKqesRqMTClsg6SW8UzHc892ks4v1 { top:40rem;left:0rem;width:21.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWvlSyf8Oo1PVaL1vhzxKVhLXD2H8BZn { top:40rem;left:13.125rem;width:21.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7mmlUVeft8EnWzOTwkDL9AzXtmND9Rc { top:40rem;left:26.1875rem;width:21.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgrIgnrvwa3mQ3XP9zBbyDzMXqvARfuR { top:22.8125rem;left:0rem;width:24.375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvFOJbvDXp8NTgNOLxEZdu1NDBIX0daz { top:9.75rem;left:0rem;width:8.0625rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfPWl4KmbimIvScSZOOi6WK2GAZTmAA1 { top:22.8125rem;left:0rem;width:24.375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJUSIffGkgvADRJ4fxepPcf8M0La1b6x { top:17.5625rem;left:0rem;width:8.0625rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaI6puAUPXzvT8ATgcMSPEUr08SFtheS { top:22.8125rem;left:0rem;width:24.375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6ubBrTJukL0FirGlT5WefiWPb5hxD4G { top:17.5625rem;left:0rem;width:8.0625rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vw8Bx5QUuD2Th6vuT1qDPdpM1AKGpzro { top:22.8125rem;left:0rem;width:24.375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5osbcDBWDnSQvBxdNQDUbNBTI6LnyQS { top:22.8125rem;left:0rem;width:24.375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9tsUvv4vz7ecHzsp15DzFE1uQKAxMww { top:25.375rem;left:0rem;width:8.0625rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3o8WiTMtZFmqimJe3yn0RdemzRdtmoH { top:25.375rem;left:0rem;width:8.0625rem;height:0.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:7.9375rem;left:0rem;width:36.8125rem;height:9.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:19.0625rem;left:0rem;width:27.3125rem;height:6.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5308933258056rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { top:9.9375rem;left:0rem;width:47.75rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5F08RfgeI0BUrKJf6zlqRomclBKnQl { top:10.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXA5RcNGtTkPMeNWC4TDwLvri3Q2TB2r { width:23.75rem;height:3.375rem;top:68.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah79PGkCDTMNd3DOVlqkhK9Ao1GC8yu2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;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) { #Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5015b5f5-70a5-4e03-9d8c-6f39c8842ef1/DroneHeroshot2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaRXgTOHbWtWAFaHthbn1atLFUZs4Dgm { width:18.75rem;height:2.5996125rem;top:4.60546875rem;left:0.625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TGIzEEU52K62FsurdaBJuLT8VA2p1Uwc { width:9.6875rem;height:1.6484375rem;top:11.0625rem;left:8.5rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iGepTOwnPyy5lnFi3nlgcRkvBpHfgZcu { width:12.3125rem;height:2.5rem;top:10.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1k3kauBOI2vGakmTdxPa7De4hWLt4l { width:6.625rem;height:1.13671875rem;top:11.375rem;left:0.375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #snuPBzt41Tfeokw5eMU4wTCyCIOyhQoZ { width:7.3125rem;height:2.5rem;top:10.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdHtSk8PaysPnJsEOfT5ErTuKcIGAsK { width:5.75rem;height:1.13671875rem;top:15.1875rem;left:6.3125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m9VzpNq7Ci9vfszr999C3OANdzUtQHM6 { width:19.25rem;height:2.5rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4G5khcacnUM8JINpornzb7CvWP3VSQB { width:5.5rem;height:0.9746125rem;top:15.25rem;left:2.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MvPyaslvsf6Z49F92oMcxOiaVhtBimiJ { width:15.125rem;height:0.89355625rem;top:14.1875rem;left:2.1875rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp2tZLCqBWWQoLbLwsIhWn7FWqpMhee8 { width:5.375rem;height:0.9746125rem;top:15.267578125rem;left:11.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kQklySHXseGKmL4yUky8dy2SDm7G9khI { display:block; }#kQklySHXseGKmL4yUky8dy2SDm7G9khI > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHd7NtAaP4N52IwAHWzPkd5Fv1OC1v25 { width:20rem;height:2.75rem;top:27.375rem;left:0rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsFbKQb5ygPxpmFWnmT1fU3GuTT1lmTl { display:block; }
 }@media only screen and (max-width: 763px) { #P9cwtTd2lFryiglprQNTnNWhxRpdGC8B { width:8.0625rem;height:3.625rem;top:0.625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSLlHxWbAzcfZVh7hd3sPmyMRmAXtiR { width:13.6875rem;height:1.949225rem;top:5.25rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HziPkrax98KTHTcQJVAJGxJDubcTT9re { width:15.25rem;height:1.94921875rem;top:9.337890625rem;left:3.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SRqekSOO4w8u0aUUqRWMilf7Vkxp3EBz { width:13.0625rem;height:1.94921875rem;top:13.025390625rem;left:3.125rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JBp6X9N1Lhw5T9s4ADXc9KWEkxxBRw4P { width:19.75rem;height:3.125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcGvJ98fk6mkR300zq7xh2375DX2Pkdy { width:19.75rem;height:3.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1munXNbmKtI7GhNKdhK4hx2nzBEO1MU { width:19.75rem;height:3.125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzWsLFTVrlavKPRRdTZtzWaJLkmbggdk { display:flex;width:1.5rem;height:1.5rem;top:9.5625rem;left:0.8125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #BJ7Ncx6CFDU6gaHSDV13GUOxWdRLTWbr { display:flex;width:1.5rem;height:1.5rem;top:5.912109375rem;left:0.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #AXH2MZ1EM6DMAz7mJmdoLTmcbZ9d01fc { display:flex;width:1.5rem;height:1.5rem;top:13.25rem;left:0.8125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #iXZ2FgKErPytG8Qv8mizsz2xy4UOElAH { width:19.75rem;height:3.125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08euJx4JHvS56MRWUTTWfn9H8idLFwL { width:9.5rem;height:1.04980625rem;top:17.224609375rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB3VtR4RfybEDKMnhvlIuUaqqaWuocbr { width:19.75rem;height:3.125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmaKDyMKvMnkapCB7vtH7WSrFnJN0KGP { display:flex;width:1.5rem;height:1.5rem;top:20.625rem;left:0.8125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #u7ffz2KttyGfLBTM6ivUztdpw3ns0OJQ { width:15.8125rem;height:1.798825rem;top:20.525390625rem;left:3.125rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UWZZIxMIKhSf7frdNCDXJlAggxAgA3Xt { width:19.75rem;height:3.125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcOJ7kEiNxhcMpu1PualzMn2iTqlnWvk { display:flex;width:1.5rem;height:1.5rem;top:24.255859375rem;left:0.8125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #rovXlxW2HwEsJcDDKLFgfvpdeECEc4hq { width:16.25rem;height:1.94921875rem;top:23.994140625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeV1QfM8wKf65g6Wm4DTeqt3Jg7RVXHz { width:7.9375rem;height:0.8125rem;top:7.19921875rem;left:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80HRMpDDtTvcfhTKmunVhsizQAZLWMd { width:1.5rem;height:1.5rem;top:16.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#002166;background-image:none;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;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:none; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.0625rem;top:22.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13671875rem;top:24.75rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:14.8125rem;height:1.29980625rem;top:22.8125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;font-family:montserrat;font-weight:700;font-style:normal;color:#0953c3;display:block; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:24.5rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13671875rem;top:24.75rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13671875rem;top:24.75rem;left:7.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.21875rem;top:23.625rem;left:11.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.0556625rem;top:24.75rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13671875rem;top:22.5rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;color:#00e5bb;display:block; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { width:20rem;height:4.0625rem;top:26.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { width:1.31214375rem;height:1.13671875rem;top:28.875rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { width:1.25rem;height:1.13671875rem;top:28.875rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { width:5.75rem;height:1.13671875rem;top:28.875rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { width:11.4375rem;height:1.29980625rem;top:26.9375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15121;font-family:montserrat;font-weight:700;font-style:normal;color:#0953c3;display:block; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { width:7.9368125rem;height:1.21875rem;top:27.75rem;left:11.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { width:7.0623125rem;height:1.0556625rem;top:28.875rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { width:5.7492875rem;height:1.13671875rem;top:26.625rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15144;color:#00e5bb;display:block; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { width:20rem;height:11.5625rem;top:3.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6eb6f4e7-2dbf-48a6-945b-90adcfae4933/ideo_0168.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.adaptive-delivery-prevent-bg, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyload, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { width:20rem;height:4.0625rem;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { width:1.31214375rem;height:1.13671875rem;top:37.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { width:1.25rem;height:1.13671875rem;top:37.125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #P30ytD1bUoSfFQix1dbATnTGOa28qwsI { width:8.5rem;height:1.29980625rem;top:35.1875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15132;font-family:montserrat;font-weight:700;font-style:normal;color:#0953c3;display:block; }
 }@media only screen and (max-width: 763px) { #IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { width:5.75rem;height:1.13671875rem;top:37.125rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { width:7.9368125rem;height:1.21875rem;top:36rem;left:11.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { width:7.0623125rem;height:1.0556625rem;top:37.125rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { width:5.7492875rem;height:1.13671875rem;top:34.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15155;color:#00e5bb;display:block; }
 }@media only screen and (max-width: 763px) { #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd { width:19.375rem;height:20.625rem;top:29.8125rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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; }
 }@media only screen and (max-width: 763px) { #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6 { width:19.375rem;height:13.375rem;top:52.3125rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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; }
 }@media only screen and (max-width: 763px) { #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8 { width:19.375rem;height:13.375rem;top:67.5625rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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; }
 }@media only screen and (max-width: 763px) { #M7hhndGMVEL2B15MnMheZT0aAhC78wS8 { width:19.375rem;height:13.375rem;top:82.8125rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;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; }
 }@media only screen and (max-width: 763px) { #l5K6w5OszuuKWC6Lhsq61OyFp0iPPehS { width:20rem;height:3.75rem;top:50.6875rem;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:none; }
 }@media only screen and (max-width: 763px) { #MhNcqE7QLnwU5IEuKl3Df4ilt0y36yRg { width:14.3125rem;height:auto;top:51.75rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ByUnDHt0fBfLUpZyGLSk3qZQTZ1qv3mF { display:flex;width:1.625rem;height:1.625rem;top:51.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCz3Obem1S6AGig5hdCyJesiNoMdVcdt { display:flex;width:1.625rem;height:1.625rem;top:51.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLCenSwvGsgoHUAuUtUFo2TEiIaRogfN { width:1.375rem;height:auto;top:52.125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FyRRmP2cX5WSV9F2vnTTtDBkxPi0Xn9I { width:6.8125rem;height:auto;top:52.125rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ooU7D6tAsC3N4cZvxnZExB7SyEH9S7g6 { display:flex;width:1.625rem;height:1.625rem;top:51.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3UORw6hN0Pdbsik0rBwVrWyXkXhHKkd { width:1.3125rem;height:auto;top:52.125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NBUifePCsVFqEt6uzJre1JDAMoTgeTiP { width:5.75rem;height:auto;top:52.0625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UpfEEvPKHG0Otr1vNVMysito08LnmzoW { width:7.9375rem;height:auto;top:51.8125rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QBnVGTpqonGZFPqMEDfXPVuTXDnMPaUp { width:7.125rem;height:auto;top:52.0625rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QwuB6pts7IlhB2WfqJeoR1xQ9XceXX5Z { width:20rem;height:3.75rem;top:54.5rem;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:none; }
 }@media only screen and (max-width: 763px) { #wrevcfCX8thF90I6kp8RwtbkWaJRTfpk { width:20rem;height:auto;top:55.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CBGgRhu01ZFidPNkbVSvwCIRguRdwugh { display:flex;width:1.625rem;height:1.625rem;top:55.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VErfU6io1WTIr7EVgpHGX27GIyR0uo7e { display:flex;width:1.625rem;height:1.625rem;top:55.625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1934O4TbOIcMlKUi8yNQqhXxv6JZI6d { width:1.375rem;height:auto;top:55.9375rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tsm7MrMO1119zzBxucSyynMxGTaoJVGC { width:6.8125rem;height:auto;top:55.9375rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BxUJQeoDbTBv6LVaztm2wsrwCl7zVoeX { width:1.3125rem;height:auto;top:55.9375rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X0ROyAp1AlrHZiRqUgb5UxlCJVV3giot { display:flex;width:1.625rem;height:1.625rem;top:55.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNMffs1esHI7evXqL4RCZiUS7dnsFrRT { width:5.75rem;height:auto;top:55.875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #R9sXoZnvesNEKtCfOgougN2ykzo5pE5t { width:7.9375rem;height:auto;top:55.625rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TUluvHzNB6vQBxKFVywMeeQERP2DWDpS { width:7.125rem;height:auto;top:55.875rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tn5eEWt6nzTxQfw95v2CIWB4I5T8akKz { width:20rem;height:3.75rem;top:58.3125rem;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:none; }
 }@media only screen and (max-width: 763px) { #BzkWLD16iv51BoXmOlxcPsTIIiqwyTP2 { width:14.3125rem;height:auto;top:59.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DwPJ1XH7254szXAxvLBswEeHDNIv2cbk { display:flex;width:1.625rem;height:1.625rem;top:59.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvkfUHxIVPl4VlElODciBAivowTNJTDd { display:flex;width:1.625rem;height:1.625rem;top:59.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tneufFBKTFT4hi1KoFKTP2TEXNM6hiFM { width:1.375rem;height:auto;top:59.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MvFeNmQweSkILQOQkKAREywNIsefWUbp { width:6.8125rem;height:auto;top:59.75rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F14Sw2VRZwdCO750adXtBF4OMzo5sFsT { width:1.3125rem;height:auto;top:59.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tgv9dMzHyFa8QWd5PsSws7p7gU9fahlT { display:flex;width:1.625rem;height:1.625rem;top:59.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRep15g2dSl8VmqwWXN9IVkgD4I0v5FP { width:5.75rem;height:auto;top:59.6875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #NOrxCtFNcBwAcSqIaOA0trKl1bgIwCMF { width:7.9375rem;height:auto;top:59.4375rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #OqWA6mB80kITtJWN7saV1qdqhTLd30vU { width:7.125rem;height:auto;top:59.6875rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GClDrZWvmLK4Lw6Wauy1K63q416fZ09X { width:11.875rem;height:2.5rem;top:98.0625rem;left:4.0625rem;font-size:0.8125rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiyZBeiMFM692nemPn0ShxUAwSSt96MN { display:block; }
 }@media only screen and (max-width: 763px) { #GRVM64dfP8PJnPEJ7wyE7inTw0Ky1Xaq { width:11.875rem;height:2.5rem;top:51.3125rem;left:4.0625rem;font-size:0.8125rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlul1ESSDWHFI48Aydi3DzhalI6KIRwQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZrqK4AJ7mrqK1ZVy7OyrTqVu8FQPcyWq { width:11.875rem;height:2.5rem;top:55.125rem;left:4.0625rem;font-size:0.8125rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRWRGMT2urFydTJ5uWoNkTet0QK0z8yt { display:block; }
 }@media only screen and (max-width: 763px) { #BFzE9gBN42GNUDH6PafzJETLdX2UDBhX { width:11.875rem;height:2.5rem;top:58.9375rem;left:4.0625rem;font-size:0.8125rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #arnC5btqB52SolMncp70mk7V8OLMrdsl { display:block; }
 }@media only screen and (max-width: 763px) { #Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt { width:9.6875rem;height:5.625rem;top:15.9375rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15150;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2eb96a8-247b-4134-b306-f8aef1293ad4/ideo_0163.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt.adaptive-delivery-prevent-bg, #Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt.lazyload, #Jn7ZtE6sTQe0vZieOofQUa60kgAXv8tt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PtB44y3xludx6ObpmHhzAwEkbcib0uom { width:9.6875rem;height:5.625rem;top:15.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15149;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/d2ea0bb4-aa94-4053-8de7-7f3679c7b17f/ideo_0177.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PtB44y3xludx6ObpmHhzAwEkbcib0uom.adaptive-delivery-prevent-bg, #PtB44y3xludx6ObpmHhzAwEkbcib0uom.lazyload, #PtB44y3xludx6ObpmHhzAwEkbcib0uom.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p4g8fJeprBb4nPCE6G8qTNDKXcGmQWvG { width:20rem;height:4.0625rem;top:30.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #GvX3Xm28g2BNbKQTxEhcaI6HFH53Jo3h { width:1.31214375rem;height:1.13671875rem;top:33rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #unTTZVTV2qfidsu46BNJKZZOJ45R9Tf2 { width:1.25rem;height:1.13671875rem;top:33rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #XV8In2C7fHzRP3IdHwzsVttvBoDTcdRB { width:15.9375rem;height:1.29980625rem;top:31.0625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15132;font-family:montserrat;font-weight:700;font-style:normal;color:#0953c3;display:block; }
 }@media only screen and (max-width: 763px) { #SHfDoDMMwzCg4hTBSSUeOoD1cMzgK8pf { width:5.75rem;height:1.13671875rem;top:33rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #lJTvONvwRCkRxnz3GeEyakcc8ThpFEIZ { width:7.9368125rem;height:1.21875rem;top:31.875rem;left:11.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #FPNU3Gd3KixsqMkTcrUrcW6U6e72HMNX { width:7.0623125rem;height:1.0556625rem;top:33rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #qVH1a4T5J2eB7J2MF84rpgIDOkXgw17l { width:5.7492875rem;height:1.13671875rem;top:30.75rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15155;color:#00e5bb;display:block; }
 }@media only screen and (max-width: 763px) { #qUoIkOIOL4JkLC93E3ZxL6oUQztKVq64 { display:flex;width:1.25rem;height:1.25rem;top:28.75rem;left:0.9375rem;font-size:0.875rem;z-index:15113; }
 }@media only screen and (max-width: 763px) { #wK9nAhhE04wq6h05tLAxOyaBeb8N3sRg { display:flex;width:1.25rem;height:1.25rem;top:28.625rem;left:3.5625rem;font-size:0.875rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #lIXrzvgO8AcI9nCSpHcN4wyhq25yuKUW { display:flex;width:1.25rem;height:1.25rem;top:28.75rem;left:6.25rem;font-size:0.875rem;z-index:15115; }
 }@media only screen and (max-width: 763px) { #TrX5oONx9Th2aDDyq3G33zL46f6NTmqz { display:flex;width:1.25rem;height:1.25rem;top:32.875rem;left:0.9375rem;font-size:0.875rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #nxTcfGtTHHDzBqwfcEPhfSn40GioNroC { display:flex;width:1.25rem;height:1.25rem;top:32.75rem;left:3.5625rem;font-size:0.875rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #Ohv111tzpB55rDxmfRiRJTX4aWnXtAFU { display:flex;width:1.25rem;height:1.25rem;top:32.875rem;left:6.25rem;font-size:0.875rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #GI8zmtvLUd1b7lrm14VSkLandE3HThLO { display:flex;width:1.25rem;height:1.25rem;top:37rem;left:0.9375rem;font-size:0.875rem;z-index:15119; }
 }@media only screen and (max-width: 763px) { #efGNXh6dICSTXOoktkHVxqgQd31kbl5r { display:flex;width:1.25rem;height:1.25rem;top:36.875rem;left:3.5625rem;font-size:0.875rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #o1GZ4sZzdn8T4ly6KCRScbEmGNPEPV4D { display:flex;width:1.25rem;height:1.25rem;top:37rem;left:6.25rem;font-size:0.875rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #NLdqEqJzrzaE23nCgm6ixuP4JyRgg485 { width:20rem;height:2.75rem;top:39.25rem;left:0rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00e5bb, #012889);background-image: -moz-linear-gradient(180deg, #00e5bb, #012889);background-image: -ms-linear-gradient(180deg, #00e5bb, #012889);background-image: -o-linear-gradient(180deg, #00e5bb, #012889);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#012889' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#012889' );";background-image: linear-gradient(180deg, #00e5bb, #012889);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EXH9lQauc2WBpq2vIbKDuGCGR2BUXPpo { display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57dd9b96-40d9-486e-8107-4e9c3f59ac3c/Newext.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:19.5rem;height:12.59179375rem;top:3.87109375rem;left:0.25rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuhPekDwxG5o878noP0gFgU4xI1qAuEs { width:20rem;height:1.625rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:#002166;background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:14.1875rem;height:1.625rem;top:1.25rem;left:2.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:9.6875rem;height:5.625rem;top:3.7939453125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { width:9.6875rem;height:5.625rem;top:3.7939453125rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bd9b06d9-046b-4fea-9f05-c4fc22fed4b5/11_AnandaIdeoSKVRama4_Fitness_Draft5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:11.625rem;left:10.3125rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/c9d1f667-f99a-43a8-97a9-b2a83d4fcb5a/07AnandaIdeoSKVRama4_WaterfallForest.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.625rem;top:19.4375rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9afc4b15-4259-43be-8b4e-9ae10a439674/04AnandaIdeoSKVRama4_Courtyard.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { width:9.6875rem;height:5.625rem;top:11.625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c77bb8b-6421-46b2-aa9a-ad9d51ee8972/20190917IDEOSKYLOUNGE.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { width:9.6875rem;height:5.625rem;top:19.4375rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/ecfc54fa-2429-4285-8804-bb6dafa6acc5/20191016IDEOR4COWORKING.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uOWuXukLJynpvDGOd0ktznaLZFAuR69C { width:9.6875rem;height:1.5625rem;top:9.4189453125rem;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) { #ooQV97zkxwN7VavSMdayLHqdN95kmtv4 { width:20rem;height:3rem;top:22.8125rem;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:none; }
 }@media only screen and (max-width: 763px) { #eGdbf8SX4E2mvhuv2C0hPzWgyUQkG5Kb { width:20rem;height:3rem;top:22.8125rem;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:none; }
 }@media only screen and (max-width: 763px) { #NlIeovdTRPfh7mQTd0s3PL8NhLFs6Jwq { width:20rem;height:3rem;top:39.25rem;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:none; }
 }@media only screen and (max-width: 763px) { #EGHMvrmUOXEoDy1WfeWKf3XWyPGuTTa1 { width:20rem;height:3rem;top:39.25rem;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:none; }
 }@media only screen and (max-width: 763px) { #bH2MBXMfFFiHZ9FBlttirJzmRnAtkgOl { width:20rem;height:3rem;top:39.25rem;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:none; }
 }@media only screen and (max-width: 763px) { #Hwxvr76DA99LSg6efGHXcCw1PeqSTR2q { width:8.3125rem;height:0.89355625rem;top:9.7529296875rem;left:0.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwQeewHUnAA4ubVo9pZr79SaTZRAeG3r { width:20rem;height:auto;top:23.5rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Ng37m8vwA12ucrEIdfIZ9Zp1iyJVbHS4 { width:20rem;height:auto;top:23.5rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #pJkRKqesRqMTClsg6SW8UzHc892ks4v1 { width:20rem;height:auto;top:40rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #nWvlSyf8Oo1PVaL1vhzxKVhLXD2H8BZn { width:20rem;height:auto;top:40rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #C7mmlUVeft8EnWzOTwkDL9AzXtmND9Rc { width:20rem;height:auto;top:40rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kgrIgnrvwa3mQ3XP9zBbyDzMXqvARfuR { width:9.6875rem;height:1.5625rem;top:9.4375rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #wvFOJbvDXp8NTgNOLxEZdu1NDBIX0daz { width:8.0625rem;height:0.89355625rem;top:9.7529296875rem;left:11.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15125;color:#006699;display:block; }
 }@media only screen and (max-width: 763px) { #sfPWl4KmbimIvScSZOOi6WK2GAZTmAA1 { width:9.6875rem;height:1.5625rem;top:17.25rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #wJUSIffGkgvADRJ4fxepPcf8M0La1b6x { width:8.0625rem;height:0.89355625rem;top:17.583984375rem;left:11.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15127;color:#006699;display:block; }
 }@media only screen and (max-width: 763px) { #EaI6puAUPXzvT8ATgcMSPEUr08SFtheS { width:9.6875rem;height:1.5625rem;top:17.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #h6ubBrTJukL0FirGlT5WefiWPb5hxD4G { width:8.0625rem;height:0.89355625rem;top:17.583984375rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15129;color:#006699;display:block; }
 }@media only screen and (max-width: 763px) { #vw8Bx5QUuD2Th6vuT1qDPdpM1AKGpzro { width:9.6875rem;height:1.5625rem;top:25.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;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #V5osbcDBWDnSQvBxdNQDUbNBTI6LnyQS { width:9.6875rem;height:1.5625rem;top:25.0625rem;left:10.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #V9tsUvv4vz7ecHzsp15DzFE1uQKAxMww { width:8.0625rem;height:0.89355625rem;top:25.396484375rem;left:11.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15131;color:#006699;display:block; }
 }@media only screen and (max-width: 763px) { #L3o8WiTMtZFmqimJe3yn0RdemzRdtmoH { width:8.0625rem;height:0.89355625rem;top:25.396484375rem;left:0.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15133;color:#006699;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #00e5bb, #00369b);background-image: -moz-linear-gradient(45deg, #00e5bb, #00369b);background-image: -ms-linear-gradient(45deg, #00e5bb, #00369b);background-image: -o-linear-gradient(45deg, #00e5bb, #00369b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#00369b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5bb', endColorstr='#00369b' );";background-image: linear-gradient(45deg, #00e5bb, #00369b);background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.1982421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.42480625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { width:20rem;height:20.625rem;top:3.8349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5F08RfgeI0BUrKJf6zlqRomclBKnQl { width:18.75rem;height:18.75rem;top:4.6474609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXA5RcNGtTkPMeNWC4TDwLvri3Q2TB2r { width:20rem;height:2.75rem;top:25.0849609375rem;left:0rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah79PGkCDTMNd3DOVlqkhK9Ao1GC8yu2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }