.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { border-width: 0; border-radius: 0; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:none; }#RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { z-index:15003;top:0.28125rem;left:24.34375rem;background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F72Az2cQod1ZQJU2okb16zmiki5T1g2h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:10.1875rem;top:0.84375rem;left:1.3125rem;overflow:hidden;display:block; }
#IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.84375rem;left:36.09375rem;overflow:hidden;display:block; }
#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { background-color: transparent; background-image: none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container > .video-iframe-container { display: none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row > .video-iframe-container { display: none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .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); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { border-width: 0; border-radius: 0; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { z-index:15003;top:0.28125rem;left:45.65625rem;background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.6875rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:10.1875rem;top:0.84375rem;left:1.3125rem;overflow:hidden;display:block; }
#NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dHFlTUBnhrqPnNIsafn91img4xpeUqlM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.84375rem;left:57.53125rem;overflow:hidden;display:block; }
#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:top center !important;background-repeat: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; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.adaptive-delivery-prevent-bg, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyload, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyloading { background-image: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { background-color: transparent; background-image: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .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); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { border-width: 0; border-radius: 0; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;position:relative;display:block; }#xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:17.1875rem;left:13.375rem;height:3.15rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { display:block;width:43.4375rem;position:absolute;font-family:"chillax semi-bold";font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:9.42529296875rem;left:8.28125rem;height:6.325rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#KEsXW51igIAKuB71b8m6ufKOouhRsesn { position:absolute;display:block;z-index:15006;height:3.5rem;width:6.25rem;top:0rem;left:26.875rem;display:block; }
#iVfxlKvEIbMEXsumVLykCA6BXQuFsqOv { 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:3.4375rem;width:26rem;top:53rem;left:0rem;overflow:hidden;display:block; }
#I8RiQ1peid3Z0yAbAk46Hb4R8a9rWMtA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:22rem;left:12.8125rem;overflow:hidden;display:block; }
#T2AvqkgZMaBTgIucC8acXi71obMHi9PJ { display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.125rem;left:15.375rem;height:1.4rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GxOfMrZH9onJtqabI8D0lg3a6azDgdWm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:21.125rem;display:none; }
#IQTMyVwlA0cnqz3zayJudq3Zn3zzJbka { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:22.3125rem;display:none; }
#PUrZuKexmBaKQ1WNS1rriMMmC5caimne { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:22rem;left:28.375rem;overflow:hidden;display:block; }
#ZpX6xiWqZfSfM6PtTlmnACJxXqPuvt67 { display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:22.125rem;left:30.9375rem;height:1.4rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sXs5ol4SRSFGGcGprX8HM2mOFOgC3aes { 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:33.3125rem;width:33.3125rem;top:25.3125rem;left:28.4375rem;overflow:hidden;display:block; }
#CSvp3rsJuyEqGz8K6M03QWrxQXDxfhZ4 { display:block;width:15.8125rem;position:absolute;font-family:"chillax medium";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.25rem;left:23.25rem;height:2.475rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#amZvIfOnnhGGpPTu9orWt8lIh19R0NSJ { box-sizing:content-box;height:2.25rem;width:19.3125rem;position:absolute;display:block;z-index:14999;background-color:#e2d2fc;background-image:none;top:4.75rem;left:20.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#PWNKssdPnqf6K3zI2ACJK9iVzNOeeK5G { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:5.1875rem;left:21rem;overflow:hidden;display:block; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-form-header {  }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.75rem;font-weight:700;color:#39006b;width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1;overflow:hidden;text-align:left;text-align-last:left;font-style:normal; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-select { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#39006b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#46d1c0;width:23.1875rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-container:first-of-type{padding-top:0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-container:last-of-type{padding-bottom:0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx  { background-color:rgba(75,83,236,0.05);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:27.5rem;left:0rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx {display:block;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx { background-color:rgba(75,83,236,0.05);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:27.5rem;left:0rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #BhlJEkgTwizhLa3fBarWxMRpByo2ut9I { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #lKy0r6GJtqqL0kaudARTUbgoHdV7Gi1h { position:relative;display:block; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #Ds98ydCPEqkkf6JN0WW41dPu9LQlaTRG { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #MmsSopOdRaPThMT3u9LOFkThTH51ARFv { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #IThRT6yrsH3MT9oxN8pVq5yslXPXBJCS { position:relative;display:block; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #mpoVhsdmvEySbTboRtWKehldK3T7CTay { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ZCQoknao1LOx10KhZE1A0KuEazTVEBAk { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ZMDp5tfRqqksksREc8Er802bVhEVbwpA { position:relative;display:block; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #c57D3QNv3PIhTEmP2uZnksFTD3ZT4Dw6 { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #SwZKa2Qz7FZifHqRH55y29yqbaSQQ339 { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #Jpzd5lIgtG3ZM2lFTR4atdNVJuQfbJRK { position:relative;display:block; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #grURy3L0erJdQmgZD8FDaLuoFsISeoOa { position:relative; }
#UNWOSMyXyubzZufwVrdclNJFbWug26WP { position:relative;display:block; }
#oITGKTTUrFFq7WN50AT0Io4ielA96Vkm { position:relative;display:block; }
#XVJ7gQTantgl2vx1w011zwmDi15ysB1k { position:relative;display:block; }
#SFXNJPETicUZsze3kmu4muTKJHVkuGED { position:relative;display:block; }
#fAMsFT8OnT0zzdO51xU5Crn8ldehVqes { position:relative;display:block; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ffRx8v4q7ecWpwSMIreWtBHKPlTzJcgc { position:relative; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #MqGkHfda7By3IsXo61JfxOlZBSA00cvv { position:relative; }
#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 { 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; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { background-color: transparent; background-image: none; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container > .video-iframe-container { display: none; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row > .video-iframe-container { display: none; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .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); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { border-width: 0; border-radius: 0; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#OIQMAV1Xmu0a42HsOKRCgKTguTNWFqga { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:13.25rem;left:0rem;overflow:hidden;display:block; }
#C6PQwF3EZoSkRT4kGwRgZcoSp4VRZQ4E { display:block;width:19.375rem;position:absolute;font-family:"chillax medium";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:13.3125rem;left:2.5rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#wZNoBwtVcCPO3LhPS53GXzAMtL7Nts0u { display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.1875rem;left:2.5rem;height:4.2rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xGIgqiVZBZU3k2xXEmvR2GkD4dx4Ha4U { display:block;width:43rem;position:absolute;font-family:"chillax semi-bold";font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:2.54375rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#XUUkuI9WocLAwAUBLDPFwuV3ZvZokFh2 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:21.0625rem;left:0rem;overflow:hidden;display:block; }
#apDtGyrWDF8qyb6SqmnXv6zo9J9WcfTP { display:block;width:11.0625rem;position:absolute;font-family:"chillax medium";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:21.125rem;left:2.5rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#Z0pWlwsiWOmyDIDDtM8lVTlJUs4IDFi5 { display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:23rem;left:2.5rem;height:2.8rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WcK1wMkO90ef9p4dcyOUk7oZV0yZn6lp { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:28.1875rem;left:0rem;overflow:hidden;display:block; }
#cU8BUsxEtHxV7NTAXiWEn7MvqKL8dbRT { display:block;width:17.8125rem;position:absolute;font-family:"chillax medium";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:28.25rem;left:2.5rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#mmgA8qu1UfLBKKmlxx5I0SX3ypt0Du8M { display:block;width:25.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.125rem;left:2.5rem;height:2.8rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MBBP970eObOofnxM3FipUJssRG6pCxrD { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:36.1875rem;left:0rem;overflow:hidden;display:block; }
#LVIeU1XwnzOclDJ4IUK2AqFI7wLa4huX { display:block;width:11.0625rem;position:absolute;font-family:"chillax medium";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:36.25rem;left:2.5rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#stS97KzkKRtyuXtt7zRfABspaUKkFOn8 { display:block;width:24.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:38.125rem;left:2.5rem;height:2.8rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gsqJFs4WJFhzFrvcpgnhFLkD7CFRDK6p { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:44.6875rem;left:0rem;display:block; }
#vA7KGmsU3TUUAL1KrHpzJUT12WdTvLpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgW0nL2ZcUEeB4tPspc8mZ6obLhAqZ1N { display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:6.75rem;left:0rem;height:2.8rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Us2hIzCnTQlWtBnynZ8M6Rz3zuue4BI2 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.125rem;width:21.5rem;top:11.6875rem;left:38.5rem;overflow:hidden;display:block; }
#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:bottom left !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; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW.adaptive-delivery-prevent-bg, #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW.lazyload, #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW.lazyloading { background-image: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { background-color: transparent; background-image: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container > .video-iframe-container { display: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row > .video-iframe-container { display: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .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); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { border-width: 0; border-radius: 0; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:60rem;position:relative;display:block; }#c4Ada3caoMGs4Ll0sHLDK1QlOH6IVxw3 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:16.25rem;left:8.4375rem;overflow:hidden;display:block; }
#M2MQP0198TXh0gVK44QSizeflRrp5DPh { display:block;width:9.6875rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18.5rem;left:4.4375rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#VhCooXGiJmKqeM9TUTWJMzeWsc0OHVTR { display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.90625rem;left:2.03125rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uACHacKPAo1ZDft9G79HUZLDDNi0T7xt { display:block;width:42.6875rem;position:absolute;font-family:"chillax semi-bold";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.8125rem;left:8.6875rem;height:2.40625rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#KIwWQdL1ad1CroQzWTbr68Mc7XLeP8Lk { display:block;width:39.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:8.75rem;left:10.9375rem;height:1.4rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tHuD65FGmkfCb2LzksghsQk9SQ9kSOGF { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:13.9375rem;left:0rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wtLdJop0zn7wyDwmWNqDFKGiX9w2T0hH { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:14rem;left:20.875rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#r7eX4q03gT12OCykTu4oasJfVhGTqqw0 { display:block;width:11.3125rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:18.5625rem;left:24.3125rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#JgsueQZrzU0NtSXtZUdCtLeLFok9pgOw { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:16.25rem;left:29.3125rem;overflow:hidden;display:block; }
#u7fV4w4XcwUewxmcqulrEx1TxA3VTKez { display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:22.90625rem;left:22.5625rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tig8QOHcVA060wqSB2T5ervWrnhwWONi { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:14rem;left:41.6875rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gN3MmamVrhDnaITtB90uCIHC36gcgik3 { display:block;width:9.6875rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:18.5rem;left:46.125rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#eW9NNtcZaS0w17GTiQHshlGTURvQCIzx { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:16.25rem;left:50.125rem;overflow:hidden;display:block; }
#XM2gzQaoTQZEH0Qn8n4pwWmzrdLbxSbx { display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:22.90625rem;left:43.875rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#anKNqKr3NCJ0KoIHwm1rAXIQblSoIxmB { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:31.5625rem;left:0rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DhRkQaoNrCz5PVorArTSQbwyXAd2mvs8 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.875rem;left:8.4375rem;overflow:hidden;display:block; }
#azo2bqaiR19AZMOV6uRovniPI7lvVoLD { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:31.625rem;left:20.875rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nsb3Ltg2Z3GJCfFywGJ3ypWzHNQ74Vef { display:block;width:9.6875rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:36.125rem;left:4.4375rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#vs0yUNaW2wLMzcNfKtf8BGA2c8qTCIG2 { display:block;width:11.3125rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:36.1875rem;left:24.3125rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#KPCDP5vg6kCa5Nrs0GcFJ0EVllU7fx8w { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.875rem;left:29.3125rem;overflow:hidden;display:block; }
#oIZ1JCTxKazGwN9oE12Bl3kio8R1BDdZ { display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:40.53125rem;left:2.6875rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C1nf88TJyHb9AFKPLnttQvl0o0l5JTTr { display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:40.53125rem;left:21.9375rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mGboF9k7n7hk7qnZhMhPA7baApuNX7kX { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:31.625rem;left:41.6875rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#s7p6Papnpg2CxJqL1fD6Upr0fkBJcDmz { display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:40.53125rem;left:43.65625rem;height:2.625rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZNoeJO3zIqrSxgkN8bbeof9kgFx2IVDo { display:block;width:9.6875rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:36.125rem;left:46.125rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#TgoJZFI89yZ7qC8AfZTb0LoWQdv0snNS { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.875rem;left:50.125rem;overflow:hidden;display:block; }
#u4HUlpkki0TkK9BMtBDxURULdVnUS9Sx { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:49.1875rem;left:0rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uJPs1SNusCxxW9w5LJbkwmtdbHSnVrx6 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:51.5rem;left:8.4375rem;overflow:hidden;display:block; }
#JvfTiUN1MhGGibZFTowz2NS1WCetkVnL { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:49.25rem;left:20.875rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LQ4nm8dPIqxvIQ98GF21kFaBiM6uAFvH { display:block;width:9.6875rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:53.75rem;left:4.4375rem;height:1.5125rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#vu7L3dW6VweVCUDsWhxswkctlgF1X3Df { display:block;width:11.3125rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:53.8125rem;left:24.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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#XkLBHEwlzTQT1JQ7k9EvfSkedIdAGm6t { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:51.5rem;left:29.3125rem;overflow:hidden;display:block; }
#Femr3rx4cNWpOqTiC9DI69dZ6amDxA6q { display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:58.15625rem;left:2.625rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EB28UoqrLpQuvvLBBctaGyUQvzB7WQwK { display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:58.15625rem;left:24.6875rem;height:3.9375rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cpfV700Toyl1X0vwmI47IWLLgObwNTIo { box-sizing:content-box;height:15.625rem;width:18.3125rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:49.25rem;left:41.6875rem;border-top:0.0625rem solid #39006b;border-left:0.0625rem solid #39006b;border-right:0.0625rem solid #39006b;border-bottom:0.0625rem solid #39006b;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iBNviNcQyTh0lZn8s8wNMG0RXMlAaSO1 { display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:57.5rem;left:44.78125rem;height:5.25rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sZQdTiBWKe7TJ30AQhcvMchWw0MlNBeJ { display:block;width:9.6875rem;position:absolute;font-family:"chillax medium";font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:53.75rem;left:46.125rem;height:3.025rem;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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#naSErEq48TVxp2fbBCaPyV4SEq5fKsto { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:51.5rem;left:50.125rem;overflow:hidden;display:block; }
#s7EvBt2ZCerDudWlW2m5pvZO8khiD4fa { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:68.9375rem;left:20.8125rem;display:block; }
#xPTUCiIfTUvXEZFsgIlTaxCOwE6tcV9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 { 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; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { background-color: transparent; background-image: none; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container > .video-iframe-container { display: none; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row > .video-iframe-container { display: none; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .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); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { border-width: 0; border-radius: 0; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#byTbotOrHc1aKHrLHAa6aBGtVvaB63mP { display:block;width:19.6875rem;position:absolute;font-family:"chillax semi-bold";font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.3125rem;left:0rem;height:4.4rem;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;color:#39006b;text-align:left;text-align-last:left;display:block; }
#inmt9Kff0lx7qdGVpwPQbq5kxiScCf5D { display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.5625rem;left:0rem;height:4.2rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eIbIntV0NAPmnPdTIkXOAeE4I2WTDGfJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.3125rem;width:19.3125rem;top:2.09375rem;left:40.6875rem;overflow:hidden;display:block; }
#bAEmEOtSm200l1KxOzvs72t6TZyuFscl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:bottom left !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; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl.adaptive-delivery-prevent-bg, #bAEmEOtSm200l1KxOzvs72t6TZyuFscl.lazyload, #bAEmEOtSm200l1KxOzvs72t6TZyuFscl.lazyloading { background-image: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container { background-color: transparent; background-image: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container > .video-iframe-container { display: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row > .video-iframe-container { display: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .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); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container { border-width: 0; border-radius: 0; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#yIoViyhbU2pTpfDZH56NEcydT5LyIfaJ { display:block;width:35.375rem;position:absolute;font-family:"chillax semi-bold";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4rem;left:12.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;color:#39006b;text-align:center;text-align-last:center;display:block; }
#RgIVkFpVnxWPI8TLPOuUL0ZNQCDBrfJz { display:block;width:39.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7rem;left:10.09375rem;height:2.8rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HG0GACKRFMccXHCJqcs0t2SRFTbTNRBP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26rem;width:60rem;top:11.21875rem;left:0rem;overflow:hidden;display:block; }
#PnkgXiBbZ7HPGq8WmmOf8bXrkiIWmTyn { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:39.9248046875rem;left:21.0625rem;display:block; }
#sCDqu1ow5ERFvZAMJpIEHnDXaemx2ty8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nprZN659U70mdTD1prH6JRKsQezn5aiF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { background-color: transparent; background-image: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .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); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { border-width: 0; border-radius: 0; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { box-sizing:content-box;height:12.4375rem;width:60rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:10.1875rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { position:absolute;display:block;z-index:15036;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:6rem;width:55.375rem;top:13.4375rem;left:2.3125rem;overflow:hidden;display:block; }
#ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { box-sizing:content-box;height:12.4375rem;width:60rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:10.5625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
#IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#iTJowEyehFMuTPH0MTxGr0pWzwHJJASn { display:block;width:45.6875rem;position:absolute;font-family:"chillax semi-bold";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.625rem;left:7.1875rem;height:1.7875rem;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;color:#46d1c0;text-align:center;text-align-last:center;display:block; }
#oQAvKZeRP95rTHoSieBuNoxkgahZ5VIu { display:block;width:45.6875rem;position:absolute;font-family:"chillax medium";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.75rem;left:7.1875rem;height:1.30625rem;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(104,137,255,0.05);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; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { background-color: transparent; background-image: none; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container > .video-iframe-container { display: none; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row > .video-iframe-container { display: none; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .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); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { border-width: 0; border-radius: 0; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { color:#39006b;display:block;width:60rem;position:absolute;font-family:"chillax semi-bold";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.34375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(104,137,255,0.05);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; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { background-color: transparent; background-image: none; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container > .video-iframe-container { display: none; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row > .video-iframe-container { display: none; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .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); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { border-width: 0; border-radius: 0; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { position:absolute;display:block;z-index:15015;height:21.75rem;width:57.8125rem;top:1.0625rem;left:1.09375rem;display:block; }
#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,0.05);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; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { background-color: transparent; background-image: none; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container > .video-iframe-container { display: none; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row > .video-iframe-container { display: none; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .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); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { border-width: 0; border-radius: 0; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#lm2li1aiCEgVLPfaqt7zbf7RgrVbsvpi { color:#39006b;display:block;width:37.25rem;position:absolute;font-family:"chillax semi-bold";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.255859375rem;left:11.375rem;height:2.1125rem;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; }
#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,0.05);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; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { background-color: transparent; background-image: none; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container > .video-iframe-container { display: none; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row > .video-iframe-container { display: none; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .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); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { border-width: 0; border-radius: 0; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#C5tHs9oMd8uxoTmPbCafeGQcfJ107GK0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.5rem;width:57.8125rem;top:0rem;left:1.09375rem;display:block; }
#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;background-image:url("https://images.assets-landingi.com/uc/3b9c7dca-1af3-4dc2-856e-aea681bfef86/FooterImage.webp");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.adaptive-delivery-prevent-bg, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyload, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyloading { background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { background-color: transparent; background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .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); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { border-width: 0; border-radius: 0; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:60rem;position:relative;display:block; }#ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"chillax semi-bold";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.375rem;left:19.0625rem;height:4.5375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { background-color:#46d1c0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#39006b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.75rem;left:24.9375rem;display:block; }
#gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { background-color: transparent; background-image: none; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container > .video-iframe-container { display: none; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row > .video-iframe-container { display: none; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .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); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { border-width: 0; border-radius: 0; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { 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:1.5rem;width:9.5rem;top:0.90625rem;left:1.625rem;overflow:hidden;display:block; }
#woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:1.1875rem;left:52.25rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:1.1875rem;left:44.1875rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { color:#ffffff;display:block;width:0.625rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.1875rem;left:51.4375rem;height:0.89375rem;display:block; }
#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { border-width: 0; border-radius: 0; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { display:none; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { top:0.25rem;left:18.21875rem;width:11.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block; }
 }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:10.1875rem;height:1.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:none; }
 }@media only screen and (max-width: 763px) { #WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { top:0.8125rem;left:29.96875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { display:block; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { top:0.25rem;left:36.4375rem;width:11.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block; }
 }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:10.1875rem;height:1.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:none; }
 }@media only screen and (max-width: 763px) { #dHFlTUBnhrqPnNIsafn91img4xpeUqlM { top:0.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:33.25rem;height:3.125rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { width:43.4375rem;height:;top:9.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEsXW51igIAKuB71b8m6ufKOouhRsesn { width:6.25rem;height:3.5rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVfxlKvEIbMEXsumVLykCA6BXQuFsqOv { top:53rem;left:0rem;width:26rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8RiQ1peid3Z0yAbAk46Hb4R8a9rWMtA { top:22rem;left:10.75rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AvqkgZMaBTgIucC8acXi71obMHi9PJ { width:10.5625rem;height:1.375rem;top:22.125rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxOfMrZH9onJtqabI8D0lg3a6azDgdWm { width:16.8125rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQTMyVwlA0cnqz3zayJudq3Zn3zzJbka { width:17.75rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUrZuKexmBaKQ1WNS1rriMMmC5caimne { top:22rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpX6xiWqZfSfM6PtTlmnACJxXqPuvt67 { width:16.3125rem;height:1.375rem;top:22.125rem;left:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXs5ol4SRSFGGcGprX8HM2mOFOgC3aes { top:25.3125rem;left:0rem;width:33.3125rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvp3rsJuyEqGz8K6M03QWrxQXDxfhZ4 { width:15.8125rem;height:1.1875rem;top:5.25rem;left:15.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amZvIfOnnhGGpPTu9orWt8lIh19R0NSJ { top:4.75rem;left:12.4375rem;width:19.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWNKssdPnqf6K3zI2ACJK9iVzNOeeK5G { top:5.1875rem;left:15.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-button { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx  { width:23.1875rem;height:21.1875rem;top:27.5rem;left:0rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx {display:block;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx { width:23.1875rem;height:21.1875rem;top:27.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #BhlJEkgTwizhLa3fBarWxMRpByo2ut9I {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #lKy0r6GJtqqL0kaudARTUbgoHdV7Gi1h {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #Ds98ydCPEqkkf6JN0WW41dPu9LQlaTRG {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #MmsSopOdRaPThMT3u9LOFkThTH51ARFv {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #IThRT6yrsH3MT9oxN8pVq5yslXPXBJCS {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #mpoVhsdmvEySbTboRtWKehldK3T7CTay {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ZCQoknao1LOx10KhZE1A0KuEazTVEBAk {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ZMDp5tfRqqksksREc8Er802bVhEVbwpA {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #c57D3QNv3PIhTEmP2uZnksFTD3ZT4Dw6 {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #SwZKa2Qz7FZifHqRH55y29yqbaSQQ339 {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #Jpzd5lIgtG3ZM2lFTR4atdNVJuQfbJRK {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #grURy3L0erJdQmgZD8FDaLuoFsISeoOa {  }
 }@media only screen and (max-width: 763px) { #UNWOSMyXyubzZufwVrdclNJFbWug26WP { display:block; }
 }@media only screen and (max-width: 763px) { #oITGKTTUrFFq7WN50AT0Io4ielA96Vkm { display:block; }
 }@media only screen and (max-width: 763px) { #XVJ7gQTantgl2vx1w011zwmDi15ysB1k { display:block; }
 }@media only screen and (max-width: 763px) { #SFXNJPETicUZsze3kmu4muTKJHVkuGED { display:block; }
 }@media only screen and (max-width: 763px) { #fAMsFT8OnT0zzdO51xU5Crn8ldehVqes { display:block; }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ffRx8v4q7ecWpwSMIreWtBHKPlTzJcgc {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #MqGkHfda7By3IsXo61JfxOlZBSA00cvv {  }
 }@media only screen and (max-width: 763px) { #ToTDckFMLh85KTUWzHMzWin7BlHx3M34 { display:block; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIQMAV1Xmu0a42HsOKRCgKTguTNWFqga { top:13.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6PQwF3EZoSkRT4kGwRgZcoSp4VRZQ4E { width:19.375rem;height:1.375rem;top:13.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNoBwtVcCPO3LhPS53GXzAMtL7Nts0u { width:27.125rem;height:4.1875rem;top:15.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGIgqiVZBZU3k2xXEmvR2GkD4dx4Ha4U { width:43rem;height:2.5rem;top:3.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUUkuI9WocLAwAUBLDPFwuV3ZvZokFh2 { top:21.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apDtGyrWDF8qyb6SqmnXv6zo9J9WcfTP { width:11.0625rem;height:1.375rem;top:21.125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0pWlwsiWOmyDIDDtM8lVTlJUs4IDFi5 { width:24.5625rem;height:2.75rem;top:23rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcK1wMkO90ef9p4dcyOUk7oZV0yZn6lp { top:28.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU8BUsxEtHxV7NTAXiWEn7MvqKL8dbRT { width:17.8125rem;height:1.375rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmgA8qu1UfLBKKmlxx5I0SX3ypt0Du8M { width:25.5rem;height:2.75rem;top:30.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBBP970eObOofnxM3FipUJssRG6pCxrD { top:36.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVIeU1XwnzOclDJ4IUK2AqFI7wLa4huX { width:11.0625rem;height:1.375rem;top:36.25rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stS97KzkKRtyuXtt7zRfABspaUKkFOn8 { width:24.875rem;height:2.75rem;top:38.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqJFs4WJFhzFrvcpgnhFLkD7CFRDK6p { width:18.375rem;height:2.875rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA7KGmsU3TUUAL1KrHpzJUT12WdTvLpc { display:block; }
 }@media only screen and (max-width: 763px) { #RgW0nL2ZcUEeB4tPspc8mZ6obLhAqZ1N { width:40.625rem;height:2.75rem;top:6.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us2hIzCnTQlWtBnynZ8M6Rz3zuue4BI2 { top:11.6875rem;left:10.25rem;width:21.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW { display:block; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4Ada3caoMGs4Ll0sHLDK1QlOH6IVxw3 { top:16.25rem;left:6.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2MQP0198TXh0gVK44QSizeflRrp5DPh { width:9.6875rem;height:3rem;top:18.5rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhCooXGiJmKqeM9TUTWJMzeWsc0OHVTR { width:14.5rem;height:3.9375rem;top:22.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uACHacKPAo1ZDft9G79HUZLDDNi0T7xt { width:42.6875rem;height:2.375rem;top:5.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIwWQdL1ad1CroQzWTbr68Mc7XLeP8Lk { width:39.9375rem;height:1.375rem;top:8.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHuD65FGmkfCb2LzksghsQk9SQ9kSOGF { top:13.9375rem;left:0rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtLdJop0zn7wyDwmWNqDFKGiX9w2T0hH { top:14rem;left:13.3125rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eX4q03gT12OCykTu4oasJfVhGTqqw0 { width:11.3125rem;height:3rem;top:18.5625rem;left:18.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgsueQZrzU0NtSXtZUdCtLeLFok9pgOw { top:16.25rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7fV4w4XcwUewxmcqulrEx1TxA3VTKez { width:14.875rem;height:3.9375rem;top:22.875rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tig8QOHcVA060wqSB2T5ervWrnhwWONi { top:14rem;left:29.1875rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN3MmamVrhDnaITtB90uCIHC36gcgik3 { width:9.6875rem;height:3rem;top:18.5rem;left:35.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW9NNtcZaS0w17GTiQHshlGTURvQCIzx { top:16.25rem;left:39.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM2gzQaoTQZEH0Qn8n4pwWmzrdLbxSbx { width:14.0625rem;height:3.9375rem;top:22.875rem;left:33.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKNqKr3NCJ0KoIHwm1rAXIQblSoIxmB { top:31.5625rem;left:0rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhRkQaoNrCz5PVorArTSQbwyXAd2mvs8 { top:33.875rem;left:6.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azo2bqaiR19AZMOV6uRovniPI7lvVoLD { top:31.625rem;left:13.3125rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsb3Ltg2Z3GJCfFywGJ3ypWzHNQ74Vef { width:9.6875rem;height:3rem;top:36.125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0yUNaW2wLMzcNfKtf8BGA2c8qTCIG2 { width:11.3125rem;height:3rem;top:36.1875rem;left:18.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPCDP5vg6kCa5Nrs0GcFJ0EVllU7fx8w { top:33.875rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZ1JCTxKazGwN9oE12Bl3kio8R1BDdZ { width:13.1875rem;height:3.9375rem;top:40.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1nf88TJyHb9AFKPLnttQvl0o0l5JTTr { width:16.125rem;height:3.9375rem;top:40.5rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGboF9k7n7hk7qnZhMhPA7baApuNX7kX { top:31.625rem;left:29.1875rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7p6Papnpg2CxJqL1fD6Upr0fkBJcDmz { width:14.5rem;height:3.9375rem;top:40.5rem;left:33.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNoeJO3zIqrSxgkN8bbeof9kgFx2IVDo { width:9.6875rem;height:3rem;top:36.125rem;left:35.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoJZFI89yZ7qC8AfZTb0LoWQdv0snNS { top:33.875rem;left:39.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HUlpkki0TkK9BMtBDxURULdVnUS9Sx { top:49.1875rem;left:0rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJPs1SNusCxxW9w5LJbkwmtdbHSnVrx6 { top:51.5rem;left:6.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfTiUN1MhGGibZFTowz2NS1WCetkVnL { top:49.25rem;left:13.3125rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ4nm8dPIqxvIQ98GF21kFaBiM6uAFvH { width:9.6875rem;height:3rem;top:53.75rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu7L3dW6VweVCUDsWhxswkctlgF1X3Df { width:11.3125rem;height:;top:53.8125rem;left:18.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkLBHEwlzTQT1JQ7k9EvfSkedIdAGm6t { top:51.5rem;left:23.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Femr3rx4cNWpOqTiC9DI69dZ6amDxA6q { width:13.3125rem;height:3.9375rem;top:58.125rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB28UoqrLpQuvvLBBctaGyUQvzB7WQwK { width:10.625rem;height:3.9375rem;top:58.125rem;left:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpfV700Toyl1X0vwmI47IWLLgObwNTIo { top:49.25rem;left:29.1875rem;width:18.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNviNcQyTh0lZn8s8wNMG0RXMlAaSO1 { width:12.25rem;height:5.25rem;top:57.5rem;left:34.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZQdTiBWKe7TJ30AQhcvMchWw0MlNBeJ { width:9.6875rem;height:3rem;top:53.75rem;left:35.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naSErEq48TVxp2fbBCaPyV4SEq5fKsto { top:51.5rem;left:39.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EvBt2ZCerDudWlW2m5pvZO8khiD4fa { width:18.375rem;height:2.875rem;top:68.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTUCiIfTUvXEZFsgIlTaxCOwE6tcV9F { display:block; }
 }@media only screen and (max-width: 763px) { #se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 { display:block; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byTbotOrHc1aKHrLHAa6aBGtVvaB63mP { width:19.6875rem;height:4.375rem;top:6.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #inmt9Kff0lx7qdGVpwPQbq5kxiScCf5D { width:35.3125rem;height:5.5625rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIbIntV0NAPmnPdTIkXOAeE4I2WTDGfJ { top:2.0625rem;left:28.3125rem;width:19.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAEmEOtSm200l1KxOzvs72t6TZyuFscl { display:block; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIoViyhbU2pTpfDZH56NEcydT5LyIfaJ { width:35.375rem;height:;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgIVkFpVnxWPI8TLPOuUL0ZNQCDBrfJz { width:39.8125rem;height:2.75rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG0GACKRFMccXHCJqcs0t2SRFTbTNRBP { top:11.1875rem;left:0rem;width:47.75rem;height:20.691666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnkgXiBbZ7HPGq8WmmOf8bXrkiIWmTyn { width:17.875rem;height:2.875rem;top:39.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCDqu1ow5ERFvZAMJpIEHnDXaemx2ty8 { display:block; }
 }@media only screen and (max-width: 763px) { #nprZN659U70mdTD1prH6JRKsQezn5aiF { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { display:block; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { top:10.1875rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { top:13.4375rem;left:0rem;width:47.75rem;height:5.1738148984199rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { top:10.5625rem;left:0rem;width:47.75rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { display:none; }
 }@media only screen and (max-width: 763px) { #qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTJowEyehFMuTPH0MTxGr0pWzwHJJASn { width:45.6875rem;height:1.75rem;top:6.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQAvKZeRP95rTHoSieBuNoxkgahZ5VIu { width:45.6875rem;height:1.25rem;top:4.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { display:block; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { width:47.75rem;height:1.625rem;top:2.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { display:block; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { top:1.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm2li1aiCEgVLPfaqt7zbf7RgrVbsvpi { width:37.25rem;height:2.0625rem;top:1.25rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5tHs9oMd8uxoTmPbCafeGQcfJ107GK0 { top:0rem;left:0rem;width:47.75rem;height:26.843243243243rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { display:block; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { width:21.9375rem;height:4.5rem;top:5.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { width:10.125rem;height:2.875rem;top:11.75rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block; }
 }@media only screen and (max-width: 763px) { #lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { top:0.875rem;left:0rem;width:9.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { top:1.1875rem;left:41.5rem;width:6.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { top:1.1875rem;left:38.0625rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { top:1.1875rem;left:45.3125rem;width:0.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { display:block; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { position:relative;z-index:auto;display:block; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { top:0.28125rem;left:10.031250298023rem;width:8.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block; }
 }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:6.25rem;height:0.875rem;top:0.96875rem;left:0.81076389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:flex;top:0.4375rem;left:16.636363564342rem;width:2.5625rem;height:2.5625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { width:1.3125rem;height:1.3125rem;top:0.625rem;left:18.218749344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { position:relative;z-index:auto;display:none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { top:0.5rem;left:10.754340469837rem;width:8.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block; }
 }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:6.25rem;height:0.875rem;top:1.1875rem;left:0.87326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:flex;top:0.4375rem;left:16.636363564342rem;width:2.5625rem;height:2.5625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #dHFlTUBnhrqPnNIsafn91img4xpeUqlM { width:1.5625rem;height:1.5625rem;top:0.84375rem;left:9.2187502980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/dcbb80fb-3ea9-440a-ab5f-d738dbebaf2b/mazeedLightBackground.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.adaptive-delivery-prevent-bg, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyload, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyloading { background-image: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { background-color: transparent; background-image: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .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); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:15.0625rem;height:3.16845625rem;top:12.3125rem;left:2.46875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { width:16.625rem;height:3.1621125rem;top:7.8388671875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KEsXW51igIAKuB71b8m6ufKOouhRsesn { width:6.25rem;height:1.6875rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVfxlKvEIbMEXsumVLykCA6BXQuFsqOv { width:19.625rem;height:2.6875rem;top:44.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8RiQ1peid3Z0yAbAk46Hb4R8a9rWMtA { width:1.25rem;height:1.25rem;top:17.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AvqkgZMaBTgIucC8acXi71obMHi9PJ { width:8.4375rem;height:1.05615rem;top:17.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GxOfMrZH9onJtqabI8D0lg3a6azDgdWm { top:52.875rem;left:4.875rem;width:10.25rem;height:3.5625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IQTMyVwlA0cnqz3zayJudq3Zn3zzJbka { top:58.5rem;left:4.5rem;width:11rem;height:3.625rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PUrZuKexmBaKQ1WNS1rriMMmC5caimne { width:1.25rem;height:1.25rem;top:19.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpX6xiWqZfSfM6PtTlmnACJxXqPuvt67 { width:13.375rem;height:1.05615rem;top:19.875rem;left:4.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sXs5ol4SRSFGGcGprX8HM2mOFOgC3aes { width:20rem;height:20rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvp3rsJuyEqGz8K6M03QWrxQXDxfhZ4 { width:11.375rem;height:0.89355625rem;top:4rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #amZvIfOnnhGGpPTu9orWt8lIh19R0NSJ { width:14.1875rem;height:1.75rem;top:3.56201171875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWNKssdPnqf6K3zI2ACJK9iVzNOeeK5G { width:1.0625rem;height:1.0625rem;top:3.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#39006b; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;color:#46d1c0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx  { width:17.5rem;height:auto;top:25.3125rem;left:0rem; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx {display:block;}#N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx { width:17.5rem;height:auto;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #BhlJEkgTwizhLa3fBarWxMRpByo2ut9I {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #lKy0r6GJtqqL0kaudARTUbgoHdV7Gi1h {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #Ds98ydCPEqkkf6JN0WW41dPu9LQlaTRG {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #MmsSopOdRaPThMT3u9LOFkThTH51ARFv {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #IThRT6yrsH3MT9oxN8pVq5yslXPXBJCS {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #mpoVhsdmvEySbTboRtWKehldK3T7CTay {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ZCQoknao1LOx10KhZE1A0KuEazTVEBAk {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ZMDp5tfRqqksksREc8Er802bVhEVbwpA {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #c57D3QNv3PIhTEmP2uZnksFTD3ZT4Dw6 {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #SwZKa2Qz7FZifHqRH55y29yqbaSQQ339 {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #Jpzd5lIgtG3ZM2lFTR4atdNVJuQfbJRK {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #grURy3L0erJdQmgZD8FDaLuoFsISeoOa {  }
 }@media only screen and (max-width: 763px) { #UNWOSMyXyubzZufwVrdclNJFbWug26WP { display:block; }
 }@media only screen and (max-width: 763px) { #oITGKTTUrFFq7WN50AT0Io4ielA96Vkm { display:block; }
 }@media only screen and (max-width: 763px) { #XVJ7gQTantgl2vx1w011zwmDi15ysB1k { display:block; }
 }@media only screen and (max-width: 763px) { #SFXNJPETicUZsze3kmu4muTKJHVkuGED { display:block; }
 }@media only screen and (max-width: 763px) { #fAMsFT8OnT0zzdO51xU5Crn8ldehVqes { display:block; }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #ffRx8v4q7ecWpwSMIreWtBHKPlTzJcgc {  }
 }@media only screen and (max-width: 763px) { #N3kHptTWkuQC88PiQWvPq2Kn7LvFKHdx #MqGkHfda7By3IsXo61JfxOlZBSA00cvv {  }
 }@media only screen and (max-width: 763px) { #ToTDckFMLh85KTUWzHMzWin7BlHx3M34 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { background-color: transparent; background-image: none; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container > .video-iframe-container { display: none; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row > .video-iframe-container { display: none; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .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); }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { border-width: 0; border-radius: 0; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToTDckFMLh85KTUWzHMzWin7BlHx3M34 > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIQMAV1Xmu0a42HsOKRCgKTguTNWFqga { width:1.6875rem;height:1.6875rem;top:16.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6PQwF3EZoSkRT4kGwRgZcoSp4VRZQ4E { width:9.5625rem;height:2.25rem;top:18.5625rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wZNoBwtVcCPO3LhPS53GXzAMtL7Nts0u { width:14.5rem;height:3.8984375rem;top:21.4375rem;left:2.8125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGIgqiVZBZU3k2xXEmvR2GkD4dx4Ha4U { width:14.0625rem;height:4.5rem;top:4.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XUUkuI9WocLAwAUBLDPFwuV3ZvZokFh2 { width:1.6875rem;height:1.6875rem;top:26.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apDtGyrWDF8qyb6SqmnXv6zo9J9WcfTP { width:5.5rem;height:2.25rem;top:29rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z0pWlwsiWOmyDIDDtM8lVTlJUs4IDFi5 { width:13.4375rem;height:1.94921875rem;top:31.625rem;left:3.375rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcK1wMkO90ef9p4dcyOUk7oZV0yZn6lp { width:1.6875rem;height:1.6875rem;top:36.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU8BUsxEtHxV7NTAXiWEn7MvqKL8dbRT { width:9.25rem;height:2.25rem;top:38.8125rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mmgA8qu1UfLBKKmlxx5I0SX3ypt0Du8M { width:16.5rem;height:1.94921875rem;top:41.6875rem;left:1.75rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBBP970eObOofnxM3FipUJssRG6pCxrD { width:1.6875rem;height:1.6875rem;top:45.5rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVIeU1XwnzOclDJ4IUK2AqFI7wLa4huX { width:9.125rem;height:2.25rem;top:47.625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #stS97KzkKRtyuXtt7zRfABspaUKkFOn8 { width:16.5625rem;height:1.94921875rem;top:51.0625rem;left:1.75rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsqJFs4WJFhzFrvcpgnhFLkD7CFRDK6p { width:16.3125rem;height:2.875rem;top:81.25rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA7KGmsU3TUUAL1KrHpzJUT12WdTvLpc { display:block; }
 }@media only screen and (max-width: 763px) { #RgW0nL2ZcUEeB4tPspc8mZ6obLhAqZ1N { width:15.375rem;height:3.8984375rem;top:10.0625rem;left:2.3125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Us2hIzCnTQlWtBnynZ8M6Rz3zuue4BI2 { width:15.6875rem;height:21.25rem;top:56.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW.adaptive-delivery-prevent-bg, #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW.lazyload, #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW.lazyloading { background-image: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { background-color: transparent; background-image: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container > .video-iframe-container { display: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row > .video-iframe-container { display: none; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .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); }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { width:20rem;height:150rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4Ada3caoMGs4Ll0sHLDK1QlOH6IVxw3 { width:1.6875rem;height:1.6875rem;top:15.3125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2MQP0198TXh0gVK44QSizeflRrp5DPh { width:14.3125rem;height:2.25rem;top:17.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VhCooXGiJmKqeM9TUTWJMzeWsc0OHVTR { width:12.8125rem;height:2.923825rem;top:20.5625rem;left:3.5625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uACHacKPAo1ZDft9G79HUZLDDNi0T7xt { width:17.125rem;height:3rem;top:3.375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KIwWQdL1ad1CroQzWTbr68Mc7XLeP8Lk { width:14.625rem;height:3.16845625rem;top:7.25rem;left:2.6875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHuD65FGmkfCb2LzksghsQk9SQ9kSOGF { width:14.0625rem;height:13.1875rem;top:13.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtLdJop0zn7wyDwmWNqDFKGiX9w2T0hH { width:14.0625rem;height:13.1875rem;top:56.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eX4q03gT12OCykTu4oasJfVhGTqqw0 { width:10.125rem;height:2.25rem;top:61.3125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JgsueQZrzU0NtSXtZUdCtLeLFok9pgOw { width:1.6875rem;height:1.6875rem;top:59rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7fV4w4XcwUewxmcqulrEx1TxA3VTKez { width:11.625rem;height:2.923825rem;top:64.9375rem;left:4.1875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tig8QOHcVA060wqSB2T5ervWrnhwWONi { width:14.0625rem;height:13.1875rem;top:100.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN3MmamVrhDnaITtB90uCIHC36gcgik3 { width:9.6875rem;height:2.25rem;top:105.3125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eW9NNtcZaS0w17GTiQHshlGTURvQCIzx { width:1.6875rem;height:1.6875rem;top:103.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM2gzQaoTQZEH0Qn8n4pwWmzrdLbxSbx { width:11.6875rem;height:2.923825rem;top:108.25rem;left:4.1875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anKNqKr3NCJ0KoIHwm1rAXIQblSoIxmB { width:14.0625rem;height:13.1875rem;top:27.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhRkQaoNrCz5PVorArTSQbwyXAd2mvs8 { width:1.6875rem;height:1.6875rem;top:29.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azo2bqaiR19AZMOV6uRovniPI7lvVoLD { width:14.0625rem;height:13.1875rem;top:71.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsb3Ltg2Z3GJCfFywGJ3ypWzHNQ74Vef { width:9.6875rem;height:2.25rem;top:31.875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vs0yUNaW2wLMzcNfKtf8BGA2c8qTCIG2 { width:11.3125rem;height:2.25rem;top:76rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KPCDP5vg6kCa5Nrs0GcFJ0EVllU7fx8w { width:1.6875rem;height:1.6875rem;top:73.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZ1JCTxKazGwN9oE12Bl3kio8R1BDdZ { width:12.5rem;height:2.923825rem;top:35.375rem;left:3.75rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1nf88TJyHb9AFKPLnttQvl0o0l5JTTr { width:12rem;height:2.923825rem;top:79.625rem;left:4rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGboF9k7n7hk7qnZhMhPA7baApuNX7kX { width:14.0625rem;height:13.1875rem;top:115rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7p6Papnpg2CxJqL1fD6Upr0fkBJcDmz { width:10.6875rem;height:2.923825rem;top:123.4375rem;left:4.6875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNoeJO3zIqrSxgkN8bbeof9kgFx2IVDo { width:9.6875rem;height:2.25rem;top:119.3125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TgoJZFI89yZ7qC8AfZTb0LoWQdv0snNS { width:1.6875rem;height:1.6875rem;top:117.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HUlpkki0TkK9BMtBDxURULdVnUS9Sx { width:14.0625rem;height:13.1875rem;top:42.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJPs1SNusCxxW9w5LJbkwmtdbHSnVrx6 { width:1.6875rem;height:1.6875rem;top:44.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfTiUN1MhGGibZFTowz2NS1WCetkVnL { width:14.0625rem;height:13.1875rem;top:86rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ4nm8dPIqxvIQ98GF21kFaBiM6uAFvH { width:7.1875rem;height:2.25rem;top:46.75rem;left:6.5rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vu7L3dW6VweVCUDsWhxswkctlgF1X3Df { width:10.0625rem;height:2.25rem;top:91rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XkLBHEwlzTQT1JQ7k9EvfSkedIdAGm6t { width:1.6875rem;height:1.6875rem;top:88.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Femr3rx4cNWpOqTiC9DI69dZ6amDxA6q { width:10.75rem;height:2.923825rem;top:50.5625rem;left:4.625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EB28UoqrLpQuvvLBBctaGyUQvzB7WQwK { width:9rem;height:2.923825rem;top:93.8125rem;left:5.5rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpfV700Toyl1X0vwmI47IWLLgObwNTIo { width:14.0625rem;height:13.1875rem;top:129.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNviNcQyTh0lZn8s8wNMG0RXMlAaSO1 { width:9.375rem;height:3.8984375rem;top:136.6875rem;left:5.3125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZQdTiBWKe7TJ30AQhcvMchWw0MlNBeJ { width:9.6875rem;height:2.25rem;top:133.8125rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #naSErEq48TVxp2fbBCaPyV4SEq5fKsto { width:1.6875rem;height:1.6875rem;top:131.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EvBt2ZCerDudWlW2m5pvZO8khiD4fa { width:14.9375rem;height:2.875rem;top:143.8125rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTUCiIfTUvXEZFsgIlTaxCOwE6tcV9F { display:block; }
 }@media only screen and (max-width: 763px) { #se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { background-color: transparent; background-image: none; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container > .video-iframe-container { display: none; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row > .video-iframe-container { display: none; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .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); }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { border-width: 0; border-radius: 0; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#se1lWQrp9mFqmdmGQS9yV8qpte0VCSQ2 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byTbotOrHc1aKHrLHAa6aBGtVvaB63mP { width:13.1875rem;height:2.5rem;top:3.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #inmt9Kff0lx7qdGVpwPQbq5kxiScCf5D { width:16.8125rem;height:7.9604375rem;top:7.75rem;left:1.625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIbIntV0NAPmnPdTIkXOAeE4I2WTDGfJ { width:16rem;height:16rem;top:17.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAEmEOtSm200l1KxOzvs72t6TZyuFscl { background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl.adaptive-delivery-prevent-bg, #bAEmEOtSm200l1KxOzvs72t6TZyuFscl.lazyload, #bAEmEOtSm200l1KxOzvs72t6TZyuFscl.lazyloading { background-image: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container { background-color: transparent; background-image: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container > .video-iframe-container { display: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row > .video-iframe-container { display: none; }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .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); }#bAEmEOtSm200l1KxOzvs72t6TZyuFscl > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIoViyhbU2pTpfDZH56NEcydT5LyIfaJ { width:14.0625rem;height:2.5rem;top:2.875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RgIVkFpVnxWPI8TLPOuUL0ZNQCDBrfJz { width:16.1875rem;height:4.548825rem;top:6.5rem;left:1.9375rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HG0GACKRFMccXHCJqcs0t2SRFTbTNRBP { width:20rem;height:8.5625rem;top:12.875rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnkgXiBbZ7HPGq8WmmOf8bXrkiIWmTyn { width:15.3125rem;height:2.4375rem;top:29.5625rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCDqu1ow5ERFvZAMJpIEHnDXaemx2ty8 { display:block; }
 }@media only screen and (max-width: 763px) { #nprZN659U70mdTD1prH6JRKsQezn5aiF { top:12.6875rem;left:2.625rem;width:14.75rem;height:14.75rem;z-index:15035;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { background-color:#39006b;background-image:none;display:block; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { background-color: transparent; background-image: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .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); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { width:20rem;height:4.3125rem;top:13.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { width:17.1875rem;height:1.875rem;top:14.78125rem;left:0.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { width:20rem;height:4.3125rem;top:17.625rem;left:2.5rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { top:12.0625rem;left:1.5rem;width:17rem;height:12.5rem;z-index:15037;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { top:9.9375rem;left:1.9375rem;width:16.1875rem;height:16.1875rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iTJowEyehFMuTPH0MTxGr0pWzwHJJASn { width:14rem;height:4.2744125rem;top:5.6875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#46d1c0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oQAvKZeRP95rTHoSieBuNoxkgahZ5VIu { width:20rem;height:0.9746125rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { display:block; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { width:15.0625rem;height:2.375rem;top:1.59375rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { display:block; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { width:20rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm2li1aiCEgVLPfaqt7zbf7RgrVbsvpi { width:12.6875rem;height:2.75rem;top:1.3125rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5tHs9oMd8uxoTmPbCafeGQcfJ107GK0 { height:11.2430625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/3b9c7dca-1af3-4dc2-856e-aea681bfef86/FooterImage.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.adaptive-delivery-prevent-bg, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyload, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyloading { background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { background-color: transparent; background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .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); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { border-width: 0; border-radius: 0; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { width:12.625rem;height:2.75rem;top:5.6875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { width:8rem;height:1.9375rem;top:9.25rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block; }
 }@media only screen and (max-width: 763px) { #lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { border-width: 0; border-radius: 0; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { width:20rem;height:5.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { width:10.75rem;height:1.6875rem;top:1.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { width:6.25rem;height:0.89375rem;top:3.75rem;left:10.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { width:7.1875rem;height:0.89375rem;top:3.75rem;left:3.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { width:0.625rem;height:0.89375rem;top:3.75rem;left:10.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { background-color:rgba(75,83,236,0.05);background-image:none;display:none; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }