.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:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:transparent;background-image: -webkit-linear-gradient(170deg, #ffffff, rgba(12,119,255,0.38));background-image: -moz-linear-gradient(170deg, #ffffff, rgba(12,119,255,0.38));background-image: -ms-linear-gradient(170deg, #ffffff, rgba(12,119,255,0.38));background-image: -o-linear-gradient(170deg, #ffffff, rgba(12,119,255,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0c77ff60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0c77ff60' );";background-image: linear-gradient(170deg, #ffffff, rgba(12,119,255,0.38));background-size:auto !important;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; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#231b41;display:block;width:35.0625rem;position:absolute;font-family:"clash display medium";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:7.3125rem;left:1.875rem;height:;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;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:#0c77ff;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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.875rem;left:3.1875rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#231b41;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:31.701171875rem;left:2.5rem;height:5.72411875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/272aa817-555c-4f2a-93fe-43c793287d02/SETA.svg); }
#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { box-sizing:content-box;height:34.375rem;width:25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d530a21-aa47-4404-ae91-33be179627cf/group_79.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:6.5625rem;left:42.625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.adaptive-delivery-prevent-bg, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyload, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyloading { background-image: none; }
#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem; }#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,119,255,0.66); }#nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { background-color:rgba(255,255,255,0.5);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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#6f5cff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.875rem;left:17.5625rem;display:block; }
#yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { position:absolute;display:block;z-index:15084;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:28.125rem;width:14.1875rem;top:11.53125rem;left:37.8125rem;overflow:hidden;display:block; }
#ZrDbGefN28km1nXveTJkWT7653bqhvTz { color:#2b2e5a;display:block;width:8.375rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:2.5625rem;height:;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;display:block; }
#il5201UQG0zA6XMBe2tubiMghWsTzV5I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:2.1875rem;left:0rem; }
#BqUCmaXvNqcpmUqBCL840DTnObt3d2M2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#6f5cff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash display medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:68.5625rem;display:block; }
#CPCZA64GesIete7AP849Gpw1qB2HNX8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4pTJPkJcmPlEL7R0rlcISk4FUE8lOwQ { color:#231b41;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:24.0634765625rem;left:2.5625rem;height:6.7988125rem;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;overflow:hidden;display:block; }
#nqVIdL6nkHnJtNwC253M3eghW1O765kT { 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:24.125rem;width:12.875rem;top:13.53125rem;left:59.59375rem;overflow:hidden;display:block; }
#rhywWmG7smNdn4J7OADBwLGsWcOSzVPZ { position:absolute;display:block;z-index:15086;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:28.125rem;width:16.5625rem;top:10.9375rem;left:46.84375rem;overflow:hidden;display:block; }
#MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn { color:#231b41;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:31.70068359375rem;left:20.8125rem;height:5.72411875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/272aa817-555c-4f2a-93fe-43c793287d02/SETA.svg); }
#LWoBm0XFZt64nPK846KTDK0DsJ4fsVxc { color:#231b41;display:block;width:35.0625rem;position:absolute;font-family:"clash display medium";font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:13.53125rem;left:1.875rem;height:9.0746875rem;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;display:block; }
#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");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; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC.adaptive-delivery-prevent-bg, #ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC.lazyload, #ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC.lazyloading { background-image: none; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container { background-color: transparent; background-image: none; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container > .video-iframe-container { display: none; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row > .video-iframe-container { display: none; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .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); }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container { border-width: 0; border-radius: 0; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC::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; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#dpH4VKbGlTFvRLHfgqH3omoBCFQkMN97 { color:#231b41;display:block;width:44.375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.40625rem;left:15.3125rem;height:3.4375rem;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; }
#DRG47sdIhOJbPwa07yvOlSNWkaOR0IFE { color:#231b41;display:block;width:45.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:9.08203125rem;left:14.6875rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");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; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7.adaptive-delivery-prevent-bg, #EsdALHoT8fEHB6T35IAkw5SKRSWnInD7.lazyload, #EsdALHoT8fEHB6T35IAkw5SKRSWnInD7.lazyloading { background-image: none; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container { background-color: transparent; background-image: none; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container > .video-iframe-container { display: none; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row > .video-iframe-container { display: none; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .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); }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container { border-width: 0; border-radius: 0; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7::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; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#FTCDDG4QeCr0hfxXnsADdxJL1Hx6WZEE { position:absolute;display:block;z-index:15015;background-color:#eff8ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:0rem;display:block; }
#JRTT5us2t37rXqztIrygJ1R7Dbkf1yNX { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:1.75rem;left:7.75rem;height:;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; }
#rwVfT62MTAzwaLPg5BZVpggriya6FCJc { color:#231b41;display:block;width:13.5rem;position:absolute;font-family:"clash display medium";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:5.875rem;left:3.875rem;height:4.53661875rem;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; }
#bGxxrEZinbM8R6vlGh89AV8INqgyHsIU { position:absolute;display:block;z-index:15038;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.0625rem;width:14.0625rem;top:11.86083984375rem;left:41.71875rem;overflow:hidden;display:block; }
#Hgpd4VJLqWtEekIsPQcS5vOKAq842VKP { position:absolute;display:block;z-index:15021;background-color:#eff8ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:18.3125rem;display:block; }
#fBy14CuPem3AU5XvDdN2TDqlFSTcot5C { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:15.375rem;top:13.76708984375rem;left:21.25rem;overflow:hidden;display:block; }
#MCsCFOINRH3PSTOgF1TbMciFXIlRQlCw { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:5.875rem;left:22.9375rem;height:;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; }
#PWwxsbe6FEnHqbqPqssvTXhfwDzocDqo { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:2.09375rem;left:26.0625rem;height:3.4375rem;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; }
#lcfcRD7SCLssonzRmWGdJaTvyUzaQNR1 { position:absolute;display:block;z-index:15027;background-color:#eff8ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:38.125rem;display:block; }
#sQ91e7FNvOA0iu3tzHuHgfgE5EN5ocUx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:11.9375rem;left:5.15625rem;overflow:hidden;display:block; }
#htBEIhl7LQaKoBfnhXnrzbxcHHNUSnXS { color:#231b41;display:block;width:14.875rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:5.875rem;left:41.3125rem;height:;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; }
#fDTsXJQTzQKWFETcODQlqV0ON8xvB574 { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:2.09375rem;left:45.875rem;height:3.4375rem;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; }
#xLuLOGVTqV63AHfs6qZn888gATQTHoMB { position:absolute;display:block;z-index:15031;background-color:#eff8ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:53.75rem;display:block; }
#gGS20c9AasB7J93IGZhD3DT7mepk56At { position:absolute;display:block;z-index:15037;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.4375rem;width:12.4375rem;top:12.67333984375rem;left:58.15625rem;overflow:hidden;display:block; }
#BxT7E96b7I9CNTeszctSx8RwvPNt2uOU { color:#231b41;display:block;width:14rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:5.875rem;left:58.375rem;height:;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; }
#u2RU3R9hUOTBmreTVu1h3tNwACA9U1h3 { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:2.09375rem;left:61.5rem;height:3.4375rem;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; }
#vVuGnTq1kv4O7ZzDUxxtdwEwbEM7FR06 { color:#231b41;display:block;width:15.375rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:9.833984375rem;left:58.15625rem;height:1.58105625rem;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; }
#VeBh3CexCIvwVZ56bbDAUH710R3lC90S { color:#231b41;display:block;width:15.8125rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:11.9228515625rem;left:57.46875rem;height:1.58105625rem;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; }
#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");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; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK.adaptive-delivery-prevent-bg, #SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK.lazyload, #SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK.lazyloading { background-image: none; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container { background-color: transparent; background-image: none; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container > .video-iframe-container { display: none; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row > .video-iframe-container { display: none; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .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); }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container { border-width: 0; border-radius: 0; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK::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; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#Dr5lhnlHZLmBB486WLShgrtzIZXtbKQ5 { color:#231b41;display:block;width:44.375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.90625rem;left:15.3125rem;height:;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; }
#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");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; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb.adaptive-delivery-prevent-bg, #F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb.lazyload, #F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb.lazyloading { background-image: none; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container { background-color: transparent; background-image: none; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container > .video-iframe-container { display: none; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row > .video-iframe-container { display: none; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .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); }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container { border-width: 0; border-radius: 0; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb::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; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#XVGMDSuUIsngk76CSKzln2fWvKtWCG67 { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:1.75rem;left:7.75rem;height:;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; }
#TV9xPGr4uieBHHB85nsvis235oivfPmZ { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:5.8125rem;left:4.625rem;height:;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; }
#UGLcZvwUkvNhPen7FKw7PTqrds2DMG9E { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:5.875rem;left:22.9375rem;height:;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; }
#zFzX2wKiXOiRSHmEq1lltO72oi0JIkhg { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:2.09375rem;left:26.0625rem;height:3.4375rem;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; }
#PTvgSnlxKOMAEkR5h5kWomtDvnpeKCef { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:5.8125rem;left:42.75rem;height:;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; }
#LD8qbEpaLGMrWTzwkIBPbHgBFvPhJQvt { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:2.09375rem;left:45.875rem;height:3.4375rem;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; }
#FtbPUTtET12UNmnb8AfTdSzqQ0s4XD80 { color:#231b41;display:block;width:12rem;position:absolute;font-family:"clash display medium";font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:5.9375rem;left:61.625rem;height:;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; }
#FRTpKZGWtcbIuQw8DfHSH6QhDHp60Lcs { color:#0c77ff;display:block;width:5.75rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:2.09375rem;left:64.75rem;height:3.4375rem;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; }
#eM0az4mzW3nOpCbxVmonvz1muEErwX6P { color:#231b41;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:10.2744140625rem;left:2.375rem;height:11.8979375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GdBBtgTWZK7PdFwMpgFtvNldrUZWe2qt { color:#231b41;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:10.2744140625rem;left:22.375rem;height:8.4985625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Jtvk9JvgdJN7FruieyrNQA0UtciF6azB { color:#231b41;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:10.2744140625rem;left:41.375rem;height:10.19825rem;font-style:normal;text-align:center;text-align-last:center;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; }
#GQ22zOX6CpWQP98TUk90zzJ3NIuwBQ4Q { color:#231b41;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:10.2744140625rem;left:60.25rem;height:10.19825rem;font-style:normal;text-align:center;text-align-last:center;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; }
#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);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; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { border-width: 0; border-radius: 0; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:none; }#cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { color:#231b41;display:block;width:34.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5830078125rem;left:20.28125rem;height:;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; }
#i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { color:#6f5cff;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.28125rem;height:1.375rem;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; }
#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);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:none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { border-width: 0; border-radius: 0; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:none; }#TJqBr5E3ROibf73TOmmO8JpphvvpPs3e { box-sizing:content-box;height:25.1875rem;width:32.5rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae5d1a5b-f59b-4d5d-ba3e-0accbbecd41a/11.crop_1459x877_0,95.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.5625rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#TJqBr5E3ROibf73TOmmO8JpphvvpPs3e.adaptive-delivery-prevent-bg, #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e.lazyload, #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e.lazyloading { background-image: none; }
#EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(111,92,255,0.65), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(111,92,255,0.65), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(111,92,255,0.65), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(111,92,255,0.65), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cffa5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5cffa5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(111,92,255,0.65), rgba(0,0,0,0));background-size:cover !important;top:0.5625rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:3.1875rem;left:6.25rem;height:;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:left;text-align-last:left;display:block; }
#FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:4.1875rem;left:22.8125rem;height:3.5rem;font-style:normal;display:block; }
#XGMHUu4wG9RqOny7De0SNine77JLnqCA { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.25rem;left:6.375rem; }
#Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk { box-sizing:content-box;height:25.1875rem;width:32.5rem;position:absolute;display:block;z-index:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4213e2d4-7df0-46a7-93e4-696dfaff2c6c/24b3340c3284c8cc691a3d66024f8512.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.5625rem;left:38.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk.adaptive-delivery-prevent-bg, #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk.lazyload, #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk.lazyloading { background-image: none; }
#KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { box-sizing:content-box;height:13.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:cover !important;top:0.5625rem;left:38.03125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:30.625rem;left:6.3125rem;height:5.09911875rem;font-style:normal;display:block; }
#U6gT43HArpINgHil4NzbTSdrMs15FeQp { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:3.1875rem;left:39.9375rem;height:5.5rem;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:left;text-align-last:left;display:block; }
#wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { color:#231b41;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:30.625rem;left:39.9375rem;height:5.09911875rem;font-style:normal;display:block; }
#lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.25rem;left:40.0625rem; }
#Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15085;line-height:1.4;letter-spacing:0;top:4.1875rem;left:49.75rem;height:3.5rem;font-style:normal;display:block; }
#IUGwsINJkwPnGVQ5KNWxD5XanxiTFnhI { color:#6f5cff;display:block;width:20.5625rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:37rem;left:14.5rem;height:1.9121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UWpaFGraw4ZPBckMJbzqMKNauRTfciM5 { color:#6f5cff;display:block;width:20.5625rem;position:absolute;font-family:"clash display medium";font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:37rem;left:48.125rem;height:1.9121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ed25df-495f-477d-aafb-7e5fc98cc81b/MARKETING_1920x1080_3.format_auto.avif");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:none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:none; }#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:#6f5cff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.3125rem;left:30.625rem;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQ3MInJbOZkgD1FpkCA2KAdeynGiX7Ru { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13rem;width:13rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:62rem; }
#mT3Uh8LO02Sr478mg1GJckksWba7rukW { color:#dc8ae8;display:block;width:49.8125rem;position:absolute;font-family:"clash display";font-size:2rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0625rem;left:11.9375rem;height:9rem;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; }
#qDR8e1GPh6sdvpDh1Ph6wLvhlDciRFhn { color:#6f5cff;display:block;width:8.625rem;position:absolute;font-family:"clash display medium";font-size:2rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:21.875rem;left:13.0625rem;height:3.5996125rem;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; }
#aCTHufuTrdipEJmIQ4Q5mvL7xIA9DETJ { color:#9088d1;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.53125rem;left:20.28125rem;height:1.375rem;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; }
#VzR06sf9b6BNsrCFt2T88GnTfU6heaEJ { position:absolute;display:block;z-index:15000;background-color:#dc8ae8;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7rem;width:7rem;top:20.125rem;left:13.875rem;display:block; }
#HA8iVdDZaJ3STo4DZwVcQdMw2X3xpTAb { color:#dc8ae8;display:block;width:8.125rem;position:absolute;font-family:"clash display medium";font-size:1.625rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:3.55078125rem;left:64.4375rem;height:3.57421875rem;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; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#6f5cff;padding-top:0.57rem;padding-right:0.5175rem;padding-bottom:0.57rem;padding-left:0.5175rem;display:block;align-items:center;width:3.1025rem;min-width:3.1025rem;height:3.0625rem;position:relative;font-family:"clash display";font-size:2.280625rem;font-weight:400;line-height:49px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-label { background-color:;background-image:none;color:#6f5cff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.138125rem;height:1.209375rem;position:relative;font-family:"open sans";font-size:0.855rem;font-weight:400;line-height:19.35px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.4375rem;height:5.8125rem;padding-top:0.7125rem;padding-right:0.739375rem;padding-bottom:0.7125rem;padding-left:0.739375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.4111328125rem;left:26.0400390625rem;z-index:15083; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #iKobrHg7oLuBLBrXoO3OWJqF3MSqmU91 { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #xpSbeAt9hptLTlibWRAUO4NJSm8OTnPg { width:auto; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #MotApCBlK6pqR7g9bruZIFqNbq6huo2A {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #ZvzWXtpBTSlTB17QdIwEUoIrI2UdKZPA { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #TdXsXSAOlAwnOEWBpeE3JWOITza5O3yc {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #wlmFGiKTXcPCVATKniq3Blmhl6y6L9Bh {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #PPdb80qZx6TLggAwdFte0gVixWgDMPdS { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #dD2DLGLqo4scFfAcwqHcQB6lDDvIuPxR {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #N6moxD8HW4DM6SvCXdcgQvhpilCIkZ5L {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #NnhfcGdloXUMcCH3RpBq2bLOdpNwJg2f { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #OA5PsGTidIvAKuTO9iBTi5zJN6T9NmIt {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #avzJzTlRUcCu6aGB5xcJMRgQil6qah1t {  }
#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e1c2fa, #f3c2fa);background-image: -moz-linear-gradient(90deg, #e1c2fa, #f3c2fa);background-image: -ms-linear-gradient(90deg, #e1c2fa, #f3c2fa);background-image: -o-linear-gradient(90deg, #e1c2fa, #f3c2fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c2fa', endColorstr='#f3c2fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c2fa', endColorstr='#f3c2fa' );";background-image: linear-gradient(90deg, #e1c2fa, #f3c2fa);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:none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { border-width: 0; border-radius: 0; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:none; }#pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ { box-sizing:content-box;height:23.4375rem;width:26.5rem;position:absolute;display:block;z-index:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4917edec-97a3-48a0-b1d8-0f23ca4422ef/9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:44.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ.adaptive-delivery-prevent-bg, #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ.lazyload, #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ.lazyloading { background-image: none; }
#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { box-sizing:content-box;height:21.6875rem;width:42.125rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4fe6bc6b-7a05-407e-8160-0f49267adb89/10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.1728515625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;display:block; }#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.adaptive-delivery-prevent-bg, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyload, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyloading { background-image: none; }
#bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { color:#211747;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:9.7265625rem;left:0rem;height:3.3994125rem;font-style:normal;display:block; }
#kFeAohQdhvMBka7LvdKHL3tktWfTr9iu { box-sizing:content-box;height:18.875rem;width:19.8125rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d926bf21-e5a4-4347-abb3-ce23feb3da33/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.171875rem;left:22.375rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:0rem;display:block; }#kFeAohQdhvMBka7LvdKHL3tktWfTr9iu.adaptive-delivery-prevent-bg, #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu.lazyload, #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu.lazyloading { background-image: none; }
#xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { color:#211747;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:39.9619140625rem;left:2.125rem;height:15.297375rem;font-style:normal;display:block; }
#MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { color:#2b2e5a;display:block;width:34.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:3.4375rem;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:left;text-align-last:left;display:block; }
#vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:30.4375rem;left:47.5625rem;height:1.69970625rem;font-style:normal;display:block; }
#EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { box-sizing:content-box;height:25.9375rem;width:29.1875rem;position:absolute;display:block;z-index:15002;background-color:#6f5cff;background-image:none;top:24.92578125rem;left:44.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.75rem;display:block; }
#Lv4Mv0mRkaHBeLysuoRZddMG1A5oyERA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:46.6875rem;left:47.375rem; }
#pu85NVqwOcyGJSAegCIWS0oPcBZFnswT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:46.6875rem;left:50.875rem; }
#fpFVmcoEhn2DefCD8nz6x1ly1D5a2pZc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:46.6875rem;left:54.5625rem; }
#ewnS0ycy7V8vMPtePWB9VEirGRLkc68I { color:rgba(255,255,255,0.5);display:block;width:21.5rem;position:absolute;font-family:"clash display";font-size:1rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:44.3125rem;left:47.5625rem;height:1.69970625rem;font-style:normal;display:block; }
#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);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; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { background-color: transparent; background-image: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container > .video-iframe-container { display: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container { display: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .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); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { border-width: 0; border-radius: 0; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { color:#231b41;display:block;width:34.4375rem;position:absolute;font-family:"clash display medium";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5830078125rem;left:20.28125rem;height:;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; }
#JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { color:#6f5cff;display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.28125rem;height:;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; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -moz-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -ms-linear-gradient(90deg, #c7cce3, #fbe3ff);background-image: -o-linear-gradient(90deg, #c7cce3, #fbe3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cce3', endColorstr='#fbe3ff' );";background-image: linear-gradient(90deg, #c7cce3, #fbe3ff);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; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #6f5cff; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5rem;font-family:"clash display medium";font-style:normal;color:#231b41;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#231b41;height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ccd83dad46878dae0eb598de2db2deeab3ddf021.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.1875rem;left:16.15625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T { display:none; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#231b41;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:52.5rem;height:1.48730625rem;text-align:right;text-align-last:right;display:block; }
#b4PUA0ZzCTbEMJRsGpJBVrPwCK36lqlk { color:#2b2e5a;display:block;width:13.3125rem;position:absolute;font-family:"clash display medium";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.0625rem;left:2.5625rem;height:1.375rem;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;display:block; }
#N4fxZlrsCDTlQm9yl47xT13Ahm7BNhkm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:2.8125rem;left:0rem; }
#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL { position:relative;display:none; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL { border-width: 0; border-radius: 0; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .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; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .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: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:none; }#DsLU7kz6us6lGVpFNxHUdELZeCilT3JN { background-color:#0c77ff;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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;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:"clash display medium";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.625rem;left:3.1875rem;display:none; }
#P2yyA3kzSzJJkpGrkFNhSRRaRJkA5dKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:7.3125rem;left:0rem;width:35.0625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/272aa817-555c-4f2a-93fe-43c793287d02/SETA.svg); }
 }@media only screen and (max-width: 763px) { #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { width:25rem;height:34.375rem;top:6.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block; }
 }@media only screen and (max-width: 763px) { #r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { width:14.1875rem;height:28.125rem;top:11.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDbGefN28km1nXveTJkWT7653bqhvTz { top:2.4375rem;left:0rem;width:8.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il5201UQG0zA6XMBe2tubiMghWsTzV5I { width:1.875rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqUCmaXvNqcpmUqBCL840DTnObt3d2M2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPCZA64GesIete7AP849Gpw1qB2HNX8Q { display:block; }
 }@media only screen and (max-width: 763px) { #o4pTJPkJcmPlEL7R0rlcISk4FUE8lOwQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVIdL6nkHnJtNwC253M3eghW1O765kT { width:12.875rem;height:24.125rem;top:13.5rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhywWmG7smNdn4J7OADBwLGsWcOSzVPZ { width:16.5625rem;height:28.125rem;top:10.9375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/272aa817-555c-4f2a-93fe-43c793287d02/SETA.svg); }
 }@media only screen and (max-width: 763px) { #LWoBm0XFZt64nPK846KTDK0DsJ4fsVxc { top:13.5rem;left:0rem;width:35.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC { display:block; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpH4VKbGlTFvRLHfgqH3omoBCFQkMN97 { top:4.375rem;left:1.6875rem;width:44.375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRG47sdIhOJbPwa07yvOlSNWkaOR0IFE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 { display:block; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTCDDG4QeCr0hfxXnsADdxJL1Hx6WZEE { width:21.25rem;height:21.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRTT5us2t37rXqztIrygJ1R7Dbkf1yNX { top:1.75rem;left:0rem;width:5.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwVfT62MTAzwaLPg5BZVpggriya6FCJc { top:5.875rem;left:0rem;width:13.5rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGxxrEZinbM8R6vlGh89AV8INqgyHsIU { width:14.0625rem;height:14.0625rem;top:11.8125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgpd4VJLqWtEekIsPQcS5vOKAq842VKP { width:21.25rem;height:21.25rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBy14CuPem3AU5XvDdN2TDqlFSTcot5C { width:15.375rem;height:10.25rem;top:13.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCsCFOINRH3PSTOgF1TbMciFXIlRQlCw { top:5.875rem;left:9.3125rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWwxsbe6FEnHqbqPqssvTXhfwDzocDqo { top:2.0625rem;left:12.4375rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfcRD7SCLssonzRmWGdJaTvyUzaQNR1 { width:21.25rem;height:21.25rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ91e7FNvOA0iu3tzHuHgfgE5EN5ocUx { width:10.9375rem;height:10.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htBEIhl7LQaKoBfnhXnrzbxcHHNUSnXS { top:5.875rem;left:27.6875rem;width:14.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTsXJQTzQKWFETcODQlqV0ON8xvB574 { top:2.0625rem;left:32.25rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLuLOGVTqV63AHfs6qZn888gATQTHoMB { width:21.25rem;height:21.25rem;top:0rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGS20c9AasB7J93IGZhD3DT7mepk56At { width:12.4375rem;height:12.4375rem;top:12.625rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxT7E96b7I9CNTeszctSx8RwvPNt2uOU { top:5.875rem;left:33.75rem;width:14rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RU3R9hUOTBmreTVu1h3tNwACA9U1h3 { top:2.0625rem;left:42rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVuGnTq1kv4O7ZzDUxxtdwEwbEM7FR06 { top:9.8125rem;left:32.375rem;width:15.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeBh3CexCIvwVZ56bbDAUH710R3lC90S { top:11.875rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK { display:block; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr5lhnlHZLmBB486WLShgrtzIZXtbKQ5 { top:6.875rem;left:1.6875rem;width:44.375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb { display:block; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVGMDSuUIsngk76CSKzln2fWvKtWCG67 { top:1.75rem;left:0rem;width:5.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV9xPGr4uieBHHB85nsvis235oivfPmZ { top:5.8125rem;left:0rem;width:12rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGLcZvwUkvNhPen7FKw7PTqrds2DMG9E { top:5.875rem;left:9.3125rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzX2wKiXOiRSHmEq1lltO72oi0JIkhg { top:2.0625rem;left:12.4375rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvgSnlxKOMAEkR5h5kWomtDvnpeKCef { top:5.8125rem;left:29.125rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8qbEpaLGMrWTzwkIBPbHgBFvPhJQvt { top:2.0625rem;left:32.25rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtbPUTtET12UNmnb8AfTdSzqQ0s4XD80 { top:5.9375rem;left:35.75rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRTpKZGWtcbIuQw8DfHSH6QhDHp60Lcs { top:2.0625rem;left:42rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0az4mzW3nOpCbxVmonvz1muEErwX6P { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBBtgTWZK7PdFwMpgFtvNldrUZWe2qt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtvk9JvgdJN7FruieyrNQA0UtciF6azB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ22zOX6CpWQP98TUk90zzJ3NIuwBQ4Q { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { top:6.5625rem;left:6.65625rem;width:34.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { top:4.25rem;left:6.65625rem;width:34.4375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { display:block; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e { width:32.5rem;height:25.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { width:32.5rem;height:13.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { top:3.1875rem;left:0rem;width:13.5rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGMHUu4wG9RqOny7De0SNine77JLnqCA { width:2.6875rem;height:2.6875rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk { width:32.5rem;height:25.1875rem;top:0.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { width:32.5625rem;height:13.4375rem;top:0.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gT43HArpINgHil4NzbTSdrMs15FeQp { top:3.1875rem;left:25.75rem;width:22rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { width:2.6875rem;height:2.6875rem;top:27.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGwsINJkwPnGVQ5KNWxD5XanxiTFnhI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWpaFGraw4ZPBckMJbzqMKNauRTfciM5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #pQ3MInJbOZkgD1FpkCA2KAdeynGiX7Ru { width:13rem;height:13rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3Uh8LO02Sr478mg1GJckksWba7rukW { top:7.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDR8e1GPh6sdvpDh1Ph6wLvhlDciRFhn { top:21.875rem;left:0rem;width:8.625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTHufuTrdipEJmIQ4Q5mvL7xIA9DETJ { top:3.5rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzR06sf9b6BNsrCFt2T88GnTfU6heaEJ { width:7rem;height:7rem;top:20.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA8iVdDZaJ3STo4DZwVcQdMw2X3xpTAb { top:3.5rem;left:39.625rem;width:8.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv { display:flex;width:21.4375rem;height:5.8125rem;top:17.375rem;left:12.4150390625rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #iKobrHg7oLuBLBrXoO3OWJqF3MSqmU91 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #xpSbeAt9hptLTlibWRAUO4NJSm8OTnPg {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #MotApCBlK6pqR7g9bruZIFqNbq6huo2A {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #ZvzWXtpBTSlTB17QdIwEUoIrI2UdKZPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #TdXsXSAOlAwnOEWBpeE3JWOITza5O3yc {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #wlmFGiKTXcPCVATKniq3Blmhl6y6L9Bh {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #PPdb80qZx6TLggAwdFte0gVixWgDMPdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #dD2DLGLqo4scFfAcwqHcQB6lDDvIuPxR {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #N6moxD8HW4DM6SvCXdcgQvhpilCIkZ5L {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #NnhfcGdloXUMcCH3RpBq2bLOdpNwJg2f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #OA5PsGTidIvAKuTO9iBTi5zJN6T9NmIt {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #avzJzTlRUcCu6aGB5xcJMRgQil6qah1t {  }
 }@media only screen and (max-width: 763px) { #EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { display:block; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ { width:26.5rem;height:23.4375rem;top:4.625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { width:42.125rem;height:21.6875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu { width:19.8125rem;height:18.875rem;top:38.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { top:4.625rem;left:0rem;width:34.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { width:29.1875rem;height:25.9375rem;top:24.875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4Mv0mRkaHBeLysuoRZddMG1A5oyERA { width:2.5rem;height:2.5rem;top:46.6875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu85NVqwOcyGJSAegCIWS0oPcBZFnswT { width:2.5rem;height:2.5rem;top:46.6875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpFVmcoEhn2DefCD8nz6x1ly1D5a2pZc { width:2.5rem;height:2.5rem;top:46.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewnS0ycy7V8vMPtePWB9VEirGRLkc68I { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { top:6.5625rem;left:6.65625rem;width:34.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { top:4.25rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4PUA0ZzCTbEMJRsGpJBVrPwCK36lqlk { top:3.0625rem;left:0rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4fxZlrsCDTlQm9yl47xT13Ahm7BNhkm { width:1.875rem;height:1.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL { display:none; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DsLU7kz6us6lGVpFNxHUdELZeCilT3JN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2yyA3kzSzJJkpGrkFNhSRRaRJkA5dKu { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:7.8369375rem;top:7.41259765625rem;left:0rem;font-size:2.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.75rem;top:47.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:20rem;height:4rem;top:42.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/272aa817-555c-4f2a-93fe-43c793287d02/SETA.svg); }
 }@media only screen and (max-width: 763px) { #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { width:14.1875rem;height:21.625rem;top:41.25rem;left:3.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26547a8a-ef41-48cf-b100-44b4ef5f507b/rolexsubmariner14060hero.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.adaptive-delivery-prevent-bg, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyload, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyloading { background-image: none; }
#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); } }@media only screen and (max-width: 763px) { #nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { width:9rem;height:2.3125rem;top:52.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block; }
 }@media only screen and (max-width: 763px) { #r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { width:5.375rem;height:10.6875rem;top:23.125rem;left:12.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDbGefN28km1nXveTJkWT7653bqhvTz { width:8.375rem;height:1.375rem;top:3.9375rem;left:6.125rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il5201UQG0zA6XMBe2tubiMghWsTzV5I { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #BqUCmaXvNqcpmUqBCL840DTnObt3d2M2 { width:3.375rem;height:2.5rem;top:6.75rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPCZA64GesIete7AP849Gpw1qB2HNX8Q { display:block; }
 }@media only screen and (max-width: 763px) { #o4pTJPkJcmPlEL7R0rlcISk4FUE8lOwQ { width:20rem;height:7.03125rem;top:35.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nqVIdL6nkHnJtNwC253M3eghW1O765kT { width:6.125rem;height:11.5rem;top:22.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhywWmG7smNdn4J7OADBwLGsWcOSzVPZ { width:7.6875rem;height:13.25rem;top:21.875rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn { width:8rem;height:4rem;top:42.6875rem;left:12rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MiSqJGJAuCu2gQRnThxLfawR7n8tqwAn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/272aa817-555c-4f2a-93fe-43c793287d02/SETA.svg); }
 }@media only screen and (max-width: 763px) { #LWoBm0XFZt64nPK846KTDK0DsJ4fsVxc { width:20rem;height:5.15625rem;top:15.8125rem;left:0rem;font-size:1.5625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC { display:block; }#ohuK1ThzHauV3kBvt7GLw2Gr4KRb96MC > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpH4VKbGlTFvRLHfgqH3omoBCFQkMN97 { width:20rem;height:2.19970625rem;top:5.75rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRG47sdIhOJbPwa07yvOlSNWkaOR0IFE { width:20rem;height:10.19825rem;top:9.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 { display:block; }#EsdALHoT8fEHB6T35IAkw5SKRSWnInD7 > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTCDDG4QeCr0hfxXnsADdxJL1Hx6WZEE { width:16.75rem;height:16.75rem;top:2rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRTT5us2t37rXqztIrygJ1R7Dbkf1yNX { width:5.75rem;height:3.1621125rem;top:3.3994140625rem;left:7.125rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwVfT62MTAzwaLPg5BZVpggriya6FCJc { width:12rem;height:7.5610625rem;top:6.75rem;left:4rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGxxrEZinbM8R6vlGh89AV8INqgyHsIU { width:12.4375rem;height:12.4375rem;top:14.31103515625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgpd4VJLqWtEekIsPQcS5vOKAq842VKP { width:16.75rem;height:16.75rem;top:28.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBy14CuPem3AU5XvDdN2TDqlFSTcot5C { width:15.375rem;height:10.25rem;top:40.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCsCFOINRH3PSTOgF1TbMciFXIlRQlCw { width:12rem;height:6.32425rem;top:33.375rem;left:4rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWwxsbe6FEnHqbqPqssvTXhfwDzocDqo { width:5.75rem;height:3.1621125rem;top:29.625rem;left:7.125rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcfcRD7SCLssonzRmWGdJaTvyUzaQNR1 { width:16.75rem;height:16.75rem;top:52.125rem;left:1.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sQ91e7FNvOA0iu3tzHuHgfgE5EN5ocUx { width:8.5625rem;height:8.5625rem;top:66.125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htBEIhl7LQaKoBfnhXnrzbxcHHNUSnXS { width:12rem;height:7.90525rem;top:56.625rem;left:3.8125rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDTsXJQTzQKWFETcODQlqV0ON8xvB574 { width:5.75rem;height:3.1621125rem;top:53.375rem;left:6.9375rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLuLOGVTqV63AHfs6qZn888gATQTHoMB { width:20rem;height:21.25rem;top:76.5rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gGS20c9AasB7J93IGZhD3DT7mepk56At { width:12.4375rem;height:12.4375rem;top:87.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxT7E96b7I9CNTeszctSx8RwvPNt2uOU { width:12rem;height:4.7431625rem;top:82.4375rem;left:4rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2RU3R9hUOTBmreTVu1h3tNwACA9U1h3 { width:5.75rem;height:2.19970625rem;top:79.21875rem;left:6.875rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVuGnTq1kv4O7ZzDUxxtdwEwbEM7FR06 { width:15.375rem;height:1.58105625rem;top:101.5625rem;left:2.3125rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeBh3CexCIvwVZ56bbDAUH710R3lC90S { width:15.8125rem;height:1.58105625rem;top:104.39355625rem;left:2.0625rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK { display:block; }#SzgzliTZLsFbuPDEqyv6JaPTSTSZ7yIK > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr5lhnlHZLmBB486WLShgrtzIZXtbKQ5 { width:12.75rem;height:4.3994125rem;top:5.5625rem;left:3.625rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb { display:block; }#F5C2CQlm3aqWmpkU9WVt70OhLz3Ek4wb > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVGMDSuUIsngk76CSKzln2fWvKtWCG67 { width:5.75rem;height:3.1621125rem;top:0rem;left:0.4375rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV9xPGr4uieBHHB85nsvis235oivfPmZ { width:6.625rem;height:1.51220625rem;top:3.125rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGLcZvwUkvNhPen7FKw7PTqrds2DMG9E { width:5.75rem;height:1.58105625rem;top:22.875rem;left:0rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFzX2wKiXOiRSHmEq1lltO72oi0JIkhg { width:5.75rem;height:3.1621125rem;top:19.6875rem;left:0rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTvgSnlxKOMAEkR5h5kWomtDvnpeKCef { width:5.625rem;height:1.58105625rem;top:39.8125rem;left:0.0625rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LD8qbEpaLGMrWTzwkIBPbHgBFvPhJQvt { width:5.75rem;height:3.1621125rem;top:36.625rem;left:0rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtbPUTtET12UNmnb8AfTdSzqQ0s4XD80 { width:4.9375rem;height:3.1621125rem;top:55.5625rem;left:0rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRTpKZGWtcbIuQw8DfHSH6QhDHp60Lcs { width:4.125rem;height:2.19970625rem;top:53.375rem;left:0.0625rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eM0az4mzW3nOpCbxVmonvz1muEErwX6P { width:12.0625rem;height:18.69675rem;top:0rem;left:7.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdBBtgTWZK7PdFwMpgFtvNldrUZWe2qt { width:11.5625rem;height:13.597625rem;top:21.4775390625rem;left:8.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jtvk9JvgdJN7FruieyrNQA0UtciF6azB { width:12.5rem;height:13.597625rem;top:37.9375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GQ22zOX6CpWQP98TUk90zzJ3NIuwBQ4Q { width:13.625rem;height:11.8979375rem;top:56.412109375rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { display:none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { width:20rem;height:2.19970625rem;top:5.125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { width:20rem;height:1.375rem;top:2.5rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { display:none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { width:20rem;height:96.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e { width:20rem;height:25.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { width:20rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { width:16rem;height:4.3999rem;top:4.125rem;left:1.875rem;font-size:4rem;z-index:15087;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { width:16rem;height:3.1494125rem;top:9.1484375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGMHUu4wG9RqOny7De0SNine77JLnqCA { display:flex;width:2.6875rem;height:2.6875rem;top:27.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk { width:20rem;height:25.1875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { width:20rem;height:13.4375rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { width:17.8125rem;height:11.472625rem;top:31.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6gT43HArpINgHil4NzbTSdrMs15FeQp { width:16rem;height:4.3999rem;top:50.625rem;left:1.875rem;font-size:4rem;z-index:15086;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { width:18.0625rem;height:11.472625rem;top:78.125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { display:flex;width:2.6875rem;height:2.6875rem;top:74.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { width:16rem;height:3.1494125rem;top:55rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUGwsINJkwPnGVQ5KNWxD5XanxiTFnhI { width:17.8125rem;height:1.9121125rem;top:43.6875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWpaFGraw4ZPBckMJbzqMKNauRTfciM5 { width:17.8125rem;height:1.9121125rem;top:90.625rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:52.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.75rem;top:36rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #pQ3MInJbOZkgD1FpkCA2KAdeynGiX7Ru { display:flex;width:8.125rem;height:8.125rem;top:42.5rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #mT3Uh8LO02Sr478mg1GJckksWba7rukW { width:17.9375rem;height:19.597625rem;top:6.78125rem;left:1.03125rem;font-size:1.75rem;z-index:15037;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qDR8e1GPh6sdvpDh1Ph6wLvhlDciRFhn { width:4.8125rem;height:2.25rem;top:42.5rem;left:5.375rem;font-size:1.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #aCTHufuTrdipEJmIQ4Q5mvL7xIA9DETJ { width:9.6875rem;height:3.25rem;top:2.8125rem;left:5.15625rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VzR06sf9b6BNsrCFt2T88GnTfU6heaEJ { width:5.375rem;height:5.375rem;top:40.875rem;left:5.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HA8iVdDZaJ3STo4DZwVcQdMw2X3xpTAb { width:6.4375rem;height:2.5rem;top:44.6875rem;left:9.1875rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv { display:flex;width:18rem;height:5.0625rem;top:28.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #iKobrHg7oLuBLBrXoO3OWJqF3MSqmU91 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #xpSbeAt9hptLTlibWRAUO4NJSm8OTnPg {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #MotApCBlK6pqR7g9bruZIFqNbq6huo2A {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #ZvzWXtpBTSlTB17QdIwEUoIrI2UdKZPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #TdXsXSAOlAwnOEWBpeE3JWOITza5O3yc {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #wlmFGiKTXcPCVATKniq3Blmhl6y6L9Bh {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #PPdb80qZx6TLggAwdFte0gVixWgDMPdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #dD2DLGLqo4scFfAcwqHcQB6lDDvIuPxR {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #N6moxD8HW4DM6SvCXdcgQvhpilCIkZ5L {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #NnhfcGdloXUMcCH3RpBq2bLOdpNwJg2f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #OA5PsGTidIvAKuTO9iBTi5zJN6T9NmIt {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #avzJzTlRUcCu6aGB5xcJMRgQil6qah1t {  }
 }@media only screen and (max-width: 763px) { #EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { display:none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { width:20rem;height:128rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ { width:17.8125rem;height:19.25rem;top:34.875rem;left:1.09375rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { width:17.8125rem;height:18.25rem;top:15.509765625rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { width:20rem;height:7.6484375rem;top:6.19921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu { width:19.8125rem;height:18.875rem;top:106.2314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { width:19rem;height:17.209rem;top:87.134765625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { width:20rem;height:2.19970625rem;top:2.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { width:17.25rem;height:1.9121125rem;top:55.625rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { width:20rem;height:39.25rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4Mv0mRkaHBeLysuoRZddMG1A5oyERA { display:flex;width:2.5rem;height:2.5rem;top:80.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #pu85NVqwOcyGJSAegCIWS0oPcBZFnswT { display:flex;width:2.5rem;height:2.5rem;top:80.4375rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #fpFVmcoEhn2DefCD8nz6x1ly1D5a2pZc { display:flex;width:2.5rem;height:2.5rem;top:80.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ewnS0ycy7V8vMPtePWB9VEirGRLkc68I { width:14.375rem;height:1.9121125rem;top:77.9375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { width:20rem;height:2.19970625rem;top:5.75rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { width:20rem;height:1.375rem;top:3.125rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:39.422875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:3.3994125rem;top:6.36328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4PUA0ZzCTbEMJRsGpJBVrPwCK36lqlk { width:14.625rem;height:1.375rem;top:2.8125rem;left:4.75rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4fxZlrsCDTlQm9yl47xT13Ahm7BNhkm { display:flex;width:1.875rem;height:1.875rem;top:2.5625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL { 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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row .container { background-color: transparent; background-image: none; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row .container > .video-iframe-container { display: none; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row > .video-iframe-container { display: none; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .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); }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row .container { border-width: 0; border-radius: 0; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWF8TAe0VPdmLDtQGMTEROL0IoTGdXCL > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsLU7kz6us6lGVpFNxHUdELZeCilT3JN { width:20rem;height:2.5rem;top:0rem;left:0rem;z-index:15006;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P2yyA3kzSzJJkpGrkFNhSRRaRJkA5dKu { display:block; }
 }