.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f5f7fc;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { border-width: 0; border-radius: 0; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { 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:4.0625rem;width:18.3125rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:figtree;font-size:3.9375rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:12.9375rem;left:0rem;height:10.628875rem;font-style:normal;display:block; }
#qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJeKetRTBPS5qQQytLmThM8RxgoOwQ2Z { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:25.5625rem;left:0rem;height:5.361325rem;font-style:normal;display:block; }
#CgIV4s1kNb18zQ3une55kETE8r1XXK07 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:block; }
#taLvIUtkSzWJ6nMnGRlviEWAVrsg0pDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgkxC2oV3r9s3pz6f13mSUeQF3FrHbnf { position:absolute;display:block;z-index:15023;height:34.0625rem;width:32.5625rem;top:5.11328125rem;left:42.4375rem;display:block; }
#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bcfe4e1f-fc1c-4425-90d2-af711150b696/0e5d007abf.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U.adaptive-delivery-prevent-bg, #Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U.lazyload, #Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U.lazyloading { background-image: none; }#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U > .row .container { border-width: 0; border-radius: 0; }#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0035e6;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; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { background-color: transparent; background-image: none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container > .video-iframe-container { display: none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row > .video-iframe-container { display: none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .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); }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { border-width: 0; border-radius: 0; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#rf3Cf9T08pG3rHgT1PmBvrHX8MXP26lt { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.296875rem;left:3.21875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deLeo6o4S5DQ0dZST0qgFuSF1Ixm62z5 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7890625rem;left:4.6875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZThPGDGsJlry19VtSKQZovtTugLeUmhl { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:0rem;left:25rem;display:block; }
#UWfgtw6KihT3l3sSArohBS39tbp39lyT { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.296875rem;left:29.34375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lESsRKW3vE4t8dlSKeMXS7eS88uoqKg5 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7890625rem;left:29.6875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OyL7BwFgEVPQyGJkKqKF26k31w0gbCA5 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:figtree;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.296875rem;left:53.21875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJWDN7CNEsmqNZxNSeiThdbLSEas61O1 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.7890625rem;left:54.6875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExMrVtF5FHPNfHmcT0b5MXZpE2flNK07 { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:29.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q346m4irOy48tSThdneztTExrKnFNMfl { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.0625rem;top:0.0625rem;left:50rem;display:block; }
#bVhm3IosO8hg8FkLPqIyeQxvSIWQ2T4a { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:4.6875rem;height:11.0498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8TLIsdht2Ffxt9OtRHAmM1qSEqQHfiy { color:rgba(255,255,255,0.13);display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:8.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:54.6875rem;height:11.0498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { background-color: transparent; background-image: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .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); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { border-width: 0; border-radius: 0; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;overflow:visible;position:relative;display:block; }#zc235QICp8ztHqvp31fXxCrpXQrT8kRx { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:15.1875rem;font-style:normal;display:block; }
#yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.8125rem;left:46.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ac0b8fceeaf5b80dde7b417f4017d07b8fedb51.svg); }
#ebXECeCJI8nIPEw8gDT1w0go2p17QPf5 { background-color:#00cc2f;background-image:none;border-top:0;border-left:2.5rem 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: 0rem 0.25rem 0rem #00762d ;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17rem;left:46.1875rem;display:block; }
#PH9uBPlJ6Src2PMOIVK124x8A1SsOVeR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3uTMkFAQmZGxAXGnSqkc4zknbTwV9fP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.875rem;left:47.625rem; }
#gnQMp1gVIBzV99ZdT6vi7eXMokt8Tozu { color:#000000;display:block;width:25.625rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:13.1875rem;left:46.1875rem;height:2.0625rem;font-style:normal;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; }
#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.adaptive-delivery-prevent-bg, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyload, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyloading { background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { background-color: transparent; background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.89); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.89); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .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); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { border-width: 0; border-radius: 0; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:5.9375rem;left:0rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:15.5rem;left:0rem;height:19.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d78cf9fea111beb5c8c6c2ab7627b79c259699b.svg); }
#ie4R2Q1SCenIqJdGGiAVpxJ141OqFOgz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.25rem;width:45.4375rem;top:10.0625rem;left:29.5625rem;display:block; }
#WSi8CCaD18uPyHh3x4FyAWXZwTKCVTh7 { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.9375rem;left:44.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { background-color: transparent; background-image: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .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); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { border-width: 0; border-radius: 0; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UuRdaxK7DMo85w8PdRS8vEGe3DTTf9GN { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.25rem;left:13.90625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7QfSoeDybZniSMzeUvMKuTeDzLqGWR2 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#QRBCrPgZacKapXWi8G4c8vbPnxKF82h5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;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; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { background-color: transparent; background-image: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container > .video-iframe-container { display: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container { display: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .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); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { border-width: 0; border-radius: 0; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:7.96875rem;font-style:normal;display:block; }
#V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:0rem; }
#pWPdx071fB4szKopCPNyGR9xk8zmKFJi { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:20.625rem;height:4.78125rem;font-style:normal;display:block; }
#REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.28125rem;left:20.625rem; }
#kCdTDfP8fQqunDomEumVxLEzqzZekyqa { color:#000000;display:block;width:13rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:61.875rem;height:4.78125rem;font-style:normal;display:block; }
#sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:41.25rem;height:6.375rem;font-style:normal;display:block; }
#mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.25rem;left:61.875rem; }
#pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:41.25rem; }
#uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15019;background-color:#03fbff;background-image:none;top:1.9375rem;left:4.125rem;display:block; }
#Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15020;background-color:#03fbff;background-image:none;top:1.9375rem;left:25.375rem;display:block; }
#DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15021;background-color:#03fbff;background-image:none;top:1.9375rem;left:45.5rem;display:block; }
#BhvekoLRSy9URAbZH12PnHEDEPuilzlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0035e6;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; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container { background-color: transparent; background-image: none; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container > .video-iframe-container { display: none; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row > .video-iframe-container { display: none; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .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); }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container { border-width: 0; border-radius: 0; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#drE6D68Z9pRq7s5UrSOAsvTuQXgGWRPc { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.5625rem;left:12.1875rem;height:2.0625rem;font-style:normal;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; }
#y95E5SMJidkAIHHGoS9Sumrq9xG2shr8 { background-color:#00cc2f;background-image:none;border-top:0;border-left:2.5rem 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: 0rem 0.25rem 0rem #00762d ;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.6875rem;left:47.0625rem;display:block; }
#k6EcnscOb2TMXsDcC9p7XhygVpPN6yO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUFUHy55eIc5sG5KykPGS5knvEIXmaHa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.5625rem;left:48.5rem; }
#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b985e;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; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container { background-color: transparent; background-image: none; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container > .video-iframe-container { display: none; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row > .video-iframe-container { display: none; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .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); }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container { border-width: 0; border-radius: 0; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#xFlCurZXKUNqeBJ6TXbITZWJ2eQMNrOl { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.1875rem;left:33.5rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW { color:#d1ef7a;display:block;width:30.375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.5rem;left:33.5rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_973842f94f791faa434eafddfc29c1f6840374f8.svg); }
#aGKQ53F4ZhkSf5yZEJ183mcxFeG9O3wH { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:33.5rem;height:2.03125rem;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; }
#xnVmBzaheibkTMhniPD6TM0UZkCeV1mx { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.1875rem;left:55.0625rem;display:block; }
#IKAt4Na1AigbPttG6BwGNMmvt0Pu3Zl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M36irTUOmcntrW4dDh2T3WJ2HTOiDdaV { box-sizing:content-box;height:50.25rem;width:45.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-7.4375rem;left:-13.5654296875rem;display:block; }#M36irTUOmcntrW4dDh2T3WJ2HTOiDdaV.adaptive-delivery-prevent-bg, #M36irTUOmcntrW4dDh2T3WJ2HTOiDdaV.lazyload, #M36irTUOmcntrW4dDh2T3WJ2HTOiDdaV.lazyloading { background-image: none; }
#L3p99P5G7e7lOtG5DritANGE7BKFTXBV { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.4375rem;left:33.5rem;height:5.1181625rem;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; }
#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL { position:relative;display:block; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL { background-color: transparent; background-image: none; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container > .video-iframe-container { display: none; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row > .video-iframe-container { display: none; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .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); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL { border-width: 0; border-radius: 0; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oKTUkA1eT8oeX4xF4AoxhyV3niSLq0fZ { color:#000000;display:block;width:38.5rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:4.125rem;left:34.6875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y4rI4dRXBXwvWAdg8frqiOUURgynlSGy { color:#000000;display:block;width:31.5rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:34.6875rem;height:15.1875rem;font-style:normal;display:block; }#y4rI4dRXBXwvWAdg8frqiOUURgynlSGy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4rI4dRXBXwvWAdg8frqiOUURgynlSGy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1371f6fb29e8aa6032e824278864e8998cfb71b7.svg); }
#Tt9OVVULbNETDeptZ1B91J00ertyVtcH { background-color:#00cc2f;background-image:none;border-top:0;border-left:2.5rem 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: 0rem 0.25rem 0rem #00762d ;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5rem;left:34.6875rem;display:block; }
#wzXX89soCgulO3vvVBgter90E4mk6DiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfCK4VKECwOnpS1squ4DgcxI5T3pmZMa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:32.375rem;left:36.125rem; }
#RgQqGMApuKwl2AFlQryGWCxL0QNelkhT { box-sizing:content-box;height:40.5625rem;width:52.1875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/189be198-aa10-47c7-95b9-4bbd3fa228e3/download20240919T095634537.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:-23.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RgQqGMApuKwl2AFlQryGWCxL0QNelkhT.adaptive-delivery-prevent-bg, #RgQqGMApuKwl2AFlQryGWCxL0QNelkhT.lazyload, #RgQqGMApuKwl2AFlQryGWCxL0QNelkhT.lazyloading { background-image: none; }
#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy { position:relative;display:none; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy { border-width: 0; border-radius: 0; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .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; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.125rem;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:none; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT.adaptive-delivery-prevent-bg, #P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT.lazyload, #P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT.lazyloading { background-image: none; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container { background-color: transparent; background-image: none; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,53,230,0.83); }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container > .video-iframe-container { display: none; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,53,230,0.83); }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row > .video-iframe-container { display: none; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .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); }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container { border-width: 0; border-radius: 0; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#fbgT0SQDM7foLceiny1QFz6vTsDwcqrS { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.6875rem;left:18.25rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OK8dl6H3dymUuSnpomPoCUuNkUuHNAgs { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:25.0625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hIzaT5FXuBXcVhkAuNuFQ4S7HxQT4pv5 { background-color:#00cc2f;background-image:none;border-top:0;border-left:2.5rem 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: 0rem 0.25rem 0rem #00762d ;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.125rem;left:25.1875rem;display:block; }
#Igv8zE8zaxACwXBVl3hbTRksCW4UN4TD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvfNcGJoewhpee0SxG6rI8pCQmCRh7z4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21rem;left:26.625rem; }
#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { background-color: transparent; background-image: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .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); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { border-width: 0; border-radius: 0; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:3.5rem;left:13.906250953674rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2ZmIGaKnlzhTUTvNM8wP1mBgEFyRPAJ { 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:4.3125rem;width:10.5rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#iwWAo4BTxuhbVkaarI3WdTz08nIMe9Rr { 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.3125rem;width:10.3125rem;top:8.5rem;left:11.875rem;overflow:hidden;display:block; }
#vInTI5q25kBZcogGcdCr0syBXoayOnbq { 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:4.3125rem;width:10.3125rem;top:8.5rem;left:23.8125rem;overflow:hidden;display:block; }
#iMOleN7b16mh5ZKK5FXVvg87RB85eB34 { 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:4.3125rem;width:10.3125rem;top:8.5rem;left:35.4375rem;overflow:hidden;display:block; }
#UKt44f8329T76Rt6933s08fi1hBXrXe2 { 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:4.75rem;width:8.0625rem;top:8.28125rem;left:47.8125rem;overflow:hidden;display:block; }
#nX0gLTeh0TGvvRolMTTkZThUWe80DeWM { 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:9.4375rem;width:9.4375rem;top:5.875rem;left:56.3125rem;overflow:hidden;display:block; }
#fN8sgKXtfSliIPSiMB305mAg1rBTLxab { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:5.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO > .row .container { border-width: 0; border-radius: 0; }#U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;overflow:visible;position:relative;display:none; }#pUV68mplP0v8VQ928i91c2kMNbTfpFwo { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:3.5rem;left:13.906250953674rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKTw5UNXWuLd6mfGcqzwVCHO4gTertFJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#bD0VfKPLptzDfFTNhVnNfbNNQQRiciMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uM9H0TzHCBqrpDP2wxAuI9VnJVA1Ack0 { box-sizing:content-box;height:6.75rem;width:11.3125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56e8715d-21ed-4e1f-9c52-2b4d313556c4/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.625rem;left:19.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#uM9H0TzHCBqrpDP2wxAuI9VnJVA1Ack0.adaptive-delivery-prevent-bg, #uM9H0TzHCBqrpDP2wxAuI9VnJVA1Ack0.lazyload, #uM9H0TzHCBqrpDP2wxAuI9VnJVA1Ack0.lazyloading { background-image: none; }
#ndI2QOKRWMFNzrWdE65gtTIDNzSaRusv { box-sizing:content-box;height:6.75rem;width:11.3125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3eaba283-408a-433f-8f09-21e535afac4f/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.625rem;left:33rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ndI2QOKRWMFNzrWdE65gtTIDNzSaRusv.adaptive-delivery-prevent-bg, #ndI2QOKRWMFNzrWdE65gtTIDNzSaRusv.lazyload, #ndI2QOKRWMFNzrWdE65gtTIDNzSaRusv.lazyloading { background-image: none; }
#GwBDwr2WEZB9cLVNghUTZb5ahGevd2Dk { box-sizing:content-box;height:6.75rem;width:11.3125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e3adf4e-4475-42a6-8c2d-0560f25865a9/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.625rem;left:46.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#GwBDwr2WEZB9cLVNghUTZb5ahGevd2Dk.adaptive-delivery-prevent-bg, #GwBDwr2WEZB9cLVNghUTZb5ahGevd2Dk.lazyload, #GwBDwr2WEZB9cLVNghUTZb5ahGevd2Dk.lazyloading { background-image: none; }
#Tr0sJw3k2IxkWiTgAJJUaEiUVPmw64Zs { box-sizing:content-box;height:6.75rem;width:11.3125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de356c21-458e-4c3c-acbd-273a4fe07004/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.625rem;left:59.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Tr0sJw3k2IxkWiTgAJJUaEiUVPmw64Zs.adaptive-delivery-prevent-bg, #Tr0sJw3k2IxkWiTgAJJUaEiUVPmw64Zs.lazyload, #Tr0sJw3k2IxkWiTgAJJUaEiUVPmw64Zs.lazyloading { background-image: none; }
#ERpzkWHTgZG3HaGQqPuktx55c2FazlEP { box-sizing:content-box;height:6.75rem;width:11.3125rem;position:absolute;display:block;z-index:15006;background-color:#1a985e;background-image:url("https://images.assets-landingi.com/uc/fc1f9a20-cd1e-4bdc-aa97-27f9167ec6d7/unimedfortalezasquarelogo1722925706480.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.625rem;left:6.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ERpzkWHTgZG3HaGQqPuktx55c2FazlEP.adaptive-delivery-prevent-bg, #ERpzkWHTgZG3HaGQqPuktx55c2FazlEP.lazyload, #ERpzkWHTgZG3HaGQqPuktx55c2FazlEP.lazyloading { background-image: none; }
#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container { background-color: transparent; background-image: none; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container > .video-iframe-container { display: none; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row > .video-iframe-container { display: none; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .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); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container { border-width: 0; border-radius: 0; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;overflow:visible;position:relative;display:block; }#CoICqAK7UGVxx87HQT4O8wNAhHaJ1MRl { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#v0kKtm5CTlqgunzEqOUuvQxRCAOb7CZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { position:relative;display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { background-color: transparent; background-image: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { border-width: 0; border-radius: 0; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f7f;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c7a735ae-f5aa-4242-a891-1a13f28056c7/iStock1357914675removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:21.875rem;top:0rem;left:53.125rem;display:block; }#P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.adaptive-delivery-prevent-bg, #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.lazyload, #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC.lazyloading { background-image: none; }
#y5blc0hROxd4G7mnL17LpUWxIcooyGOC { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:2.75rem;left:4.5rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.875rem;left:4.5rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container { background-color: transparent; background-image: none; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container > .video-iframe-container { display: none; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row > .video-iframe-container { display: none; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .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); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container { border-width: 0; border-radius: 0; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;overflow:visible;position:relative;display:block; }#GrtAWZgGXcGR6EEI45I3JioLp0u7xQr9 { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:7.0625rem;left:13.90625rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afpuBrk3bGfAQ0Bn2CMGRekrZSBwQBqT { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#XfoVFgSRJZqlJdTR57TKeLBMMQaQq4Xn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { position:relative;display:block; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { background-color: transparent; background-image: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { border-width: 0; border-radius: 0; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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:21.3125rem;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; }#PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:14.34375rem;font-style:normal;display:block; }
#mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:20rem;height:11.25rem;font-style:normal;display:block; }
#bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:59.9375rem;height:14.34375rem;font-style:normal;display:block; }
#qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:40rem;height:14.34375rem;font-style:normal;display:block; }
#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { position:relative;display:block; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { background-color: transparent; background-image: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { border-width: 0; border-radius: 0; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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:22.375rem;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; }#B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:14.34375rem;font-style:normal;display:block; }
#AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:20rem;height:14.34375rem;font-style:normal;display:block; }
#osTu5JmggfF8kofVNHBe04yr6h7A2zQL { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:59.9375rem;height:14.34375rem;font-style:normal;display:block; }
#iH2IIn3U02zniU08cVK3U5It2hHbcVJi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:40rem;height:15.9375rem;font-style:normal;display:block; }
#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f7f;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; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { background-color: transparent; background-image: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .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); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { border-width: 0; border-radius: 0; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { 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.0625rem;width:13.5rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.4375rem;left:23.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.1875rem;left:46rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { 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:15023;opacity:1;top:4.875rem;left:71.875rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#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; } #HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container { background-color: transparent; background-image: none; }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container > .video-iframe-container { display: none; }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row > .video-iframe-container { display: none; }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .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); }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container { border-width: 0; border-radius: 0; }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:18.3125rem;height:4.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:42.8125rem;height:10.625rem;top:12.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #BJeKetRTBPS5qQQytLmThM8RxgoOwQ2Z { width:33.125rem;height:5.3125rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgIV4s1kNb18zQ3une55kETE8r1XXK07 { width:11.6875rem;height:3.5625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taLvIUtkSzWJ6nMnGRlviEWAVrsg0pDX { display:block; }
 }@media only screen and (max-width: 763px) { #CgkxC2oV3r9s3pz6f13mSUeQF3FrHbnf { width:32.5625rem;height:34.0625rem;top:5.0625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U { display:none; }#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NWkP81yDo9rJPEN36sUNfvvNgEKapTZp { display:none; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rf3Cf9T08pG3rHgT1PmBvrHX8MXP26lt { width:18.5625rem;height:2.625rem;top:5.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deLeo6o4S5DQ0dZST0qgFuSF1Ixm62z5 { width:15.625rem;height:3.0625rem;top:2.75rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZThPGDGsJlry19VtSKQZovtTugLeUmhl { width:0.0625rem;height:11.25rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWfgtw6KihT3l3sSArohBS39tbp39lyT { width:16.3125rem;height:2.625rem;top:5.25rem;left:15.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lESsRKW3vE4t8dlSKeMXS7eS88uoqKg5 { width:15.625rem;height:3.0625rem;top:2.75rem;left:16rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyL7BwFgEVPQyGJkKqKF26k31w0gbCA5 { width:18.5625rem;height:2.625rem;top:5.25rem;left:29.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJWDN7CNEsmqNZxNSeiThdbLSEas61O1 { width:15.625rem;height:3.0625rem;top:2.75rem;left:31.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExMrVtF5FHPNfHmcT0b5MXZpE2flNK07 { width:15.625rem;height:11.375rem;top:0rem;left:16rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q346m4irOy48tSThdneztTExrKnFNMfl { width:0.0625rem;height:11.25rem;top:0.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVhm3IosO8hg8FkLPqIyeQxvSIWQ2T4a { width:15.625rem;height:11rem;top:0rem;left:0.125rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TLIsdht2Ffxt9OtRHAmM1qSEqQHfiy { width:15.625rem;height:11rem;top:0rem;left:31.875rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc235QICp8ztHqvp31fXxCrpXQrT8kRx { width:33.8125rem;height:15.1875rem;top:5.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block; }
 }@media only screen and (max-width: 763px) { #v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { width:28.6875rem;height:;top:4.8125rem;left:19.0625rem;font-size:1.375rem;display:block; }#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ac0b8fceeaf5b80dde7b417f4017d07b8fedb51.svg); }
 }@media only screen and (max-width: 763px) { #ebXECeCJI8nIPEw8gDT1w0go2p17QPf5 { width:15.75rem;height:3.4375rem;top:17rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9uBPlJ6Src2PMOIVK124x8A1SsOVeR { display:block; }
 }@media only screen and (max-width: 763px) { #L3uTMkFAQmZGxAXGnSqkc4zknbTwV9fP { width:1.5625rem;height:1.5625rem;top:17.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnQMp1gVIBzV99ZdT6vi7eXMokt8Tozu { width:25.625rem;height:2.0625rem;top:13.1875rem;left:22.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:24.3125rem;height:6.1875rem;top:5.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:24.8125rem;height:19.75rem;top:15.5rem;left:0rem;font-size:1.0625rem;display:block; }#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d78cf9fea111beb5c8c6c2ab7627b79c259699b.svg); }
 }@media only screen and (max-width: 763px) { #ie4R2Q1SCenIqJdGGiAVpxJ141OqFOgz { width:45.4375rem;height:25.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSi8CCaD18uPyHh3x4FyAWXZwTKCVTh7 { width:18.6875rem;height:1.75rem;top:5.9375rem;left:13.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwmuvSLB3N8cBoGpSigBmFufomqTSVT { display:block; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuRdaxK7DMo85w8PdRS8vEGe3DTTf9GN { width:47.1875rem;height:2.8125rem;top:5.25rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7QfSoeDybZniSMzeUvMKuTeDzLqGWR2 { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRBCrPgZacKapXWi8G4c8vbPnxKF82h5 { display:block; }
 }@media only screen and (max-width: 763px) { #e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { width:12.375rem;height:7.9375rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { width:4.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPdx071fB4szKopCPNyGR9xk8zmKFJi { width:13.3125rem;height:6.375rem;top:4.75rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { width:3.5625rem;height:3.5625rem;top:0.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCdTDfP8fQqunDomEumVxLEzqzZekyqa { width:13rem;height:4.75rem;top:4.75rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { width:12.375rem;height:6.375rem;top:4.75rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { width:3.625rem;height:3.625rem;top:0.25rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { width:4.125rem;height:4.125rem;top:0rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { width:15.6875rem;height:0.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { width:15.6875rem;height:0.25rem;top:1.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { width:15.6875rem;height:0.25rem;top:1.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhvekoLRSy9URAbZH12PnHEDEPuilzlT { display:block; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drE6D68Z9pRq7s5UrSOAsvTuQXgGWRPc { width:31.4375rem;height:2.0625rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y95E5SMJidkAIHHGoS9Sumrq9xG2shr8 { width:15.75rem;height:3.4375rem;top:2.6875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6EcnscOb2TMXsDcC9p7XhygVpPN6yO0 { display:block; }
 }@media only screen and (max-width: 763px) { #nUFUHy55eIc5sG5KykPGS5knvEIXmaHa { width:1.5625rem;height:1.5625rem;top:3.5625rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 { display:block; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFlCurZXKUNqeBJ6TXbITZWJ2eQMNrOl { width:41.5rem;height:5.625rem;top:5.1875rem;left:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW { width:30.375rem;height:10.75rem;top:16.5rem;left:17.375rem;font-size:1.125rem;display:block; }#y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_973842f94f791faa434eafddfc29c1f6840374f8.svg); }
 }@media only screen and (max-width: 763px) { #aGKQ53F4ZhkSf5yZEJ183mcxFeG9O3wH { width:29.375rem;height:2rem;top:12.625rem;left:18.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVmBzaheibkTMhniPD6TM0UZkCeV1mx { width:15.6875rem;height:3.5625rem;top:31.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAt4Na1AigbPttG6BwGNMmvt0Pu3Zl6 { display:block; }
 }@media only screen and (max-width: 763px) { #M36irTUOmcntrW4dDh2T3WJ2HTOiDdaV { width:45.3125rem;height:50.25rem;top:-7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3p99P5G7e7lOtG5DritANGE7BKFTXBV { width:19.5rem;height:5.0625rem;top:30.4375rem;left:19.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKHbd7bGuAptEyupCorXbAtF4HTwPpXL { display:block; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKTUkA1eT8oeX4xF4AoxhyV3niSLq0fZ { width:38.5rem;height:6.1875rem;top:4.125rem;left:9.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4rI4dRXBXwvWAdg8frqiOUURgynlSGy { width:31.5rem;height:15.1875rem;top:13.6875rem;left:16.25rem;font-size:1.25rem;display:block; }#y4rI4dRXBXwvWAdg8frqiOUURgynlSGy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1371f6fb29e8aa6032e824278864e8998cfb71b7.svg); }
 }@media only screen and (max-width: 763px) { #Tt9OVVULbNETDeptZ1B91J00ertyVtcH { width:21.5rem;height:3.4375rem;top:31.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXX89soCgulO3vvVBgter90E4mk6DiZ { display:block; }
 }@media only screen and (max-width: 763px) { #BfCK4VKECwOnpS1squ4DgcxI5T3pmZMa { width:1.5625rem;height:1.5625rem;top:32.375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgQqGMApuKwl2AFlQryGWCxL0QNelkhT { width:47.75rem;height:40.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tn95dzNGE2WGbvH4QDzNE9UhffExVGLy { display:none; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT { display:block; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbgT0SQDM7foLceiny1QFz6vTsDwcqrS { width:38.5rem;height:6.1875rem;top:5.6875rem;left:4.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK8dl6H3dymUuSnpomPoCUuNkUuHNAgs { width:24.875rem;height:3.25rem;top:14rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIzaT5FXuBXcVhkAuNuFQ4S7HxQT4pv5 { width:24.6875rem;height:3.4375rem;top:20.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igv8zE8zaxACwXBVl3hbTRksCW4UN4TD { display:block; }
 }@media only screen and (max-width: 763px) { #hvfNcGJoewhpee0SxG6rI8pCQmCRh7z4 { width:1.5625rem;height:1.5625rem;top:21rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { width:47.1875rem;height:1.6875rem;top:3.5rem;left:0.28125095367432rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block; }
 }@media only screen and (max-width: 763px) { #A2ZmIGaKnlzhTUTvNM8wP1mBgEFyRPAJ { width:10.5rem;height:4.3125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwWAo4BTxuhbVkaarI3WdTz08nIMe9Rr { width:10.3125rem;height:4.3125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vInTI5q25kBZcogGcdCr0syBXoayOnbq { width:10.3125rem;height:4.3125rem;top:8.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOleN7b16mh5ZKK5FXVvg87RB85eB34 { width:10.3125rem;height:4.3125rem;top:8.5rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKt44f8329T76Rt6933s08fi1hBXrXe2 { width:8.0625rem;height:4.75rem;top:8.25rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX0gLTeh0TGvvRolMTTkZThUWe80DeWM { width:9.4375rem;height:9.4375rem;top:5.875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN8sgKXtfSliIPSiMB305mAg1rBTLxab { width:9.625rem;height:9.625rem;top:5.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO { display:block; }#U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUV68mplP0v8VQ928i91c2kMNbTfpFwo { width:47.1875rem;height:1.6875rem;top:3.5rem;left:0.28125095367432rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTw5UNXWuLd6mfGcqzwVCHO4gTertFJ { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bD0VfKPLptzDfFTNhVnNfbNNQQRiciMn { display:block; }
 }@media only screen and (max-width: 763px) { #uM9H0TzHCBqrpDP2wxAuI9VnJVA1Ack0 { width:11.3125rem;height:6.75rem;top:8.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndI2QOKRWMFNzrWdE65gtTIDNzSaRusv { width:11.3125rem;height:6.75rem;top:8.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwBDwr2WEZB9cLVNghUTZb5ahGevd2Dk { width:11.3125rem;height:6.75rem;top:8.625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0sJw3k2IxkWiTgAJJUaEiUVPmw64Zs { width:11.3125rem;height:6.75rem;top:8.625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpzkWHTgZG3HaGQqPuktx55c2FazlEP { width:11.3125rem;height:6.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 { display:block; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoICqAK7UGVxx87HQT4O8wNAhHaJ1MRl { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0kKtm5CTlqgunzEqOUuvQxRCAOb7CZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { display:block; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { width:21.875rem;height:15.625rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5blc0hROxd4G7mnL17LpUWxIcooyGOC { width:28.8125rem;height:4.8125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { width:33.25rem;height:4.125rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5axF2c4wPErEZH7KdaU3SfaftKkw23 { display:block; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrtAWZgGXcGR6EEI45I3JioLp0u7xQr9 { width:47.1875rem;height:2.5rem;top:7.0625rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afpuBrk3bGfAQ0Bn2CMGRekrZSBwQBqT { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfoVFgSRJZqlJdTR57TKeLBMMQaQq4Xn { display:block; }
 }@media only screen and (max-width: 763px) { #TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { display:block; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { width:15.0625rem;height:15.9375rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { width:15.0625rem;height:12.625rem;top:0rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { width:15.0625rem;height:14.3125rem;top:0rem;left:32.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { width:15.0625rem;height:14.3125rem;top:0rem;left:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { display:block; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { width:15.0625rem;height:15.9375rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { width:15.0625rem;height:14.3125rem;top:0rem;left:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTu5JmggfF8kofVNHBe04yr6h7A2zQL { width:15.0625rem;height:15.9375rem;top:0rem;left:32.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH2IIn3U02zniU08cVK3U5It2hHbcVJi { width:15.0625rem;height:17.5rem;top:0rem;left:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:13.5rem;height:3.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:18.9375rem;height:4.875rem;top:5.4375rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:3.625rem;top:5.1875rem;left:32.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { width:3.125rem;height:3.125rem;top:4.875rem;left:44.625rem;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@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; } #HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f7fc;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:13.75rem;height:3rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3x6IbmwuqNhh7fFl42S4NqHT3QPC1q { width:20rem;height:6rem;top:9.625rem;left:0rem;font-size:2rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #BJeKetRTBPS5qQQytLmThM8RxgoOwQ2Z { width:20rem;height:5.84765625rem;top:17.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgIV4s1kNb18zQ3une55kETE8r1XXK07 { width:11.6875rem;height:3.5625rem;top:25.5rem;left:0rem;font-size:0.875rem;z-index:15014;background-color:transparent;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #taLvIUtkSzWJ6nMnGRlviEWAVrsg0pDX { display:block; }
 }@media only screen and (max-width: 763px) { #CgkxC2oV3r9s3pz6f13mSUeQF3FrHbnf { width:20rem;height:36.875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U { display:block; }#Q4bnJ41Fhbl3t9U7bxp3FlaKa89PCr7U > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWkP81yDo9rJPEN36sUNfvvNgEKapTZp { display:block; }#NWkP81yDo9rJPEN36sUNfvvNgEKapTZp > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf3Cf9T08pG3rHgT1PmBvrHX8MXP26lt { width:3.4375rem;height:1.13671875rem;top:5.15625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #deLeo6o4S5DQ0dZST0qgFuSF1Ixm62z5 { width:5.375rem;height:2.03125rem;top:3rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZThPGDGsJlry19VtSKQZovtTugLeUmhl { width:0.0625rem;height:7.5rem;top:2rem;left:5.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWfgtw6KihT3l3sSArohBS39tbp39lyT { width:5.75rem;height:1.13671875rem;top:5.15625rem;left:14.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lESsRKW3vE4t8dlSKeMXS7eS88uoqKg5 { width:4.625rem;height:2.03125rem;top:3rem;left:15.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyL7BwFgEVPQyGJkKqKF26k31w0gbCA5 { width:4.6875rem;height:1.13671875rem;top:5.15625rem;left:7.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HJWDN7CNEsmqNZxNSeiThdbLSEas61O1 { width:6.5rem;height:2.03125rem;top:2.9375rem;left:6.75rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ExMrVtF5FHPNfHmcT0b5MXZpE2flNK07 { width:15.625rem;height:0;top:16.3125rem;left:2.1875rem;font-size:5.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q346m4irOy48tSThdneztTExrKnFNMfl { width:0.0625rem;height:7.5rem;top:2rem;left:14.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVhm3IosO8hg8FkLPqIyeQxvSIWQ2T4a { width:15.625rem;height:auto;top:0rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w8TLIsdht2Ffxt9OtRHAmM1qSEqQHfiy { width:15.625rem;height:auto;top:0rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { background-color:transparent;background-image:none;display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { background-color: transparent; background-image: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .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); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc235QICp8ztHqvp31fXxCrpXQrT8kRx { width:20rem;height:10.80078125rem;top:3.375rem;left:0rem;font-size:1.1875rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block; }
 }@media only screen and (max-width: 763px) { #v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { width:20rem;height:5.125rem;top:16rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ac0b8fceeaf5b80dde7b417f4017d07b8fedb51.svg); }
 }@media only screen and (max-width: 763px) { #ebXECeCJI8nIPEw8gDT1w0go2p17QPf5 { width:15.75rem;height:3.4375rem;top:26.1875rem;left:0rem;font-size:1.0625rem;z-index:15021;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:2.125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PH9uBPlJ6Src2PMOIVK124x8A1SsOVeR { display:block; }
 }@media only screen and (max-width: 763px) { #L3uTMkFAQmZGxAXGnSqkc4zknbTwV9fP { display:flex;width:1.5625rem;height:1.5625rem;top:27.125rem;left:1.0625rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #gnQMp1gVIBzV99ZdT6vi7eXMokt8Tozu { width:20rem;height:1.5rem;top:22.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.adaptive-delivery-prevent-bg, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyload, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyloading { background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { background-color: transparent; background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.94); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,30,106,0.94); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .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); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:20rem;height:4.125rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:19.1875rem;height:19.75rem;top:11rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4d78cf9fea111beb5c8c6c2ab7627b79c259699b.svg); }
 }@media only screen and (max-width: 763px) { #ie4R2Q1SCenIqJdGGiAVpxJ141OqFOgz { height:11.140350877193rem;width:20rem;top:37.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSi8CCaD18uPyHh3x4FyAWXZwTKCVTh7 { width:18.6875rem;height:1.7871125rem;top:33.875rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwmuvSLB3N8cBoGpSigBmFufomqTSVT { background-color:transparent;background-image:none;display:block; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { background-color: transparent; background-image: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row > .video-iframe-container { display: none; }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .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); }#aTwmuvSLB3N8cBoGpSigBmFufomqTSVT > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuRdaxK7DMo85w8PdRS8vEGe3DTTf9GN { width:17.8125rem;height:3.75rem;top:3.75rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R7QfSoeDybZniSMzeUvMKuTeDzLqGWR2 { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #QRBCrPgZacKapXWi8G4c8vbPnxKF82h5 { display:block; }
 }@media only screen and (max-width: 763px) { #e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { width:15.3125rem;height:6rem;top:1.4375rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pWPdx071fB4szKopCPNyGR9xk8zmKFJi { width:15.3125rem;height:4.5rem;top:9rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { display:flex;width:3.25rem;height:3.25rem;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kCdTDfP8fQqunDomEumVxLEzqzZekyqa { width:15.3125rem;height:3rem;top:24.125rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { width:15.3125rem;height:4.5rem;top:16.5625rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { display:flex;width:3.25rem;height:3.25rem;top:24.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { display:flex;width:3.25rem;height:3.25rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { width:0.1875rem;height:3.125rem;top:5.2607421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { width:0.1875rem;height:3.125rem;top:12.8232421875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { width:0.1875rem;height:3.125rem;top:20.4375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhvekoLRSy9URAbZH12PnHEDEPuilzlT { display:block; }#BhvekoLRSy9URAbZH12PnHEDEPuilzlT > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drE6D68Z9pRq7s5UrSOAsvTuQXgGWRPc { width:20rem;height:4.125rem;top:2.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y95E5SMJidkAIHHGoS9Sumrq9xG2shr8 { width:15.75rem;height:3.4375rem;top:8.125rem;left:2.125rem;font-size:1.0625rem;z-index:15021;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:2.125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #k6EcnscOb2TMXsDcC9p7XhygVpPN6yO0 { display:block; }
 }@media only screen and (max-width: 763px) { #nUFUHy55eIc5sG5KykPGS5knvEIXmaHa { display:flex;width:1.5625rem;height:1.5625rem;top:9.0625rem;left:3.5rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 { display:block; }#gQZLBXiT0cMaNF1ilFOmUGbglSU9eWW5 > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFlCurZXKUNqeBJ6TXbITZWJ2eQMNrOl { width:20rem;height:5.625rem;top:2.8125rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW { width:20rem;height:12.625rem;top:22.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#y1bPE4G05SOTxIg5VKhPWtZXUHfIg4WW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_973842f94f791faa434eafddfc29c1f6840374f8.svg); }
 }@media only screen and (max-width: 763px) { #aGKQ53F4ZhkSf5yZEJ183mcxFeG9O3wH { width:20rem;height:4.0625rem;top:17.1875rem;left:0rem;font-size:1.5625rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xnVmBzaheibkTMhniPD6TM0UZkCeV1mx { width:15.6875rem;height:3.5625rem;top:44.625rem;left:2.15625rem;font-size:1.0625rem;z-index:15014;background-color:transparent;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAt4Na1AigbPttG6BwGNMmvt0Pu3Zl6 { display:block; }
 }@media only screen and (max-width: 763px) { #M36irTUOmcntrW4dDh2T3WJ2HTOiDdaV { width:17.25rem;height:20.1875rem;top:50.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3p99P5G7e7lOtG5DritANGE7BKFTXBV { width:19.5rem;height:5.1181625rem;top:36.375rem;left:0.25rem;font-size:1.3125rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #fKHbd7bGuAptEyupCorXbAtF4HTwPpXL { background-color:#f5f7fc;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; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container { background-color: transparent; background-image: none; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container > .video-iframe-container { display: none; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row > .video-iframe-container { display: none; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .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); }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container { border-width: 0; border-radius: 0; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKHbd7bGuAptEyupCorXbAtF4HTwPpXL > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKTUkA1eT8oeX4xF4AoxhyV3niSLq0fZ { width:20rem;height:5.56640625rem;top:3.5rem;left:0rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y4rI4dRXBXwvWAdg8frqiOUURgynlSGy { width:20rem;height:16.8125rem;top:11.6748046875rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15016;display:block; }#y4rI4dRXBXwvWAdg8frqiOUURgynlSGy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1371f6fb29e8aa6032e824278864e8998cfb71b7.svg); }
 }@media only screen and (max-width: 763px) { #Tt9OVVULbNETDeptZ1B91J00ertyVtcH { width:19rem;height:3.4375rem;top:31.5625rem;left:0rem;font-size:1.0625rem;z-index:15021;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:2.125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #wzXX89soCgulO3vvVBgter90E4mk6DiZ { display:block; }
 }@media only screen and (max-width: 763px) { #BfCK4VKECwOnpS1squ4DgcxI5T3pmZMa { display:flex;width:1.5625rem;height:1.5625rem;top:32.5rem;left:1.0625rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #RgQqGMApuKwl2AFlQryGWCxL0QNelkhT { width:20rem;height:10.9375rem;top:3.78125rem;left:0rem;background-color:rgba(229,229,229,0.5);background-image:url("https://images.assets-landingi.com/uc/ff2fcfdf-b75b-49a8-b14c-c75b4255f4b1/s2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#RgQqGMApuKwl2AFlQryGWCxL0QNelkhT.adaptive-delivery-prevent-bg, #RgQqGMApuKwl2AFlQryGWCxL0QNelkhT.lazyload, #RgQqGMApuKwl2AFlQryGWCxL0QNelkhT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tn95dzNGE2WGbvH4QDzNE9UhffExVGLy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff2fcfdf-b75b-49a8-b14c-c75b4255f4b1/s2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy.adaptive-delivery-prevent-bg, #tn95dzNGE2WGbvH4QDzNE9UhffExVGLy.lazyload, #tn95dzNGE2WGbvH4QDzNE9UhffExVGLy.lazyloading { background-image: none; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container { background-color: transparent; background-image: none; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container > .video-iframe-container { display: none; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row > .video-iframe-container { display: none; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .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); }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container { border-width: 0; border-radius: 0; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tn95dzNGE2WGbvH4QDzNE9UhffExVGLy > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT { display:block; }#P1DadFAuKm8vXebf9kTcp1DUOvJIwzpT > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbgT0SQDM7foLceiny1QFz6vTsDwcqrS { width:20rem;height:3.7109375rem;top:3.125rem;left:0rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OK8dl6H3dymUuSnpomPoCUuNkUuHNAgs { width:20rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hIzaT5FXuBXcVhkAuNuFQ4S7HxQT4pv5 { width:19.4375rem;height:3.4375rem;top:12.8125rem;left:0.3125rem;font-size:1.0625rem;z-index:15021;background-color:#01d332;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:2.125rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Igv8zE8zaxACwXBVl3hbTRksCW4UN4TD { display:block; }
 }@media only screen and (max-width: 763px) { #hvfNcGJoewhpee0SxG6rI8pCQmCRh7z4 { display:flex;width:1.5625rem;height:1.5625rem;top:13.75rem;left:1rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { background-color:transparent;background-image:none;display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { background-color: transparent; background-image: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .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); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { width:14.1875rem;height:3.125rem;top:2.75rem;left:2.90625rem;font-size:1.5625rem;line-height:1;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block; }
 }@media only screen and (max-width: 763px) { #A2ZmIGaKnlzhTUTvNM8wP1mBgEFyRPAJ { width:7.9375rem;height:3.125rem;top:8.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwWAo4BTxuhbVkaarI3WdTz08nIMe9Rr { width:7.9375rem;height:3.125rem;top:8.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vInTI5q25kBZcogGcdCr0syBXoayOnbq { width:7.9375rem;height:3.1875rem;top:13.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOleN7b16mh5ZKK5FXVvg87RB85eB34 { width:7.9375rem;height:3.125rem;top:13.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKt44f8329T76Rt6933s08fi1hBXrXe2 { width:7.75rem;height:4.5rem;top:27.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX0gLTeh0TGvvRolMTTkZThUWe80DeWM { width:8.3125rem;height:8.3125rem;top:17.40625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN8sgKXtfSliIPSiMB305mAg1rBTLxab { width:9.625rem;height:9.625rem;top:16.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO { background-color:transparent;background-image:none;display:none; }#U2Vx7Hu4uvUsDd2xTNrrKdzrcdIHg4AO > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pUV68mplP0v8VQ928i91c2kMNbTfpFwo { width:14.1875rem;height:3.125rem;top:2.75rem;left:2.90625rem;font-size:1.5625rem;line-height:1;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKTw5UNXWuLd6mfGcqzwVCHO4gTertFJ { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #bD0VfKPLptzDfFTNhVnNfbNNQQRiciMn { display:block; }
 }@media only screen and (max-width: 763px) { #uM9H0TzHCBqrpDP2wxAuI9VnJVA1Ack0 { width:9.6875rem;height:5.75rem;top:8.3125009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndI2QOKRWMFNzrWdE65gtTIDNzSaRusv { width:9.6875rem;height:5.75rem;top:8.3125200271606rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwBDwr2WEZB9cLVNghUTZb5ahGevd2Dk { width:9.6875rem;height:5.75rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0sJw3k2IxkWiTgAJJUaEiUVPmw64Zs { width:9.6875rem;height:5.75rem;top:14.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpzkWHTgZG3HaGQqPuktx55c2FazlEP { width:9.5rem;height:5.625rem;top:21.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 { background-color:transparent;background-image:none;display:block; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container { background-color: transparent; background-image: none; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container > .video-iframe-container { display: none; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row > .video-iframe-container { display: none; }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .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); }#tumpLlmw1X6XPQuesbTN5G0Xy2MZ5Lh7 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoICqAK7UGVxx87HQT4O8wNAhHaJ1MRl { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #v0kKtm5CTlqgunzEqOUuvQxRCAOb7CZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD { background-color:#00237c;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; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { background-color: transparent; background-image: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { display: none; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .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); }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { border-width: 0; border-radius: 0; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTDA36a7Lx9Ty6hP3mBvObk2D9TyZoHD > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2HvqFZwgPxzIaJmDqqJ6b3fd7PueIgC { width:20rem;height:15.625rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5blc0hROxd4G7mnL17LpUWxIcooyGOC { width:20rem;height:3.75rem;top:3.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #su4XTZIfGALm6ewEU3bm2S2lpVJ36Z6l { width:20rem;height:5.625rem;top:8.8125rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xT5axF2c4wPErEZH7KdaU3SfaftKkw23 { background-color:transparent;background-image:none;display:block; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container { background-color: transparent; background-image: none; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container > .video-iframe-container { display: none; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row > .video-iframe-container { display: none; }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .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); }#xT5axF2c4wPErEZH7KdaU3SfaftKkw23 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrtAWZgGXcGR6EEI45I3JioLp0u7xQr9 { width:15.6875rem;height:3.75rem;top:3.375rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afpuBrk3bGfAQ0Bn2CMGRekrZSBwQBqT { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #XfoVFgSRJZqlJdTR57TKeLBMMQaQq4Xn { display:block; }
 }@media only screen and (max-width: 763px) { #TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { background-color:transparent;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; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { background-color: transparent; background-image: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { border-width: 0; border-radius: 0; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { width:20rem;height:9.84375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { width:20rem;height:9.84375rem;top:13.359375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { width:20rem;height:9.84375rem;top:40.546875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { width:20rem;height:9.84375rem;top:26.953125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { background-color:transparent;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; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { background-color: transparent; background-image: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { border-width: 0; border-radius: 0; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { width:20rem;height:9.84375rem;top:3.75rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { width:20rem;height:9.84375rem;top:17.34375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #osTu5JmggfF8kofVNHBe04yr6h7A2zQL { width:20rem;height:9.84375rem;top:45.875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iH2IIn3U02zniU08cVK3U5It2hHbcVJi { width:20rem;height:11.25rem;top:30.9375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:8.5rem;height:1.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:14.0625rem;height:4.125rem;top:8.1875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:4.125rem;top:15rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { display:flex;width:2.125rem;height:2.125rem;top:3.3125rem;left:17.75rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@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; } #HStTFG4pp8XRVa8hQ0NDE3M3O8EC0kUx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }