.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,229,233;--color-primary-1:178,204,224;--color-primary-2:112,125,144;--color-primary-3:67,75,86;--color-primary-4:17,39,70;--color-secondary-0:255,247,230;--color-secondary-1:255,228,172;--color-secondary-2:255,200,89;--color-secondary-3:128,100,45;--color-secondary-4:38,30,13;--color-tertiary-0:255,255,255;--color-tertiary-1:227,227,227;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:rgba(var(--color-tertiary-0),1);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); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { background-color: transparent; background-image: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container > .video-iframe-container { display: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container { display: none; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .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); }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { border-width: 0; border-radius: 0; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#klmRfea5QV1muyRbSpNaZk9x7D45OiLK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.375rem;top:0.96875rem;left:32.8125rem;overflow:hidden;display:block; }
#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/ff811433-be0f-43e8-8ae9-d19e37979b36/InShot_20240917_23173666711.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4.adaptive-delivery-prevent-bg, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4.lazyload, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4.lazyloading { background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { background-color: transparent; background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .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); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { border-width: 0; border-radius: 0; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#HAurQd4KochMT1UEH4pSthTvrHTN6E4q { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.865234375rem;left:18.3125rem;height:3.330075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMSCuGiNPxSw0N5yQJikegbpLA52nQ2B { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.380859375rem;left:15.6875rem;height:2.2753875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kom8Twb8RJ0dXkucIupN29UvItQzF9us { 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:16.749125rem;width:16.936875rem;top:2.5141060352326rem;left:58.063158035278rem;overflow:hidden;display:block; }
#fP6VMdqcoTfChVMwu9v5eZ1NdxmUEkoy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8120625rem;width:18.311625rem;top:1.609158039093rem;left:1.142578125rem;overflow:hidden;display:block; }
#iMT9z0LyhgpFXyMErr8muk6luC5mUwRL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5620625rem;width:11.875rem;top:19.499784469604rem;left:54.496530532837rem;overflow:hidden;display:block; }
#pI5Kcg0a5hPomIeTOqZxdnQTO4xQT9gb { 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:12.874375rem;width:14.874125rem;top:20.842014312744rem;left:1.7979602813721rem;overflow:hidden;display:block; }
#vFb5Kkw2SnIwNdWe8dZelbJSq4tUaENy { 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:14.561625rem;width:16.5625rem;top:2.5141060352326rem;left:28.343099594116rem;overflow:hidden;display:block; }
#EyJnUek4kyPC7NvLTnH7we7ITxU3XRGQ { 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:14.9375rem;width:17.25rem;display:none; }
#N1DiSPbIzHzVxsPSZJDdHW65dv4QHe48 { background-color:#172e51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.1259765625rem;left:56.375rem;display:block; }
#VRk6xOJDVT8o2L01afz32TcPGgyDS2at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafc;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; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { background-color: transparent; background-image: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container > .video-iframe-container { display: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container { display: none; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .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); }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { border-width: 0; border-radius: 0; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { color:#003975;display:block;width:72.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.65625rem;height:1.62475625rem;display:block; }
#HKAnJKEivgpidxVEW555yPZppohmeES3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfd;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; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { background-color: transparent; background-image: none; }#HKAnJKEivgpidxVEW555yPZppohmeES3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container > .video-iframe-container { display: none; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row > .video-iframe-container { display: none; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .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); }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { border-width: 0; border-radius: 0; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#PQHfdnFCkCPV0WvrQkHwHE4VQ1tCJ71x { color:#003975;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.728515625rem;left:1.78125rem;height:6.494125rem;display:block; }
#vsg5EQleMcncaTCcVAXNaTgDZT7tFMrC { color:#003975;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.728515625rem;left:39.28125rem;height:7.793rem;display:block; }
#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container { background-color: transparent; background-image: none; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container > .video-iframe-container { display: none; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row > .video-iframe-container { display: none; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .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); }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container { border-width: 0; border-radius: 0; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#hnsfFHCDA5JUavZeNW4lHiU1y1L8MvTk { 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.49978125rem;width:5.24956875rem;top:1.4670143127441rem;left:0rem;overflow:hidden;display:block; }
#R9lgbSSOwNFfKoWm8o5oDNuoaZKyvvEo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4186210632324rem;left:6.1241321563721rem;height:2.59765625rem;display:block; }
#d76S2IPTwgaezOKAOu0qKS2NsX7frVTO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0674934387207rem;left:21.559247970581rem;height:1.2999125rem;display:block; }
#VWMkzH2K4klgW1ZT8v8rQ7auvTPZnPqN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4186210632324rem;left:34.550783157349rem;height:1.298825rem;display:block; }
#DV8Dn9F7Fa60aTpi5s8bQ0v6mBZ2bTBu { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4186210632324rem;left:50.327692031861rem;height:2.59765625rem;display:block; }
#NRNzUW7TtTKZQcrp09S6wF0BZdXJLJcx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.4186210632324rem;left:65.064020156862rem;height:2.59765625rem;display:block; }
#A34mxiZgZCm6uTXeQoS7zp0LcLBNIDgH { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:4.62456875rem;top:1.0926666259766rem;left:17.004125595092rem;overflow:hidden;display:block; }
#B2Got7K6Ch1kxT8s7ycAt4gLlp7rmhdD { 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:5.56206875rem;width:4.18728125rem;top:0.93641662597656rem;left:29.857858657837rem;overflow:hidden;display:block; }
#p3xZ56XUDVTtaCQWltAxzGxnbkTGwi1P { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.93706875rem;top:1.2814674377441rem;left:60.195314407349rem;overflow:hidden;display:block; }
#xNA5SNJwB1BbH0ki74DOA9CKTo3cKL43 { 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:6.12413125rem;width:4.87413125rem;top:0.65646743774412rem;left:44.856775283814rem;overflow:hidden;display:block; }
#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { position:relative;display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { background-color: transparent; background-image: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container > .video-iframe-container { display: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row > .video-iframe-container { display: none; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { border-width: 0; border-radius: 0; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container::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-right-radius:initial;border-bottom-left-radius:initial; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .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; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/273f2a1b-b523-4ad0-bebd-69354079630e/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container.adaptive-delivery-prevent-bg, #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container.lazyload, #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container.lazyloading { background-image: none; }#Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { box-sizing:content-box;height:57.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.4990234375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { background-color:rgba(var(--color-primary-4),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8115rem;height:2.37305rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:52.99658203125rem;left:31.71533203125rem;display:block; }
#ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maWzuE7krX10C96RFtwig6liS8x3F5k2 { color:rgba(var(--color-primary-4),1);display:block;width:14.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:30.7470703125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.4375rem;left:3.25rem;overflow:hidden;display:block; }
#HODRi77d5ExTm4XGV2o9nGManbu9wmZD { color:rgba(var(--color-primary-4),1);display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.1875rem;height:3.896475rem;display:block; }
#LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { color:rgba(var(--color-primary-4),1);display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:21.125rem;height:3.896475rem;display:block; }
#asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { color:rgba(var(--color-primary-4),1);display:block;width:14.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:38.625rem;height:3.896475rem;display:block; }
#u9dDaOZ0fuuafMNv36eamEhHSCH8g9hu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.4375rem;left:21.1875rem;overflow:hidden;display:block; }
#lKlnaXcIy40gum2oAKmip9vKuSXCgCn1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.4375rem;left:38.8125rem;overflow:hidden;display:block; }
#MlfcnaibnDOchfA0s7H4FPxiB1tZ8evf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:12.4375rem;left:56.6875rem;overflow:hidden;display:block; }
#mNJp9b5ogKm0cfkLIlGzCW87GQPsToRR { color:rgba(var(--color-primary-4),1);display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:56.6875rem;height:3.896475rem;display:block; }
#nim3oqIdCcGpqNRU43hCUxMRIHQbTasN { color:rgba(var(--color-primary-4),1);display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:42.625rem;left:3.1875rem;height:3.896475rem;display:block; }
#aLk4WHMIZna3t7BQXZQiChERs8TBLs7T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:32.6875rem;left:3.1875rem;overflow:hidden;display:block; }
#Q5ggAiFkMvQU4MTTxFa7ngxWdDIbheha { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:32.6875rem;left:21.1875rem;overflow:hidden;display:block; }
#nvpeMIwG1kGp1p0Rl7Bl3gtBqZrEioDz { color:rgba(var(--color-primary-4),1);display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.625rem;left:21.125rem;height:3.896475rem;display:block; }
#pa7TRg7cndukZT9QTqQWJ4TMvfsameF2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:32.6875rem;left:38.75rem;overflow:hidden;display:block; }
#BOJxXeka2CB5JBf8TJCchF4h6dCBN2hS { color:rgba(var(--color-primary-4),1);display:block;width:14.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.625rem;left:38.625rem;height:3.896475rem;display:block; }
#V95clUA58OghOR6iRIMX2bUByTJAn00g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.75rem;width:14.0625rem;top:32.6875rem;left:56.6875rem;overflow:hidden;display:block; }
#BxUVkVLPmO9tagzyc8ULSPrzC7ZCX2qM { color:rgba(var(--color-primary-4),1);display:block;width:14.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:42.625rem;left:56.625rem;height:3.896475rem;display:block; }
#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/aa2da7ac-1bb4-470c-84e7-213baa3f341e/TV32.png");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; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C.adaptive-delivery-prevent-bg, #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C.lazyload, #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C.lazyloading { background-image: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { background-color: transparent; background-image: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .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); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { border-width: 0; border-radius: 0; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:75rem;position:relative;display:block; }#T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:19.6245rem;width:33.1245rem;top:13.1875rem;left:2.4375rem;display:block; }
#qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { background-color:rgba(var(--color-tertiary-1),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.24975625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:87.996826171875rem;left:30.9375rem;display:block; }
#ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9hQmNoBCZekGzWedbm3GNhtEADsNXMu { color:rgba(var(--color-tertiary-1),1);display:block;width:15.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.560546875rem;left:29.50048828125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdyV31q68d9E9N13XhK2gzk7W1kCiF6N { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.8108125rem;width:35.81175rem;top:13.0625rem;left:36.75rem;display:block; }
#D5B5LEvxlWb6gNMTt6LpxnvQzH7xQ1Fc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:19.6245rem;width:33.1245rem;top:37.875rem;left:2.4375rem;display:block; }
#INyFa263yqwJAhUOrBkTZDdxmQW0Z60p { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.812rem;width:35.8125rem;top:37.8125rem;left:36.75rem;display:block; }
#g73yr9ETmzS2w6UvwEcCmXinJ2SKRdKl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:19.6245rem;width:33.1245rem;top:62.1875rem;left:2.5625rem;display:block; }
#wRBgsrihrAmf6PzBPclChgBNFp2bTNvU { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.8108125rem;width:35.81175rem;top:62.0625rem;left:36.75rem;display:block; }
#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/273f2a1b-b523-4ad0-bebd-69354079630e/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8.adaptive-delivery-prevent-bg, #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8.lazyload, #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8.lazyloading { background-image: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { background-color: transparent; background-image: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container > .video-iframe-container { display: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row > .video-iframe-container { display: none; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .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); }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { border-width: 0; border-radius: 0; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#TN7097E4AOt7f9oQIqqFEAZAVONXZxET { color:#003975;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8486328125rem;left:31.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8TOPg8AaKphTBlTQ6Nk95TCQsgS4RAy { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:6.79931640625rem;left:17.5rem;display:block; }
#EWIDSH8UAwntuVg7d5nOwgnuTubxfCsM { box-sizing:content-box;height:32.749rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#7bb99e;background-image:none;top:0.562744140625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/273f2a1b-b523-4ad0-bebd-69354079630e/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG.adaptive-delivery-prevent-bg, #QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG.lazyload, #QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG.lazyloading { background-image: none; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container { background-color: transparent; background-image: none; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container > .video-iframe-container { display: none; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row > .video-iframe-container { display: none; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .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); }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container { border-width: 0; border-radius: 0; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#hWo2f9wE6kIBHWiGxuATazWzTwTXllRp { background-color:rgba(var(--color-primary-4),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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.4033203125rem;left:30.6875rem;display:block; }
#KhyOVbJ2kOF4ym62U5X5AZcx1GXiAIoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRuGn4ivvIrWDMhvRczNPcGhAZpZppNt { color:#003975;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8486328125rem;left:31.25rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T76bOfFuAHBHLurl0kiXpaWgsPEQRRBP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:21.1245rem;top:7.875rem;left:9.65625rem;overflow:hidden;display:block; }
#QFnHtmQtX68sm4wLqwXi8T8MNZyeTKfh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.87109375rem;left:9.90673828125rem;height:3.896475rem;display:block; }
#flQFsXyK64JKPkKXlv2z8hGE3q7aO4Ez { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.625rem;width:21.1245rem;top:7.875rem;left:43.74755859375rem;overflow:hidden;display:block; }
#GnXfAALbTg3xRxmF73tT4OTS4Rv6UykJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.87109375rem;left:43.74755859375rem;height:3.896475rem;display:block; }
#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { position:relative;display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { background-color: transparent; background-image: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container > .video-iframe-container { display: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row > .video-iframe-container { display: none; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .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); }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { border-width: 0; border-radius: 0; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .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; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:37.875rem;height:5.1953125rem;display:block; }
#qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:27.0625rem;top:6.15625rem;left:4rem;overflow:hidden;display:block; }
#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { background-color: transparent; background-image: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container > .video-iframe-container { display: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container { display: none; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .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); }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { border-width: 0; border-radius: 0; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:34.4375rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klmRfea5QV1muyRbSpNaZk9x7D45OiLK { top:0.9375rem;left:19.1875rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAurQd4KochMT1UEH4pSthTvrHTN6E4q { top:15.8125rem;left:4.6875rem;width:38.375rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMSCuGiNPxSw0N5yQJikegbpLA52nQ2B { top:19.375rem;left:2.0625rem;width:41.875rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kom8Twb8RJ0dXkucIupN29UvItQzF9us { top:2.5rem;left:30.875rem;width:16.875rem;height:16.687935901694rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP6VMdqcoTfChVMwu9v5eZ1NdxmUEkoy { top:1.5625rem;left:0rem;width:18.25rem;height:16.755484050432rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMT9z0LyhgpFXyMErr8muk6luC5mUwRL { top:19.4375rem;left:35.875rem;width:11.875rem;height:15.5620625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5Kcg0a5hPomIeTOqZxdnQTO4xQT9gb { top:20.8125rem;left:0rem;width:14.8125rem;height:12.821035165934rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFb5Kkw2SnIwNdWe8dZelbJSq4tUaENy { top:2.5rem;left:14.718099594116rem;width:16.5625rem;height:14.561625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJnUek4kyPC7NvLTnH7we7ITxU3XRGQ { width:17.25rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1DiSPbIzHzVxsPSZJDdHW65dv4QHe48 { width:5.8125rem;height:2.375rem;top:5.125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRk6xOJDVT8o2L01afz32TcPGgyDS2at { display:block; }
 }@media only screen and (max-width: 763px) { #Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { top:0.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKAnJKEivgpidxVEW555yPZppohmeES3 { display:block; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQHfdnFCkCPV0WvrQkHwHE4VQ1tCJ71x { top:1.6875rem;left:0rem;width:33.9375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsg5EQleMcncaTCcVAXNaTgDZT7tFMrC { top:1.6875rem;left:13.8125rem;width:33.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD { display:block; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnsfFHCDA5JUavZeNW4lHiU1y1L8MvTk { top:1.4375rem;left:0rem;width:5.1875rem;height:4.4465776801904rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9lgbSSOwNFfKoWm8o5oDNuoaZKyvvEo { top:2.375rem;left:0rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76S2IPTwgaezOKAOu0qKS2NsX7frVTO { top:3.0625rem;left:13.5625rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMkzH2K4klgW1ZT8v8rQ7auvTPZnPqN { top:2.375rem;left:13.5625rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV8Dn9F7Fa60aTpi5s8bQ0v6mBZ2bTBu { top:2.375rem;left:29.890192031861rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNzUW7TtTKZQcrp09S6wF0BZdXJLJcx { top:2.375rem;left:37.875rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A34mxiZgZCm6uTXeQoS7zp0LcLBNIDgH { top:1.0625rem;left:10.191625595092rem;width:4.5625rem;height:5.1791115489147rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Got7K6Ch1kxT8s7ycAt4gLlp7rmhdD { top:0.875rem;left:19.75rem;width:4.125rem;height:5.479339032636rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xZ56XUDVTtaCQWltAxzGxnbkTGwi1P { top:1.25rem;left:39.757814407349rem;width:4.875rem;height:4.8128537492515rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNA5SNJwB1BbH0ki74DOA9CKTo3cKL43 { top:0.625rem;left:24.419275283814rem;width:4.8125rem;height:6.0466942987276rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { top:2.4375rem;left:0rem;width:47.75rem;height:57.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { width:12.75rem;height:2.3125rem;top:52.9375rem;left:18.09033203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block; }
 }@media only screen and (max-width: 763px) { #maWzuE7krX10C96RFtwig6liS8x3F5k2 { top:6rem;left:17.1220703125rem;width:14.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { top:12.4375rem;left:0rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODRi77d5ExTm4XGV2o9nGManbu9wmZD { top:22.375rem;left:0rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { top:22.375rem;left:7.5rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { top:22.375rem;left:25rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dDaOZ0fuuafMNv36eamEhHSCH8g9hu { top:12.4375rem;left:7.5625rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKlnaXcIy40gum2oAKmip9vKuSXCgCn1 { top:12.4375rem;left:25.1875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfcnaibnDOchfA0s7H4FPxiB1tZ8evf { top:12.4375rem;left:33.6875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNJp9b5ogKm0cfkLIlGzCW87GQPsToRR { top:22.375rem;left:33.6875rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nim3oqIdCcGpqNRU43hCUxMRIHQbTasN { top:42.625rem;left:0rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLk4WHMIZna3t7BQXZQiChERs8TBLs7T { top:32.6875rem;left:0rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ggAiFkMvQU4MTTxFa7ngxWdDIbheha { top:32.6875rem;left:7.5625rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpeMIwG1kGp1p0Rl7Bl3gtBqZrEioDz { top:42.625rem;left:7.5rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa7TRg7cndukZT9QTqQWJ4TMvfsameF2 { top:32.6875rem;left:25.125rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJxXeka2CB5JBf8TJCchF4h6dCBN2hS { top:42.625rem;left:25rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V95clUA58OghOR6iRIMX2bUByTJAn00g { top:32.6875rem;left:33.6875rem;width:14.0625rem;height:7.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxUVkVLPmO9tagzyc8ULSPrzC7ZCX2qM { top:42.625rem;left:33.6875rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { display:block; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { width:33.0625rem;height:19.587712743877rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { width:13.125rem;height:2.1875rem;top:87.9375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block; }
 }@media only screen and (max-width: 763px) { #M9hQmNoBCZekGzWedbm3GNhtEADsNXMu { top:5.5rem;left:15.87548828125rem;width:15.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyV31q68d9E9N13XhK2gzk7W1kCiF6N { top:13.0625rem;left:12rem;width:35.75rem;height:19.776652826935rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5B5LEvxlWb6gNMTt6LpxnvQzH7xQ1Fc { width:33.0625rem;height:19.587712743877rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INyFa263yqwJAhUOrBkTZDdxmQW0Z60p { top:37.8125rem;left:12rem;width:35.75rem;height:19.776652826935rem;display:block; }
 }@media only screen and (max-width: 763px) { #g73yr9ETmzS2w6UvwEcCmXinJ2SKRdKl { width:33.0625rem;height:19.587712743877rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRBgsrihrAmf6PzBPclChgBNFp2bTNvU { top:62.0625rem;left:12rem;width:35.75rem;height:19.776652826935rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN7097E4AOt7f9oQIqqFEAZAVONXZxET { top:2.8125rem;left:17.625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TOPg8AaKphTBlTQ6Nk95TCQsgS4RAy { top:6.75rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIDSH8UAwntuVg7d5nOwgnuTubxfCsM { top:0.5625rem;left:0rem;width:47.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG { display:block; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWo2f9wE6kIBHWiGxuATazWzTwTXllRp { width:13.625rem;height:2.625rem;top:28.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyOVbJ2kOF4ym62U5X5AZcx1GXiAIoL { display:block; }
 }@media only screen and (max-width: 763px) { #wRuGn4ivvIrWDMhvRczNPcGhAZpZppNt { top:2.8125rem;left:17.625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76bOfFuAHBHLurl0kiXpaWgsPEQRRBP { top:7.875rem;left:0rem;width:21.0625rem;height:11.590880849251rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnHtmQtX68sm4wLqwXi8T8MNZyeTKfh { top:20.8125rem;left:0rem;width:20.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQFsXyK64JKPkKXlv2z8hGE3q7aO4Ez { top:7.875rem;left:26.6875rem;width:21.0625rem;height:11.590880849251rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXfAALbTg3xRxmF73tT4OTS4Rv6UykJ { top:20.8125rem;left:26.9375rem;width:20.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { top:6.125rem;left:12.0625rem;width:35.6875rem;height:6.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { top:6.125rem;left:0rem;width:27.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { top:0.6875rem;left:20.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp { position:relative;z-index:auto;display:block; }#Nbkg2QmlQcyFdzCt3C03rHWbzV68H2Bp > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klmRfea5QV1muyRbSpNaZk9x7D45OiLK { width:9.37425rem;height:2.2497125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlcOblAP6QU13k2dm8EgUAteRATa4t4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff811433-be0f-43e8-8ae9-d19e37979b36/InShot_20240917_23173666711.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4.adaptive-delivery-prevent-bg, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4.lazyload, #xnlcOblAP6QU13k2dm8EgUAteRATa4t4.lazyloading { background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { background-color: transparent; background-image: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { display: none; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .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); }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { border-width: 0; border-radius: 0; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnlcOblAP6QU13k2dm8EgUAteRATa4t4 > .row .container { width:20rem;height:45.09521484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAurQd4KochMT1UEH4pSthTvrHTN6E4q { width:19.9989375rem;height:1.7858875rem;top:19.562717437744rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMSCuGiNPxSw0N5yQJikegbpLA52nQ2B { width:19.9989375rem;height:2.4375rem;top:21.901042938233rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kom8Twb8RJ0dXkucIupN29UvItQzF9us { width:8.9375rem;height:8.8125rem;top:10.07160949707rem;left:2.2090037448867rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP6VMdqcoTfChVMwu9v5eZ1NdxmUEkoy { width:8.875rem;height:8.1875rem;top:0rem;left:0.087890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMT9z0LyhgpFXyMErr8muk6luC5mUwRL { width:7.4370625rem;height:9.9370625rem;top:32.282987594604rem;left:10.004340469837rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5Kcg0a5hPomIeTOqZxdnQTO4xQT9gb { width:14.8119375rem;height:0;top:32.28375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFb5Kkw2SnIwNdWe8dZelbJSq4tUaENy { width:8.0625rem;height:7rem;top:5.7183151245117rem;left:11.818093062169rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJnUek4kyPC7NvLTnH7we7ITxU3XRGQ { top:26.228300094604rem;left:0.99283856153488rem;width:7.6875rem;height:6.625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N1DiSPbIzHzVxsPSZJDdHW65dv4QHe48 { width:5.8125rem;height:2.375rem;top:1.8447265625rem;left:12.9423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRk6xOJDVT8o2L01afz32TcPGgyDS2at { display:block; }
 }@media only screen and (max-width: 763px) { #Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf { display:block; }#Nz1u3WlGCk4bXTqen3cZpRTvF8LoVKxf > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5P3pW28RgnZXdV2xK6Ja1mOtJA1xzSI { width:19.999rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKAnJKEivgpidxVEW555yPZppohmeES3 { display:block; }#HKAnJKEivgpidxVEW555yPZppohmeES3 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQHfdnFCkCPV0WvrQkHwHE4VQ1tCJ71x { width:19.99925rem;height:14.287125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vsg5EQleMcncaTCcVAXNaTgDZT7tFMrC { width:19.99925rem;height:15.5859375rem;top:16.790375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD { display:block; }#gM8IdgDFMovwgIeJyWq4TnJVH0RHeTJD > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnsfFHCDA5JUavZeNW4lHiU1y1L8MvTk { width:5.1875rem;height:4.4455092144474rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9lgbSSOwNFfKoWm8o5oDNuoaZKyvvEo { width:10.3125rem;height:2.59765625rem;top:6.94444375rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d76S2IPTwgaezOKAOu0qKS2NsX7frVTO { width:10.3125rem;height:1.2999125rem;top:17.222225rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWMkzH2K4klgW1ZT8v8rQ7auvTPZnPqN { width:10.3125rem;height:2.59765625rem;top:26.5017375rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DV8Dn9F7Fa60aTpi5s8bQ0v6mBZ2bTBu { width:9.874125rem;height:2.59765625rem;top:37.6464875rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRNzUW7TtTKZQcrp09S6wF0BZdXJLJcx { width:9.874125rem;height:2.59765625rem;top:47.55643125rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A34mxiZgZCm6uTXeQoS7zp0LcLBNIDgH { width:4.5625rem;height:5.1791115489147rem;top:10.7931875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Got7K6Ch1kxT8s7ycAt4gLlp7rmhdD { width:4.125rem;height:5.4807542864053rem;top:19.77105rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xZ56XUDVTtaCQWltAxzGxnbkTGwi1P { width:4.875rem;height:4.8117860927094rem;top:41.49523125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNA5SNJwB1BbH0ki74DOA9CKTo3cKL43 { width:4.8125rem;height:6.0469681462329rem;top:30.35048125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx { display:block; }#TiQ6b81WPSpQ4FgxqO5uwbbpgxLAuQAx > .row .container { width:20rem;height:155.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa6Qut5H7RkxRIKChQhIcb8AK4TRdOUo { width:20rem;height:153.8125rem;top:0.684814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioJGtCxNABEfqAz5ihe4MRBK5BVy4ss { width:10.81175rem;height:1.93725625rem;top:150.30883789062rem;left:4.593505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnT4idZg4TlIV9RsHqOfwbp65WlXXKTL { display:block; }
 }@media only screen and (max-width: 763px) { #maWzuE7krX10C96RFtwig6liS8x3F5k2 { width:12.4985625rem;height:1.2999125rem;top:3.3745641708374rem;left:3.7492767572403rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCXhzvLIR6ietfAXOL72MxddqsyOgGA { width:14.124rem;height:8.0625rem;top:7.935546875rem;left:2.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODRi77d5ExTm4XGV2o9nGManbu9wmZD { width:13.81225rem;height:3.896475rem;top:17.496337890625rem;left:3.092041015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERn5rMs9I2PqbPwvWt06CxgJaRiMOu9 { width:13.62425rem;height:3.896475rem;top:34.974365234375rem;left:3.18603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asKseEO1FOUVvD0AtgkTOTB4mT5nfgSA { width:14.125rem;height:3.896475rem;top:52.999267578125rem;left:3.029541015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dDaOZ0fuuafMNv36eamEhHSCH8g9hu { width:14.1858125rem;height:8.0615rem;top:25.5615234375rem;left:2.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKlnaXcIy40gum2oAKmip9vKuSXCgCn1 { width:14.1858125rem;height:8.0615rem;top:43.310546875rem;left:2.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfcnaibnDOchfA0s7H4FPxiB1tZ8evf { width:14.1858125rem;height:8.0615rem;top:60.279541015625rem;left:2.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNJp9b5ogKm0cfkLIlGzCW87GQPsToRR { width:13.8745rem;height:3.896475rem;top:70.283203125rem;left:3.062744140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nim3oqIdCcGpqNRU43hCUxMRIHQbTasN { width:14.0625rem;height:3.896475rem;top:88.548583984375rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLk4WHMIZna3t7BQXZQiChERs8TBLs7T { width:14.0625rem;height:7.7478125rem;top:78.369140625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ggAiFkMvQU4MTTxFa7ngxWdDIbheha { width:14.0625rem;height:7.7478125rem;top:96.9921875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpeMIwG1kGp1p0Rl7Bl3gtBqZrEioDz { width:14.0625rem;height:3.896475rem;top:106.38061523438rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa7TRg7cndukZT9QTqQWJ4TMvfsameF2 { width:14.0625rem;height:7.7478125rem;top:114.13818359375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJxXeka2CB5JBf8TJCchF4h6dCBN2hS { width:14rem;height:3.896475rem;top:123.93310546875rem;left:3.062255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V95clUA58OghOR6iRIMX2bUByTJAn00g { width:14.0625rem;height:7.7478125rem;top:132.9345703125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxUVkVLPmO9tagzyc8ULSPrzC7ZCX2qM { width:13.875rem;height:3.896475rem;top:142.42065429688rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7f1c5a2-486a-4a19-bdbd-facdad92568a/iPhone16ProMax2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C.adaptive-delivery-prevent-bg, #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C.lazyload, #QyILQdDEUfchm3Egpof9rTrHiyDKAw5C.lazyloading { background-image: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { background-color: transparent; background-image: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { display: none; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .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); }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { border-width: 0; border-radius: 0; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyILQdDEUfchm3Egpof9rTrHiyDKAw5C > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4M9ERJtGIlQCRXK3B6COEiTzcwgK5rw { width:19.999rem;height:10.7588125rem;top:6.703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTCC3cpMseDgxdR6mJz7Pcbz0JLsTwm { width:10.81175rem;height:1.9360375rem;top:85.311279296875rem;left:4.593505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ian0CQOqlxQyanQlF3euRFi7Cv78w4xV { display:block; }
 }@media only screen and (max-width: 763px) { #M9hQmNoBCZekGzWedbm3GNhtEADsNXMu { width:15.99825rem;height:1.2999125rem;top:2.5900650024414rem;left:1.9976130127907rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AdyV31q68d9E9N13XhK2gzk7W1kCiF6N { height:11.185840707965rem;width:20rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5B5LEvxlWb6gNMTt6LpxnvQzH7xQ1Fc { width:20rem;height:11.848899958489rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INyFa263yqwJAhUOrBkTZDdxmQW0Z60p { height:11.063861721362rem;width:20rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g73yr9ETmzS2w6UvwEcCmXinJ2SKRdKl { width:20rem;height:11.848899958489rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRBgsrihrAmf6PzBPclChgBNFp2bTNvU { height:11.063861721362rem;width:20rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 { display:block; }#dBUuUnsxmfoTQkRIpuGrRGTkzRyVd9h8 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN7097E4AOt7f9oQIqqFEAZAVONXZxET { width:12.4975625rem;height:1.298825rem;top:3.721923828125rem;left:3.75rem;font-size:1rem;color:#112746;display:block; }
 }@media only screen and (max-width: 763px) { #n8TOPg8AaKphTBlTQ6Nk95TCQsgS4RAy { height:11.25rem;width:20rem;top:8.131103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWIDSH8UAwntuVg7d5nOwgnuTubxfCsM { width:20rem;height:25rem;top:0.831298828125rem;left:0rem;background-color:#7bb99e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG { display:block; }#QRPdCHb6CLfV2KSw3A1bI6KR9WOAN9KG > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWo2f9wE6kIBHWiGxuATazWzTwTXllRp { width:10.81175rem;height:1.9360375rem;top:45.960693359375rem;left:4.593505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyOVbJ2kOF4ym62U5X5AZcx1GXiAIoL { display:block; }
 }@media only screen and (max-width: 763px) { #wRuGn4ivvIrWDMhvRczNPcGhAZpZppNt { width:12.4975625rem;height:1.298825rem;top:3.4716796875rem;left:3.75rem;font-size:1rem;color:#112746;display:block; }
 }@media only screen and (max-width: 763px) { #T76bOfFuAHBHLurl0kiXpaWgsPEQRRBP { width:16.1875rem;height:8.9375rem;top:7.642822265625rem;left:1.5821974439883rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnHtmQtX68sm4wLqwXi8T8MNZyeTKfh { width:15.625rem;height:3.896475rem;top:17.8369140625rem;left:2.37548828125rem;font-size:1rem;color:#112746;display:block; }
 }@media only screen and (max-width: 763px) { #flQFsXyK64JKPkKXlv2z8hGE3q7aO4Ez { width:16.4375rem;height:8.9375rem;top:26.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnXfAALbTg3xRxmF73tT4OTS4Rv6UykJ { width:16.5rem;height:3.896475rem;top:37.0625rem;left:1.5rem;font-size:1rem;color:#112746;display:block; }
 }@media only screen and (max-width: 763px) { #T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 { display:block; }#T8b3lB5rxL1Rtqiz5dTLvn4svUoZhZ01 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wuoq81vNnyal7FaPLSz5F8CuT0RHUgBL { width:19.9989375rem;height:4.87060625rem;top:11.624351501465rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:#003975;display:block; }
 }@media only screen and (max-width: 763px) { #qh9Tbf8eMKdxfvu3B6racvWq5W4dW59q { width:16.625rem;height:3.9375rem;top:4.1243515014649rem;left:0.84309905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDczyT4vRTSQ81WbhkvCnopwdozMVzE { display:block; }#cEDczyT4vRTSQ81WbhkvCnopwdozMVzE > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCneNWQnMZOtf7TaNksbUQ7Tq9uSgHz0 { width:6.12413125rem;height:1.2999125rem;top:0.62282943725586rem;left:6.9368494153025rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }