.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;
}
@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:#fdfcff;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#M594ILoibWdlZvyP0AxN1syUpWwync4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container { background-color: transparent; background-image: none; }#M594ILoibWdlZvyP0AxN1syUpWwync4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container > .video-iframe-container { display: none; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row > .video-iframe-container { display: none; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .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); }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container { border-width: 0; border-radius: 0; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#teiUlapDF8Zb7vnp372HgfHvuBcRsE9d { 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;box-shadow: none;height:4.625rem;width:11.9375rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { color:#073b86;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c7quAcxyAmv6BQRWSADoRma892lvOm5z { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90a4aa98-167a-4396-8dc9-ccd71a2b4625/166847c9970d17.webp");background-position:center right !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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:50.3125rem;width:61.875rem;top:0rem;left:35.96875rem;display:block; }#c7quAcxyAmv6BQRWSADoRma892lvOm5z.adaptive-delivery-prevent-bg, #c7quAcxyAmv6BQRWSADoRma892lvOm5z.lazyload, #c7quAcxyAmv6BQRWSADoRma892lvOm5z.lazyloading { background-image: none; }
#vRlO62rGIZU8TGm10lPNkfWE049eikWT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:28.125rem;left:8.5rem; }
#JnOmnXNy6h0b5PLpN6CFr6RrlLnRsO6R { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:28.3125rem;left:11.1875rem;height:1.92480625rem;font-style:normal;display:block; }
#nO5PoiqKg0e2ggJpwl5og1sF4BaozG6u { color:#000000;display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:28.3125rem;left:1.4375rem;height:1.92480625rem;font-style:normal;display:block; }
#lLTAGZ2fRRIlIHTnOUJGn9nxIdDt5J7o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.125rem;left:-0.625rem; }
#rDg87nPHUqDBQEzHLVRnXiyOxB8emD2r { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:28.3125rem;left:22.6875rem;height:1.92480625rem;font-style:normal;display:block; }
#OKWwRSHFUOXvLizDx34hotDPRJpK6XD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.1875rem;left:20.3125rem; }
#FGerOODowdE5ZT89ks3zuukAnrM4z5ZS { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 2.5rem 2.5rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.375rem;left:0rem;display:block; }
#ZCbKlSEw5crOf0QApe14bB60pDg0MBTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hePhKIBGr4bl2TMDlzwCoa1TEkUREFyn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:34.25rem;left:0.8125rem; }
#C3Ulk9JGn5XJbs50XicoRM5ITEzAr3q8 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:39.9375rem;left:6.5625rem;height:1.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uBTrpnBKQdO3bvglerpHoD6HzD7QKWVe { color:#fcbe01;display:block;width:7.5625rem;position:absolute;font-family:"font awesome 2022";font-size:0.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:40.125rem;left:0rem;height:0.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LzmRcTfl4kbzZ0PkGhPnf3F5Svpwb3RW { color:#000000;display:block;width:2.625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:39.625rem;left:3.9375rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 { position:relative;display:block; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 { background-color: transparent; background-image: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container > .video-iframe-container { display: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row > .video-iframe-container { display: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .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); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 { border-width: 0; border-radius: 0; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .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; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;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; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container { background-color: transparent; background-image: none; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container > .video-iframe-container { display: none; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row > .video-iframe-container { display: none; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .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); }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container { border-width: 0; border-radius: 0; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#GT4ffT7NPP8DyvTUk0DTiqrEcUTIvQ1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.875rem;left:-1.1875rem; }
#kesyvzyqAVOsnpwquNXiMv09nDmWikWk { color:#073b86;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:4.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aWTuz0zhrQ9iU2oxD4QbtfRVGoaceW41 { color:rgba(237,28,36,0.79);display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:4.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0.75rem;height:6.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SitzpEXV9O6VM0ZIv6MtSSKhVFECKTaf { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.75rem;left:4.5625rem;height:0.9624rem;font-style:normal;display:block; }
#ZlxByZDrAO9ewP2xEWDhmhJHcHGLXEU6 { color:#073b86;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:24.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u6WCssEKVAqT9UIhiRJiIp3FEJNuWaay { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.75rem;left:24.125rem;height:0.9624rem;font-style:normal;display:block; }
#RpTHskCcstMRQW3nJBgdzaFzARA6r6v5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.25rem;left:19.75rem; }
#BUO7W3fBwFrsdghDahHHVJMJrhHisoh4 { color:rgba(237,28,36,0.79);display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:4.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:20.3125rem;height:6.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zRyuTEz7pZAZzdLHXZQUfgksKJRSR7Vm { color:rgba(237,28,36,0.79);display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:4.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:58.8125rem;height:6.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CXe3wUwS9wEanWmmdoyPtJX1HEd5E5ms { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.75rem;left:62.625rem;height:0.9624rem;font-style:normal;display:block; }
#bclrUPa9ZfvHZvBVkEpZEfQMSECibQki { color:#073b86;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:62.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCs9z3kFJkMreySu71GCyiRL4wXlqrsI { color:#073b86;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:44rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfgS2ccwhXQq2QkWGK9AUbiQktSbC0lP { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:7.75rem;left:44rem;height:0.9624rem;font-style:normal;display:block; }
#l2POxgleH2GlMykvGBQKFsMTO1wLxeeP { color:rgba(237,28,36,0.79);display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:4.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:40.1875rem;height:6.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ki2yyCVHok3wunfHV75ZRGtT7OFpQeIG { 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:3.5625rem;width:3.5625rem;top:5.125rem;left:39.5rem;overflow:hidden;display:block; }
#rpEo93wGhrhTOCFqwFZb2i6LSwKUWxrT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:5.15625rem;left:57.90625rem;overflow:hidden;display:block; }
#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE { position:relative;display:block; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE { background-color: transparent; background-image: none; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container > .video-iframe-container { display: none; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row > .video-iframe-container { display: none; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .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); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE { border-width: 0; border-radius: 0; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container > .video-iframe-container { border-top-left-radius:5rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd300;background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;border-top-left-radius:5rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;position:relative;display:block; }#yiqga12b2J7MZf93NVK0PPP54QK9ygeo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.3125rem;left:32.125rem;overflow:hidden;display:block; }
#TGpxeVD6JSKMCoIBcZ4LlXuEkGxvaRrR { 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;box-shadow: none;height:3.25rem;width:3.25rem;top:1.3125rem;left:39.375rem;overflow:hidden;display:block; }
#acOKlknXapF4bQJAyqVqxM839dsurTvD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.3125rem;left:46.1875rem;overflow:hidden;display:block; }
#P5SmQkLf4diZJBrHJrrslknRxnRRFKnT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.3125rem;left:53.4375rem;overflow:hidden;display:block; }
#DNHC5rQfHtdw2KVJ3cgwny4O1iKQpasC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.3125rem;left:60.6875rem;overflow:hidden;display:block; }
#Gkgu0EIJC7xUI0V7IS2UsPcpmLofKu2g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.3125rem;left:68rem;overflow:hidden;display:block; }
#JpzFF1sDnMJCkMJ2KGgnGrv6pdNzhBO4 { color:#000000;display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:31.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHT0gyRnvc7ua8Kf6JmZsM9lrtLpwM7N { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:38.4375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEOR30QxBHGvOr9yZdScs59yeUgNM0ci { color:#000000;display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.125rem;left:45.25rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xW5xBFxSy0CpH5U4Gb5UKiI3Ws0yDDGG { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.8125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omtX1ErA19epJvIHG8OqMWaT8qWhuU3N { color:#000000;display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:60.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeIVqZWy2yCgecBmfH8Aldl2DtV3ReVb { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:67.5625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4AnDmUkoffG1aVEd49IE3fXRaV0zB9F { color:#073b86;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.875rem;left:3rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; } #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection *:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="text"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="email"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="tel"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection textarea:focus-visible { outline: none; } #S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container { background-color: transparent; background-image: none; }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container > .video-iframe-container { display: none; }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row > .video-iframe-container { display: none; }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .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); }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container { border-width: 0; border-radius: 0; }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container { background-color: transparent; background-image: none; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container > .video-iframe-container { display: none; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row > .video-iframe-container { display: none; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .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); }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container { border-width: 0; border-radius: 0; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#lKr6BSMDKCgE8kc41hzaCS6q9TgUowCD { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:5.5rem;left:16.84375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbt5nW19mC5x71bJE8VLavDKgCgH0dES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efefef, #ffffff);background-image: -moz-linear-gradient(180deg, #efefef, #ffffff);background-image: -ms-linear-gradient(180deg, #efefef, #ffffff);background-image: -o-linear-gradient(180deg, #efefef, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efefef, #ffffff);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; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container { background-color: transparent; background-image: none; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container > .video-iframe-container { display: none; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row > .video-iframe-container { display: none; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .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); }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container { border-width: 0; border-radius: 0; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f15eba5-bd19-4ceb-9fc8-f9a28a035068/download20240209T084624213.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:3.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:5rem;box-shadow: none;height:13.75rem;width:22.875rem;top:1.59375rem;left:0rem;display:block; }#EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p.adaptive-delivery-prevent-bg, #EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p.lazyload, #EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p.lazyloading { background-image: none; }
#EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:5rem; }#EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#xrqOmNa81SctowMHfUSsFVEL343zThsa { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.40625rem;left:3.40625rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53888bab-6c0d-44ef-979b-2a0ef90c62fc/download20240209T085110314.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:0.9375rem;border-top-right-radius:5.625rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.75rem;width:22.875rem;top:1.625rem;left:26.0625rem;display:block; }#FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4.adaptive-delivery-prevent-bg, #FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4.lazyload, #FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4.lazyloading { background-image: none; }
#FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.9375rem;border-top-right-radius:5.625rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.9375rem; }#FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#RkloGd53gy2yhxy7QSAICK8m551zVCnb { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.53125rem;left:28.5625rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f93b3ea-5028-4a48-9474-2570d485690f/download20240209T130508485.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:4.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:13.75rem;width:22.875rem;top:1.625rem;left:52.125rem;display:block; }#n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw.adaptive-delivery-prevent-bg, #n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw.lazyload, #n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw.lazyloading { background-image: none; }
#n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:4.375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:5.625rem; }#n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#fFweWvfqaI2SVuTufygBOdzc0kSFNnSs { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.53125rem;left:55.28125rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #fdfcff;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; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container { background-color: transparent; background-image: none; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container > .video-iframe-container { display: none; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row > .video-iframe-container { display: none; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .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); }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container { border-width: 0; border-radius: 0; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#y3ih9U99yZEwTGRckFPQUaAFnBphuhUt { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Huv0np6fP1rvxHpV2eSZNCdB6IoGeCNa { 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:1.6875rem;width:8.8125rem;top:3.5rem;left:17.4375rem;overflow:hidden;display:block; }
#Nu9TCcxFfM3nApgT6awIJS0TKCBBL3xg { 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:1.6875rem;width:6.25rem;top:3.5625rem;left:28.625rem;overflow:hidden;display:block; }
#TTXsm36mVCXgqUl64Zg57e3yvk96cW3d { 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;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.90625rem;left:36.6875rem;overflow:hidden;display:block; }
#g8KU5527Rumy2bDTmITxfTGc3mMVHWzh { position:absolute;display:block;z-index:15007;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.3125rem;width:5.625rem;top:2.90625rem;left:43.0625rem;overflow:hidden;display:block; }
#DSKoA020AhmEaZRpt1QQx9WxVWJZcmdi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:2rem;left:51.3125rem;overflow:hidden;display:block; }
#e9h2xXvrzuUtnKJNKUqIMGHQzTkEWlKy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.5625rem;top:3.25rem;left:56.75rem;overflow:hidden;display:block; }
#ObMeWXcqr2w18MtDpZ22PZaTR8DT6HeE { 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;box-shadow: none;height:5.0625rem;width:7.5rem;top:1.375rem;left:63.125rem;overflow:hidden;display:block; }
#grh8XzuBzNW4zZZ8ymquVzn4axZ0aWrh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:4.4375rem;top:2.78125rem;left:70.5625rem;overflow:hidden;display:block; }
#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfcff;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; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container { background-color: transparent; background-image: none; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container > .video-iframe-container { display: none; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row > .video-iframe-container { display: none; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .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); }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container { border-width: 0; border-radius: 0; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#xok0U2dDh8oMSyBDBaruTgEJ4wV8EfTx { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:14.3964875rem;font-style:normal;display:block; }
#yu4cW6IMWATPeWw9I7UvTnxDgrDkBipT { color:#073b86;display:block;width:41.3125rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DALlCGcosx5ayJtpTGWamVkT48SQdhuA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f3324d45-3e29-4f1b-bb53-82ea7c4c8fee/download95.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.625rem;width:37.625rem;top:6.4375rem;left:40.3203125rem;display:block; }#DALlCGcosx5ayJtpTGWamVkT48SQdhuA.adaptive-delivery-prevent-bg, #DALlCGcosx5ayJtpTGWamVkT48SQdhuA.lazyload, #DALlCGcosx5ayJtpTGWamVkT48SQdhuA.lazyloading { background-image: none; }
#mq5pd5ikwZtDJ84oXbwEs6TAn9Cggx4Z { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/nMxC9YOQ/selo_de_garantia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:14rem;width:14rem;top:6.5rem;left:41.3125rem;display:block; }#mq5pd5ikwZtDJ84oXbwEs6TAn9Cggx4Z.adaptive-delivery-prevent-bg, #mq5pd5ikwZtDJ84oXbwEs6TAn9Cggx4Z.lazyload, #mq5pd5ikwZtDJ84oXbwEs6TAn9Cggx4Z.lazyloading { background-image: none; }
#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 { position:relative;display:block; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 { background-color: transparent; background-image: none; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container > .video-iframe-container { display: none; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row > .video-iframe-container { display: none; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .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); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 { border-width: 0; border-radius: 0; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0.625rem; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073b86;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#IxkVc3BvsniDOOEcNRUkXgnbvuJkes4w { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:28.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0XDg0mn6BtT4bqZ0gPuJ63AqEq7M8iT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:1.875rem;left:2.375rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U24to5cS0FMFRL8VMJQdRdKWLumTyS8S { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.32421875rem;left:25.4375rem;overflow:hidden;display:block; }
#mT1Tu9HTAFoKq5KNRCZlVFQDLibM2ByT { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.1875rem;left:45.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UdS7qTOZ43C8dWKlBNIt6DpfoyiTMEBT { position:absolute;display:block;z-index:15007;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.5rem;width:2.5rem;top:3.46875rem;left:42.25rem;overflow:hidden;display:block; }
#VEDMtfrtg7N83drvKxNtHqPIFh4G1kZ3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:2.46875rem;left:40.9375rem;overflow:hidden;display:block; }
#W7OoWKrbRHFIrw4J8euif3U4SBD0KidI { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:62.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmobv7zRplFnqDtOAUpTzfEPp8AvTwQt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.0625rem;left:58.65625rem; }
#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container { background-color: transparent; background-image: none; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container > .video-iframe-container { display: none; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row > .video-iframe-container { display: none; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .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); }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container { border-width: 0; border-radius: 0; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#o3OG3rS22eTPXvn3uU5FSWyEBIP6V1Lc { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:5.5rem;left:16.84375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG { position:relative;display:block; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG { background-color: transparent; background-image: none; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row .container > .video-iframe-container { display: none; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row > .video-iframe-container { display: none; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .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); }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG { border-width: 0; border-radius: 0; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .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; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;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; }#MAUduzmqZ3lVqyemLRH7viAL99ozWh6i { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b09a4179-ba9a-4f2b-bd8b-c98fc61eab5c/download96.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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:14.75rem;top:2.375rem;left:0rem;display:block; }#MAUduzmqZ3lVqyemLRH7viAL99ozWh6i.adaptive-delivery-prevent-bg, #MAUduzmqZ3lVqyemLRH7viAL99ozWh6i.lazyload, #MAUduzmqZ3lVqyemLRH7viAL99ozWh6i.lazyloading { background-image: none; }
#rdiAKH2JDFUz5HTaMf04l66UePx2ayTJ { color:#073b86;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.6875rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#snEXQhfo7v0U5ikmQ34JCGHOsvuDgypv { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.3125rem;left:0rem;height:8.3994375rem;font-style:normal;display:block; }
#Ji3A6LWTt7uP70Q4Pwahe3tatGLg2oVL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.6875rem;left:0rem; }
#rFvDyHoh3abcvfgVp0DQ53i2qPkRqfg9 { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:31.875rem;left:1.875rem;height:0.82470625rem;font-style:normal;display:block; }
#v5t4eM1cqugltTv0CWqcSl67hPu6yimu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.5rem;left:0rem; }
#LaXPaZ7RuaoF5deNXwic6K32VxbRacHD { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:33.6875rem;left:1.875rem;height:0.82470625rem;font-style:normal;display:block; }
#zPetSpH7A6AQqe2GmwhiE5r9oXmR8qVt { color:#39a32b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:35.5rem;left:1.875rem;height:0.82470625rem;font-style:normal;display:block; }
#lhEooi8bta3GQqdTSyTgzuxbTfvo4S92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.3125rem;left:0rem; }
#mll6Eqp15OAUx9APsk3T2CxDCaJhNS62 { color:#808080;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:23.958984375rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SJ56yRu2MAH0eWGbQRSLJ5tFGabdNQHP { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffde00;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffde00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:14.75rem;top:23.333984375rem;left:0rem;display:block; }
#WEG3gZExEMSUZ1baSl4NOpSr5XNVy9eT { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:33.6875rem;left:21.875rem;height:0.82470625rem;font-style:normal;display:block; }
#auXKVKoEJa63NJleNXBBRR5w0ZGSW2WQ { color:#39a32b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:35.5rem;left:21.875rem;height:0.82470625rem;font-style:normal;display:block; }
#I3L7rAULB4DRVNtbtZtSUkyDc4eo4w3t { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:31.875rem;left:21.875rem;height:0.82470625rem;font-style:normal;display:block; }
#ixTI2ZS0R60Bl28wtEHkMig3E8FbaNfa { color:#808080;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:23.9375rem;left:20rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VfGJBGh9yaUcKcFDCUHaGEd4hv5HkTDU { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffde00;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffde00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:14.5625rem;top:23.208984375rem;left:20rem;display:block; }
#asSwhB9vx9trzCTgMe5o35ZPfWKK9CrG { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.3125rem;left:20rem;height:8.3994375rem;font-style:normal;display:block; }
#ez6hBm62Wdyyck00aFDJ5ZMbXV7xeag5 { color:#073b86;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.6875rem;left:20rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnJpCJNeHd94HeDCbwOB3xUSTiqVhkEN { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d8a16ead-a68b-47a7-9465-a8d5b64cab66/download97.webp");background-position:bottom 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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:14.75rem;top:2.375rem;left:20rem;display:block; }#qnJpCJNeHd94HeDCbwOB3xUSTiqVhkEN.adaptive-delivery-prevent-bg, #qnJpCJNeHd94HeDCbwOB3xUSTiqVhkEN.lazyload, #qnJpCJNeHd94HeDCbwOB3xUSTiqVhkEN.lazyloading { background-image: none; }
#xBQKs6BHvcTwBJy1IRzncWcvOay3SHGV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.6875rem;left:20rem; }
#NwAwSmyNHXTyNOT87Ld7ua6XxQ2OVhIO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.5rem;left:20rem; }
#FxK537mgWfTETFtWvoJQqFWxtV9L8uCk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.3125rem;left:20rem; }
#fsX2P3ZZ9mrwyfSCVKgaAk9HgiV54P3Q { color:#39a32b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:35.5rem;left:61.375rem;height:0.82470625rem;font-style:normal;display:block; }
#d6WPmKQTf9UR6IoG8LOXdbGT6oGkgvSS { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:33.6875rem;left:61.375rem;height:0.82470625rem;font-style:normal;display:block; }
#KgdTQeWr5GKs1euyTaFdTFKFEJ6PI4oP { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:31.875rem;left:61.375rem;height:0.82470625rem;font-style:normal;display:block; }
#RVUl0PPezZtk8LloTEKxRLmo3OLBNVT3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffde00;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffde00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:14.5625rem;top:23.1875rem;left:59.5rem;display:block; }
#b5GoD0sbN5cQ8R3u0QzpDZWUxBdKZX5b { color:#808080;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:23.9375rem;left:59.5rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zA7DuF89XnibficTxdoTTKUFNhtQTITv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.6875rem;left:59.5rem; }
#V5FQv1MfKXZnDGbXxQ1TB0Q1yiJXxiiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.5rem;left:59.5rem; }
#QKhhOM2n3IEPAyNHMHAGGU5WqvoPIw1E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.3125rem;left:59.5rem; }
#eA8GIcevBwyaT7cv9A9wCoATAXaDv9LB { color:#808080;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:23.9375rem;left:39.4375rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zWfQ0begWKAr8tPiCxiVa0OKsKgIdwKX { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffde00;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffde00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:14.75rem;top:23.3125rem;left:39.4375rem;display:block; }
#KMlquN1LiD9iwRKq0PDQtITt1nHozCfn { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.3125rem;left:59.5rem;height:8.3994375rem;font-style:normal;display:block; }
#bMP3sSsHCvaTxFleqWXDobR7cuxukEW9 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.3125rem;left:39.4375rem;height:8.3994375rem;font-style:normal;display:block; }
#yoEV0Ww7fk1r79SBJCX8iRT7f8zFuZBJ { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:31.875rem;left:41.3125rem;height:0.82470625rem;font-style:normal;display:block; }
#dWqNdbKFosmWy1Oe4woqGphmBW90o70R { color:#073b86;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:33.6875rem;left:41.3125rem;height:0.82470625rem;font-style:normal;display:block; }
#FlmKDvs5JAgEtITwEOdSF5TJzEI1Ciyr { color:#39a32b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:35.5rem;left:41.3125rem;height:0.82470625rem;font-style:normal;display:block; }
#flAU4J3Es3rvz2e02lx9UgOP2S5gQ2fx { color:#073b86;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.6875rem;left:39.4375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CGGZgrhQPtlT3rhLqJD2GHKmXaRxgz4D { color:#073b86;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.6875rem;left:59.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4LAUfMD3sdgcseOT6cL6Uhs1GMXw7a5 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3be564da-bc26-4098-84c5-cf45d77777b8/download98.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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:14.75rem;top:2.375rem;left:39.4375rem;display:block; }#N4LAUfMD3sdgcseOT6cL6Uhs1GMXw7a5.adaptive-delivery-prevent-bg, #N4LAUfMD3sdgcseOT6cL6Uhs1GMXw7a5.lazyload, #N4LAUfMD3sdgcseOT6cL6Uhs1GMXw7a5.lazyloading { background-image: none; }
#nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f4c9ae2-a648-49a7-b796-0f5fb1c16027/download100.webp");background-position:bottom 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:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.6875rem;width:14.75rem;top:2.375rem;left:59.5rem;display:block; }#nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz.adaptive-delivery-prevent-bg, #nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz.lazyload, #nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz.lazyloading { background-image: none; }
#l0yZWMf9o9KZDTJx8eVgLZzlSL4ln6f2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.6875rem;left:39.4375rem; }
#gvtP2T2zuoysIRFwxInO4WfMAqiUXmTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.5rem;left:39.4375rem; }
#RpmcfOAq3P2VWgXKucSsXCLROxrDT8ql { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.3125rem;left:39.4375rem; }
#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container { background-color: transparent; background-image: none; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container > .video-iframe-container { display: none; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row > .video-iframe-container { display: none; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .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); }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container { border-width: 0; border-radius: 0; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#abikTeW7wgflbhqnTQdGgNSdyurCSTQv { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.8125rem;left:33.5625rem;height:15.9960625rem;font-style:normal;display:block; }
#X7TMgdyfO2LTM7WWE3IKLtm1PxO7u3xF { color:#073b86;display:block;width:41.3125rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.5625rem;left:33.5625rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LiS9613yrOTHGxOXAU0Op7WDzziUMTVH { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/63e856c3-69f1-46a9-818c-99693b585c22/download94.webp");background-position:center left !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:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:6.25rem;box-shadow: 2.5rem 2.5rem 1.875rem rgba(0,0,0,0.1) ;height:24.875rem;width:29.4375rem;top:6.3125rem;left:0rem;display:block; }#LiS9613yrOTHGxOXAU0Op7WDzziUMTVH.adaptive-delivery-prevent-bg, #LiS9613yrOTHGxOXAU0Op7WDzziUMTVH.lazyload, #LiS9613yrOTHGxOXAU0Op7WDzziUMTVH.lazyloading { background-image: none; }
#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U { 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; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container { background-color: transparent; background-image: none; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container > .video-iframe-container { display: none; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row > .video-iframe-container { display: none; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .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); }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container { border-width: 0; border-radius: 0; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#rUs9U7W1cxJyceGdZqV37FTsXVMU0sdK { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:5.5rem;left:16.84375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym { 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; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container { background-color: transparent; background-image: none; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container > .video-iframe-container { display: none; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row > .video-iframe-container { display: none; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .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); }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container { border-width: 0; border-radius: 0; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#Vs8bOCsrxOJpnKkHwpEzZpy7AVP0advk { 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:12.1875rem;width:24.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HppmRWwncPvAwNl3aH4CW2vawQwImri6 { 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:12.8125rem;width:24.625rem;top:0rem;left:25.4375rem;overflow:hidden;display:block; }
#PzTpTUyTOXtZJcQSBEI56xdTWzFvMH04 { 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;box-shadow: none;height:10.875rem;width:24.6875rem;top:0rem;left:50.3125rem;overflow:hidden;display:block; }
#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k { 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; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container { background-color: transparent; background-image: none; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container > .video-iframe-container { display: none; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row > .video-iframe-container { display: none; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .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); }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container { border-width: 0; border-radius: 0; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#QZUrmclTT67S9gTOXRITzC9ZcmfGBrOr { 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:10.5625rem;width:24.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FJR2GlsdGRxlC30fCX5WaCEPDhO2N9v2 { 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:8.4375rem;width:24.6875rem;top:0rem;left:25.15625rem;overflow:hidden;display:block; }
#VRzDu3wT7ss0o7BraQGlgPcIWv4qF9O7 { 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;box-shadow: none;height:10.3125rem;width:24.9375rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#073b86;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; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container { background-color: transparent; background-image: none; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container > .video-iframe-container { display: none; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row > .video-iframe-container { display: none; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .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); }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container { border-width: 0; border-radius: 0; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#TOccVadEXzkGsnwTZ57nMllA7Rz0cQT5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.4375rem;width:34.6875rem;top:4.375rem;left:0rem;display:block; }
#sDG37hef96oQTOp7tQG25mOvfQVMxayi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.4375rem;width:34.6875rem;top:4.375rem;left:40.3125rem;display:block; }
#WIgJpMTSpMzhtviWr8gTgwKRasFUfc7D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.4375rem;width:34.6875rem;top:28.1875rem;left:0rem;display:block; }
#QihZPWG2fu5Kfay37SLzJ66bLKfiPAw1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.4375rem;width:34.6875rem;top:28.1875rem;left:40.3125rem;display:block; }
#FbmNfoOWLRzixe5lW713sHN9NcSMRJiW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:none; }#FbmNfoOWLRzixe5lW713sHN9NcSMRJiW > .row .container { border-width: 0; border-radius: 0; }#FbmNfoOWLRzixe5lW713sHN9NcSMRJiW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbmNfoOWLRzixe5lW713sHN9NcSMRJiW > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#gJFLVOsxfCLuXnFwGu4NqKOM7i2NehHf { 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;box-shadow: none;height:4.625rem;width:11.9375rem;top:3.625rem;left:31.53125rem;overflow:hidden;display:block; }
#eUByyiiRANCBuHJ6bEvInDgiDXmDigOf { color:#0635c9;display:block;width:46.9375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.8125rem;left:14.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmuc0bc8UwHusGTOTQC80H0JCakRB7QL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:28.5rem;left:31.6875rem; }
#iQ24Rx3V4nPVWimxqeLfP1AxrIp5TC8z { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:28.6875rem;left:34.375rem;height:1.923825rem;font-style:normal;display:block; }
#yOwGLNZdTltWEdDyeFsSyOwgW5m1Gshx { color:#000000;display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:28.6875rem;left:24.625rem;height:1.923825rem;font-style:normal;display:block; }
#DraOczqLKNL2hFMIwdnCnN5lUhvoTwJG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.5rem;left:22.5625rem; }
#nh0PxaeKhASKOfBAn1E4GCw2UlRNGaGX { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:28.6875rem;left:45.875rem;height:1.923825rem;font-style:normal;display:block; }
#T2w4V1Ui7pwpxxu8KGwy32yWrKRmfGm2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.5625rem;left:43.5rem; }
#PhlpSVZMxGAKWlCizKg8supd9vBR1VSc { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 2.5rem 2.5rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.625rem;left:17.1875rem;display:block; }
#XUuD4TpsoCtle1IRx5bitD2C2uCwNcpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHwQVysfemkEiaLwTtDxiRmAlTpDFQt9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.5rem;left:18rem; }
#qKSThkUkKVTtCJBn3wHVvO8A5SBLlKob { background-color:#0d2d97;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 2.5rem 2.5rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.625rem;left:36.8125rem;display:block; }
#AryaJEOfNcb99QmUNFkPIeRduscLgQBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kUTTCA4MxqrO09E21dhqlvVD3gCIircb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.5rem;left:37.625rem; }
#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container { background-color: transparent; background-image: none; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container > .video-iframe-container { display: none; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row > .video-iframe-container { display: none; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .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); }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container { border-width: 0; border-radius: 0; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#cg6DPlDHqm5bMBtrAogzmFNboAEWtxxg { 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;box-shadow: none;height:4.625rem;width:11.9375rem;top:23.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#NTrVKMXklBResUcaSztcL7k5XKzL732F { color:#073b86;display:block;width:46.9375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.875rem;left:14.0625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpGHn7EMdzgtvZkgGcp7VH8nU8dEMJGa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.0625rem;left:31.0625rem; }
#X0UpJ4xzf7c5aHy8nUc9mdpZ7GDfec5f { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:17.25rem;left:33.75rem;height:1.92480625rem;font-style:normal;display:block; }
#VRtUu0sDRF6f1EpmDRO8d4y3foGc5Prs { color:#000000;display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:17.25rem;left:24rem;height:1.92480625rem;font-style:normal;display:block; }
#yaMhycLqNT3TzZLqroUfiw6JfQBosxw7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.0625rem;left:21.9375rem; }
#IuaZZ7eLplKTTHtx2y8DVSSaOir1QbRh { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:17.25rem;left:45.25rem;height:1.92480625rem;font-style:normal;display:block; }
#QC26vFxqM5IrDXMtWDwdCaL2eok9Tu08 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.125rem;left:42.875rem; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container { background-color: transparent; background-image: none; }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container > .video-iframe-container { display: none; }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row > .video-iframe-container { display: none; }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .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); }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container { border-width: 0; border-radius: 0; }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd300;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { background-color: transparent; background-image: none; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container > .video-iframe-container { display: none; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row > .video-iframe-container { display: none; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .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); }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { border-width: 0; border-radius: 0; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#ppf906bhCX7g9L76ARqv5MxRqCcifkcL { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:57.3125rem;display:block; }
#K6WMcTVxdaSxvpl7uOfWqzRMOZUSA42B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6DnuWFq9PrCGkwDTGc19XNwHkQtXdHl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.875rem;left:58.125rem; }
#ILHBLKnOswKKv9rFtpRQ93ks9h1WF9ST { background-color:#ffc800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.1875rem solid rgba(0,0,0,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;box-shadow: none;box-sizing:border-box;color:#073b86;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:38.8125rem;display:block; }
#wEd9VcLwQtOCQeC7IsB5qE872lM6lGRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgehzeyVQATUqOXHdim17ugtlNrPZQpb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.875rem;left:39.625rem; }
#XzCC1e0RULQ5sXEGnxWTMhWxPkmiDRUK { 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:5.75rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#SAALJ0Hc3sHCTcpZiJcCxmo4ToTsvtwt { color:#073b86;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:7.4375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M594ILoibWdlZvyP0AxN1syUpWwync4T { display:block; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teiUlapDF8Zb7vnp372HgfHvuBcRsE9d { width:11.9375rem;height:4.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { width:32.5rem;height:;top:11.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7quAcxyAmv6BQRWSADoRma892lvOm5z { width:47.75rem;height:50.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRlO62rGIZU8TGm10lPNkfWE049eikWT { width:2.25rem;height:2.25rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOmnXNy6h0b5PLpN6CFr6RrlLnRsO6R { width:7.5625rem;height:1.875rem;top:28.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO5PoiqKg0e2ggJpwl5og1sF4BaozG6u { width:5.25rem;height:1.875rem;top:28.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLTAGZ2fRRIlIHTnOUJGn9nxIdDt5J7o { width:2.125rem;height:2.125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDg87nPHUqDBQEzHLVRnXiyOxB8emD2r { width:6.625rem;height:1.875rem;top:28.3125rem;left:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKWwRSHFUOXvLizDx34hotDPRJpK6XD0 { width:2.0625rem;height:2.0625rem;top:28.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGerOODowdE5ZT89ks3zuukAnrM4z5ZS { width:17.6875rem;height:3.75rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCbKlSEw5crOf0QApe14bB60pDg0MBTC { display:block; }
 }@media only screen and (max-width: 763px) { #hePhKIBGr4bl2TMDlzwCoa1TEkUREFyn { width:2rem;height:2rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Ulk9JGn5XJbs50XicoRM5ITEzAr3q8 { width:18.375rem;height:1.1875rem;top:39.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTrpnBKQdO3bvglerpHoD6HzD7QKWVe { width:7.5625rem;height:0.75rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzmRcTfl4kbzZ0PkGhPnf3F5Svpwb3RW { width:2.625rem;height:1.75rem;top:39.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 { display:none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh { display:block; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT4ffT7NPP8DyvTUk0DTiqrEcUTIvQ1k { width:5.75rem;height:5.75rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kesyvzyqAVOsnpwquNXiMv09nDmWikWk { width:11.125rem;height:1.625rem;top:5.9375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTuz0zhrQ9iU2oxD4QbtfRVGoaceW41 { width:1.875rem;height:6.0625rem;top:3.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SitzpEXV9O6VM0ZIv6MtSSKhVFECKTaf { width:11.25rem;height:0.9375rem;top:7.75rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlxByZDrAO9ewP2xEWDhmhJHcHGLXEU6 { width:11.125rem;height:1.625rem;top:5.9375rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WCssEKVAqT9UIhiRJiIp3FEJNuWaay { width:11.25rem;height:0.9375rem;top:7.75rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTHskCcstMRQW3nJBgdzaFzARA6r6v5 { width:3.4375rem;height:3.4375rem;top:5.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUO7W3fBwFrsdghDahHHVJMJrhHisoh4 { width:1.875rem;height:6.0625rem;top:3.875rem;left:11.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRyuTEz7pZAZzdLHXZQUfgksKJRSR7Vm { width:1.875rem;height:6.0625rem;top:3.875rem;left:35.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXe3wUwS9wEanWmmdoyPtJX1HEd5E5ms { width:11.25rem;height:0.9375rem;top:7.75rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bclrUPa9ZfvHZvBVkEpZEfQMSECibQki { width:13.3125rem;height:1.625rem;top:5.9375rem;left:34.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCs9z3kFJkMreySu71GCyiRL4wXlqrsI { width:11.125rem;height:1.625rem;top:5.9375rem;left:24.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgS2ccwhXQq2QkWGK9AUbiQktSbC0lP { width:11.25rem;height:0.9375rem;top:7.75rem;left:24.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2POxgleH2GlMykvGBQKFsMTO1wLxeeP { width:1.875rem;height:6.0625rem;top:3.875rem;left:23.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2yyCVHok3wunfHV75ZRGtT7OFpQeIG { width:3.5625rem;height:3.5625rem;top:5.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEo93wGhrhTOCFqwFZb2i6LSwKUWxrT { width:3.5625rem;height:3.5625rem;top:5.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE { display:block; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiqga12b2J7MZf93NVK0PPP54QK9ygeo { width:3.25rem;height:3.25rem;top:1.3125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpxeVD6JSKMCoIBcZ4LlXuEkGxvaRrR { width:3.25rem;height:3.25rem;top:1.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOKlknXapF4bQJAyqVqxM839dsurTvD { width:3.25rem;height:3.25rem;top:1.3125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SmQkLf4diZJBrHJrrslknRxnRRFKnT { width:3.25rem;height:3.25rem;top:1.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHC5rQfHtdw2KVJ3cgwny4O1iKQpasC { width:3.25rem;height:3.25rem;top:1.3125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkgu0EIJC7xUI0V7IS2UsPcpmLofKu2g { width:3.25rem;height:3.25rem;top:1.3125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzFF1sDnMJCkMJ2KGgnGrv6pdNzhBO4 { width:5rem;height:1.125rem;top:5.125rem;left:17.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT0gyRnvc7ua8Kf6JmZsM9lrtLpwM7N { width:4.9375rem;height:1.125rem;top:5.125rem;left:24.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOR30QxBHGvOr9yZdScs59yeUgNM0ci { width:5rem;height:1.125rem;top:5.125rem;left:31.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5xBFxSy0CpH5U4Gb5UKiI3Ws0yDDGG { width:4.9375rem;height:1.125rem;top:5.125rem;left:39.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omtX1ErA19epJvIHG8OqMWaT8qWhuU3N { width:5rem;height:1.125rem;top:5.125rem;left:42.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIVqZWy2yCgecBmfH8Aldl2DtV3ReVb { width:4.9375rem;height:1.125rem;top:5.125rem;left:42.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AnDmUkoffG1aVEd49IE3fXRaV0zB9F { width:24.9375rem;height:4.375rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection { display:block; } #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection *:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="text"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="email"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="tel"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection textarea:focus-visible { outline: none; } #S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqeilhyQatWIia4666NZEzeZiT9WnMRJ { display:block; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKr6BSMDKCgE8kc41hzaCS6q9TgUowCD { width:41.3125rem;height:2.1875rem;top:5.5rem;left:3.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbt5nW19mC5x71bJE8VLavDKgCgH0dES { display:block; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p { width:22.875rem;height:13.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrqOmNa81SctowMHfUSsFVEL343zThsa { width:16.0625rem;height:6.1875rem;top:6.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4 { width:22.875rem;height:13.75rem;top:1.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkloGd53gy2yhxy7QSAICK8m551zVCnb { width:17.875rem;height:6.1875rem;top:6.5rem;left:13.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw { width:22.875rem;height:13.75rem;top:1.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFweWvfqaI2SVuTufygBOdzc0kSFNnSs { width:16.5625rem;height:6.1875rem;top:6.5rem;left:31.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ { display:block; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3ih9U99yZEwTGRckFPQUaAFnBphuhUt { width:13.4375rem;height:3rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huv0np6fP1rvxHpV2eSZNCdB6IoGeCNa { width:8.8125rem;height:1.6875rem;top:3.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu9TCcxFfM3nApgT6awIJS0TKCBBL3xg { width:6.25rem;height:1.6875rem;top:3.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXsm36mVCXgqUl64Zg57e3yvk96cW3d { width:4.0625rem;height:4.0625rem;top:1.875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8KU5527Rumy2bDTmITxfTGc3mMVHWzh { width:5.625rem;height:2.3125rem;top:2.875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKoA020AhmEaZRpt1QQx9WxVWJZcmdi { width:3.875rem;height:3.875rem;top:2rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9h2xXvrzuUtnKJNKUqIMGHQzTkEWlKy { width:5.5625rem;height:1.375rem;top:3.25rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObMeWXcqr2w18MtDpZ22PZaTR8DT6HeE { width:7.5rem;height:5.0625rem;top:1.375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grh8XzuBzNW4zZZ8ymquVzn4axZ0aWrh { width:4.4375rem;height:1.9375rem;top:2.75rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgZspL71mKKSDRh91iQVBD6dCPlX0nR { display:block; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xok0U2dDh8oMSyBDBaruTgEJ4wV8EfTx { width:36.875rem;height:14.375rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu4cW6IMWATPeWw9I7UvTnxDgrDkBipT { width:41.3125rem;height:6.375rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DALlCGcosx5ayJtpTGWamVkT48SQdhuA { width:37.625rem;height:25.625rem;top:6.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq5pd5ikwZtDJ84oXbwEs6TAn9Cggx4Z { width:14rem;height:14rem;top:6.5rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 { display:block; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxkVc3BvsniDOOEcNRUkXgnbvuJkes4w { width:10.6875rem;height:3rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XDg0mn6BtT4bqZ0gPuJ63AqEq7M8iT { width:18.75rem;height:4.375rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U24to5cS0FMFRL8VMJQdRdKWLumTyS8S { width:3.5rem;height:3.5rem;top:2.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1Tu9HTAFoKq5KNRCZlVFQDLibM2ByT { width:10.6875rem;height:3rem;top:3.1875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdS7qTOZ43C8dWKlBNIt6DpfoyiTMEBT { width:2.5rem;height:2.5rem;top:3.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEDMtfrtg7N83drvKxNtHqPIFh4G1kZ3 { width:1.8125rem;height:1.8125rem;top:2.4375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7OoWKrbRHFIrw4J8euif3U4SBD0KidI { width:8.1875rem;height:3rem;top:3.125rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmobv7zRplFnqDtOAUpTzfEPp8AvTwQt { width:3.125rem;height:3.125rem;top:3.0625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT { display:block; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3OG3rS22eTPXvn3uU5FSWyEBIP6V1Lc { width:41.3125rem;height:2.1875rem;top:5.5rem;left:3.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8JQzARlmbOZG2kHatIaCAZIH9MCnknG { display:block; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAUduzmqZ3lVqyemLRH7viAL99ozWh6i { width:14.75rem;height:7.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdiAKH2JDFUz5HTaMf04l66UePx2ayTJ { width:14.3125rem;height:3rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEXQhfo7v0U5ikmQ34JCGHOsvuDgypv { width:14.4375rem;height:8.375rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji3A6LWTt7uP70Q4Pwahe3tatGLg2oVL { width:1.1875rem;height:1.1875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFvDyHoh3abcvfgVp0DQ53i2qPkRqfg9 { width:12.5rem;height:0.8125rem;top:31.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5t4eM1cqugltTv0CWqcSl67hPu6yimu { width:1.1875rem;height:1.1875rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaXPaZ7RuaoF5deNXwic6K32VxbRacHD { width:12.5rem;height:0.8125rem;top:33.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPetSpH7A6AQqe2GmwhiE5r9oXmR8qVt { width:12.5rem;height:0.8125rem;top:35.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEooi8bta3GQqdTSyTgzuxbTfvo4S92 { width:1.1875rem;height:1.1875rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mll6Eqp15OAUx9APsk3T2CxDCaJhNS62 { width:14.9375rem;height:5.625rem;top:23.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ56yRu2MAH0eWGbQRSLJ5tFGabdNQHP { width:14.75rem;height:7rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEG3gZExEMSUZ1baSl4NOpSr5XNVy9eT { width:12.5rem;height:0.8125rem;top:33.6875rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auXKVKoEJa63NJleNXBBRR5w0ZGSW2WQ { width:12.5rem;height:0.8125rem;top:35.5rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3L7rAULB4DRVNtbtZtSUkyDc4eo4w3t { width:12.5rem;height:0.8125rem;top:31.875rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTI2ZS0R60Bl28wtEHkMig3E8FbaNfa { width:17.125rem;height:5.625rem;top:23.9375rem;left:6.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGJBGh9yaUcKcFDCUHaGEd4hv5HkTDU { width:14.5625rem;height:7rem;top:23.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asSwhB9vx9trzCTgMe5o35ZPfWKK9CrG { width:14.4375rem;height:8.375rem;top:14.3125rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6hBm62Wdyyck00aFDJ5ZMbXV7xeag5 { width:15.5rem;height:3rem;top:10.6875rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJpCJNeHd94HeDCbwOB3xUSTiqVhkEN { width:14.75rem;height:7.6875rem;top:2.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBQKs6BHvcTwBJy1IRzncWcvOay3SHGV { width:1.1875rem;height:1.1875rem;top:31.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwAwSmyNHXTyNOT87Ld7ua6XxQ2OVhIO { width:1.1875rem;height:1.1875rem;top:33.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxK537mgWfTETFtWvoJQqFWxtV9L8uCk { width:1.1875rem;height:1.1875rem;top:35.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsX2P3ZZ9mrwyfSCVKgaAk9HgiV54P3Q { width:12.5rem;height:0.8125rem;top:35.5rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WPmKQTf9UR6IoG8LOXdbGT6oGkgvSS { width:12.5rem;height:0.8125rem;top:33.6875rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgdTQeWr5GKs1euyTaFdTFKFEJ6PI4oP { width:12.5rem;height:0.8125rem;top:31.875rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVUl0PPezZtk8LloTEKxRLmo3OLBNVT3 { width:14.5625rem;height:7rem;top:23.1875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GoD0sbN5cQ8R3u0QzpDZWUxBdKZX5b { width:15.1875rem;height:5.625rem;top:23.9375rem;left:32.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7DuF89XnibficTxdoTTKUFNhtQTITv { width:1.1875rem;height:1.1875rem;top:31.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5FQv1MfKXZnDGbXxQ1TB0Q1yiJXxiiV { width:1.1875rem;height:1.1875rem;top:33.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKhhOM2n3IEPAyNHMHAGGU5WqvoPIw1E { width:1.1875rem;height:1.1875rem;top:35.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA8GIcevBwyaT7cv9A9wCoATAXaDv9LB { width:14.9375rem;height:5.625rem;top:23.9375rem;left:20.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWfQ0begWKAr8tPiCxiVa0OKsKgIdwKX { width:14.75rem;height:7rem;top:23.3125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMlquN1LiD9iwRKq0PDQtITt1nHozCfn { width:14.4375rem;height:8.375rem;top:14.3125rem;left:33.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMP3sSsHCvaTxFleqWXDobR7cuxukEW9 { width:14.4375rem;height:8.375rem;top:14.3125rem;left:21.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoEV0Ww7fk1r79SBJCX8iRT7f8zFuZBJ { width:12.5rem;height:0.8125rem;top:31.875rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWqNdbKFosmWy1Oe4woqGphmBW90o70R { width:12.5rem;height:0.8125rem;top:33.6875rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmKDvs5JAgEtITwEOdSF5TJzEI1Ciyr { width:12.5rem;height:0.8125rem;top:35.5rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAU4J3Es3rvz2e02lx9UgOP2S5gQ2fx { width:14.3125rem;height:3rem;top:10.6875rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGGZgrhQPtlT3rhLqJD2GHKmXaRxgz4D { width:15.5rem;height:3rem;top:10.6875rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LAUfMD3sdgcseOT6cL6Uhs1GMXw7a5 { width:14.75rem;height:7.6875rem;top:2.375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz { width:14.75rem;height:7.6875rem;top:2.375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0yZWMf9o9KZDTJx8eVgLZzlSL4ln6f2 { width:1.1875rem;height:1.1875rem;top:31.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvtP2T2zuoysIRFwxInO4WfMAqiUXmTx { width:1.1875rem;height:1.1875rem;top:33.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpmcfOAq3P2VWgXKucSsXCLROxrDT8ql { width:1.1875rem;height:1.1875rem;top:35.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD { display:block; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abikTeW7wgflbhqnTQdGgNSdyurCSTQv { width:36.875rem;height:15.9375rem;top:14.8125rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7TMgdyfO2LTM7WWE3IKLtm1PxO7u3xF { width:41.3125rem;height:6.375rem;top:6.5625rem;left:6.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiS9613yrOTHGxOXAU0Op7WDzziUMTVH { width:29.4375rem;height:24.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U { display:block; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUs9U7W1cxJyceGdZqV37FTsXVMU0sdK { width:41.3125rem;height:2.1875rem;top:5.5rem;left:3.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym { display:block; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vs8bOCsrxOJpnKkHwpEzZpy7AVP0advk { width:24.5625rem;height:12.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HppmRWwncPvAwNl3aH4CW2vawQwImri6 { width:24.625rem;height:12.8125rem;top:0rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTpTUyTOXtZJcQSBEI56xdTWzFvMH04 { width:24.6875rem;height:10.875rem;top:0rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k { display:block; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZUrmclTT67S9gTOXRITzC9ZcmfGBrOr { width:24.6875rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJR2GlsdGRxlC30fCX5WaCEPDhO2N9v2 { width:24.6875rem;height:8.4375rem;top:0rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRzDu3wT7ss0o7BraQGlgPcIWv4qF9O7 { width:24.9375rem;height:10.3125rem;top:0rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x { display:block; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOccVadEXzkGsnwTZ57nMllA7Rz0cQT5 { width:34.6875rem;height:19.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDG37hef96oQTOp7tQG25mOvfQVMxayi { width:34.6875rem;height:19.4375rem;top:4.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgJpMTSpMzhtviWr8gTgwKRasFUfc7D { width:34.6875rem;height:19.4375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QihZPWG2fu5Kfay37SLzJ66bLKfiPAw1 { width:34.6875rem;height:19.4375rem;top:28.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmNfoOWLRzixe5lW713sHN9NcSMRJiW { display:block; }#FbmNfoOWLRzixe5lW713sHN9NcSMRJiW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJFLVOsxfCLuXnFwGu4NqKOM7i2NehHf { width:11.9375rem;height:4.625rem;top:3.625rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUByyiiRANCBuHJ6bEvInDgiDXmDigOf { width:46.9375rem;height:7.5rem;top:9.8125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmuc0bc8UwHusGTOTQC80H0JCakRB7QL { width:2.25rem;height:2.25rem;top:28.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ24Rx3V4nPVWimxqeLfP1AxrIp5TC8z { width:7.5625rem;height:1.875rem;top:28.6875rem;left:20.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOwGLNZdTltWEdDyeFsSyOwgW5m1Gshx { width:5.25rem;height:1.875rem;top:28.6875rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DraOczqLKNL2hFMIwdnCnN5lUhvoTwJG { width:2.125rem;height:2.125rem;top:28.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh0PxaeKhASKOfBAn1E4GCw2UlRNGaGX { width:6.625rem;height:1.875rem;top:28.6875rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2w4V1Ui7pwpxxu8KGwy32yWrKRmfGm2 { width:2.0625rem;height:2.0625rem;top:28.5625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhlpSVZMxGAKWlCizKg8supd9vBR1VSc { width:17.6875rem;height:3.75rem;top:20.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUuD4TpsoCtle1IRx5bitD2C2uCwNcpL { display:block; }
 }@media only screen and (max-width: 763px) { #nHwQVysfemkEiaLwTtDxiRmAlTpDFQt9 { width:2rem;height:2rem;top:21.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKSThkUkKVTtCJBn3wHVvO8A5SBLlKob { width:18.5625rem;height:3.75rem;top:20.625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AryaJEOfNcb99QmUNFkPIeRduscLgQBz { display:block; }
 }@media only screen and (max-width: 763px) { #kUTTCA4MxqrO09E21dhqlvVD3gCIircb { width:2rem;height:2rem;top:21.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM { display:none; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cg6DPlDHqm5bMBtrAogzmFNboAEWtxxg { width:11.9375rem;height:4.625rem;top:23.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTrVKMXklBResUcaSztcL7k5XKzL732F { width:46.9375rem;height:7.5rem;top:5.875rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGHn7EMdzgtvZkgGcp7VH8nU8dEMJGa { width:2.25rem;height:2.25rem;top:17.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0UpJ4xzf7c5aHy8nUc9mdpZ7GDfec5f { width:7.5625rem;height:1.875rem;top:17.25rem;left:20.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRtUu0sDRF6f1EpmDRO8d4y3foGc5Prs { width:5.25rem;height:1.875rem;top:17.25rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaMhycLqNT3TzZLqroUfiw6JfQBosxw7 { width:2.125rem;height:2.125rem;top:17.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuaZZ7eLplKTTHtx2y8DVSSaOir1QbRh { width:6.625rem;height:1.875rem;top:17.25rem;left:31.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC26vFxqM5IrDXMtWDwdCaL2eok9Tu08 { width:2.0625rem;height:2.0625rem;top:17.125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppf906bhCX7g9L76ARqv5MxRqCcifkcL { width:17.6875rem;height:3.75rem;top:0rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6WMcTVxdaSxvpl7uOfWqzRMOZUSA42B { display:block; }
 }@media only screen and (max-width: 763px) { #A6DnuWFq9PrCGkwDTGc19XNwHkQtXdHl { width:2rem;height:2rem;top:0.875rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILHBLKnOswKKv9rFtpRQ93ks9h1WF9ST { width:18.5625rem;height:3.75rem;top:0rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEd9VcLwQtOCQeC7IsB5qE872lM6lGRN { display:block; }
 }@media only screen and (max-width: 763px) { #RgehzeyVQATUqOXHdim17ugtlNrPZQpb { width:2rem;height:2rem;top:0.875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzCC1e0RULQ5sXEGnxWTMhWxPkmiDRUK { width:5.75rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAALJ0Hc3sHCTcpZiJcCxmo4ToTsvtwt { width:17.6875rem;height:1.125rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M594ILoibWdlZvyP0AxN1syUpWwync4T { display:block; }#M594ILoibWdlZvyP0AxN1syUpWwync4T > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teiUlapDF8Zb7vnp372HgfHvuBcRsE9d { width:8.625rem;height:3.5rem;top:2.5615234375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4aHWBDLygwCSyROTeHDUBasT2ARbLR { width:20rem;height:9.5rem;top:7.6865234375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7quAcxyAmv6BQRWSADoRma892lvOm5z { width:20rem;height:46.875rem;top:49.1406203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRlO62rGIZU8TGm10lPNkfWE049eikWT { display:flex;width:2.25rem;height:2.25rem;top:18.3720703125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #JnOmnXNy6h0b5PLpN6CFr6RrlLnRsO6R { width:4.375rem;height:2.47411875rem;top:21.12890625rem;left:7.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO5PoiqKg0e2ggJpwl5og1sF4BaozG6u { width:4.5rem;height:1.6494125rem;top:21.12890625rem;left:1.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLTAGZ2fRRIlIHTnOUJGn9nxIdDt5J7o { display:flex;width:2.125rem;height:2.125rem;top:18.3720703125rem;left:2.59375rem; }
 }@media only screen and (max-width: 763px) { #rDg87nPHUqDBQEzHLVRnXiyOxB8emD2r { width:4rem;height:2.47411875rem;top:21.12890625rem;left:14.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKWwRSHFUOXvLizDx34hotDPRJpK6XD0 { display:flex;width:2.0625rem;height:2.0625rem;top:18.4658203125rem;left:15.46875rem; }
 }@media only screen and (max-width: 763px) { #FGerOODowdE5ZT89ks3zuukAnrM4z5ZS { width:15.25rem;height:3.75rem;top:25.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCbKlSEw5crOf0QApe14bB60pDg0MBTC { display:block; }
 }@media only screen and (max-width: 763px) { #hePhKIBGr4bl2TMDlzwCoa1TEkUREFyn { display:flex;width:2rem;height:2rem;top:26.625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #C3Ulk9JGn5XJbs50XicoRM5ITEzAr3q8 { width:6.6875rem;height:1.375rem;top:30.400390625rem;left:10.3125rem;font-size:0.625rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uBTrpnBKQdO3bvglerpHoD6HzD7QKWVe { width:3.75rem;height:0.6186525rem;top:30.78125rem;left:3.9375rem;font-size:0.5625rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LzmRcTfl4kbzZ0PkGhPnf3F5Svpwb3RW { width:2.625rem;height:1.6499rem;top:30.23828125rem;left:7.6875rem;font-size:1.5rem;line-height:1.1;font-weight:700;font-style:normal;z-index:15017;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90a4aa98-167a-4396-8dc9-ccd71a2b4625/166847c9970d17.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; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9.adaptive-delivery-prevent-bg, #la2c28WZcqMzBl3hmmlBPoMo528Q3sW9.lazyload, #la2c28WZcqMzBl3hmmlBPoMo528Q3sW9.lazyloading { background-image: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container { background-color: transparent; background-image: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container > .video-iframe-container { display: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row > .video-iframe-container { display: none; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .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); }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container { border-width: 0; border-radius: 0; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#la2c28WZcqMzBl3hmmlBPoMo528Q3sW9 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh { display:block; }#b9a8ZZbSrR7GUHQC6QFwNVDSTXHtozOh > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT4ffT7NPP8DyvTUk0DTiqrEcUTIvQ1k { display:flex;width:4.3125rem;height:4.3125rem;top:2.75rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #kesyvzyqAVOsnpwquNXiMv09nDmWikWk { width:11.125rem;height:1.625rem;top:3.8125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTuz0zhrQ9iU2oxD4QbtfRVGoaceW41 { width:1.875rem;height:4.0625rem;top:2.875rem;left:2.75rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SitzpEXV9O6VM0ZIv6MtSSKhVFECKTaf { width:11.25rem;height:0.9624rem;top:5.4375rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlxByZDrAO9ewP2xEWDhmhJHcHGLXEU6 { width:11.125rem;height:1.625rem;top:10.0625rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WCssEKVAqT9UIhiRJiIp3FEJNuWaay { width:11.25rem;height:0.9624rem;top:11.6875rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTHskCcstMRQW3nJBgdzaFzARA6r6v5 { display:flex;width:2.875rem;height:2.875rem;top:9.5625rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #BUO7W3fBwFrsdghDahHHVJMJrhHisoh4 { width:1.875rem;height:4.0625rem;top:9.125rem;left:2.75rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRyuTEz7pZAZzdLHXZQUfgksKJRSR7Vm { width:1.875rem;height:4.0625rem;top:21.625rem;left:2.75rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXe3wUwS9wEanWmmdoyPtJX1HEd5E5ms { width:11.25rem;height:0.9624rem;top:24.1875rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bclrUPa9ZfvHZvBVkEpZEfQMSECibQki { width:13rem;height:1.625rem;top:22.5625rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCs9z3kFJkMreySu71GCyiRL4wXlqrsI { width:11.125rem;height:1.625rem;top:16.3125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfgS2ccwhXQq2QkWGK9AUbiQktSbC0lP { width:11.25rem;height:0.9624rem;top:17.9375rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2POxgleH2GlMykvGBQKFsMTO1wLxeeP { width:1.875rem;height:4.0625rem;top:15.375rem;left:2.75rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2yyCVHok3wunfHV75ZRGtT7OFpQeIG { width:2.75rem;height:2.75rem;top:15.875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpEo93wGhrhTOCFqwFZb2i6LSwKUWxrT { width:2.9375rem;height:2.9375rem;top:22.03125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE { background-color:#ffd13e;background-image:none;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; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container { background-color: transparent; background-image: none; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container > .video-iframe-container { display: none; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row > .video-iframe-container { display: none; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .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); }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container { border-width: 0; border-radius: 0; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6iE4soTgBVnNotJ6gfbQeAeQ8RwElXE > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiqga12b2J7MZf93NVK0PPP54QK9ygeo { width:2.5rem;height:2.5rem;top:2.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpxeVD6JSKMCoIBcZ4LlXuEkGxvaRrR { width:2.25rem;height:2.25rem;top:2.375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOKlknXapF4bQJAyqVqxM839dsurTvD { width:2.25rem;height:2.25rem;top:8.130859375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SmQkLf4diZJBrHJrrslknRxnRRFKnT { width:2.4375rem;height:2.4375rem;top:8.037109375rem;left:6.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DNHC5rQfHtdw2KVJ3cgwny4O1iKQpasC { width:2.125rem;height:2.125rem;top:8.287109375rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkgu0EIJC7xUI0V7IS2UsPcpmLofKu2g { width:2rem;height:2rem;top:8.349609375rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpzFF1sDnMJCkMJ2KGgnGrv6pdNzhBO4 { width:4.125rem;height:0.9746125rem;top:4.9375rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHT0gyRnvc7ua8Kf6JmZsM9lrtLpwM7N { width:3.375rem;height:0.9746125rem;top:4.9375rem;left:16.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEOR30QxBHGvOr9yZdScs59yeUgNM0ci { width:3.375rem;height:0.9746125rem;top:10.662109375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5xBFxSy0CpH5U4Gb5UKiI3Ws0yDDGG { width:4.3125rem;height:0.9746125rem;top:10.662109375rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omtX1ErA19epJvIHG8OqMWaT8qWhuU3N { width:5rem;height:0.9746125rem;top:10.662109375rem;left:10.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeIVqZWy2yCgecBmfH8Aldl2DtV3ReVb { width:3.8125rem;height:0.9746125rem;top:10.662109375rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4AnDmUkoffG1aVEd49IE3fXRaV0zB9F { width:9.875rem;height:3.9375rem;top:1.90625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection { display:block; } #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection *:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="text"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="email"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection input[type="tel"]:focus-visible, #wig4cKNT5d5PGSdfb9TUvtK6no2gkf18.widget-smartsection textarea:focus-visible { outline: none; } #S117viwA2IlWslBXbWwBVifFZ8Zi5Lp2 > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqeilhyQatWIia4666NZEzeZiT9WnMRJ { display:block; }#HqeilhyQatWIia4666NZEzeZiT9WnMRJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKr6BSMDKCgE8kc41hzaCS6q9TgUowCD { width:15.6875rem;height:1.5625rem;top:4.375rem;left:2.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbt5nW19mC5x71bJE8VLavDKgCgH0dES { display:block; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES { border-width: 0; border-radius: 0; }#fbt5nW19mC5x71bJE8VLavDKgCgH0dES > .row .container { width:20rem;height:38.5rem;border-top:0.0625rem solid #f4f4f4;border-left:0;border-right:0;border-bottom:0.0625rem solid #f4f4f4;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnAemcT1a1P5ESTXKyx29KQ94GJ0m10p { width:20rem;height:10.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrqOmNa81SctowMHfUSsFVEL343zThsa { width:16.0625rem;height:5.15625rem;top:4.21875rem;left:1.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQHv6qa4kPMBQTxsL1tHCDmkrdCNHUU4 { width:20rem;height:10.0625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkloGd53gy2yhxy7QSAICK8m551zVCnb { width:16.0625rem;height:5.15625rem;top:16.8125rem;left:2rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1XqDi2i3HlJ1Jy8eTvhaRaJxDuBp1Uw { width:20rem;height:10.0625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFweWvfqaI2SVuTufygBOdzc0kSFNnSs { width:16.0625rem;height:3.4375rem;top:29.6875rem;left:1.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ { display:block; }#UwNSI8aNvGqveq7fqStX9sSqWtyvbblQ > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3ih9U99yZEwTGRckFPQUaAFnBphuhUt { width:20rem;height:1.5rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Huv0np6fP1rvxHpV2eSZNCdB6IoGeCNa { width:8rem;height:1.4375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu9TCcxFfM3nApgT6awIJS0TKCBBL3xg { width:4.875rem;height:1.25rem;top:4.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXsm36mVCXgqUl64Zg57e3yvk96cW3d { width:3.75rem;height:3.75rem;top:3.125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8KU5527Rumy2bDTmITxfTGc3mMVHWzh { width:4.875rem;height:1.9375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKoA020AhmEaZRpt1QQx9WxVWJZcmdi { width:3.6875rem;height:3.6875rem;top:11.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9h2xXvrzuUtnKJNKUqIMGHQzTkEWlKy { width:5.5625rem;height:1.375rem;top:8.96875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObMeWXcqr2w18MtDpZ22PZaTR8DT6HeE { width:7.5rem;height:5.0625rem;top:6.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grh8XzuBzNW4zZZ8ymquVzn4axZ0aWrh { width:4.4375rem;height:1.9375rem;top:12.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgZspL71mKKSDRh91iQVBD6dCPlX0nR { display:block; }#SDgZspL71mKKSDRh91iQVBD6dCPlX0nR > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xok0U2dDh8oMSyBDBaruTgEJ4wV8EfTx { width:20rem;height:20.998525rem;top:19.9111328125rem;left:0rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yu4cW6IMWATPeWw9I7UvTnxDgrDkBipT { width:20rem;height:5.625rem;top:12.5361328125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DALlCGcosx5ayJtpTGWamVkT48SQdhuA { width:20rem;height:13.375rem;top:1.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f3324d45-3e29-4f1b-bb53-82ea7c4c8fee/download95.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DALlCGcosx5ayJtpTGWamVkT48SQdhuA.adaptive-delivery-prevent-bg, #DALlCGcosx5ayJtpTGWamVkT48SQdhuA.lazyload, #DALlCGcosx5ayJtpTGWamVkT48SQdhuA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mq5pd5ikwZtDJ84oXbwEs6TAn9Cggx4Z { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 { background-color:#073b86;background-image:none;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; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container { background-color: transparent; background-image: none; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container > .video-iframe-container { display: none; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row > .video-iframe-container { display: none; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .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); }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container { border-width: 0; border-radius: 0; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSQi5xOXnG3l9rQrU5s9VquTRNWKpbE2 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxkVc3BvsniDOOEcNRUkXgnbvuJkes4w { width:12rem;height:1.19970625rem;top:10.625rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0XDg0mn6BtT4bqZ0gPuJ63AqEq7M8iT { width:14.875rem;height:3.125rem;top:2.21875rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U24to5cS0FMFRL8VMJQdRdKWLumTyS8S { width:2.8125rem;height:2.8125rem;top:7.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1Tu9HTAFoKq5KNRCZlVFQDLibM2ByT { width:12rem;height:2.3994125rem;top:18.13671875rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdS7qTOZ43C8dWKlBNIt6DpfoyiTMEBT { width:2.375rem;height:2.375rem;top:15rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEDMtfrtg7N83drvKxNtHqPIFh4G1kZ3 { width:1.8125rem;height:1.8125rem;top:15.53125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7OoWKrbRHFIrw4J8euif3U4SBD0KidI { width:12rem;height:1.19970625rem;top:27rem;left:4.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmobv7zRplFnqDtOAUpTzfEPp8AvTwQt { display:flex;width:3.125rem;height:3.125rem;top:23.13671875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT { display:block; }#aNJiiszZDxyPi2Fb1LERA9rN74h1lXxT > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3OG3rS22eTPXvn3uU5FSWyEBIP6V1Lc { width:15.6875rem;height:3.125rem;top:3.125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8JQzARlmbOZG2kHatIaCAZIH9MCnknG { display:block; }#h8JQzARlmbOZG2kHatIaCAZIH9MCnknG > .row .container { width:20rem;height:153.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAUduzmqZ3lVqyemLRH7viAL99ozWh6i { width:15.0625rem;height:5.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdiAKH2JDFUz5HTaMf04l66UePx2ayTJ { width:14.3125rem;height:3rem;top:8.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snEXQhfo7v0U5ikmQ34JCGHOsvuDgypv { width:14.75rem;height:8.3994375rem;top:12.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji3A6LWTt7uP70Q4Pwahe3tatGLg2oVL { display:flex;width:1.1875rem;height:1.1875rem;top:29.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rFvDyHoh3abcvfgVp0DQ53i2qPkRqfg9 { width:12.5rem;height:0.82470625rem;top:29.6875rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5t4eM1cqugltTv0CWqcSl67hPu6yimu { display:flex;width:1.1875rem;height:1.1875rem;top:31.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LaXPaZ7RuaoF5deNXwic6K32VxbRacHD { width:12.5rem;height:0.82470625rem;top:31.5rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zPetSpH7A6AQqe2GmwhiE5r9oXmR8qVt { width:12.5rem;height:0.82470625rem;top:33.3125rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lhEooi8bta3GQqdTSyTgzuxbTfvo4S92 { display:flex;width:1.1875rem;height:1.1875rem;top:33.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mll6Eqp15OAUx9APsk3T2CxDCaJhNS62 { width:18.1875rem;height:5.625rem;top:21.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ56yRu2MAH0eWGbQRSLJ5tFGabdNQHP { width:15.0625rem;height:7rem;top:21.146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEG3gZExEMSUZ1baSl4NOpSr5XNVy9eT { width:12.5rem;height:0.82470625rem;top:69.8125rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #auXKVKoEJa63NJleNXBBRR5w0ZGSW2WQ { width:12.5rem;height:0.82470625rem;top:71.625rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3L7rAULB4DRVNtbtZtSUkyDc4eo4w3t { width:12.5rem;height:0.82470625rem;top:68rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixTI2ZS0R60Bl28wtEHkMig3E8FbaNfa { width:18.1875rem;height:5.625rem;top:60.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGJBGh9yaUcKcFDCUHaGEd4hv5HkTDU { width:15.0625rem;height:7rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asSwhB9vx9trzCTgMe5o35ZPfWKK9CrG { width:14.75rem;height:8.3994375rem;top:50.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6hBm62Wdyyck00aFDJ5ZMbXV7xeag5 { width:16.375rem;height:3rem;top:46.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJpCJNeHd94HeDCbwOB3xUSTiqVhkEN { width:15.0625rem;height:5.8125rem;top:40.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBQKs6BHvcTwBJy1IRzncWcvOay3SHGV { display:flex;width:1.1875rem;height:1.1875rem;top:67.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NwAwSmyNHXTyNOT87Ld7ua6XxQ2OVhIO { display:flex;width:1.1875rem;height:1.1875rem;top:69.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FxK537mgWfTETFtWvoJQqFWxtV9L8uCk { display:flex;width:1.1875rem;height:1.1875rem;top:71.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fsX2P3ZZ9mrwyfSCVKgaAk9HgiV54P3Q { width:12.5rem;height:0.82470625rem;top:148.25rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d6WPmKQTf9UR6IoG8LOXdbGT6oGkgvSS { width:12.5rem;height:0.82470625rem;top:146.4375rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KgdTQeWr5GKs1euyTaFdTFKFEJ6PI4oP { width:12.5rem;height:0.82470625rem;top:144.625rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RVUl0PPezZtk8LloTEKxRLmo3OLBNVT3 { width:15.0625rem;height:7rem;top:136.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GoD0sbN5cQ8R3u0QzpDZWUxBdKZX5b { width:18.1875rem;height:5.625rem;top:136.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7DuF89XnibficTxdoTTKUFNhtQTITv { display:flex;width:1.1875rem;height:1.1875rem;top:144.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V5FQv1MfKXZnDGbXxQ1TB0Q1yiJXxiiV { display:flex;width:1.1875rem;height:1.1875rem;top:146.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QKhhOM2n3IEPAyNHMHAGGU5WqvoPIw1E { display:flex;width:1.1875rem;height:1.1875rem;top:148.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eA8GIcevBwyaT7cv9A9wCoATAXaDv9LB { width:18.1875rem;height:5.625rem;top:98.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWfQ0begWKAr8tPiCxiVa0OKsKgIdwKX { width:15.0625rem;height:7rem;top:97.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMlquN1LiD9iwRKq0PDQtITt1nHozCfn { width:14.75rem;height:8.3994375rem;top:127.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMP3sSsHCvaTxFleqWXDobR7cuxukEW9 { width:14.75rem;height:8.3994375rem;top:88.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoEV0Ww7fk1r79SBJCX8iRT7f8zFuZBJ { width:12.5rem;height:0.82470625rem;top:106.3125rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dWqNdbKFosmWy1Oe4woqGphmBW90o70R { width:12.5rem;height:0.82470625rem;top:108.125rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlmKDvs5JAgEtITwEOdSF5TJzEI1Ciyr { width:12.5rem;height:0.82470625rem;top:109.9375rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #flAU4J3Es3rvz2e02lx9UgOP2S5gQ2fx { width:14.3125rem;height:3rem;top:85.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGGZgrhQPtlT3rhLqJD2GHKmXaRxgz4D { width:16.375rem;height:3rem;top:123.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LAUfMD3sdgcseOT6cL6Uhs1GMXw7a5 { width:15.0625rem;height:5.8125rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz { width:15.0625rem;height:5.8125rem;top:117rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f4c9ae2-a648-49a7-b796-0f5fb1c16027/download100.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.875rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz.adaptive-delivery-prevent-bg, #nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz.lazyload, #nZ4WMTxcqHrQmyvfZpDDUW9tnTUx6Hlz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l0yZWMf9o9KZDTJx8eVgLZzlSL4ln6f2 { display:flex;width:1.1875rem;height:1.1875rem;top:106.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gvtP2T2zuoysIRFwxInO4WfMAqiUXmTx { display:flex;width:1.1875rem;height:1.1875rem;top:107.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RpmcfOAq3P2VWgXKucSsXCLROxrDT8ql { display:flex;width:1.1875rem;height:1.1875rem;top:109.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD { display:block; }#x5qt6dMqoiUcxk5ZGLircGTXgPgZ67UD > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abikTeW7wgflbhqnTQdGgNSdyurCSTQv { width:20rem;height:22.3984rem;top:22.2236328125rem;left:0rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #X7TMgdyfO2LTM7WWE3IKLtm1PxO7u3xF { width:20rem;height:3.625rem;top:17.3486328125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiS9613yrOTHGxOXAU0Op7WDzziUMTVH { width:20rem;height:13.25rem;top:2.2236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U { display:block; }#Uv1qy4eusfIrShQhtXTrgmnFnOVg3O8U > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUs9U7W1cxJyceGdZqV37FTsXVMU0sdK { width:15.6875rem;height:3.125rem;top:4.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym { display:block; }#Mq9ME8e5OsEhXxZ09v6XH5xXCzx5LAym > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vs8bOCsrxOJpnKkHwpEzZpy7AVP0advk { width:20rem;height:9.922875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HppmRWwncPvAwNl3aH4CW2vawQwImri6 { width:20rem;height:10.40525rem;top:11.8583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTpTUyTOXtZJcQSBEI56xdTWzFvMH04 { width:20rem;height:8.8095625rem;top:25.3154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k { display:block; }#tlKMbHeXLM8aeT6USdI2TAyFQeGQy83k > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZUrmclTT67S9gTOXRITzC9ZcmfGBrOr { width:20rem;height:8.556625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJR2GlsdGRxlC30fCX5WaCEPDhO2N9v2 { width:20rem;height:6.8349375rem;top:10.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRzDu3wT7ss0o7BraQGlgPcIWv4qF9O7 { width:20rem;height:8.2705rem;top:20.3544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x { display:block; }#XI1soHvXT02KTUBcKftTkxKoQ21Xgp0x > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOccVadEXzkGsnwTZ57nMllA7Rz0cQT5 { height:11.207rem;width:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDG37hef96oQTOp7tQG25mOvfQVMxayi { height:11.207rem;width:20rem;top:27.4755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIgJpMTSpMzhtviWr8gTgwKRasFUfc7D { height:11.207rem;width:20rem;top:14.9560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QihZPWG2fu5Kfay37SLzJ66bLKfiPAw1 { height:11.207rem;width:20rem;top:40.556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmNfoOWLRzixe5lW713sHN9NcSMRJiW { display:none; }#FbmNfoOWLRzixe5lW713sHN9NcSMRJiW > .row .container { width:20rem;height:35.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gJFLVOsxfCLuXnFwGu4NqKOM7i2NehHf { width:8.625rem;height:3.5rem;top:3.9365234375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUByyiiRANCBuHJ6bEvInDgiDXmDigOf { width:20rem;height:3.125rem;top:8.9990234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmuc0bc8UwHusGTOTQC80H0JCakRB7QL { display:flex;width:2.25rem;height:2.25rem;top:13.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #iQ24Rx3V4nPVWimxqeLfP1AxrIp5TC8z { width:4.375rem;height:2.47265625rem;top:16.6875rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOwGLNZdTltWEdDyeFsSyOwgW5m1Gshx { width:4.5rem;height:1.6484375rem;top:16.6875rem;left:1.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DraOczqLKNL2hFMIwdnCnN5lUhvoTwJG { display:flex;width:2.125rem;height:2.125rem;top:13.9375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #nh0PxaeKhASKOfBAn1E4GCw2UlRNGaGX { width:4rem;height:2.47265625rem;top:16.6875rem;left:14.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2w4V1Ui7pwpxxu8KGwy32yWrKRmfGm2 { display:flex;width:2.0625rem;height:2.0625rem;top:14rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #PhlpSVZMxGAKWlCizKg8supd9vBR1VSc { width:15.25rem;height:3.75rem;top:22.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUuD4TpsoCtle1IRx5bitD2C2uCwNcpL { display:block; }
 }@media only screen and (max-width: 763px) { #nHwQVysfemkEiaLwTtDxiRmAlTpDFQt9 { display:flex;width:2rem;height:2rem;top:22.875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #qKSThkUkKVTtCJBn3wHVvO8A5SBLlKob { width:15.25rem;height:3.75rem;top:27.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AryaJEOfNcb99QmUNFkPIeRduscLgQBz { display:block; }
 }@media only screen and (max-width: 763px) { #kUTTCA4MxqrO09E21dhqlvVD3gCIircb { display:flex;width:1.875rem;height:1.875rem;top:28rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM { display:block; }#pf0Xmmk4RmNWxSTpVUpHTPXOcX7sF1qM > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6DPlDHqm5bMBtrAogzmFNboAEWtxxg { width:8.625rem;height:3.5rem;top:18.3359375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTrVKMXklBResUcaSztcL7k5XKzL732F { width:20rem;height:3.125rem;top:4.6240234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpGHn7EMdzgtvZkgGcp7VH8nU8dEMJGa { display:flex;width:2.25rem;height:2.25rem;top:9.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #X0UpJ4xzf7c5aHy8nUc9mdpZ7GDfec5f { width:4.375rem;height:2.47411875rem;top:12.3125rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRtUu0sDRF6f1EpmDRO8d4y3foGc5Prs { width:4.5rem;height:1.6494125rem;top:12.3125rem;left:1.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaMhycLqNT3TzZLqroUfiw6JfQBosxw7 { display:flex;width:2.125rem;height:2.125rem;top:9.5625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #IuaZZ7eLplKTTHtx2y8DVSSaOir1QbRh { width:4rem;height:2.47411875rem;top:12.3125rem;left:14.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QC26vFxqM5IrDXMtWDwdCaL2eok9Tu08 { display:flex;width:2.0625rem;height:2.0625rem;top:9.625rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Nh7nCOGZ8fXJJRgqRF7xaBHSPWIQeC43 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr { border-width: 0; border-radius: 0; }#WXpmyaOxsP9sJNT68MAt2EifEnU3WbEr > .row .container { width:20rem;height:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppf906bhCX7g9L76ARqv5MxRqCcifkcL { width:10rem;height:3.75rem;top:0rem;left:10rem;font-size:0.6875rem;border-top:0;border-left:1.75rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #K6WMcTVxdaSxvpl7uOfWqzRMOZUSA42B { display:block; }
 }@media only screen and (max-width: 763px) { #A6DnuWFq9PrCGkwDTGc19XNwHkQtXdHl { display:flex;width:1.4375rem;height:1.4375rem;top:1.125rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #ILHBLKnOswKKv9rFtpRQ93ks9h1WF9ST { width:10rem;height:3.75rem;top:0rem;left:0rem;font-size:0.6875rem;border-top:0;border-left:1.75rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wEd9VcLwQtOCQeC7IsB5qE872lM6lGRN { display:block; }
 }@media only screen and (max-width: 763px) { #RgehzeyVQATUqOXHdim17ugtlNrPZQpb { display:flex;width:1.1875rem;height:1.1875rem;top:1.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XzCC1e0RULQ5sXEGnxWTMhWxPkmiDRUK { width:5.75rem;height:2.1875rem;top:4.5625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAALJ0Hc3sHCTcpZiJcCxmo4ToTsvtwt { width:17.6875rem;height:0;top:8rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }