.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,231,224;--color-primary-1:255,175,152;--color-primary-2:255,95,48;--color-primary-3:128,48,24;--color-primary-4:38,14,7;--color-secondary-0:219,221,228;--color-secondary-1:135,143,166;--color-secondary-2:14,30,76;--color-secondary-3:7,15,38;--color-secondary-4:2,5,11;--color-tertiary-0:255,255,255;--color-tertiary-1:169,175,184;--color-tertiary-2:111,121,137;--color-tertiary-3:67,73,82;--color-tertiary-4:15,32,59;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }body { background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9.375rem;top:2.1234810352326rem;left:32.812501907349rem;overflow:hidden;display:block; }
#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f1ec;background-image:url("https://images.assets-landingi.com/uc/f0e654a6-18b5-4078-84bb-1081a6a474e5/BGDescktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.adaptive-delivery-prevent-bg, #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.lazyload, #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.lazyloading { background-image: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { background-color: transparent; background-image: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container > .video-iframe-container { display: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container { display: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .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); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { border-width: 0; border-radius: 0; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#bSe3IxmG8HTtD2pgx8tviiCCXi3TrXnv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:20.560546875rem;left:10.2275390625rem;height:6.4988125rem;display:block; }
#x5sznONRqAPz86a75ldXyXZxTzgTXKHe { background-color:#95dbec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:33.4365234375rem;left:10.2275390625rem;display:block; }
#gsRUDsc2uvwvIlJiROJMp5sf2mqPhsvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a26NDdTHv7xApg072UdL3yI2rKumw2C7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:23.875rem;top:7.873046875rem;left:10.2275390625rem;overflow:hidden;display:block; }
#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/8175a0f1-da3e-42a6-8fcd-818a18449ed8/seo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.adaptive-delivery-prevent-bg, #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.lazyload, #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.lazyloading { background-image: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { background-color: transparent; background-image: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container > .video-iframe-container { display: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container { display: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .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); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { border-width: 0; border-radius: 0; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#NgIsoiXgTq9TQeZXGAXGdaS6Z0aPZVDI { color:rgba(var(--color-tertiary-4),1);display:block;width:39.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4.53125rem;left:3.1845703125rem;height:16.8692125rem;display:block; }
#beTRFoTWoufE1nQVN2yOiT8TQy6xdP6W { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.0605625rem;top:4.53125rem;left:45.6220703125rem;overflow:hidden;display:block; }
#J0dmfnBCqk1BxSmLzW8faT4bdHH4gL7H { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:25.0625rem;top:3.310546875rem;left:49.9375rem;overflow:hidden;display:block; }
#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/3aa9b0fb-ec95-42fa-9bbc-4246d49e9c70/seo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.adaptive-delivery-prevent-bg, #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.lazyload, #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.lazyloading { background-image: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { background-color: transparent; background-image: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container > .video-iframe-container { display: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container { display: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .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); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { border-width: 0; border-radius: 0; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#IN3letuJMlxzm4A4kZTXdVDF9XTurJDh { color:#5f5d5d;display:block;width:31.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8rem;left:3.09375rem;height:6.173825rem;display:block; }
#tE0JTEUKsTk9t2yV3fkNXpSSLUPOKiv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:15.3125rem;left:3.09375rem;height:5.625rem;display:block; }
#TXUGArK1kEAm33N5uVZeAn6xHvi3Fm8E { box-sizing:content-box;height:3.0625rem;width:16.75rem;position:absolute;display:block;z-index:15003;background-color:#d38459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:5.46875rem;display:block; }
#kGSGKHVaOLlPn0nIyo81Zn7rHJNtqUHr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76.9375rem;width:74.9375rem;display:none; }
#sq7RkrkwelmixplAIDdNkuoIirRrs923 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4ec3e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container { background-color: transparent; background-image: none; }#sq7RkrkwelmixplAIDdNkuoIirRrs923::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container > .video-iframe-container { display: none; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row > .video-iframe-container { display: none; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .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); }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container { border-width: 0; border-radius: 0; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#gTgmM3vePFquXN4S9gsrZ5K6N7THo1cu { color:#ffffff;display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.734375rem;left:4.21875rem;height:2.84375rem;display:block; }
#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container { background-color: transparent; background-image: none; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container > .video-iframe-container { display: none; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row > .video-iframe-container { display: none; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .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); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container { border-width: 0; border-radius: 0; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#TkmZuBQLSOPxJg9Z3438XU9IvK5iwLf2 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4765625rem;left:23.03125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#kdZGwIHLmGIt34UD968WXFGEpMlDGBPg { color:#5f5d5d;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.75rem;left:17.53125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#ItbTRxUZ7Rz79R7gEnrkWTJQUW2nXdnm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:15.6875rem;left:13.84375rem;overflow:hidden;display:block; }
#IgzpTBuRhuh6tMiU5ks5DVAEPkXi2zgQ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:15.6875rem;left:27.09375rem;overflow:hidden;display:block; }
#KCXsACv2pB6Oxg5pvXBJoXN5ZlOSMVpF { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.625rem;top:15.75rem;left:40.4375rem;overflow:hidden;display:block; }
#ECXWUsbMogkJlNL4MPzDEo65fO5WG1bb { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:15.6875rem;left:53.8125rem;overflow:hidden;display:block; }
#oTO87wWnGMcQTvfQeMcaFChtMSswqft6 { color:#0dbace;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.9521484375rem;left:12.15625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#gEhnskZJ4s6KqFEbc2RiKCRtZmVsZEor { color:#0dbace;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.9521484375rem;left:25.40625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#gP442fwvrZOcPVrXV7mPOAoznoW5Hriq { color:#0dbace;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.9521484375rem;left:38.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#oPTeSKfaTvrxGK6XqM4PpNmcHtitGNnF { color:#0dbace;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9521484375rem;left:52.125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#OzPbetObV89ff56Tq5OZGtzdirfeoy0p { box-sizing:content-box;height:3.6875rem;width:34.375rem;position:absolute;display:block;z-index:15008;background-color:#d38459;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6796875rem;left:19.4375rem;display:block; }
#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/27175ddd-1e99-49a8-bbd7-800ef6d640e7/seo3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.adaptive-delivery-prevent-bg, #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.lazyload, #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.lazyloading { background-image: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { background-color: transparent; background-image: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container > .video-iframe-container { display: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container { display: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .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); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { border-width: 0; border-radius: 0; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#y2Q62uR19eblo1WdtGqFNbkVmDM7y3Nl { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6005859375rem;left:41.4375rem;height:12.9976875rem;font-style:normal;display:block; }
#qVL1MT1HIiWkc109ycxCIrEshhbxFasm { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:12.25rem;top:24rem;left:57.53125rem;overflow:hidden;display:block; }
#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container { background-color: transparent; background-image: none; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container > .video-iframe-container { display: none; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row > .video-iframe-container { display: none; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .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); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container { border-width: 0; border-radius: 0; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#ad3s7LNwETnCz7LKAkPWp7s4ATmS406T { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:33.0625rem;top:5.46875rem;left:38.875rem;overflow:hidden;display:block; }
#NesIdmPTJdLNUUPDuIeOXkRuTsnfNx2T { color:#4ec3e0;display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:4.375rem;height:6.173825rem;display:block; }
#pKqN2qAozRAJRtxVHIqUrKwlF8vvfdsx { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15007;background-color:#4ec3e0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:4.375rem;display:block; }
#wFTi2l74xFHWmEPEpuC96hdzfhmiT1yJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:17.5625rem;left:4.375rem;height:7.4978125rem;display:block; }
#uc6ZRTbhIkf4rZTNbX0VgVTu6fOGTXVH { background-color:#d38459;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6871875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:4.375rem;display:block; }
#hBr6K9ZaU8hLfP9W0oEmpeVWHx8pz6IU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d38459;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container { background-color: transparent; background-image: none; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container > .video-iframe-container { display: none; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row > .video-iframe-container { display: none; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .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); }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container { border-width: 0; border-radius: 0; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u { position:relative;display:block; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u { background-color: transparent; background-image: none; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row .container > .video-iframe-container { display: none; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row > .video-iframe-container { display: none; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .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); }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u { border-width: 0; border-radius: 0; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D0iHq7IZZa81trsKLMQuLTxO1spUNPGr { color:#5f5d5d;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.5rem;left:3.09375rem;height:4.87413125rem;display:block; }
#P1LxZuDSo4cpqhtxTnwtB55c7pc7ahAQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:30.0625rem;top:17.375rem;left:9.25rem;overflow:hidden;display:block; }
#dy5uEHsntJTKxGFa8TAz6LTxdIXncuO1 { position:absolute;display:block;z-index:15011;height:21.748875rem;width:28.75rem;top:10.75rem;left:41.875rem;display:block; }
#qLSk1ieT1eWqNl47ELM9FBDiUZGO6eH6 { box-sizing:content-box;height:34.0625rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:40rem;display:block; }
#QQPk22BIZTBD0LhbJooTMaITQMTGXP6v { color:#5f5d5d;display:block;width:29.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.09375rem;height:6.4988125rem;display:block; }
#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f203b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { background-color: transparent; background-image: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container > .video-iframe-container { display: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container { display: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .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); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { border-width: 0; border-radius: 0; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.137875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.125rem;top:1.625rem;left:1.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { width:9.375rem;height:2rem;top:2.0625rem;left:19.187501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V { background-color:#b37f64;background-image:url("https://images.assets-landingi.com/uc/f0e654a6-18b5-4078-84bb-1081a6a474e5/BGDescktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.adaptive-delivery-prevent-bg, #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.lazyload, #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.lazyloading { background-image: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { background-color: transparent; background-image: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container > .video-iframe-container { display: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container { display: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .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); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bSe3IxmG8HTtD2pgx8tviiCCXi3TrXnv { width:19.5625rem;height:4.875rem;top:15.0625rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5sznONRqAPz86a75ldXyXZxTzgTXKHe { width:17.5rem;height:3.4375rem;top:23.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsRUDsc2uvwvIlJiROJMp5sf2mqPhsvg { display:block; }
 }@media only screen and (max-width: 1199px) { #a26NDdTHv7xApg072UdL3yI2rKumw2C7 { width:16.625rem;height:6.875rem;top:7.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/8175a0f1-da3e-42a6-8fcd-818a18449ed8/seo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.adaptive-delivery-prevent-bg, #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.lazyload, #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.lazyloading { background-image: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { background-color: transparent; background-image: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container > .video-iframe-container { display: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container { display: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .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); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { width:47.75rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NgIsoiXgTq9TQeZXGAXGdaS6Z0aPZVDI { width:27.25rem;height:18.28125rem;top:4.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #beTRFoTWoufE1nQVN2yOiT8TQy6xdP6W { width:11.375rem;height:4.75rem;top:3.5625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0dmfnBCqk1BxSmLzW8faT4bdHH4gL7H { width:20.25rem;height:20.8125rem;top:7.375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/3aa9b0fb-ec95-42fa-9bbc-4246d49e9c70/seo2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.adaptive-delivery-prevent-bg, #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.lazyload, #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.lazyloading { background-image: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { background-color: transparent; background-image: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container > .video-iframe-container { display: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container { display: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .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); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { width:47.75rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IN3letuJMlxzm4A4kZTXdVDF9XTurJDh { width:31.25rem;height:6.173825rem;top:4.375rem;left:1.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tE0JTEUKsTk9t2yV3fkNXpSSLUPOKiv4 { width:27.625rem;height:4.3125rem;top:12.0625rem;left:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXUGArK1kEAm33N5uVZeAn6xHvi3Fm8E { width:16.75rem;height:3.0625rem;top:4.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGSGKHVaOLlPn0nIyo81Zn7rHJNtqUHr { width:47.6875rem;height:49rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sq7RkrkwelmixplAIDdNkuoIirRrs923 { display:block; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gTgmM3vePFquXN4S9gsrZ5K6N7THo1cu { width:29.6875rem;height:4.0625rem;top:2.125rem;left:9.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 { display:block; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TkmZuBQLSOPxJg9Z3438XU9IvK5iwLf2 { width:27.1875rem;height:3.65625rem;top:5.765625rem;left:9.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdZGwIHLmGIt34UD968WXFGEpMlDGBPg { width:38.1875rem;height:2.8125rem;top:9.359375rem;left:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItbTRxUZ7Rz79R7gEnrkWTJQUW2nXdnm { width:5.75rem;height:5.75rem;top:14.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgzpTBuRhuh6tMiU5ks5DVAEPkXi2zgQ { width:5.75rem;height:5.75rem;top:14.5rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCXsACv2pB6Oxg5pvXBJoXN5ZlOSMVpF { width:5.75rem;height:5.625rem;top:14.5625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECXWUsbMogkJlNL4MPzDEo65fO5WG1bb { width:5.75rem;height:5.75rem;top:14.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTO87wWnGMcQTvfQeMcaFChtMSswqft6 { width:9.3125rem;height:1.625rem;top:21.125rem;left:4.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEhnskZJ4s6KqFEbc2RiKCRtZmVsZEor { width:11rem;height:1.625rem;top:21.125rem;left:13.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gP442fwvrZOcPVrXV7mPOAoznoW5Hriq { width:11rem;height:1.625rem;top:21.125rem;left:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oPTeSKfaTvrxGK6XqM4PpNmcHtitGNnF { width:11rem;height:1.625rem;top:21.125rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzPbetObV89ff56Tq5OZGtzdirfeoy0p { width:34.375rem;height:3.6875rem;top:5.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/27175ddd-1e99-49a8-bbd7-800ef6d640e7/seo3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.adaptive-delivery-prevent-bg, #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.lazyload, #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.lazyloading { background-image: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { background-color: transparent; background-image: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container > .video-iframe-container { display: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container { display: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .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); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y2Q62uR19eblo1WdtGqFNbkVmDM7y3Nl { width:21.6875rem;height:9.097625rem;top:3.0625rem;left:25.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVL1MT1HIiWkc109ycxCIrEshhbxFasm { width:8.0625rem;height:3.375rem;top:24.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL { display:block; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ad3s7LNwETnCz7LKAkPWp7s4ATmS406T { width:24.375rem;height:21.875rem;top:8.4375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NesIdmPTJdLNUUPDuIeOXkRuTsnfNx2T { width:19.4375rem;height:7.3125rem;top:3rem;left:1.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKqN2qAozRAJRtxVHIqUrKwlF8vvfdsx { width:6.25rem;height:0.1875rem;top:12.4375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFTi2l74xFHWmEPEpuC96hdzfhmiT1yJ { width:22.125rem;height:13.5rem;top:14.875rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uc6ZRTbhIkf4rZTNbX0VgVTu6fOGTXVH { width:22.625rem;height:3.4375rem;top:33.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBr6K9ZaU8hLfP9W0oEmpeVWHx8pz6IU { display:block; }
 }@media only screen and (max-width: 1199px) { #p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK { display:block; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vBkghB3bimfOt2gyUFxTcRAd1olNzA3u { display:block; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row .container { width:47.75rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D0iHq7IZZa81trsKLMQuLTxO1spUNPGr { width:24.125rem;height:4.875rem;top:11.875rem;left:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P1LxZuDSo4cpqhtxTnwtB55c7pc7ahAQ { width:21.75rem;height:19.75rem;top:3.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dy5uEHsntJTKxGFa8TAz6LTxdIXncuO1 { width:28.75rem;height:21.6875rem;top:25.0625rem;left:9.6279296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLSk1ieT1eWqNl47ELM9FBDiUZGO6eH6 { width:33.0625rem;height:41.6875rem;top:23.4375rem;left:7.4716796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQPk22BIZTBD0LhbJooTMaITQMTGXP6v { width:29.375rem;height:6.5rem;top:4.375rem;left:2.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { width:34.8125rem;height:1.13671875rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { width:11.125rem;height:3rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#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 { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { width:7.25rem;height:1.625rem;top:2.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V { background-color:#f2f1ec;background-image:url("https://images.assets-landingi.com/uc/ea2f4cd7-a529-4a6e-9dab-91cf3263b290/BGMobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.adaptive-delivery-prevent-bg, #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.lazyload, #eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V.lazyloading { background-image: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { background-color: transparent; background-image: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container > .video-iframe-container { display: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row > .video-iframe-container { display: none; }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .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); }#eLSI4vwS3JIVoNq76msAmdCOJKqdhy0V > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSe3IxmG8HTtD2pgx8tviiCCXi3TrXnv { width:15.375rem;height:7.3125rem;top:11.2744140625rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5sznONRqAPz86a75ldXyXZxTzgTXKHe { width:17.5rem;height:3.4375rem;top:43.474609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRUDsc2uvwvIlJiROJMp5sf2mqPhsvg { display:block; }
 }@media only screen and (max-width: 763px) { #a26NDdTHv7xApg072UdL3yI2rKumw2C7 { width:13rem;height:5.625rem;top:4.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/8175a0f1-da3e-42a6-8fcd-818a18449ed8/seo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.adaptive-delivery-prevent-bg, #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.lazyload, #AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o.lazyloading { background-image: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { background-color: transparent; background-image: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container > .video-iframe-container { display: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row > .video-iframe-container { display: none; }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .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); }#AkFVSWM5HmgwoJT0SeSnBHKmUoMupd7o > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgIsoiXgTq9TQeZXGAXGdaS6Z0aPZVDI { width:20rem;height:30rem;top:9.9033203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beTRFoTWoufE1nQVN2yOiT8TQy6xdP6W { width:10.25rem;height:4.4375rem;top:3.1865234375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0dmfnBCqk1BxSmLzW8faT4bdHH4gL7H { width:20rem;height:20.548628428928rem;top:38.3408203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/281af98d-df67-41d7-a8db-d98da131ba53/seo1Mobile.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.adaptive-delivery-prevent-bg, #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.lazyload, #QHNwy3awpx749KlCuVa27WhGUkKZKRkJ.lazyloading { background-image: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { background-color: transparent; background-image: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container > .video-iframe-container { display: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container { display: none; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .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); }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { border-width: 0; border-radius: 0; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHNwy3awpx749KlCuVa27WhGUkKZKRkJ > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IN3letuJMlxzm4A4kZTXdVDF9XTurJDh { width:20rem;height:7.7988125rem;top:20.8740234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE0JTEUKsTk9t2yV3fkNXpSSLUPOKiv4 { width:20rem;height:4.3125rem;top:29.6728515625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUGArK1kEAm33N5uVZeAn6xHvi3Fm8E { width:14.6875rem;height:2.8125rem;top:20.8740234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGSGKHVaOLlPn0nIyo81Zn7rHJNtqUHr { top:1.0615234375rem;left:0rem;width:19.9375rem;height:20.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sq7RkrkwelmixplAIDdNkuoIirRrs923 { display:block; }#sq7RkrkwelmixplAIDdNkuoIirRrs923 > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTgmM3vePFquXN4S9gsrZ5K6N7THo1cu { width:14.375rem;height:6.82425rem;top:3.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 { background-color:#fbfbfb;background-image:none;display:block; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container { background-color: transparent; background-image: none; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container > .video-iframe-container { display: none; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row > .video-iframe-container { display: none; }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .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); }#bgvIe9qoyqLmrro7bI3TwZVOiThiDbv1 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmZuBQLSOPxJg9Z3438XU9IvK5iwLf2 { width:20rem;height:2.5996125rem;top:5.3310546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdZGwIHLmGIt34UD968WXFGEpMlDGBPg { width:20rem;height:8.4375rem;top:9.2880859375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItbTRxUZ7Rz79R7gEnrkWTJQUW2nXdnm { width:7.625rem;height:7.625rem;top:20.9130859375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgzpTBuRhuh6tMiU5ks5DVAEPkXi2zgQ { width:7.625rem;height:7.625rem;top:33.9755859375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCXsACv2pB6Oxg5pvXBJoXN5ZlOSMVpF { width:7.625rem;height:7.5rem;top:48.2880859375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECXWUsbMogkJlNL4MPzDEo65fO5WG1bb { width:7.625rem;height:7.625rem;top:61.9755859375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTO87wWnGMcQTvfQeMcaFChtMSswqft6 { width:11rem;height:2.03125rem;top:29.2880859375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEhnskZJ4s6KqFEbc2RiKCRtZmVsZEor { width:11rem;height:2.03125rem;top:42.4443359375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP442fwvrZOcPVrXV7mPOAoznoW5Hriq { width:11rem;height:2.03125rem;top:56.7880859375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTeSKfaTvrxGK6XqM4PpNmcHtitGNnF { width:11rem;height:2.03125rem;top:70.9443359375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPbetObV89ff56Tq5OZGtzdirfeoy0p { width:20rem;height:3.6875rem;top:4.7880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/27175ddd-1e99-49a8-bbd7-800ef6d640e7/seo3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.adaptive-delivery-prevent-bg, #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.lazyload, #nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D.lazyloading { background-image: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { background-color: transparent; background-image: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container > .video-iframe-container { display: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row > .video-iframe-container { display: none; }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .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); }#nOKVXlnTTcopdfOJnm7xzoLOXWhaau9D > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2Q62uR19eblo1WdtGqFNbkVmDM7y3Nl { width:20rem;height:9.097625rem;top:5.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVL1MT1HIiWkc109ycxCIrEshhbxFasm { width:12.25rem;height:5.1875rem;top:18.373046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL { background-color:#fbfbfb;background-image:none;display:block; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container { background-color: transparent; background-image: none; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container > .video-iframe-container { display: none; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row > .video-iframe-container { display: none; }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .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); }#UbU0PIwqGUEwGlgkJxS80T6Q6OsV9wHL > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad3s7LNwETnCz7LKAkPWp7s4ATmS406T { width:16.8125rem;height:15rem;top:32.486328125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NesIdmPTJdLNUUPDuIeOXkRuTsnfNx2T { width:17.75rem;height:7.3125rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKqN2qAozRAJRtxVHIqUrKwlF8vvfdsx { width:6.25rem;height:0.1875rem;top:10.3003125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTi2l74xFHWmEPEpuC96hdzfhmiT1yJ { width:20rem;height:15rem;top:11.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc6ZRTbhIkf4rZTNbX0VgVTu6fOGTXVH { width:18.999rem;height:3.4375rem;top:27.923828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBr6K9ZaU8hLfP9W0oEmpeVWHx8pz6IU { display:block; }
 }@media only screen and (max-width: 763px) { #p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK { display:block; }#p9rb3gBqBnnL0MQyk4szoCnBVTz2F2MK > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBkghB3bimfOt2gyUFxTcRAd1olNzA3u { display:block; }#vBkghB3bimfOt2gyUFxTcRAd1olNzA3u > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0iHq7IZZa81trsKLMQuLTxO1spUNPGr { width:13.0615rem;height:3rem;top:8.32421875rem;left:3.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1LxZuDSo4cpqhtxTnwtB55c7pc7ahAQ { width:14.25rem;height:12.9375rem;top:11.32421875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy5uEHsntJTKxGFa8TAz6LTxdIXncuO1 { width:20rem;height:21.6875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLSk1ieT1eWqNl47ELM9FBDiUZGO6eH6 { width:20rem;height:56.6875rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQPk22BIZTBD0LhbJooTMaITQMTGXP6v { width:20rem;height:5.19921875rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { width:20rem;height:2.6rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { width:2.1248375rem;height:2.1248375rem;top:9.1617832183837rem;left:3.2389322519303rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { width:2.1248375rem;height:2.1248375rem;top:9.1617832183837rem;left:8.9371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { width:2.1248375rem;height:2.1248375rem;top:9.1617832183837rem;left:14.687499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { width:9.375rem;height:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
 }