.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#1a1a1a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d97643fd-01e9-45bd-9f63-f39d378d495d/iStock518586238.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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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.73); }#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.73); }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:1635px;width:1200px;overflow:visible;position:relative;display:block; }#Pi9iMBFe0mip6eHcdxJGf955wVhWzz2T { 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;height:170px;width:285px;top:0px;left:29px;overflow:hidden;display:block; }
#S8DTa9RfTuXB2ro2TmrSqVruFnlpegWE { color:#ffffff;display:block;width:705px;position:absolute;font-family:"gotham custom";font-size:30px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:289px;left:247.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpxIziIXRUDbFZ51qIstbK9uvOWlpcTz { color:#ffffff;display:block;width:999px;position:absolute;font-family:"gotham custom";font-size:46px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:347px;left:100.5px;height:179.391px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hXoBfTTR6vTU0Q3416inVtL3GK167Oq6 { color:#ffffff;display:block;width:920px;position:absolute;font-family:"gotham custom";font-size:22px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:592px;left:140px;height:114.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBuXHmWbMZFfQcT3pT4VMPxhOM7vRwCP { background-color:#d9a50f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#0d263a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham custom";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:52px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:759px;left:460px;display:block; }
#vGpHdJEM4gHNgGOhTrudkheMHA3lfp6x { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PC0ppzvh54CeDl3NfTe3DC0cD4x5s64E { box-sizing:content-box;height:690px;width:491px;position:absolute;display:block;z-index:15000;background-color:#65b3ed;background-image:none;top:877px;left:50px;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;box-shadow: 27px 43px 21px rgba(0,0,0,0.26) ;display:block; }
#ASzFtWAoFVp6RXDQA2fTxJ0LVheW0sEx { color:#1a1a1a;display:block;width:393px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:919px;left:101px;height:156px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PJ7yNHmd9QgGJ8KPLU0hpnyMb2kIextS { color:#1a1a1a;display:block;width:395px;position:absolute;font-family:"gotham custom";font-size:21px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1075px;left:100.5px;height:81.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I1WlIkNLVD4qhrJZAufpxvHna01oIZgk { box-sizing:content-box;height:690px;width:491px;position:absolute;display:block;z-index:15007;background-color:#d9a50f;background-image:none;top:877px;left:655px;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;box-shadow: 27px 43px 21px rgba(0,0,0,0.26) ;display:block; }
#zinlWe0fg7N6ppa2nLwxcB3IHxezH3bk { color:#1a1a1a;display:block;width:393px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:919px;left:706px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qnddm0DWn4xyOr7otyz52639olwwBfCR { color:#1a1a1a;display:block;width:395px;position:absolute;font-family:"gotham custom";font-size:21px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1075px;left:705.5px;height:81.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#clvA2SxwbviE5Rq5NLRrKuF9kBMP9z9z { box-sizing:content-box;height:388px;width:491px;position:absolute;display:block;z-index:15000;background-color:#1a1a1a;background-image:none;top:1181px;left:52px;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;display:block; }
#i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM { color:#ffffff;display:block;width:395px;position:absolute;font-family:"gotham custom";font-size:16px;font-weight:300;z-index:15008;line-height:1.9;letter-spacing:0;top:1301px;left:101px;height:230.344px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec956e47-2d49-4e94-9746-b778e7c8c84f/X.png); }
#Nwt5NV1wxrZUPcTsClapNsU7eKHLLAxl { box-sizing:content-box;height:26px;width:213px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15001;background-color:#65b3ed;background-image:none;top:1237px;left:101px;display:block; }
#vvLtU3WGyIbR8XaqFOPns0rTHKh58Plg { color:#1a1a1a;display:block;width:193px;position:absolute;font-family:arial;font-size:13px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1242px;left:113px;height:16.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrEVllfQEbG0yh5Ekzolm1wcEo3AxRy1 { box-sizing:content-box;height:390px;width:491px;position:absolute;display:block;z-index:15007;background-color:#1a1a1a;background-image:none;top:1179px;left:657px;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;display:block; }
#Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 { color:#ffffff;display:block;width:395px;position:absolute;font-family:"gotham custom";font-size:16px;font-weight:300;z-index:15015;line-height:1.9;letter-spacing:0;top:1300px;left:709px;height:175.953px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cace67df-3e47-4a4f-832d-96008b7751ac/Xyellow.png); }
#gE5dWcsZiGne6VOvHD8fHTDNTUGK5kig { color:#1a1a1a;display:block;width:193px;position:absolute;font-family:arial;font-size:13px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1247px;left:721px;height:16.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNm4xusw31DcagvZuUz3zICz2pDiLOa5 { box-sizing:content-box;height:26px;width:213px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15008;background-color:#d9a50f;background-image:none;top:1242px;left:709px;display:block; }
#QTC57y5dL7IFT34PGNZkrS6HBlJx90hR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#65b3ed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham custom";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:133px;height:38px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:66px;left:1043px;display:block; }
#ZLKq8qy4BU1UnXkHNbC03kvsqKTmH4SL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HBO2KqdFcHHr1fzy7M9lXNNsHarXvbul { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#65b3ed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham custom";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:133px;height:38px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:66px;left:907px;display:block; }
#ynmD3gNebzHhA4IiLhQSUHOn8UWQMQl3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PcgMEaXm6qb04nviBJLNuWnpCgakWLQt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#65b3ed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham custom";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:133px;height:38px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:66px;left:762px;display:block; }
#v8hKEcnxT3XVuKscOo2u6Rin7ceZfeEH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947891bc-b503-4c92-a8dd-df75b5921d19/Rectangle1copy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.adaptive-delivery-prevent-bg, #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.lazyload, #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.lazyloading { background-image: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { background-color: transparent; background-image: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container > .video-iframe-container { display: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container { display: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .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); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { border-width: 0; border-radius: 0; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { font-size:14px;font-family:arial;height:2395px;width:1200px;position:relative;display:block; }#UmXTWcGyPvSTTkF9U77xlSN9Bx4tqOSZ { color:#1a1a1a;display:block;width:393px;position:absolute;font-family:"gotham custom";font-size:48px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:173px;left:403.5px;height:62.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fSxnofTtTlAexTkkizFEw5hXZMi1WTqU { color:#1a1a1a;display:block;width:1156px;position:absolute;font-family:"gotham custom";font-size:26px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:263px;left:22px;height:1528.4054px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7EZhEsyQ7AbZlGHGV50drJDOhE0plKf { box-sizing:content-box;height:458px;width:521px;position:absolute;display:block;z-index:15009;background-color:#163f7a;background-image:none;top:2156px;left:34px;border-top:2px solid #65b4ed;border-left:2px solid #65b4ed;border-right:2px solid #65b4ed;border-bottom:2px solid #65b4ed;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#JOnRgLZ3wfUtHUxC8FLJgzqo28R8gGd9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:83px;width:523px;top:2156px;left:35px;overflow:hidden;display:block; }
#bKOOOR3I7MAdSfQF2wWIoxIG8aoiLsTd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:183px;width:182px;top:2098px;left:345px;overflow:hidden;display:block; }
#LGMoN5LCyh0itlmiKQM3DNakvFP5E7kE { color:#65b3ed;display:block;width:150px;position:absolute;font-family:"gotham custom";font-size:30px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2261px;left:86px;height:39px;font-style:normal;display:block; }
#LNep8Uoa8ddrT5MhJck1GG5E9Pz7EofO { color:#ffffff;display:block;width:421px;position:absolute;font-family:"gotham custom";font-size:24px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2373px;left:86px;height:124.75px;font-style:normal;display:block; }
#mb5dsOb9SxkKRtGnRbXkQ90ZQDV072pL { box-sizing:content-box;height:458px;width:521px;position:absolute;display:block;z-index:15014;background-color:#163f7a;background-image:none;top:2161px;left:641px;border-top:2px solid #65b4ed;border-left:2px solid #65b4ed;border-right:2px solid #65b4ed;border-bottom:2px solid #65b4ed;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:block; }
#dim9pmBOi9a3PI16p78hBUBpzd86b1CV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:83px;width:523px;top:2161px;left:642px;overflow:hidden;display:block; }
#JTGbbD9iTMMsP6qc2v8xDOQo1CkyC0dq { position:absolute;display:block;z-index:15016;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;height:182px;width:182px;top:2103px;left:952px;overflow:hidden;display:block; }
#et8XBL7QBS1LktmwISpIcERcvZs6SZ0C { color:#65b3ed;display:block;width:322px;position:absolute;font-family:"gotham custom";font-size:30px;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:2261px;left:696px;height:72px;font-style:normal;display:block; }
#Buo0iWHbZPu3e6QcSQWcX1y1X9nqmLPo { color:#ffffff;display:block;width:401px;position:absolute;font-family:"gotham custom";font-size:24px;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:2364px;left:696px;height:187.125px;font-style:normal;display:block; }
#tS0GXe1Os3tqk4a7KACn03OmVZ7qCFoe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c2e9fb, #a1c4fd);background-image: -moz-linear-gradient(180deg, #c2e9fb, #a1c4fd);background-image: -ms-linear-gradient(180deg, #c2e9fb, #a1c4fd);background-image: -o-linear-gradient(180deg, #c2e9fb, #a1c4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd' );";background-image: linear-gradient(180deg, #c2e9fb, #a1c4fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#0e283d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham custom";font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:258px;height:55px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2035px;left:470px;display:block; }
#TxffRkblwEpEWJ5lLNICJV6QD7pli1ip { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof { position:relative;display:block; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof { background-color: transparent; background-image: none; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row .container > .video-iframe-container { display: none; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row > .video-iframe-container { display: none; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .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); }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof { border-width: 0; border-radius: 0; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:289px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss { position:relative;display:block; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss { background-color: transparent; background-image: none; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row .container > .video-iframe-container { display: none; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row > .video-iframe-container { display: none; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .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); }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss { border-width: 0; border-radius: 0; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .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; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:1779px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QRFdu0TAHQS20C076oy0eeWGX023ATyi { 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: 20px 10px 43px rgba(0,0,0,0.3) ;height:202px;width:1125px;top:100px;left:32px;overflow:hidden;display:block; }
#IBe3qCyunmWf6FdiMRydowK5enOrRi3z { color:#000000;display:block;width:256px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:153px;left:100px;height:96px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6LDVbLQmvlNm8reh8psKknzfi0DXGFM { position:absolute;display:block;z-index:15001;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: 20px 10px 43px rgba(0,0,0,0.3) ;height:494px;width:1125px;top:336px;left:33px;overflow:hidden;display:block; }
#iJftg2JywHV5zD1R0qvMRCdB3ciVTaXy { color:#000000;display:block;width:256px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:520px;left:100px;height:96px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rbdtx8O5ASTXQ2KIBLx8qWmaF1f4ch2t { box-sizing:content-box;height:167px;width:712px;position:absolute;display:block;z-index:15015;background-color:rgba(227,227,227,0.3);background-image:none;top:118.203125px;left:419.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 27px 21px 43px rgba(0,0,0,0.26) ;display:block; }
#m422mta0gXrTXMmQtDxQogNuCO05Rtaw { box-sizing:content-box;height:449px;width:712px;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.3);background-image:none;top:358.5px;left:419.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 27px 21px 43px rgba(0,0,0,0.26) ;display:block; }
#opXGb5TURIkzauuapEoUiKfULiPvTcKv { color:#000000;display:block;width:392px;position:absolute;font-family:"gotham custom";font-size:24px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:157.203125px;left:457.5px;height:103.562px;display:block; }#opXGb5TURIkzauuapEoUiKfULiPvTcKv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#opXGb5TURIkzauuapEoUiKfULiPvTcKv li:before{  }
#GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo { color:#000000;display:block;width:619px;position:absolute;font-family:"gotham custom";font-size:24px;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:395.96875px;left:457.5px;height:327.344px;display:block; }#GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo li:before{  }
#DzEi5yBUmOiNHVVgt5tkfJ22dsJZL6dg { color:#000000;display:block;width:256px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1097.015625px;left:99px;height:48px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy { color:#000000;display:block;width:639px;position:absolute;font-family:"gotham custom";font-size:24px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:919.375px;left:457.5px;height:358.062px;display:block; }#vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy li:before{  }
#OTu5hLacaCkbv7c7leM7CMb1bDf4i0in { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 20px 10px 43px rgba(0,0,0,0.3) ;height:523px;width:1125px;top:869px;left:34px;overflow:hidden;display:block; }
#OMpgRtITv77DtiOHcOXzTTDM7B8H6XhD { box-sizing:content-box;height:474px;width:712px;position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.3);background-image:none;top:889px;left:418.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 27px 21px 43px rgba(0,0,0,0.26) ;display:block; }
#y831hDdAuCF9uudQpBxnH5ySamLcIaeZ { position:absolute;display:block;z-index:15022;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;height:234px;width:1101px;top:1487px;left:50px;overflow:hidden;display:block; }
#fsX3TcMx9CtTfddTU67LIsWgHXNNIp80 { color:#ffffff;display:block;width:552px;position:absolute;font-family:"gotham custom";font-size:22px;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:1560px;left:457px;height:114.375px;font-style:normal;display:block; }
#NVZargR5OiC3OllZcBXev07UR1A74uXm { box-sizing:content-box;height:150px;width:2px;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:1542px;left:403px;display:block; }
#vfTr6Afwg1Crh7yd4OIX3TGMuz7k8STV { position:absolute;display:block;z-index:15025;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;height:150px;width:150px;top:1542px;left:177px;overflow:hidden;display:block; }
#w7HA0KgqH9qvt5gTVRyRnzV193os7pTf { color:#65b3ed;display:block;width:593px;position:absolute;font-family:"gotham custom";font-size:48px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13px;left:303.5px;height:62.3906px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(249deg, #63a3ff, #b6dcff);background-image: -moz-linear-gradient(249deg, #63a3ff, #b6dcff);background-image: -ms-linear-gradient(249deg, #63a3ff, #b6dcff);background-image: -o-linear-gradient(249deg, #63a3ff, #b6dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a3ff', endColorstr='#b6dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a3ff', endColorstr='#b6dcff' );";background-image: linear-gradient(249deg, #63a3ff, #b6dcff);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:none; }#Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs > .row .container { border-width: 0; border-radius: 0; }#Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs > .row .container { font-size:14px;font-family:arial;height:1027px;width:1200px;position:relative;display:none; }#sUXHxtKwUbIXcrXdmdX5wyszCCfbt14D { color:#000000;display:block;width:849px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:229.015625px;left:63px;height:98px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7sSpd1T2gT4vxrnxkOvyKw7nv5SPDTd { box-sizing:content-box;height:131px;width:1101px;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.2);background-image:none;top:465px;left:50px;border-top-right-radius:80px;border-bottom-right-radius:80px;border-bottom-left-radius:80px;border-top-left-radius:80px;display:block; }
#ZKx55UxlKH1CzPoi4LyTzpGuaqxdcpyu { box-sizing:content-box;height:94px;width:94px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:484px;left:90px;display:block; }
#ZnvoH5esPPuzIUaEn1bTFlL1TXPgxAgv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:496px;left:102px; }
#KDAC5rlCZx43I8Ezsc5yEt5InVf95vfK { color:#000000;display:block;width:761px;position:absolute;font-family:"gotham custom";font-size:31px;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:486.40625px;left:229px;height:62px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTmkDWHaVOEzv73EtGV4o4JbBkJ5nvNg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:663px;left:102px; }
#qW8u5Bl5LSZFfBRFwWki23TnNQPaMEaU { box-sizing:content-box;height:94px;width:94px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:651px;left:90px;display:block; }
#GLiCDmDh5N3oKdRFgDezTTubJfoE5T69 { box-sizing:content-box;height:221px;width:1101px;position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.2);background-image:none;top:630px;left:50px;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;display:block; }
#pNDR6boF5QE7DVF4mtDE3M4VKBfrTFKh { color:#000000;display:block;width:860px;position:absolute;font-family:"gotham custom";font-size:31px;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:661px;left:229px;height:124px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme { position:relative;display:block; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme { background-color: transparent; background-image: none; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row .container > .video-iframe-container { display: none; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row > .video-iframe-container { display: none; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .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); }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme { border-width: 0; border-radius: 0; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .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; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:376px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fWNPiIxPEXy9IAS1IGCKPKRh0VnQQGba { color:#ffffff;display:block;width:401px;position:absolute;font-family:"gotham custom";font-size:40px;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:74px;left:400px;height:144px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PHe6hFRHli64dUe1nDRfN7kaTN5SLGom { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c2e9fb, #a1c4fd);background-image: -moz-linear-gradient(180deg, #c2e9fb, #a1c4fd);background-image: -ms-linear-gradient(180deg, #c2e9fb, #a1c4fd);background-image: -o-linear-gradient(180deg, #c2e9fb, #a1c4fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd' );";background-image: linear-gradient(180deg, #c2e9fb, #a1c4fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#0e283d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham custom";font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:258px;height:55px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:255px;left:471px;display:block; }
#feesKwxgVx3rRVXrz74VJCPVCuHM9zCH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d97643fd-01e9-45bd-9f63-f39d378d495d/iStock518586238.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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.8); }#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.8); }#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:764px;height:1376px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pi9iMBFe0mip6eHcdxJGf955wVhWzz2T { width:193px;height:113px;top:0px;left:55px;display:block; }
 }@media only screen and (max-width: 1199px) { #S8DTa9RfTuXB2ro2TmrSqVruFnlpegWE { width:518px;height:28.5938px;top:183px;left:123px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpxIziIXRUDbFZ51qIstbK9uvOWlpcTz { width:735px;height:132.562px;top:236px;left:15px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #hXoBfTTR6vTU0Q3416inVtL3GK167Oq6 { width:700px;height:83.1875px;top:393px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #aBuXHmWbMZFfQcT3pT4VMPxhOM7vRwCP { width:245px;height:44px;top:554px;left:247px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #vGpHdJEM4gHNgGOhTrudkheMHA3lfp6x { display:block; }
 }@media only screen and (max-width: 1199px) { #PC0ppzvh54CeDl3NfTe3DC0cD4x5s64E { width:356px;height:651px;top:674px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ASzFtWAoFVp6RXDQA2fTxJ0LVheW0sEx { width:309px;height:105.281px;top:712px;left:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #PJ7yNHmd9QgGJ8KPLU0hpnyMb2kIextS { width:315px;height:93.5625px;top:827px;left:36.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #I1WlIkNLVD4qhrJZAufpxvHna01oIZgk { width:356px;height:651px;top:671px;left:393px;display:block; }
 }@media only screen and (max-width: 1199px) { #zinlWe0fg7N6ppa2nLwxcB3IHxezH3bk { width:309px;height:105.281px;top:712px;left:416px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #Qnddm0DWn4xyOr7otyz52639olwwBfCR { width:308px;height:93.5625px;top:827px;left:419px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #clvA2SxwbviE5Rq5NLRrKuF9kBMP9z9z { width:356px;height:384px;top:944px;left:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM { width:304px;height:220.75px;top:1034px;left:40px;font-size:18px;line-height:1.2;display:block; }#i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec956e47-2d49-4e94-9746-b778e7c8c84f/X.png); }
 }@media only screen and (max-width: 1199px) { #Nwt5NV1wxrZUPcTsClapNsU7eKHLLAxl { width:200px;height:22px;top:981px;left:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #vvLtU3WGyIbR8XaqFOPns0rTHKh58Plg { width:176px;height:15.5938px;top:984px;left:52px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #QrEVllfQEbG0yh5Ekzolm1wcEo3AxRy1 { width:356px;height:379px;top:944px;left:395px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 { width:305px;height:267px;top:1042px;left:422px;font-size:18px;line-height:1.5;display:block; }#Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cace67df-3e47-4a4f-832d-96008b7751ac/Xyellow.png); }
 }@media only screen and (max-width: 1199px) { #gE5dWcsZiGne6VOvHD8fHTDNTUGK5kig { width:177px;height:15.5938px;top:984px;left:438px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #NNm4xusw31DcagvZuUz3zICz2pDiLOa5 { width:213px;height:26px;top:979px;left:422px;display:block; }
 }@media only screen and (max-width: 1199px) { #QTC57y5dL7IFT34PGNZkrS6HBlJx90hR { width:133px;height:38px;top:66px;left:631px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLKq8qy4BU1UnXkHNbC03kvsqKTmH4SL { display:block; }
 }@media only screen and (max-width: 1199px) { #HBO2KqdFcHHr1fzy7M9lXNNsHarXvbul { width:133px;height:38px;top:66px;left:509px;display:block; }
 }@media only screen and (max-width: 1199px) { #ynmD3gNebzHhA4IiLhQSUHOn8UWQMQl3 { display:block; }
 }@media only screen and (max-width: 1199px) { #PcgMEaXm6qb04nviBJLNuWnpCgakWLQt { width:133px;height:38px;top:66px;left:374px;display:block; }
 }@media only screen and (max-width: 1199px) { #v8hKEcnxT3XVuKscOo2u6Rin7ceZfeEH { display:block; }
 }@media only screen and (max-width: 1199px) { #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947891bc-b503-4c92-a8dd-df75b5921d19/Rectangle1copy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.adaptive-delivery-prevent-bg, #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.lazyload, #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.lazyloading { background-image: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { background-color: transparent; background-image: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container > .video-iframe-container { display: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container { display: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .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); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { width:764px;height:1572px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UmXTWcGyPvSTTkF9U77xlSN9Bx4tqOSZ { width:715px;height:35.0938px;top:91px;left:24.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #fSxnofTtTlAexTkkizFEw5hXZMi1WTqU { width:724px;height:1074.7494px;top:145.015625px;left:20px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #I7EZhEsyQ7AbZlGHGV50drJDOhE0plKf { width:346px;height:396px;top:1363px;left:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #JOnRgLZ3wfUtHUxC8FLJgzqo28R8gGd9 { width:348px;height:43px;top:1364px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #bKOOOR3I7MAdSfQF2wWIoxIG8aoiLsTd { width:123px;height:124px;top:1323.5px;left:214.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #LGMoN5LCyh0itlmiKQM3DNakvFP5E7kE { width:131px;height:33.7969px;top:1434px;left:39.5px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #LNep8Uoa8ddrT5MhJck1GG5E9Pz7EofO { width:297px;height:171.562px;top:1526.84375px;left:39.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #mb5dsOb9SxkKRtGnRbXkQ90ZQDV072pL { width:346px;height:396px;top:1364px;left:398px;display:block; }
 }@media only screen and (max-width: 1199px) { #dim9pmBOi9a3PI16p78hBUBpzd86b1CV { width:350px;height:51px;top:1364px;left:398px;display:block; }
 }@media only screen and (max-width: 1199px) { #JTGbbD9iTMMsP6qc2v8xDOQo1CkyC0dq { width:123px;height:123px;top:1331px;left:596px;display:block; }
 }@media only screen and (max-width: 1199px) { #et8XBL7QBS1LktmwISpIcERcvZs6SZ0C { width:322px;height:62.375px;top:1435px;left:422px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #Buo0iWHbZPu3e6QcSQWcX1y1X9nqmLPo { width:291px;height:208px;top:1528px;left:428px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #tS0GXe1Os3tqk4a7KACn03OmVZ7qCFoe { width:250px;height:47px;top:1258px;left:257px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #TxffRkblwEpEWJ5lLNICJV6QD7pli1ip { display:block; }
 }@media only screen and (max-width: 1199px) { #fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof { display:block; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row .container { width:764px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss { display:block; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row .container { width:764px;height:1244px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QRFdu0TAHQS20C076oy0eeWGX023ATyi { width:728px;height:129px;top:100px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #IBe3qCyunmWf6FdiMRydowK5enOrRi3z { width:117px;height:48px;top:135.59375px;left:46px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #R6LDVbLQmvlNm8reh8psKknzfi0DXGFM { width:728px;height:321px;top:259px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #iJftg2JywHV5zD1R0qvMRCdB3ciVTaXy { width:118px;height:48px;top:388px;left:46px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Rbdtx8O5ASTXQ2KIBLx8qWmaF1f4ch2t { width:552px;height:104px;top:112px;left:176px;display:block; }
 }@media only screen and (max-width: 1199px) { #m422mta0gXrTXMmQtDxQogNuCO05Rtaw { width:552px;height:298px;top:274px;left:176px;display:block; }
 }@media only screen and (max-width: 1199px) { #opXGb5TURIkzauuapEoUiKfULiPvTcKv { width:392px;height:74.1719px;top:135.59375px;left:197px;font-size:18px;line-height:1.3;display:block; }#opXGb5TURIkzauuapEoUiKfULiPvTcKv li:not(:first-child){ padding-top:2px;padding-right:0;padding-bottom:0;padding-left:0; }#opXGb5TURIkzauuapEoUiKfULiPvTcKv li:before{  }
 }@media only screen and (max-width: 1199px) { #GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo { width:502px;height:252.531px;top:292.015625px;left:196.5px;font-size:18px;line-height:1.2;display:block; }#GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo li:not(:first-child){ padding-top:3px;padding-right:0;padding-bottom:0;padding-left:0; }#GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo li:before{  }
 }@media only screen and (max-width: 1199px) { #DzEi5yBUmOiNHVVgt5tkfJ22dsJZL6dg { width:123px;height:24px;top:786.984375px;left:43px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy { width:502px;height:295.688px;top:651.140625px;left:197px;font-size:18px;line-height:1.3;display:block; }#vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy li:before{  }
 }@media only screen and (max-width: 1199px) { #OTu5hLacaCkbv7c7leM7CMb1bDf4i0in { width:728px;height:359px;top:615.5px;left:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #OMpgRtITv77DtiOHcOXzTTDM7B8H6XhD { width:552px;height:325px;top:632px;left:176px;display:block; }
 }@media only screen and (max-width: 1199px) { #y831hDdAuCF9uudQpBxnH5ySamLcIaeZ { width:714px;height:175px;top:1023px;left:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #fsX3TcMx9CtTfddTU67LIsWgHXNNIp80 { width:466px;height:98.75px;top:1069px;left:235px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #NVZargR5OiC3OllZcBXev07UR1A74uXm { width:2px;height:100px;top:1068px;left:196px;display:block; }
 }@media only screen and (max-width: 1199px) { #vfTr6Afwg1Crh7yd4OIX3TGMuz7k8STV { width:85px;height:85px;top:1076px;left:79px;display:block; }
 }@media only screen and (max-width: 1199px) { #w7HA0KgqH9qvt5gTVRyRnzV193os7pTf { width:715px;height:35.0938px;top:39px;left:24.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs { display:none; }#Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs > .row .container { width:764px;height:748px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sUXHxtKwUbIXcrXdmdX5wyszCCfbt14D { width:709px;height:76.7812px;top:150px;left:27px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #K7sSpd1T2gT4vxrnxkOvyKw7nv5SPDTd { width:710px;height:93px;top:295px;left:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKx55UxlKH1CzPoi4LyTzpGuaqxdcpyu { width:76px;height:76px;top:304px;left:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnvoH5esPPuzIUaEn1bTFlL1TXPgxAgv { width:60px;height:60px;top:312px;left:56px;font-size:42px;display:block; }
 }@media only screen and (max-width: 1199px) { #KDAC5rlCZx43I8Ezsc5yEt5InVf95vfK { width:501px;height:46px;top:316.5px;left:170px;font-size:20px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #dTmkDWHaVOEzv73EtGV4o4JbBkJ5nvNg { width:60px;height:60px;top:449px;left:56px;font-size:42px;display:block; }
 }@media only screen and (max-width: 1199px) { #qW8u5Bl5LSZFfBRFwWki23TnNQPaMEaU { width:76px;height:76px;top:441px;left:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #GLiCDmDh5N3oKdRFgDezTTubJfoE5T69 { width:710px;height:158px;top:418px;left:27px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #pNDR6boF5QE7DVF4mtDE3M4VKBfrTFKh { width:535px;height:84px;top:441px;left:170px;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 1199px) { #VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme { display:block; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row .container { width:764px;height:404px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fWNPiIxPEXy9IAS1IGCKPKRh0VnQQGba { width:297px;height:122.391px;top:97px;left:234px;font-size:34px;display:block; }
 }@media only screen and (max-width: 1199px) { #PHe6hFRHli64dUe1nDRfN7kaTN5SLGom { width:250px;height:47px;top:260px;left:257px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #feesKwxgVx3rRVXrz74VJCPVCuHM9zCH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d97643fd-01e9-45bd-9f63-f39d378d495d/iStock518586238.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.71); }#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.71); }#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:320px;height:2052px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi9iMBFe0mip6eHcdxJGf955wVhWzz2T { width:210px;height:125px;top:0px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #S8DTa9RfTuXB2ro2TmrSqVruFnlpegWE { width:316px;height:46.7812px;top:116px;left:2px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpxIziIXRUDbFZ51qIstbK9uvOWlpcTz { width:320px;height:210.562px;top:183px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #hXoBfTTR6vTU0Q3416inVtL3GK167Oq6 { width:320px;height:187.172px;top:431px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aBuXHmWbMZFfQcT3pT4VMPxhOM7vRwCP { width:275px;height:44px;top:644px;left:22.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vGpHdJEM4gHNgGOhTrudkheMHA3lfp6x { display:block; }
 }@media only screen and (max-width: 763px) { #PC0ppzvh54CeDl3NfTe3DC0cD4x5s64E { width:316px;height:585px;top:718px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ASzFtWAoFVp6RXDQA2fTxJ0LVheW0sEx { width:275px;height:101.391px;top:755px;left:22px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7yNHmd9QgGJ8KPLU0hpnyMb2kIextS { width:281px;height:93.5625px;top:856.390625px;left:19.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #I1WlIkNLVD4qhrJZAufpxvHna01oIZgk { width:316px;height:668px;top:1365px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #zinlWe0fg7N6ppa2nLwxcB3IHxezH3bk { width:281px;height:101.391px;top:1397px;left:22px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Qnddm0DWn4xyOr7otyz52639olwwBfCR { width:276px;height:93.5625px;top:1498.390625px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #clvA2SxwbviE5Rq5NLRrKuF9kBMP9z9z { width:316px;height:336px;top:968px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM { width:277px;height:242.344px;top:1040px;left:21px;font-size:18px;z-index:15001;display:block; }#i44Vx5wIh50KkNAKyT7l3MWG6s9N31fM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ec956e47-2d49-4e94-9746-b778e7c8c84f/X.png); }
 }@media only screen and (max-width: 763px) { #Nwt5NV1wxrZUPcTsClapNsU7eKHLLAxl { width:213px;height:21px;top:991px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vvLtU3WGyIbR8XaqFOPns0rTHKh58Plg { width:193px;height:16.8906px;top:994px;left:34px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QrEVllfQEbG0yh5Ekzolm1wcEo3AxRy1 { width:316px;height:414px;top:1621px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 { width:271px;height:294px;top:1716px;left:27px;font-size:18px;display:block; }#Ub32C2eqCKZxo0X1XxtmxGhGTsu3ZB35 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cace67df-3e47-4a4f-832d-96008b7751ac/Xyellow.png); }
 }@media only screen and (max-width: 763px) { #gE5dWcsZiGne6VOvHD8fHTDNTUGK5kig { width:193px;height:16.8906px;top:1659px;left:36px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NNm4xusw31DcagvZuUz3zICz2pDiLOa5 { width:213px;height:24px;top:1655.4375px;left:22.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QTC57y5dL7IFT34PGNZkrS6HBlJx90hR { width:133px;height:38px;top:177px;left:93.5px;font-weight:700;font-style:normal;color:#65b3ed;display:none; }
 }@media only screen and (max-width: 763px) { #ZLKq8qy4BU1UnXkHNbC03kvsqKTmH4SL { display:block; }
 }@media only screen and (max-width: 763px) { #HBO2KqdFcHHr1fzy7M9lXNNsHarXvbul { width:133px;height:38px;top:125px;left:187px;font-weight:700;font-style:normal;color:#65b3ed;display:none; }
 }@media only screen and (max-width: 763px) { #ynmD3gNebzHhA4IiLhQSUHOn8UWQMQl3 { display:block; }
 }@media only screen and (max-width: 763px) { #PcgMEaXm6qb04nviBJLNuWnpCgakWLQt { width:133px;height:38px;top:125px;left:0px;font-weight:700;font-style:normal;color:#65b3ed;display:none; }
 }@media only screen and (max-width: 763px) { #v8hKEcnxT3XVuKscOo2u6Rin7ceZfeEH { display:block; }
 }@media only screen and (max-width: 763px) { #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/947891bc-b503-4c92-a8dd-df75b5921d19/Rectangle1copy.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.adaptive-delivery-prevent-bg, #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.lazyload, #VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L.lazyloading { background-image: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { background-color: transparent; background-image: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container > .video-iframe-container { display: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row > .video-iframe-container { display: none; }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .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); }#VGZzsAdmIpdCIwLLzbnKvhU8QUeux79L > .row .container { width:320px;height:2481px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmXTWcGyPvSTTkF9U77xlSN9Bx4tqOSZ { width:320px;height:31.1875px;top:136.390625px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fSxnofTtTlAexTkkizFEw5hXZMi1WTqU { width:320px;height:1501.5px;top:166.578125px;left:0px;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I7EZhEsyQ7AbZlGHGV50drJDOhE0plKf { width:316px;height:253px;top:1813px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JOnRgLZ3wfUtHUxC8FLJgzqo28R8gGd9 { width:320px;height:50.783938814532px;top:1813px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bKOOOR3I7MAdSfQF2wWIoxIG8aoiLsTd { width:114px;height:115px;top:1776px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #LGMoN5LCyh0itlmiKQM3DNakvFP5E7kE { width:150px;height:28.5938px;top:1884px;left:25px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LNep8Uoa8ddrT5MhJck1GG5E9Pz7EofO { width:272px;height:103.984px;top:1930px;left:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mb5dsOb9SxkKRtGnRbXkQ90ZQDV072pL { width:316px;height:329px;top:2112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dim9pmBOi9a3PI16p78hBUBpzd86b1CV { width:320px;height:50.783938814532px;top:2112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JTGbbD9iTMMsP6qc2v8xDOQo1CkyC0dq { width:115px;height:115px;top:2080px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #et8XBL7QBS1LktmwISpIcERcvZs6SZ0C { width:223px;height:52.7812px;top:2197px;left:25px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Buo0iWHbZPu3e6QcSQWcX1y1X9nqmLPo { width:272px;height:145.578px;top:2275px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tS0GXe1Os3tqk4a7KACn03OmVZ7qCFoe { width:258px;height:55px;top:1706px;left:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TxffRkblwEpEWJ5lLNICJV6QD7pli1ip { display:block; }
 }@media only screen and (max-width: 763px) { #fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof { display:block; }#fvbEwxbIkRetqdCPtLNXAOTSEFdJ5Kof > .row .container { width:320px;height:14px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss { display:block; }#W5MwPL1cTbkKBCTcZsr17bxmxkT4NVss > .row .container { width:320px;height:1533px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRFdu0TAHQS20C076oy0eeWGX023ATyi { width:320px;height:143px;top:70px;left:0px;overflow:hidden;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IBe3qCyunmWf6FdiMRydowK5enOrRi3z { width:256px;height:21.5938px;top:79px;left:32px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6LDVbLQmvlNm8reh8psKknzfi0DXGFM { width:320px;height:442px;top:248px;left:0px;overflow:hidden;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iJftg2JywHV5zD1R0qvMRCdB3ciVTaXy { width:205px;height:21.5938px;top:262px;left:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rbdtx8O5ASTXQ2KIBLx8qWmaF1f4ch2t { width:291px;height:88px;top:111px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #m422mta0gXrTXMmQtDxQogNuCO05Rtaw { width:291px;height:376px;top:297px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #opXGb5TURIkzauuapEoUiKfULiPvTcKv { width:247px;height:61.5625px;top:124px;left:37px;font-size:16px;line-height:1.2;display:block; }#opXGb5TURIkzauuapEoUiKfULiPvTcKv li:before{  }
 }@media only screen and (max-width: 763px) { #GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo { width:269px;height:341.188px;top:319px;left:30px;font-size:16px;display:block; }#GsC8cQOCRqdXrLUNIAGtGR9KxMkvt7Fo li:before{  }
 }@media only screen and (max-width: 763px) { #DzEi5yBUmOiNHVVgt5tkfJ22dsJZL6dg { width:256px;height:21.5938px;top:746px;left:32px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy { width:269px;height:472.531px;top:794px;left:26px;font-size:16px;display:block; }#vJZs2HMxJZWaM9TE2b7SFqpGDLCSOrOy li:before{  }
 }@media only screen and (max-width: 763px) { #OTu5hLacaCkbv7c7leM7CMb1bDf4i0in { width:320px;height:565px;top:733px;left:0px;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OMpgRtITv77DtiOHcOXzTTDM7B8H6XhD { width:291px;height:501px;top:776px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #y831hDdAuCF9uudQpBxnH5ySamLcIaeZ { width:320px;height:154px;top:1358px;left:0px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fsX3TcMx9CtTfddTU67LIsWgHXNNIp80 { width:199px;height:100.078px;top:1393px;left:110px;font-size:13px;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NVZargR5OiC3OllZcBXev07UR1A74uXm { width:2px;height:80px;top:1404px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #vfTr6Afwg1Crh7yd4OIX3TGMuz7k8STV { width:48px;height:48px;top:1422px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #w7HA0KgqH9qvt5gTVRyRnzV193os7pTf { width:320px;height:31.1875px;top:16px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs { display:none; }#Qg2dKSFF9rZGlqbpTlayL7xmZ2OLyfUs > .row .container { width:320px;height:630px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUXHxtKwUbIXcrXdmdX5wyszCCfbt14D { width:305px;height:50px;top:70px;left:7.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #K7sSpd1T2gT4vxrnxkOvyKw7nv5SPDTd { width:320px;height:115px;top:172px;left:0px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKx55UxlKH1CzPoi4LyTzpGuaqxdcpyu { width:60px;height:60px;top:179.3125px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnvoH5esPPuzIUaEn1bTFlL1TXPgxAgv { display:flex;width:50px;height:50px;top:184.3125px;left:17.5px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #KDAC5rlCZx43I8Ezsc5yEt5InVf95vfK { width:206px;height:70.375px;top:185.3125px;left:91px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dTmkDWHaVOEzv73EtGV4o4JbBkJ5nvNg { display:flex;width:50px;height:50px;top:333px;left:18px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #qW8u5Bl5LSZFfBRFwWki23TnNQPaMEaU { width:60px;height:60px;top:328px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GLiCDmDh5N3oKdRFgDezTTubJfoE5T69 { width:320px;height:225px;top:318.171875px;left:0px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pNDR6boF5QE7DVF4mtDE3M4VKBfrTFKh { width:212px;height:144px;top:333.671875px;left:90px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme { display:block; }#VCKqsVCBQkRxZCnpTJD42Sfdyd4Xmhme > .row .container { width:320px;height:183px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWNPiIxPEXy9IAS1IGCKPKRh0VnQQGba { width:320px;height:52.7812px;top:32px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHe6hFRHli64dUe1nDRfN7kaTN5SLGom { width:258px;height:41px;top:102px;left:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #feesKwxgVx3rRVXrz74VJCPVCuHM9zCH { display:block; }
 }