.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cd4e2bc-e09a-4bb7-9a22-80e41653df04/home.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;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); }#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); }#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 > .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:782px;width:1200px;overflow:visible;position:relative;display:block; }#XRLAUprQyPBFq3ETGICzO4iJwCvA96x6 { color:#ffffff;display:block;width:380.99px;position:absolute;font-family:"glacial indiference";font-size:34px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:310px;left:75px;height:88.368px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9Cd4zgN1qTxkkxq6As9GPpwZiz1kGZm { color:#ffffff;display:block;width:380.99px;position:absolute;font-family:"glacial indiference";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:399px;left:75px;height:41.5972px;text-align:center;text-align-last:center;display:block; }
#KwnbiwkSvXDiDCqTawnxT8hTdZQgE5Zz { color:#ffffff;display:block;width:255px;position:absolute;font-family:"glacial indiference";font-size:36px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:516px;left:171px;height:93.6112px;text-align:center;text-align-last:center;display:block; }
#tnEPzkT0A5QEeHiOdJrWQ8zBkuTLVVn2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70.9896px;width:70.9896px;top:525px;left:89px;overflow:hidden;display:block; }
#uWN6tUflfECw3kGm5gXrNlPtOllREX88 { color:#ffffff;display:block;width:472.986px;position:absolute;font-family:"glacial indiference";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:669px;left:30px;height:20.7986px;text-align:center;text-align-last:center;display:block; }
#JmTfWGDP06ppmewBapDfJZE8hXwCJlaM { position:absolute;display:block;z-index:15009;height:91.9792px;width:163.976px;top:0px;left:518.00352478027px;display:block; }
#l13Hw74EXQy3MMTQs1x9K5LhdnbdP4Uw { position:absolute;display:block;z-index:14999;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:212.986px;width:427.986px;top:54.079864501953px;left:91.128494262695px;overflow:hidden;display:block; }
#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10eed722-5012-433a-a4ba-8aae2297d827/banner2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB.adaptive-delivery-prevent-bg, #lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB.lazyload, #lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB.lazyloading { background-image: none; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container { background-color: transparent; background-image: none; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container > .video-iframe-container { display: none; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row > .video-iframe-container { display: none; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .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); }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container { border-width: 0; border-radius: 0; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container { font-size:14px;font-family:arial;height:611px;width:1200px;position:relative;display:block; }#BO2qRbO8yavkqpt7tcrUExsOCbXmfSXH { color:#ffffff;display:block;width:625.972px;position:absolute;font-family:"glacial indiference";font-size:43px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:193.66317749023px;left:90.972244262695px;height:167.7088px;text-align:center;text-align-last:center;display:block; }
#IeScah2L7sqITpfn2R9nLUeWHVL5L4pL { 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;height:333.993px;width:290px;top:139px;left:805px;overflow:hidden;display:block; }
#pLFfkQ5gXbzxTeKGLcibBlG7sH3pT3Rh { color:#ffffff;display:block;width:105px;position:absolute;font-family:arial;font-size:120px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:227px;left:897px;height:155.996px;text-align:center;text-align-last:center;display:block; }
#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10eed722-5012-433a-a4ba-8aae2297d827/banner2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs.adaptive-delivery-prevent-bg, #oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs.lazyload, #oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs.lazyloading { background-image: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { background-color: transparent; background-image: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container > .video-iframe-container { display: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row > .video-iframe-container { display: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .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); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { border-width: 0; border-radius: 0; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { font-size:14px;font-family:arial;height:668px;width:1200px;position:relative;display:block; }#k8OGAEWN6UAqkT9mrdhNg1dIJn8PftxR { color:#ffffff;display:block;width:401px;position:absolute;font-family:"glacial indiference";font-size:30px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:226.97912597656px;left:80.503494262695px;height:155.9723px;text-align:center;text-align-last:center;display:block; }
#CX0A0wKUMZhx4Kv6HsLgEsvZtWgog8Tk { position:absolute;display:block;z-index:15001;background-color:#68d5f0;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:70px;width:70px;top:568px;left:565px;display:block; }
#ONnhPqzV9XVpGOXrF4wuucgRIDWI67zf { position:absolute;display:block;z-index:15002;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:50px;width:50px;top:578px;left:575px;overflow:hidden;display:block; }
#TXF8ZueK2Bt4IenbH9z7DHl6McqlGR5a { 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:508.976px;width:282.969px;top:109.49649810791px;left:504.96531677246px;overflow:hidden;display:block; }
#rnU88aqMcVV0dxwBF5krWB7t2vQbCMJT { color:#ffffff;display:block;width:380.99px;position:absolute;font-family:"glacial indiference";font-size:20px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:437px;left:89px;height:51.9792px;text-align:center;text-align-last:center;display:block; }
#ISZiEQOTHAJJreeiG2NW4O8wGX7uRrL7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:128.993px;width:120.99px;top:60.451393127441px;left:491.94450378418px;overflow:hidden;display:block; }
#SWntBCJVgRJPSp0FrvXMMlrQvguZyHIR { 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;height:231.997px;width:310.99px;top:84.895832061768px;left:787.93406677246px;overflow:hidden;display:block; }
#Q3TEl89UeKTfwElEZnKawCctaeXFsGXp { color:#ffffff;display:block;width:205px;position:absolute;font-family:"glacial indiference";font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:272.9687461853px;left:787.93406677246px;height:181.9445px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QghnApGsw7Tz0aRSqLvNa9XrMTWXvUaW { 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;height:188.993px;width:177.986px;top:478.97571563721px;left:801.42362976074px;overflow:hidden;display:block; }
#oe6ztB0qVlt4TqQDTz62w7HfKgOJDPlW { color:#ffffff;display:block;width:223px;position:absolute;font-family:"glacial indiference";font-size:19px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:461.51037597656px;left:787.93406677246px;height:24.6875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRpSdMSNOb6xzVsU8Whq5gPou6fwWgvg { 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;height:13.9931px;width:13.9931px;top:492.10070419312px;left:787.93406677246px;overflow:hidden;display:block; }
#UvrovytafgbZgxPlUM7VgUlTkL2lhyTK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:17.9861px;width:20px;top:515.06945419312px;left:787.93406677246px;overflow:hidden;display:block; }
#bccWRTrqEAqvOfeLi58M4nBXUvO3Io4q { color:#ffffff;display:block;width:64px;position:absolute;font-family:montserrat;font-size:15px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:514.30559921265px;left:807.93406677246px;height:19.4965px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I86ayqEVzf357G0xbzPGmNtSdUlUTMPs { color:#ffffff;display:block;width:205px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:589.98266220093px;left:650.00004577637px;height:27.309px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10eed722-5012-433a-a4ba-8aae2297d827/banner2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g.adaptive-delivery-prevent-bg, #EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g.lazyload, #EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g.lazyloading { background-image: none; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container { background-color: transparent; background-image: none; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container > .video-iframe-container { display: none; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row > .video-iframe-container { display: none; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .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); }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container { border-width: 0; border-radius: 0; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container { font-size:14px;font-family:arial;height:618px;width:1200px;position:relative;display:block; }#pRz5DINZ6VWg5lEhH6TAb3KKz1EtBiop { color:#ffffff;display:block;width:220px;position:absolute;font-family:"glacial indiference";font-size:31px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:174px;left:375px;height:120.885px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i2638VWQGTQ7uXPLbIhUS1CasaGipDLr { color:#ffffff;display:block;width:196.997px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:267px;left:375px;height:109.236px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2nhKi8Eb44lH6Z4I5BchV909V7T8qhw { 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;height:500px;width:260.99px;top:114.87847900391px;left:115.10417175293px;overflow:hidden;display:block; }
#q6QO96ltE0rQMH1wAurxANMAVnwrdcuC { position:absolute;display:block;z-index:15002;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:225px;width:211.997px;top:10.850708007812px;left:333.38542175293px;overflow:hidden;display:block; }
#ycQnEcgMJbTqrrwbqct0UeWL04G5S4fe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:225px;width:211px;top:114.87847900391px;left:36.371536254883px;overflow:hidden;display:block; }
#LBEL9xqgcSFyCU8mtkeB47KleWbRL3cv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:110px;width:147.986px;top:408px;left:486px;overflow:hidden;display:block; }
#SCQuFG291GPi5fD4eWbLWbmbeBMt2wb2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:13.9931px;width:13.9931px;top:421px;left:438px;overflow:hidden;display:block; }
#t0On4Tsluz7kT0bZBvrrAzxHchD444mC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:17.9861px;width:56.9965px;top:419px;left:375px;overflow:hidden;display:block; }
#ohdrpxGZTvQnmN7UAdUzZdrl7lg5pT7t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:23.9931px;width:26.9965px;top:451px;left:375px;overflow:hidden;display:block; }
#yL89tGzMXS41TdMgKETrNOmRHg4qGuJT { color:#ffffff;display:block;width:63.9931px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:451px;left:408px;height:23.4028px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oh1QWSwGUELr8ggAsJXTdeI0VrXfxPQV { position:absolute;display:block;z-index:15002;background-color:#68d5f0;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:81.9965px;width:81.9965px;top:499.80904197693px;left:294.11460876465px;display:block; }
#NoLrmKEhEu58XHC8cLof9rWa8v4hhcFt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:55px;top:513.29863548279px;left:307.60420227051px;overflow:hidden;display:block; }
#IwF3IBT1xD7ITP63AiEzmqPH1b7VmPUQ { color:#ffffff;display:block;width:205px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:527.79528808594px;left:391.11112976074px;height:27.309px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10eed722-5012-433a-a4ba-8aae2297d827/banner2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ.adaptive-delivery-prevent-bg, #GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ.lazyload, #GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ.lazyloading { background-image: none; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container { background-color: transparent; background-image: none; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container > .video-iframe-container { display: none; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row > .video-iframe-container { display: none; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .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); }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container { border-width: 0; border-radius: 0; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container { font-size:14px;font-family:arial;height:832px;width:1200px;position:relative;display:block; }#BxGOKbFmQJ3XSF6GzgmQZRO7SHfWQyFg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:555px;width:355px;top:222px;left:22px;display:block; }
#aTXn0qxgn9s42BfzMbtsBRJsnwqoR1aV { 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;height:355px;width:355px;top:222px;left:22px;overflow:hidden;display:block; }
#tlanTHHFMIsHGH5Iqrlr9RcdmfTz6MkE { color:#d73cbe;display:block;width:200px;position:absolute;font-family:"glacial indiference";font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:603px;left:100px;height:83.1598px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ut8N2Dk5DXCaOoiScKsV9JZwgzy2dMTl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47.9861px;width:47.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:702px;left:303px; }
#ut8N2Dk5DXCaOoiScKsV9JZwgzy2dMTl > img { max-width: 100%;max-height:100%; }#RaPd3G3X6AH5V8IlllLlSA1MhXR9GdMg { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;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:555px;width:355px;top:222px;left:423px;display:block; }
#bZVg9Nk91JUildUOtyRVEhkLFR2nUPsN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:351px;width:355px;top:222px;left:423px;overflow:hidden;display:block; }
#SsCX8S91FCpPpPt771Jmkmrm9chi0PhU { color:#68d5f0;display:block;width:200px;position:absolute;font-family:"glacial indiference";font-size:32px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:603px;left:500px;height:124.74px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsXVnGQ9UWEG9HtNxbNyIQkqU7gHaDmu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47.9861px;width:47.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:702px;left:700px; }
#RsXVnGQ9UWEG9HtNxbNyIQkqU7gHaDmu > img { max-width: 100%;max-height:100%; }#CDNAi7r2d2wNcpmRnMyTghRQ1EbKqk2M { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;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:555px;width:355px;top:222px;left:823px;display:block; }
#oSCMowEqBQUygFJaKQDl5wt8kwr8z8ZZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:359px;width:355px;top:222px;left:823px;overflow:hidden;display:block; }
#vvsOgdxymiCh8xRVhOpzTZnEUfP9EvMR { color:#000000;display:block;width:200px;position:absolute;font-family:"glacial indiference";font-size:32px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:603px;left:900px;height:83.1598px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M9LXu1vA36k8LphJbMTTxoyTRLWasfSx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:47.9861px;width:47.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:702px;left:1100px; }
#M9LXu1vA36k8LphJbMTTxoyTRLWasfSx > img { max-width: 100%;max-height:100%; }#fJETsTUXdWtuwBuP4RS6WN4DD7o1C229 { background-color:transparent;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#d73cbe;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"glacial indiference";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:243.993px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:699px;left:48px;display:block; }
#IESQmABlfb4QKPJGmCi8OL8e9NmxNqly { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ESV4dq1Kz1WpZ3z39F8xweUJI5G7t1AI { background-color:transparent;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#68d5f0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"glacial indiference";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:243.976px;height:55px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:698px;left:444px;display:block; }
#JT2V3yxzml63KPflW05X4hkw0MlQZAJU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PSA6kv8KOHkWXdk6iNtTXnmqLNBC52tK { background-color:transparent;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"glacial indiference";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:243.976px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:698px;left:849px;display:block; }
#bmAExOtJVxKG8XWg39GhMDq4Tpl7rnNX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TBpWbNbBWq8SaTReX1aTbnaIuFfI3Akp { color:#ffffff;display:block;width:565px;position:absolute;font-family:"glacial indiference";font-size:38px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28.368225097656px;left:317.50001525879px;height:148.1772px;text-align:center;text-align-last:center;display:block; }
#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10eed722-5012-433a-a4ba-8aae2297d827/banner2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1.adaptive-delivery-prevent-bg, #TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1.lazyload, #TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1.lazyloading { background-image: none; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container { background-color: transparent; background-image: none; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container > .video-iframe-container { display: none; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row > .video-iframe-container { display: none; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .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); }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container { border-width: 0; border-radius: 0; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container { font-size:14px;font-family:arial;height:707px;width:1200px;position:relative;display:block; }#snc9HdftSCtUm4TONT0U7kLBT8gyIp4i { 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:502.986px;width:562.986px;top:102.01389312744px;left:618.50700378418px;overflow:hidden;display:block; }
#XVERtvrRPpILTlnxmE5ZaItlEonQqo00 { color:#ffffff;display:block;width:200px;position:absolute;font-family:vermin;font-size:26px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:176px;left:200px;height:33.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyzCoLxTiXztlxbfadBRusG4ZlquOsX7 { 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;height:180.99px;width:180.99px;top:102px;left:209px;overflow:hidden;display:block; }
#nThBUAvlCfT84o6ec7UClBF4oUmo2hbA { color:#ffffff;display:block;width:283.993px;position:absolute;font-family:"glacial indiference";font-size:30px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:315px;left:158px;height:77.9861px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u66yo3eD8fTNmWTdNIxKvUbvs5T6nucv { color:#ffffff;display:block;width:501.997px;position:absolute;font-family:"glacial indiference";font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:418.14245605469px;left:48.993072509766px;height:103.9584px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTLW1d6Hq2Rd7TyFG2JAMXapshZgmHHV { color:#ffffff;display:block;width:220px;position:absolute;font-family:"glacial indiference";font-size:24px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:581px;left:133px;height:62.3612px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBshxh209ObSi6rPdcfR9k9yzpuhiORN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:63.9931px;width:63.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:577px;left:402px; }
#TBshxh209ObSi6rPdcfR9k9yzpuhiORN > img { max-width: 100%;max-height:100%; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cd4e2bc-e09a-4bb7-9a22-80e41653df04/home.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc.adaptive-delivery-prevent-bg, #TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc.lazyload, #TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc.lazyloading { background-image: none; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc > .row .container { border-width: 0; border-radius: 0; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc > .row .container { font-size:14px;font-family:arial;height:688px;width:1200px;position:relative;display:none; }#aQxUbfkB1gpc17Z14eFOERxCm8GA41qo { position:absolute;display:block;z-index:15017;background-color:#d73cbe;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:380px;top:135px;left:110px;display:block; }
#IspDkacq0O896unMCMRFJ3Ic2AFeZUnI { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ced3c687-f4cf-4336-8384-eef9e01e0e0f/hortaly.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:230px;width:320px;top:64px;left:140px;display:block; }#IspDkacq0O896unMCMRFJ3Ic2AFeZUnI.adaptive-delivery-prevent-bg, #IspDkacq0O896unMCMRFJ3Ic2AFeZUnI.lazyload, #IspDkacq0O896unMCMRFJ3Ic2AFeZUnI.lazyloading { background-image: none; }
#bXmcMEa9ClFKJdsSHd5I63yTHQWOfC9G { position:absolute;display:block;z-index:15016;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:380px;top:324px;left:110px;display:block; }
#IT5NlBCmoDTJFG4qIwU42ZGgVPbRzEL9 { color:#2c1e4a;display:block;width:325.99px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:340px;left:137px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QocqN2OUI720e5MniySEgm50IQkDlQLs { color:#2c1e4a;display:block;width:346.997px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:394px;left:126px;height:176.458px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkTQQ1deDFbgrtzKiTgZKFXR4i0v37tO { position:absolute;display:block;z-index:15011;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:380px;top:324px;left:710px;display:block; }
#FidaPzopGo5nN1UTxwTFyoWESUk9PmG8 { color:#2c1e4a;display:block;width:346.997px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:394px;left:726px;height:176.458px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyDZek7dIaVM0d5dqaO7BIeByH4d298A { color:#2c1e4a;display:block;width:325.99px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:340px;left:737px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MiinoXuUXZUGBAeCADAAWnEItKDhA1m0 { position:absolute;display:block;z-index:15012;background-color:#d73cbe;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:380px;top:135px;left:710px;display:block; }
#By8sC0g0qpNoqpATh9oE9nH6B5gqmBB1 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce0908d2-80e7-4955-86a4-f372d8102cf7/David_SOAL.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:230px;width:320px;top:64px;left:740px;display:block; }#By8sC0g0qpNoqpATh9oE9nH6B5gqmBB1.adaptive-delivery-prevent-bg, #By8sC0g0qpNoqpATh9oE9nH6B5gqmBB1.lazyload, #By8sC0g0qpNoqpATh9oE9nH6B5gqmBB1.lazyloading { background-image: none; }
#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cd4e2bc-e09a-4bb7-9a22-80e41653df04/home.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6.adaptive-delivery-prevent-bg, #g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6.lazyload, #g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6.lazyloading { background-image: none; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container { background-color: transparent; background-image: none; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container > .video-iframe-container { display: none; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row > .video-iframe-container { display: none; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .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); }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container { border-width: 0; border-radius: 0; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container { font-size:14px;font-family:arial;height:688px;width:1200px;position:relative;display:block; }#FX4kTsomyxnOlyC6oFFzD8L0XL3N00hu { position:absolute;display:block;z-index:15016;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:380px;top:324px;left:810px;display:block; }
#dH9mGHTsz7uSz2wdcidEoi0qWwb7QP9y { color:#2c1e4a;display:block;width:325.99px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:340px;left:837px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGLLu5wEn4tRpC8qEHTKxTL3zwK7pRNm { color:#2c1e4a;display:block;width:346.997px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:394px;left:826px;height:176.458px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGru5ptHXBGgrCWS3tPgTlVHfHHg0Uuz { position:absolute;display:block;z-index:15017;background-color:#d73cbe;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:380px;top:135px;left:810px;display:block; }
#C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8b12181f-a0a8-4914-ab96-c5e6b9e5557a/David_SOAL.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:230px;width:320px;top:64px;left:840px;display:block; }#C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi.adaptive-delivery-prevent-bg, #C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi.lazyload, #C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi.lazyloading { background-image: none; }
#QhKDbEgGGmtkRJkTxXlgzeaoebG1gPZD { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e93377d-ec14-4517-b8d2-550438626553/Lucas_FRIZON.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:230px;width:320px;top:64px;left:440px;display:block; }#QhKDbEgGGmtkRJkTxXlgzeaoebG1gPZD.adaptive-delivery-prevent-bg, #QhKDbEgGGmtkRJkTxXlgzeaoebG1gPZD.lazyload, #QhKDbEgGGmtkRJkTxXlgzeaoebG1gPZD.lazyloading { background-image: none; }
#ofFVFiAZUaesyWTuP48AnIbJynkCrEWV { position:absolute;display:block;z-index:15027;background-color:#d73cbe;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:380px;top:135px;left:410px;display:block; }
#d65HCBB6JUG9CIsJcGG6xtrJUcBVv4Ck { position:absolute;display:block;z-index:15026;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:380px;top:324px;left:410px;display:block; }
#F8iAeTXksimXHu6TRPRfyVigUr7om7v2 { color:#2c1e4a;display:block;width:350.99px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:340.00002288818px;left:424.49656677246px;height:57.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlPDfn24TVebuP3DzUXnOSpWtDXhcKTJ { color:#2c1e4a;display:block;width:346.997px;position:absolute;font-family:"glacial indiference";font-size:20px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:394px;left:426px;height:195.903px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tO6qxZe8I6VG1BpFJqPVwkSqRIxTBmqZ { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b285254f-8e75-41d6-95ae-298610d82598/clinicapizzini.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:230px;width:320px;top:64px;left:40px;display:block; }#tO6qxZe8I6VG1BpFJqPVwkSqRIxTBmqZ.adaptive-delivery-prevent-bg, #tO6qxZe8I6VG1BpFJqPVwkSqRIxTBmqZ.lazyload, #tO6qxZe8I6VG1BpFJqPVwkSqRIxTBmqZ.lazyloading { background-image: none; }
#kbePeDCuSzF1rddPQVmDk1G52gJabvCD { position:absolute;display:block;z-index:15017;background-color:#d73cbe;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:380px;top:135px;left:10px;display:block; }
#Wt77tmWTGk9mcceoPXIs0TEitNnqQiNy { position:absolute;display:block;z-index:15016;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:380px;top:324px;left:10px;display:block; }
#UeXSEHlmynbFASxEw5QFcE5mdTFD2MgW { color:#2c1e4a;display:block;width:325.99px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:340px;left:37px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lr1LNRwKWkHT78phQu4nyEKutQIpDnZe { color:#2c1e4a;display:block;width:346.997px;position:absolute;font-family:"glacial indiference";font-size:21px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:394px;left:26px;height:176.458px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#amQf29a8Qz1nIxnR1mB7fhfNcM8t3lHc { color:#ffffff;display:block;width:275.99px;position:absolute;font-family:"glacial indiference";font-size:34px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9065818786621px;left:461.99656677246px;height:44.184px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cd4e2bc-e09a-4bb7-9a22-80e41653df04/home.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;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; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ.adaptive-delivery-prevent-bg, #GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ.lazyload, #GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ.lazyloading { background-image: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container { background-color: transparent; background-image: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container > .video-iframe-container { display: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row > .video-iframe-container { display: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .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); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container { border-width: 0; border-radius: 0; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container { font-size:14px;font-family:arial;height:782px;width:1200px;overflow:visible;position:relative;display:block; }#SAgM77S8InizxkmC5z5p2fZ4ITcvFfSn { color:#ffffff;display:block;width:132px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:307.98612213135px;left:103.95835876465px;height:28.5938px;text-align:left;text-align-last:left;display:block; }
#kncnmaT5fyETT1WJNkadzhmxlWsCTHPc { color:#d73cbe;display:block;width:156px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:348.97571563721px;left:103.95835876465px;height:28.5938px;text-align:left;text-align-last:left;display:block; }
#sQQuddvViLBz3O9nVqNR46I6UAQCkvC6 { color:#d73cbe;display:block;width:276px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:461px;left:104px;height:28.5938px;text-align:left;text-align-last:left;display:block; }
#oevkMlBrTJqF9lavqis5Nh53VTK60G3z { color:#ffffff;display:block;width:132px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:420px;left:104px;height:28.5938px;text-align:left;text-align-last:left;display:block; }
#xeXWXsW2TaT5hTiR2Up3s3H5wQp0Q0X9 { color:#ffffff;display:block;width:131.997px;position:absolute;font-family:"glacial indiference";font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:531.99308013916px;left:103.95835876465px;height:28.5938px;text-align:left;text-align-last:left;display:block; }
#lxAGwZgXC1PN9RqXZft9MG7NMMkQZUS0 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:138px;top:575.97226715088px;left:103.95835876465px;display:block; }
#iMqDb3rsFRT8JTfAcI6m83aZVHAlRtzD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42.9861px;width:42.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:591px;left:122px; }
#iMqDb3rsFRT8JTfAcI6m83aZVHAlRtzD > img { max-width: 100%;max-height:100%; }#ITqKQSif2aihUhaPkZXRzNiRZC6GpEAs { box-sizing:content-box;color:#5d92ff;font-size:30px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:591px;left:183px; }
#ITqKQSif2aihUhaPkZXRzNiRZC6GpEAs > img { max-width: 100%;max-height:100%; }#oymK7FUWBZhJc5F19AGEqIzFZhfHAsBM { position:absolute;display:block;z-index:15008;height:66.9965px;width:120px;top:668.95835113525px;left:103.95835876465px;display:block; }
#BdNqhtDu0rXU4SQt82d7hXLKE80SVgIc { position:absolute;display:block;z-index:14999;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:212.969px;width:427.969px;top:54.079597473145px;left:103.95835876465px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRLAUprQyPBFq3ETGICzO4iJwCvA96x6 { top:310px;left:0px;width:380px;height:88px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #C9Cd4zgN1qTxkkxq6As9GPpwZiz1kGZm { top:398px;left:0px;width:380px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KwnbiwkSvXDiDCqTawnxT8hTdZQgE5Zz { top:515px;left:0px;width:255px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #tnEPzkT0A5QEeHiOdJrWQ8zBkuTLVVn2 { top:525px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #uWN6tUflfECw3kGm5gXrNlPtOllREX88 { top:668px;left:0px;width:472px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JmTfWGDP06ppmewBapDfJZE8hXwCJlaM { top:0px;left:300.00352478027px;width:163px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #l13Hw74EXQy3MMTQs1x9K5LhdnbdP4Uw { top:54px;left:0px;width:427px;height:212.49531994037px;display:block; }
 }@media only screen and (max-width: 763px) { #lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB { display:block; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO2qRbO8yavkqpt7tcrUExsOCbXmfSXH { top:193px;left:0px;width:625px;height:167px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IeScah2L7sqITpfn2R9nLUeWHVL5L4pL { top:139px;left:474px;width:290px;height:333.993px;display:block; }
 }@media only screen and (max-width: 763px) { #pLFfkQ5gXbzxTeKGLcibBlG7sH3pT3Rh { top:227px;left:659px;width:105px;height:155px;font-size:150px;display:block; }
 }@media only screen and (max-width: 763px) { #oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs { display:block; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8OGAEWN6UAqkT9mrdhNg1dIJn8PftxR { top:226px;left:0px;width:400px;height:116px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CX0A0wKUMZhx4Kv6HsLgEsvZtWgog8Tk { top:568px;left:347px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #ONnhPqzV9XVpGOXrF4wuucgRIDWI67zf { top:578px;left:357px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #TXF8ZueK2Bt4IenbH9z7DHl6McqlGR5a { top:109px;left:286.96531677246px;width:282px;height:507.23306086532px;display:block; }
 }@media only screen and (max-width: 763px) { #rnU88aqMcVV0dxwBF5krWB7t2vQbCMJT { top:436px;left:0px;width:380px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ISZiEQOTHAJJreeiG2NW4O8wGX7uRrL7 { top:60px;left:273.94450378418px;width:120px;height:127.93751549715px;display:block; }
 }@media only screen and (max-width: 763px) { #SWntBCJVgRJPSp0FrvXMMlrQvguZyHIR { top:84px;left:454px;width:310px;height:231.25846490241px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TEl89UeKTfwElEZnKawCctaeXFsGXp { top:272px;left:559px;width:205px;height:181px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QghnApGsw7Tz0aRSqLvNa9XrMTWXvUaW { top:478px;left:583.42362976074px;width:177px;height:187.94602384457px;display:block; }
 }@media only screen and (max-width: 763px) { #oe6ztB0qVlt4TqQDTz62w7HfKgOJDPlW { top:461px;left:541px;width:222px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TRpSdMSNOb6xzVsU8Whq5gPou6fwWgvg { top:492px;left:569.93406677246px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UvrovytafgbZgxPlUM7VgUlTkL2lhyTK { top:515px;left:569.93406677246px;width:20px;height:17.9861px;display:block; }
 }@media only screen and (max-width: 763px) { #bccWRTrqEAqvOfeLi58M4nBXUvO3Io4q { top:514px;left:589.93406677246px;width:63px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #I86ayqEVzf357G0xbzPGmNtSdUlUTMPs { top:589px;left:432.00004577637px;width:205px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g { display:block; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRz5DINZ6VWg5lEhH6TAb3KKz1EtBiop { top:173px;left:157.00004577637px;width:220px;height:80px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #i2638VWQGTQ7uXPLbIhUS1CasaGipDLr { top:266px;left:157.00004577637px;width:196px;height:109px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #r2nhKi8Eb44lH6Z4I5BchV909V7T8qhw { top:114px;left:0px;width:260px;height:498.10337560826px;display:block; }
 }@media only screen and (max-width: 763px) { #q6QO96ltE0rQMH1wAurxANMAVnwrdcuC { top:10px;left:115.38542175293px;width:211px;height:223.9418482337px;display:block; }
 }@media only screen and (max-width: 763px) { #ycQnEcgMJbTqrrwbqct0UeWL04G5S4fe { top:114px;left:0px;width:211px;height:225px;display:block; }
 }@media only screen and (max-width: 763px) { #LBEL9xqgcSFyCU8mtkeB47KleWbRL3cv { top:408px;left:268px;width:147px;height:109.27964641242px;display:block; }
 }@media only screen and (max-width: 763px) { #SCQuFG291GPi5fD4eWbLWbmbeBMt2wb2 { top:421px;left:220px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #t0On4Tsluz7kT0bZBvrrAzxHchD444mC { top:419px;left:157px;width:56px;height:17.660002246434px;display:block; }
 }@media only screen and (max-width: 763px) { #ohdrpxGZTvQnmN7UAdUzZdrl7lg5pT7t { top:451px;left:157px;width:26px;height:23.122279385601px;display:block; }
 }@media only screen and (max-width: 763px) { #yL89tGzMXS41TdMgKETrNOmRHg4qGuJT { top:451px;left:190px;width:63px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oh1QWSwGUELr8ggAsJXTdeI0VrXfxPQV { top:499px;left:76.114608764648px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #NoLrmKEhEu58XHC8cLof9rWa8v4hhcFt { top:513px;left:89.604202270508px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #IwF3IBT1xD7ITP63AiEzmqPH1b7VmPUQ { top:527px;left:173.11112976074px;width:205px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ { display:block; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxGOKbFmQJ3XSF6GzgmQZRO7SHfWQyFg { top:222px;left:0px;width:355px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #aTXn0qxgn9s42BfzMbtsBRJsnwqoR1aV { top:222px;left:0px;width:355px;height:355px;display:block; }
 }@media only screen and (max-width: 763px) { #tlanTHHFMIsHGH5Iqrlr9RcdmfTz6MkE { top:603px;left:27px;width:200px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ut8N2Dk5DXCaOoiScKsV9JZwgzy2dMTl { top:702px;left:207px;width:47px;height:47px;display:block; }
#ut8N2Dk5DXCaOoiScKsV9JZwgzy2dMTl > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #RaPd3G3X6AH5V8IlllLlSA1MhXR9GdMg { top:222px;left:153px;width:355px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #bZVg9Nk91JUildUOtyRVEhkLFR2nUPsN { top:222px;left:153px;width:355px;height:350.99px;display:block; }
 }@media only screen and (max-width: 763px) { #SsCX8S91FCpPpPt771Jmkmrm9chi0PhU { top:603px;left:281px;width:200px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RsXVnGQ9UWEG9HtNxbNyIQkqU7gHaDmu { top:702px;left:461px;width:47px;height:47px;display:block; }
#RsXVnGQ9UWEG9HtNxbNyIQkqU7gHaDmu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #CDNAi7r2d2wNcpmRnMyTghRQ1EbKqk2M { top:222px;left:407px;width:355px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #oSCMowEqBQUygFJaKQDl5wt8kwr8z8ZZ { top:222px;left:407px;width:355px;height:358.993px;display:block; }
 }@media only screen and (max-width: 763px) { #vvsOgdxymiCh8xRVhOpzTZnEUfP9EvMR { top:603px;left:535px;width:200px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #M9LXu1vA36k8LphJbMTTxoyTRLWasfSx { top:702px;left:715px;width:47px;height:47px;display:block; }
#M9LXu1vA36k8LphJbMTTxoyTRLWasfSx > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #fJETsTUXdWtuwBuP4RS6WN4DD7o1C229 { width:243px;height:55px;top:699px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IESQmABlfb4QKPJGmCi8OL8e9NmxNqly { display:block; }
 }@media only screen and (max-width: 763px) { #ESV4dq1Kz1WpZ3z39F8xweUJI5G7t1AI { width:243px;height:55px;top:698px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #JT2V3yxzml63KPflW05X4hkw0MlQZAJU { display:block; }
 }@media only screen and (max-width: 763px) { #PSA6kv8KOHkWXdk6iNtTXnmqLNBC52tK { width:243px;height:55px;top:698px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #bmAExOtJVxKG8XWg39GhMDq4Tpl7rnNX { display:block; }
 }@media only screen and (max-width: 763px) { #TBpWbNbBWq8SaTReX1aTbnaIuFfI3Akp { top:28px;left:0px;width:565px;height:148px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 { display:block; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snc9HdftSCtUm4TONT0U7kLBT8gyIp4i { top:102px;left:202px;width:562px;height:502.10508254202px;display:block; }
 }@media only screen and (max-width: 763px) { #XVERtvrRPpILTlnxmE5ZaItlEonQqo00 { top:175px;left:91px;width:200px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IyzCoLxTiXztlxbfadBRusG4ZlquOsX7 { top:102px;left:100px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #nThBUAvlCfT84o6ec7UClBF4oUmo2hbA { top:315px;left:48.986129760742px;width:283px;height:77px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #u66yo3eD8fTNmWTdNIxKvUbvs5T6nucv { top:418px;left:0px;width:501px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTLW1d6Hq2Rd7TyFG2JAMXapshZgmHHV { top:581px;left:24px;width:220px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TBshxh209ObSi6rPdcfR9k9yzpuhiORN { top:577px;left:293px;width:63px;height:63px;display:block; }
#TBshxh209ObSi6rPdcfR9k9yzpuhiORN > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc { display:block; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQxUbfkB1gpc17Z14eFOERxCm8GA41qo { top:135px;left:1px;width:380px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #IspDkacq0O896unMCMRFJ3Ic2AFeZUnI { top:64px;left:31px;width:320px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #bXmcMEa9ClFKJdsSHd5I63yTHQWOfC9G { top:324px;left:1px;width:380px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #IT5NlBCmoDTJFG4qIwU42ZGgVPbRzEL9 { top:340px;left:28px;width:325px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QocqN2OUI720e5MniySEgm50IQkDlQLs { top:394px;left:17px;width:346px;height:176px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #vkTQQ1deDFbgrtzKiTgZKFXR4i0v37tO { top:324px;left:383px;width:380px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #FidaPzopGo5nN1UTxwTFyoWESUk9PmG8 { top:394px;left:399px;width:346px;height:205px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nyDZek7dIaVM0d5dqaO7BIeByH4d298A { top:340px;left:410px;width:325px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MiinoXuUXZUGBAeCADAAWnEItKDhA1m0 { top:135px;left:383px;width:380px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #By8sC0g0qpNoqpATh9oE9nH6B5gqmBB1 { top:64px;left:413px;width:320px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 { display:block; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FX4kTsomyxnOlyC6oFFzD8L0XL3N00hu { top:324px;left:382px;width:380px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #dH9mGHTsz7uSz2wdcidEoi0qWwb7QP9y { top:340px;left:437px;width:325px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qGLLu5wEn4tRpC8qEHTKxTL3zwK7pRNm { top:393px;left:416px;width:346px;height:205px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KGru5ptHXBGgrCWS3tPgTlVHfHHg0Uuz { top:135px;left:382px;width:380px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi { top:64px;left:442px;width:320px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #QhKDbEgGGmtkRJkTxXlgzeaoebG1gPZD { top:64px;left:188px;width:320px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #ofFVFiAZUaesyWTuP48AnIbJynkCrEWV { top:135px;left:128px;width:380px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #d65HCBB6JUG9CIsJcGG6xtrJUcBVv4Ck { top:324px;left:128px;width:380px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #F8iAeTXksimXHu6TRPRfyVigUr7om7v2 { top:340px;left:157px;width:350px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GlPDfn24TVebuP3DzUXnOSpWtDXhcKTJ { top:394px;left:162px;width:346px;height:195px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tO6qxZe8I6VG1BpFJqPVwkSqRIxTBmqZ { top:64px;left:0px;width:320px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #kbePeDCuSzF1rddPQVmDk1G52gJabvCD { top:135px;left:0px;width:380px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #Wt77tmWTGk9mcceoPXIs0TEitNnqQiNy { top:324px;left:0px;width:380px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #UeXSEHlmynbFASxEw5QFcE5mdTFD2MgW { top:340px;left:0px;width:325px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1LNRwKWkHT78phQu4nyEKutQIpDnZe { top:394px;left:0px;width:346px;height:205px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #amQf29a8Qz1nIxnR1mB7fhfNcM8t3lHc { top:8px;left:233px;width:275px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ { display:block; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAgM77S8InizxkmC5z5p2fZ4ITcvFfSn { top:307px;left:0px;width:131px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kncnmaT5fyETT1WJNkadzhmxlWsCTHPc { top:348px;left:0px;width:155px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sQQuddvViLBz3O9nVqNR46I6UAQCkvC6 { top:460px;left:0px;width:275px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oevkMlBrTJqF9lavqis5Nh53VTK60G3z { top:420px;left:0px;width:131px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xeXWXsW2TaT5hTiR2Up3s3H5wQp0Q0X9 { top:531px;left:0px;width:131px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lxAGwZgXC1PN9RqXZft9MG7NMMkQZUS0 { top:575px;left:0px;width:138px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #iMqDb3rsFRT8JTfAcI6m83aZVHAlRtzD { top:591px;left:0px;width:42px;height:42px;display:block; }
#iMqDb3rsFRT8JTfAcI6m83aZVHAlRtzD > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ITqKQSif2aihUhaPkZXRzNiRZC6GpEAs { top:591px;left:0px;width:43px;height:43px;display:block; }
#ITqKQSif2aihUhaPkZXRzNiRZC6GpEAs > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #oymK7FUWBZhJc5F19AGEqIzFZhfHAsBM { top:668px;left:0px;width:120px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #BdNqhtDu0rXU4SQt82d7hXLKE80SVgIc { top:54px;left:0px;width:427px;height:212.48679927752px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cd4e2bc-e09a-4bb7-9a22-80e41653df04/home.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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.54); }#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.54); }#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:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRLAUprQyPBFq3ETGICzO4iJwCvA96x6 { width:320px;height:83.1598px;top:323.5799px;left:0px;font-size:32px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #C9Cd4zgN1qTxkkxq6As9GPpwZiz1kGZm { width:320px;height:36.3542px;top:426.7396px;left:0px;font-size:14px;text-shadow:3px 3px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #KwnbiwkSvXDiDCqTawnxT8hTdZQgE5Zz { width:255px;height:83.1598px;top:573.0938px;left:32px;font-size:32px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #tnEPzkT0A5QEeHiOdJrWQ8zBkuTLVVn2 { width:70px;height:70px;top:483.0938px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #uWN6tUflfECw3kGm5gXrNlPtOllREX88 { width:320px;height:41.5972px;top:676.2535px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JmTfWGDP06ppmewBapDfJZE8hXwCJlaM { width:163px;height:91px;top:0px;left:78.489586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #l13Hw74EXQy3MMTQs1x9K5LhdnbdP4Uw { width:320px;height:159.24707817545px;top:130.81597900391px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB { display:block; }#lzlJKpVEntTyZTsDO2GR2pfvqxkZMQDB > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO2qRbO8yavkqpt7tcrUExsOCbXmfSXH { width:320px;height:97.5px;top:28px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IeScah2L7sqITpfn2R9nLUeWHVL5L4pL { width:290px;height:333.976px;top:206px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pLFfkQ5gXbzxTeKGLcibBlG7sH3pT3Rh { width:105px;height:195px;top:275px;left:108px;font-size:150px;font-family:lastima;display:block; }
 }@media only screen and (max-width: 763px) { #oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10eed722-5012-433a-a4ba-8aae2297d827/banner2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs.adaptive-delivery-prevent-bg, #oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs.lazyload, #oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs.lazyloading { background-image: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { background-color: transparent; background-image: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container > .video-iframe-container { display: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row > .video-iframe-container { display: none; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .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); }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { border-width: 0; border-radius: 0; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oBx3rpPkWX8LDywIRw9A4EUblIwFfHWs > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8OGAEWN6UAqkT9mrdhNg1dIJn8PftxR { width:320px;height:93.5418px;top:42.934020996094px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CX0A0wKUMZhx4Kv6HsLgEsvZtWgog8Tk { width:70px;height:70px;top:584px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ONnhPqzV9XVpGOXrF4wuucgRIDWI67zf { width:50px;height:50px;top:594px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #TXF8ZueK2Bt4IenbH9z7DHl6McqlGR5a { width:150px;height:273px;top:333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rnU88aqMcVV0dxwBF5krWB7t2vQbCMJT { width:320px;height:41.5972px;top:188.85417175293px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ISZiEQOTHAJJreeiG2NW4O8wGX7uRrL7 { width:42px;height:45px;top:333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SWntBCJVgRJPSp0FrvXMMlrQvguZyHIR { width:150px;height:110.99px;top:269px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TEl89UeKTfwElEZnKawCctaeXFsGXp { width:167px;height:103.993px;top:380px;left:150px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QghnApGsw7Tz0aRSqLvNa9XrMTWXvUaW { width:49px;height:52px;top:531px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #oe6ztB0qVlt4TqQDTz62w7HfKgOJDPlW { width:162.986px;height:18.1771px;top:493px;left:149px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TRpSdMSNOb6xzVsU8Whq5gPou6fwWgvg { width:12.9861px;height:12.9861px;top:518px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #UvrovytafgbZgxPlUM7VgUlTkL2lhyTK { width:20px;height:17.9688px;top:540px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #bccWRTrqEAqvOfeLi58M4nBXUvO3Io4q { width:62.9688px;height:19.4965px;top:539px;left:175px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #I86ayqEVzf357G0xbzPGmNtSdUlUTMPs { width:205px;height:25.9896px;top:606px;left:115px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g { display:block; }#EhzqptbfmTztqvsC6hKaFvVrhvIpMF0g > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRz5DINZ6VWg5lEhH6TAb3KKz1EtBiop { width:146.997px;height:51.9792px;top:155.03472805023px;left:172.98611545563px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i2638VWQGTQ7uXPLbIhUS1CasaGipDLr { width:145px;height:72.7083px;top:219.01043319702px;left:174.98265171051px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #r2nhKi8Eb44lH6Z4I5BchV909V7T8qhw { width:177px;height:339px;top:116.97915649414px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q6QO96ltE0rQMH1wAurxANMAVnwrdcuC { width:156.997px;height:166.997px;top:43.055557250977px;left:134.07986545563px;display:block; }
 }@media only screen and (max-width: 763px) { #ycQnEcgMJbTqrrwbqct0UeWL04G5S4fe { width:91.9965px;height:97.9861px;top:148.94097900391px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LBEL9xqgcSFyCU8mtkeB47KleWbRL3cv { width:81.9965px;height:60px;top:302.76043891907px;left:238.00347995758px;display:block; }
 }@media only screen and (max-width: 763px) { #SCQuFG291GPi5fD4eWbLWbmbeBMt2wb2 { width:12.9861px;height:12.9861px;top:317.62138366699px;left:221.11111545563px;display:block; }
 }@media only screen and (max-width: 763px) { #t0On4Tsluz7kT0bZBvrrAzxHchD444mC { width:39px;height:10px;top:319.11460494995px;left:174.98265171051px;display:block; }
 }@media only screen and (max-width: 763px) { #ohdrpxGZTvQnmN7UAdUzZdrl7lg5pT7t { width:25.9896px;height:23.1076px;top:338.57292938232px;left:172.98611545563px;display:block; }
 }@media only screen and (max-width: 763px) { #yL89tGzMXS41TdMgKETrNOmRHg4qGuJT { width:62.9688px;height:23.4028px;top:338.40279388428px;left:206.11111545563px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oh1QWSwGUELr8ggAsJXTdeI0VrXfxPQV { width:70px;height:70px;top:387px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #NoLrmKEhEu58XHC8cLof9rWa8v4hhcFt { width:47.9861px;height:47.9861px;top:398px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #IwF3IBT1xD7ITP63AiEzmqPH1b7VmPUQ { width:131.997px;height:18.1771px;top:412.89932441711px;left:180.48611545563px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ { display:block; }#GGIkWURmysdEtOwxUp3GU5G1Orlm3lqJ > .row .container { width:320px;height:1737px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxGOKbFmQJ3XSF6GzgmQZRO7SHfWQyFg { width:306.997px;height:535.99px;top:19.947906494141px;left:6.4930562973022px;display:block; }
 }@media only screen and (max-width: 763px) { #aTXn0qxgn9s42BfzMbtsBRJsnwqoR1aV { width:306.997px;height:306.997px;top:19.999893188477px;left:6.4930562973022px;display:block; }
 }@media only screen and (max-width: 763px) { #tlanTHHFMIsHGH5Iqrlr9RcdmfTz6MkE { width:200px;height:72.7778px;top:370px;left:60px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ut8N2Dk5DXCaOoiScKsV9JZwgzy2dMTl { display:flex;width:46.9965px;height:46.9965px;top:470px;left:245px; }
#ut8N2Dk5DXCaOoiScKsV9JZwgzy2dMTl > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #RaPd3G3X6AH5V8IlllLlSA1MhXR9GdMg { width:305.99px;height:533.993px;top:586.73614501953px;left:6.9791669845581px;display:block; }
 }@media only screen and (max-width: 763px) { #bZVg9Nk91JUildUOtyRVEhkLFR2nUPsN { width:305.99px;height:301.997px;top:586.73622894287px;left:6.9791669845581px;display:block; }
 }@media only screen and (max-width: 763px) { #SsCX8S91FCpPpPt771Jmkmrm9chi0PhU { width:200px;height:72.7778px;top:926px;left:60px;font-size:28px;text-shadow:0 0 0 rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #RsXVnGQ9UWEG9HtNxbNyIQkqU7gHaDmu { display:flex;width:46.9965px;height:46.9965px;top:1027px;left:242px; }
#RsXVnGQ9UWEG9HtNxbNyIQkqU7gHaDmu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #CDNAi7r2d2wNcpmRnMyTghRQ1EbKqk2M { width:306.997px;height:533.976px;top:1150.0000419617px;left:6.4930562973022px;display:block; }
 }@media only screen and (max-width: 763px) { #oSCMowEqBQUygFJaKQDl5wt8kwr8z8ZZ { width:307px;height:310px;top:1150.0001487732px;left:6.4930562973022px;display:block; }
 }@media only screen and (max-width: 763px) { #vvsOgdxymiCh8xRVhOpzTZnEUfP9EvMR { width:200px;height:72.7778px;top:1498px;left:60px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #M9LXu1vA36k8LphJbMTTxoyTRLWasfSx { display:flex;width:46.9965px;height:46.9965px;top:1599px;left:245px; }
#M9LXu1vA36k8LphJbMTTxoyTRLWasfSx > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #fJETsTUXdWtuwBuP4RS6WN4DD7o1C229 { width:193.993px;height:55px;top:466px;left:29px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IESQmABlfb4QKPJGmCi8OL8e9NmxNqly { display:block; }
 }@media only screen and (max-width: 763px) { #ESV4dq1Kz1WpZ3z39F8xweUJI5G7t1AI { width:188.993px;height:55px;top:1023px;left:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JT2V3yxzml63KPflW05X4hkw0MlQZAJU { display:block; }
 }@media only screen and (max-width: 763px) { #PSA6kv8KOHkWXdk6iNtTXnmqLNBC52tK { width:190px;height:55px;top:1595px;left:29px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bmAExOtJVxKG8XWg39GhMDq4Tpl7rnNX { display:block; }
 }@media only screen and (max-width: 763px) { #TBpWbNbBWq8SaTReX1aTbnaIuFfI3Akp { width:320px;height:85.7814px;top:20px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 { display:block; }#TD8MvwF3E8o8fbvdNZDuTEsb9JdLwOy1 > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snc9HdftSCtUm4TONT0U7kLBT8gyIp4i { width:320px;height:285.868px;top:638.94066619873px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XVERtvrRPpILTlnxmE5ZaItlEonQqo00 { width:200px;height:33.8021px;top:146.8747253418px;left:60.000000953674px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IyzCoLxTiXztlxbfadBRusG4ZlquOsX7 { width:180px;height:180px;top:73.8021px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #nThBUAvlCfT84o6ec7UClBF4oUmo2hbA { width:282.986px;height:77.9861px;top:273.8021px;left:18px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #u66yo3eD8fTNmWTdNIxKvUbvs5T6nucv { width:320px;height:83.1944px;top:385.74661254883px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nTLW1d6Hq2Rd7TyFG2JAMXapshZgmHHV { width:220px;height:57.1876px;top:520px;left:9px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TBshxh209ObSi6rPdcfR9k9yzpuhiORN { display:flex;width:62.9861px;height:62.9861px;top:517px;left:248px; }
#TBshxh209ObSi6rPdcfR9k9yzpuhiORN > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc { display:none; }#TaVQPiGDJgmJNGlTQANQ6fTOmoyLJBKc > .row .container { width:320px;height:1087px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aQxUbfkB1gpc17Z14eFOERxCm8GA41qo { width:310px;height:170px;top:582px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #IspDkacq0O896unMCMRFJ3Ic2AFeZUnI { width:285px;height:205px;top:535px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bXmcMEa9ClFKJdsSHd5I63yTHQWOfC9G { width:310px;height:260px;top:752px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #IT5NlBCmoDTJFG4qIwU42ZGgVPbRzEL9 { width:223.993px;height:23.4028px;top:761px;left:48px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QocqN2OUI720e5MniySEgm50IQkDlQLs { width:295px;height:151.146px;top:796px;left:13px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vkTQQ1deDFbgrtzKiTgZKFXR4i0v37tO { width:310px;height:260px;top:242px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #FidaPzopGo5nN1UTxwTFyoWESUk9PmG8 { width:295px;height:195.903px;top:292px;left:13px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nyDZek7dIaVM0d5dqaO7BIeByH4d298A { width:270px;height:23.4028px;top:252px;left:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MiinoXuUXZUGBAeCADAAWnEItKDhA1m0 { width:310px;height:170px;top:72px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #By8sC0g0qpNoqpATh9oE9nH6B5gqmBB1 { width:285px;height:205px;top:25px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 { display:block; }#g9T49K0XgyvJ9aMoTL9n86wDZ8t11Qy6 > .row .container { width:320px;height:1630px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FX4kTsomyxnOlyC6oFFzD8L0XL3N00hu { width:310px;height:260px;top:1332px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #dH9mGHTsz7uSz2wdcidEoi0qWwb7QP9y { width:248.993px;height:23.4028px;top:1347px;left:35px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qGLLu5wEn4tRpC8qEHTKxTL3zwK7pRNm { width:295px;height:186.059px;top:1382px;left:13px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KGru5ptHXBGgrCWS3tPgTlVHfHHg0Uuz { width:310px;height:170px;top:1162px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi { width:285px;height:205px;top:1113px;left:17px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8b12181f-a0a8-4914-ab96-c5e6b9e5557a/David_SOAL.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi.adaptive-delivery-prevent-bg, #C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi.lazyload, #C4CDwTuEnhqICT6KK6TS04n1JIoGD5pi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QhKDbEgGGmtkRJkTxXlgzeaoebG1gPZD { width:285px;height:205px;top:590px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ofFVFiAZUaesyWTuP48AnIbJynkCrEWV { width:310px;height:170px;top:638px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #d65HCBB6JUG9CIsJcGG6xtrJUcBVv4Ck { width:310px;height:260px;top:808px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #F8iAeTXksimXHu6TRPRfyVigUr7om7v2 { width:291.997px;height:23.4028px;top:820px;left:14px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GlPDfn24TVebuP3DzUXnOSpWtDXhcKTJ { width:295px;height:201.528px;top:854px;left:12px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tO6qxZe8I6VG1BpFJqPVwkSqRIxTBmqZ { width:285px;height:205px;top:66px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kbePeDCuSzF1rddPQVmDk1G52gJabvCD { width:310px;height:170px;top:116px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Wt77tmWTGk9mcceoPXIs0TEitNnqQiNy { width:310px;height:260px;top:285px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #UeXSEHlmynbFASxEw5QFcE5mdTFD2MgW { width:283.993px;height:23.4028px;top:299px;left:18px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1LNRwKWkHT78phQu4nyEKutQIpDnZe { width:295px;height:195.903px;top:335px;left:13px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #amQf29a8Qz1nIxnR1mB7fhfNcM8t3lHc { width:282.969px;height:33.8021px;top:20.989433288574px;left:18.506945610046px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cd4e2bc-e09a-4bb7-9a22-80e41653df04/home.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ.adaptive-delivery-prevent-bg, #GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ.lazyload, #GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ.lazyloading { background-image: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container { background-color: transparent; background-image: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container > .video-iframe-container { display: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row > .video-iframe-container { display: none; }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .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); }#GG6UFDiKly61WMcwX62W5aCpSTp6iOZQ > .row .container { width:320px;height:765px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAgM77S8InizxkmC5z5p2fZ4ITcvFfSn { width:131.997px;height:25.9896px;top:314.98266601562px;left:17.968750953674px;font-size:20px;text-shadow:1px 1px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #kncnmaT5fyETT1WJNkadzhmxlWsCTHPc { width:155.99px;height:25.9896px;top:358.97570800781px;left:17.968750953674px;font-size:20px;text-shadow:1px 1px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #sQQuddvViLBz3O9nVqNR46I6UAQCkvC6 { width:275.99px;height:25.9896px;top:473.73266601562px;left:17.968750953674px;font-size:20px;text-shadow:1px 1px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oevkMlBrTJqF9lavqis5Nh53VTK60G3z { width:130.99px;height:25.9896px;top:428.83682250977px;left:18.472222328186px;font-size:20px;text-shadow:1px 1px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xeXWXsW2TaT5hTiR2Up3s3H5wQp0Q0X9 { width:130.99px;height:25.9896px;top:543.73266601562px;left:18.472222328186px;font-size:20px;text-shadow:1px 1px 8px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lxAGwZgXC1PN9RqXZft9MG7NMMkQZUS0 { width:138px;height:70px;top:589px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iMqDb3rsFRT8JTfAcI6m83aZVHAlRtzD { display:flex;width:42px;height:42px;top:604px;left:36px; }
#iMqDb3rsFRT8JTfAcI6m83aZVHAlRtzD > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ITqKQSif2aihUhaPkZXRzNiRZC6GpEAs { display:flex;width:43px;height:43px;top:604px;left:97px; }
#ITqKQSif2aihUhaPkZXRzNiRZC6GpEAs > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #oymK7FUWBZhJc5F19AGEqIzFZhfHAsBM { width:120px;height:66px;top:681.2153840625px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #BdNqhtDu0rXU4SQt82d7hXLKE80SVgIc { width:320px;height:159.24069266699px;top:90.816314697266px;left:0px;display:block; }
 }