.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:14px;font-family:arial;height:52px;width:960px;position:relative;display:none; }#RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { z-index:15003;top:4.5px;left:389.5px;background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:181px;height:43px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block;position:absolute;top:50%;left:0px;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:25px;width:163px;top:13.5px;left:21px;overflow:hidden;display:block; }
#IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;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:25px;width:25px;top:13.5px;left:577.5px;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:14px;font-family:arial;height:52px;width:960px;position:relative;display:block; }#DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { z-index:15003;top:4.5px;left:730.5px;background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:181px;height:43px;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block;position:absolute;top:50%;left:0px;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:25px;width:163px;top:13.5px;left:21px;overflow:hidden;display:block; }
#NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;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:25px;width:25px;top:13.5px;left:920.5px;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:14px;font-family:arial;height:898px;width:960px;position:relative;display:block; }#xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { display:block;width:722px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:218px;left:119px;height:53.1944px;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; }
#zuF5xCUEJfvW9S8IlE9y4waPTRb9bTMC { 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:567px;width:567px;top:331px;left:-50px;overflow:hidden;display:block; }
#GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { display:block;width:643px;position:absolute;font-family:"chillax semi-bold";font-size:50px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:80px;left:158.5px;height:110px;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; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-form-header {  }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:12px;font-weight:700;color:#39006b;width:371px;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; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-text { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:371px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-textarea { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:371px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-select { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:371px;box-sizing:border-box;height:40px;color:#161616;font-family:poppins;font-size:14px;overflow:hidden; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-button { border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#46d1c0;width:371px;height:55px;font-family:poppins;overflow:hidden; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:14px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .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:11px;font-weight:300;color:#000000;vertical-align:top;width:348px;overflow:hidden;font-style:normal; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:poppins;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-container:first-of-type{padding-top:0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-container:last-of-type{padding-bottom:0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz  { background-color:rgba(75,83,236,0.05);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:371px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:absolute;top:387px;left:541.5px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:371px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;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; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz {display:block;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz { background-color:rgba(75,83,236,0.05);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:371px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;position:absolute;top:387px;left:541.5px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #RZNnSheVKMICTfMCdawHUTAGamI37ASH { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #yVpio1JWEC46nHg4HyzMMoyiFXypErBC { position:relative;display:block; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #qh96Uyso9AwWDkkT3yXkfQhWvGHmhC17 { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #GccT89HgOIdXJG8P7Vt60MhuS1d7p9PZ { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #fGz2tH9vdp9MxuC7C9I9th35pTKdh5NW { position:relative;display:block; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #IV0R0TmLISbQyw7WRL6wXQrHscoQO6G0 { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #gdWf4kqEer0fWVOKpfcH667crebaAKwD { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #ahUmMQRLymOhCNeCCbxHlbu0PyLExAk9 { position:relative;display:block; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #rTz6elFmwW4AhqeCba2Tl3WpRupTyDth { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #uKBWh912x7i1A3LqlOob9Rs4DClJ7LlW { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #r1WN3rmUTwhoduulETQoVmMD41RrUq6u { position:relative;display:block; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #Uw4yOt9opmGFRSiwqwnEBoN0vRSP65yh { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #cea7p3PX6qZqHEewUfw8DDql0yvH9xWR { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #QrZOI4KtN894MaRivUs6Ggt2xQn7noni { position:relative;z-index:2; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #q9BVFfoNZCdFhTM1e2yLrsUecstaUEh5 { position:relative; }
#ffN9bcCIFBxfSlbFnePfunKTgaMlNUT7 { position:relative;display:block; }
#g8RpXvZRR7m5ZDucVobXACQ9JJSgf0IW { position:relative;display:block; }
#e8tlOvZdn9QHULar3kTWT1N0DoHTCKol { position:relative;display:block; }
#IyLu49KnVe4WseStSzxNNOO5TTIgs51y { position:relative;display:block; }
#Z7wTGTTbUoxo1mSu7Omv6NNixRAAyJVi { position:relative;display:block; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #suJ9w0XyMoXlJsaKrhTWUm163OizJ6xU { position:relative; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #oyaWAX7JZWTdLRdChrKOPfTop5ndpxT2 { position:relative; }
#KEsXW51igIAKuB71b8m6ufKOouhRsesn { position:absolute;display:block;z-index:15006;height:56px;width:100px;top:0px;left:430px;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:55px;width:416px;top:810px;left:544px;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:27px;width:27px;top:299px;left:84px;overflow:hidden;display:block; }
#T2AvqkgZMaBTgIucC8acXi71obMHi9PJ { display:block;width:196px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:301px;left:125px;height:22.4px;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; }
#lheaauKizNSqieTAHgPKVrHOU8npRfqW { display:block;width:188px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:301px;left:681px;height:22.4px;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; }
#r8Nl6R8zuAbtzsNEIXnMv5yuawcmMqz0 { 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:27px;width:27px;top:299px;left:640px;overflow:hidden;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:122px;width:338px;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:122px;width:357px;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:27px;width:27px;top:299px;left:344px;overflow:hidden;display:block; }
#ZpX6xiWqZfSfM6PtTlmnACJxXqPuvt67 { display:block;width:231px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:301px;left:385px;height:22.4px;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; }
#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW { 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; }#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:14px;font-family:arial;height:783px;width:960px;position:relative;display:block; }#EWsw3yAaHnhzVXfStqsLfgokXZhESdSg { display:block;width:566px;position:absolute;font-family:"chillax semi-bold";font-size:26px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:82px;left:0px;height:28.5938px;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; }
#tkmhfg8eLtJsl3sePeZQhO0bkQVTPkP6 { display:block;width:563px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:130px;left:0px;height:44.7969px;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; }
#KBq8m1TIPOnnVN5s1DpLEcAfapTeZm2D { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:437px;width:321px;top:173px;left:639px;overflow:hidden;display:block; }
#yFyFriR4TKuTZISaJ4g1SG3kp4Ts2sIE { position:absolute;display:block;z-index:15044;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:27px;width:27px;top:234px;left:0px;overflow:hidden;display:block; }
#oQ6rIeCEwFv1nTVzT93uH0Bzio4TpQZK { display:block;width:492px;position:absolute;font-family:"chillax medium";font-size:20px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:235px;left:40px;height:22px;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; }
#bNvX8xiM7aegHNhrv4mArBHDDJTQmlDk { display:block;width:362px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:265px;left:40px;height:44.7969px;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; }
#qX2TCsodt6X4T0Qi3RnXsU1smcsJr6qn { 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:27px;width:27px;top:363px;left:0px;overflow:hidden;display:block; }
#XBaQt806TFHinPoo4LS5pzTmIwDPT5kC { display:block;width:378px;position:absolute;font-family:"chillax medium";font-size:20px;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:364px;left:40px;height:22px;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; }
#Ud9cB1KwEW2flxOfD3Tsdi8TxNO5eLHT { display:block;width:350px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:394px;left:40px;height:44.7969px;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; }
#Oy68TwoEHillVZOuTVixehcCxfitNoFf { 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:27px;width:27px;top:493px;left:0px;overflow:hidden;display:block; }
#dgyCeHQKS4xVQfouVi4EDCn6kmJ9sPdz { display:block;width:434px;position:absolute;font-family:"chillax medium";font-size:20px;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:494px;left:40px;height:22px;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; }
#k1FNE3orilZhPW8a2JNFNXvA0EiVhuNz { display:block;width:413px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:524px;left:40px;height:44.7969px;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; }
#JVhFIG4xlDNAbbqaiHdI8aF89ctN0o8c { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:268px;height:46px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:656px;left:0px;display:block; }
#Emuezu6t6rWtJgxuK8H3dQV1bC3HzB86 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu { 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; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu.adaptive-delivery-prevent-bg, #TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu.lazyload, #TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu.lazyloading { background-image: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container { background-color: transparent; background-image: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container > .video-iframe-container { display: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row > .video-iframe-container { display: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .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); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container { border-width: 0; border-radius: 0; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container { font-size:14px;font-family:arial;height:1270px;width:960px;position:relative;display:block; }#E9OzqATZm2bscrAWqohtoN2Juq1CLmlz { 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:27px;width:27px;top:267px;left:136px;overflow:hidden;display:block; }
#pEH25OJA8xVgtild88t3yTD23T4LgJsQ { display:block;width:155px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:303px;left:72px;height:48.3906px;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; }
#NWI6Z23nWGCMRJddv0QKnU1USuorMT4c { display:block;width:230px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:374px;left:35px;height:63px;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; }
#C9zxH0H1WHPSRAtOg76qIGbSCvaSSHXi { display:block;width:683px;position:absolute;font-family:"chillax semi-bold";font-size:35px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:81px;left:124px;height:38.5px;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; }
#LxxKVzevKNDT3v1gQ998QzuSPuBXJ5qX { display:block;width:559px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:142px;left:186px;height:22.3984px;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; }
#OJJ0C46qz6JHHPTQXuAsNOXWh6WPVBx3 { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:226px;left:0px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#WrmXwaFWGDwTAnHVA73Pg7rV4zLWHu07 { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:227px;left:334px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#bAbR5R7ymBH8qAUBDKBx0xNsLBcG56W5 { display:block;width:176px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:303px;left:392px;height:48.3906px;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; }
#mPnho6kAbdAuPKN9LPTzSIOrA4exc3xi { 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:27px;width:27px;top:267px;left:470px;overflow:hidden;display:block; }
#lIII6waSfo8NdGMb5AFFiU0BxMhCJsFn { display:block;width:197px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:374px;left:382px;height:63px;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; }
#aO0wIv0MzRhph8cQMibi4kybSQoCJyyz { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:227px;left:667px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#VnrR7gVEN685GQ763sUymXtvTCFCfRV8 { display:block;width:155px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:300px;left:739px;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; }
#HnEwiP6z3hfQ9SHOi0yVfuwl872lEg1a { 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:27px;width:27px;top:264px;left:803px;overflow:hidden;display:block; }
#Qca7FmKpNNgFOmwb9QRZbmD8TB7BVTMq { display:block;width:198px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:374px;left:716px;height:63px;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; }
#N9Qqem7FzzJFFcC90h2LXgxXgNzt8luH { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:508px;left:0px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#T2qSDvRPUOO82RT7IKA2Uylfi5oknPup { 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:27px;width:27px;top:547px;left:136px;overflow:hidden;display:block; }
#tQAwqi1AmuPkT7RGkWF9N8PhrfIcqwIa { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:509px;left:334px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#SUgSGOiJ8qTnIfo6dWARmf1AmBN5KkWX { display:block;width:188px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:586px;left:56px;height:48.3906px;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; }
#i0Fe6Nb6MDBLa1K1FZQKiSfq3meZA8ne { display:block;width:181px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:586px;left:390px;height:48.3906px;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; }
#ynyIdJNL5vS3AOMAWVtfIS4vZ0aCUWAb { 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:27px;width:27px;top:549px;left:470px;overflow:hidden;display:block; }
#EGTv6yZ1A4UrehmZGbT3uV4DcnUKibHE { display:block;width:163px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:656px;left:68px;height:63px;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; }
#W2HqL6yIAbpr9hhBgm8XORZTJdJU434o { display:block;width:211px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:656px;left:375px;height:63px;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; }
#mdkxy7smdEFaWxy5ppTLIIB8SPybliFM { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:509px;left:667px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#mg81UM7UIWL5LlQzbRTfTThzXKkGDFvr { display:block;width:187px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:656px;left:721px;height:63px;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; }
#u0qrPmWkXc9W2OqJlPhfv61gDUQ6qqQu { display:block;width:155px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:582px;left:740px;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; }
#crZF0P4t1fy4B1MRWAXgJr2pVR8lBVKg { 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:27px;width:27px;top:544px;left:801px;overflow:hidden;display:block; }
#em5dUCXoCuln4T7Tdze96vZGVE4tfttG { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:790px;left:0px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#iss5zipltg1aTGuS6J2TofJxOT00Qc09 { 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:27px;width:27px;top:831px;left:133px;overflow:hidden;display:block; }
#TyDDIMNpVXD4Z6h98Nr61XbicgW0BTUB { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:791px;left:334px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#Xx1xqhwFG2wWDZGsFxbzpWC3zEqDnXbA { display:block;width:155px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:867px;left:69px;height:48.3906px;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; }
#Ca8UeQg3ssQFzuSCG3OfQKTGaq6VBEpb { display:block;width:181px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:867px;left:390px;height:24.1927px;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; }
#NX1z1e330k1BqpcWoy4NthEnCzOfglhK { 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:27px;width:27px;top:831px;left:470px;overflow:hidden;display:block; }
#KesCIkhr3irZp84xTJg0ABT23Ex8T29K { display:block;width:161px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:938px;left:69px;height:63px;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; }
#QqlvvoBHLsQDw4S7gyG49hWPksC04Mut { display:block;width:199px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:938px;left:381px;height:63px;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; }
#w4ylp1rJexceSliiQveNOqForAI67oUt { box-sizing:content-box;height:250px;width:293px;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:791px;left:667px;border-top:1px solid #39006b;border-left:1px solid #39006b;border-right:1px solid #39006b;border-bottom:1px solid #39006b;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
#vV7L88EVJPzCxTunc1gyEcRlC7VQ9VCP { display:block;width:178px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:938px;left:726px;height:63px;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; }
#nRbytBTQroe2SkXcBpcZDSE0sqBTdLTi { display:block;width:236px;position:absolute;font-family:"chillax medium";font-size:22px;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:867px;left:697px;height:48.3906px;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; }
#Sc13OQuXEJC8LXnzlqrpfCly2Pd28MeR { 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:27px;width:27px;top:828px;left:799px;overflow:hidden;display:block; }
#O6xnkD9isQ7byJxKmT4ZxqyOytwT1abo { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:271px;height:46px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1143px;left:345px;display:block; }
#TAaTCyiJzJrdkwokdETiTbpsiMTcUuZ6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container { background-color: transparent; background-image: none; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container > .video-iframe-container { display: none; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row > .video-iframe-container { display: none; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .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); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container { border-width: 0; border-radius: 0; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container { font-size:14px;font-family:arial;height:736px;width:960px;position:relative;display:block; }#sT6UpoSgcEB1DnLuhZODplNQyyfuhWis { display:block;width:566px;position:absolute;font-family:"chillax semi-bold";font-size:26px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:64px;left:197px;height:28.6px;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; }
#pU4UhPLUFqmTlTO3foewZLeAxy4LFuwS { display:block;width:637px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:112px;left:161.5px;height:45.3472px;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; }
#zOca3E6RBRkPJ9N9tl6rBeO4AcaXEbnu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:416px;width:960px;top:179.5px;left:0px;overflow:hidden;display:block; }
#oaT3RemmVkZNrTayPVOtoVZPIAS8Ioet { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:335px;height:46px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:635.796875px;left:312.5px;display:block; }
#zLWfNNOrnXPkIrmxxqIENbCgLzw5iuHd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lAXqw9H9ihtkUCa7TTql99qugL24Xoc1 { 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:960px;width:960px;display:none; }
#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c { 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; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container { background-color: transparent; background-image: none; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container > .video-iframe-container { display: none; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row > .video-iframe-container { display: none; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .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); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container { border-width: 0; border-radius: 0; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#sW5lOKhoMLTb4m6luaVHPiZUWNQNc8hP { display:block;width:566px;position:absolute;font-family:"chillax semi-bold";font-size:26px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:153px;left:0px;height:28.5938px;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; }
#l7IdNf1xrtwxU1BNpofBJc68G5BtCMn6 { display:block;width:488px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:200px;left:0px;height:45.3472px;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; }
#O6BkZ3qerKImXFIm6uuiItrXQeTClHRk { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:319px;width:319px;top:39px;left:641px;overflow:hidden;display:block; }
#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 { 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; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032.adaptive-delivery-prevent-bg, #U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032.lazyload, #U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032.lazyloading { background-image: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container { background-color: transparent; background-image: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container > .video-iframe-container { display: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row > .video-iframe-container { display: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .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); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container { border-width: 0; border-radius: 0; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#qOEbDC69B1RTU7WVVpP4zaB7Ccf3EwTD { display:block;width:355px;position:absolute;font-family:"chillax medium";font-size:19px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:88px;left:0px;height:20.8984px;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; }
#BReXZwSnssALFcz2v19UTTITCGEyEkgV { display:block;width:483px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:151px;left:0px;height:90.6945px;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; }
#g1vflaIoFM6OgaCa0hrzWfETMz7dhvUZ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:224px;width:319px;top:84.796875px;left:640px;overflow:hidden;display:block; }
#yLif8TXPc8e6xBiGir6IbmFdil8G0MSH { display:block;width:488px;position:absolute;font-family:"chillax semi-bold";font-size:28px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:109px;left:0px;height:30.7986px;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; }
#yFm3HE9sdQ3zT62SwkTmN0xeIyAu2Q56 { background-color:#39006b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:203px;height:46px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:259px;left:0px;display:block; }
#gVf2mUw6m2GJCeL7R7JysMWtMTkeOlAq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#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:14px;font-family:arial;height:437px;width:960px;position:relative;display:block; }#aIhSPNH5RTXTtiTJTN6JgxETcprhlVd8 { display:block;width:598px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:111.8125px;left:181px;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:#ffffff;text-align:center;text-align-last:center;display:block; }
#MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { box-sizing:content-box;height:199px;width:960px;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:181px;left:0px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;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:96px;width:886px;top:233px;left:37px;overflow:hidden;display:block; }
#ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { box-sizing:content-box;height:199px;width:960px;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:169px;left:0px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;display:none; }
#IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { box-sizing:content-box;height:200px;width:200px;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:960px;width:960px;display:none; }
#zG2ki6HRRcT9nZwLvlxBE5K9KFvuLf4T { display:block;width:860px;position:absolute;font-family:poppins;font-size:15px;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:40.3984375px;left:50px;height:16.5px;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; }
#iTJowEyehFMuTPH0MTxGr0pWzwHJJASn { display:block;width:860px;position:absolute;font-family:"chillax semi-bold";font-size:26px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:72px;left:50px;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:#46d1c0;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:14px;font-family:arial;height:81px;width:960px;position:relative;display:block; }#Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { color:#39006b;display:block;width:960px;position:absolute;font-family:"chillax semi-bold";font-size:26px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:37.5px;left:0px;height:26px;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:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { position:absolute;display:block;z-index:15015;height:348px;width:925px;top:17px;left:17.5px;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:14px;font-family:arial;height:74px;width:960px;position:relative;display:block; }#lm2li1aiCEgVLPfaqt7zbf7RgrVbsvpi { color:#39006b;display:block;width:596px;position:absolute;font-family:"chillax semi-bold";font-size:26px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.09375px;left:182px;height:33.8px;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:14px;font-family:arial;height:607px;width:960px;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:520px;width:925px;top:0px;left:17.5px;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:14px;font-family:arial;height:317px;width:960px;position:relative;display:block; }#ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { color:#ffffff;display:block;width:431px;position:absolute;font-family:"chillax semi-bold";font-size:33px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:77px;left:265px;height:33.0035px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#39006b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264px;height:46px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:195px;left:348px;display:block; }
#gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xPAQW2xRmOvPnTRp7s41d9T6F5PQWkGV { display:block;width:538px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:145px;left:211px;height:17.5955px;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; }
#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:14px;font-family:arial;height:62px;width:960px;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:24px;width:152px;top:14.5px;left:26px;overflow:hidden;display:block; }
#woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { color:#ffffff;display:block;width:100px;position:absolute;font-family:poppins;font-size:11px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:19px;left:836px;height:14.3px;text-align:left;text-align-last:left;display:block; }
#C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { color:#ffffff;display:block;width:115px;position:absolute;font-family:poppins;font-size:11px;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:19px;left:707px;height:14.3px;text-align:left;text-align-last:left;display:block; }
#uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { color:#ffffff;display:block;width:10px;position:absolute;font-family:poppins;font-size:11px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:19px;left:823px;height:14.3px;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:14px;font-family:arial;height:510px;width:960px;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:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { top:4px;left:291.5px;width:181px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block; }
 }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:163px;height:25px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:none; }
 }@media only screen and (max-width: 763px) { #WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { top:13px;left:479.5px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { display:block; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { top:4px;left:583px;width:181px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block; }
 }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:163px;height:25px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:none; }
 }@media only screen and (max-width: 763px) { #dHFlTUBnhrqPnNIsafn91img4xpeUqlM { top:13px;left:739px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:722px;height:53px;top:218px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zuF5xCUEJfvW9S8IlE9y4waPTRb9bTMC { top:331px;left:0px;width:567px;height:567px;display:block; }
 }@media only screen and (max-width: 763px) { #GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { width:643px;height:110px;top:80px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-regular-label { width:371px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-text { width:371px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-textarea { width:371px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-select { width:371px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-button { width:371px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-checkbox-label { width:349px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz  { width:371px;height:363px;top:387px;left:97px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .radio-container { width:371px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz {display:block;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz { width:371px;height:363px;top:387px;left:97px; }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #RZNnSheVKMICTfMCdawHUTAGamI37ASH {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #yVpio1JWEC46nHg4HyzMMoyiFXypErBC {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #qh96Uyso9AwWDkkT3yXkfQhWvGHmhC17 {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #GccT89HgOIdXJG8P7Vt60MhuS1d7p9PZ {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #fGz2tH9vdp9MxuC7C9I9th35pTKdh5NW {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #IV0R0TmLISbQyw7WRL6wXQrHscoQO6G0 {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #gdWf4kqEer0fWVOKpfcH667crebaAKwD {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #ahUmMQRLymOhCNeCCbxHlbu0PyLExAk9 {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #rTz6elFmwW4AhqeCba2Tl3WpRupTyDth {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #uKBWh912x7i1A3LqlOob9Rs4DClJ7LlW {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #r1WN3rmUTwhoduulETQoVmMD41RrUq6u {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #Uw4yOt9opmGFRSiwqwnEBoN0vRSP65yh {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #cea7p3PX6qZqHEewUfw8DDql0yvH9xWR {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #QrZOI4KtN894MaRivUs6Ggt2xQn7noni {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #q9BVFfoNZCdFhTM1e2yLrsUecstaUEh5 {  }
 }@media only screen and (max-width: 763px) { #ffN9bcCIFBxfSlbFnePfunKTgaMlNUT7 { display:block; }
 }@media only screen and (max-width: 763px) { #g8RpXvZRR7m5ZDucVobXACQ9JJSgf0IW { display:block; }
 }@media only screen and (max-width: 763px) { #e8tlOvZdn9QHULar3kTWT1N0DoHTCKol { display:block; }
 }@media only screen and (max-width: 763px) { #IyLu49KnVe4WseStSzxNNOO5TTIgs51y { display:block; }
 }@media only screen and (max-width: 763px) { #Z7wTGTTbUoxo1mSu7Omv6NNixRAAyJVi { display:block; }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #suJ9w0XyMoXlJsaKrhTWUm163OizJ6xU {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #oyaWAX7JZWTdLRdChrKOPfTop5ndpxT2 {  }
 }@media only screen and (max-width: 763px) { #KEsXW51igIAKuB71b8m6ufKOouhRsesn { width:100px;height:56px;top:0px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #iVfxlKvEIbMEXsumVLykCA6BXQuFsqOv { top:810px;left:92px;width:416px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #I8RiQ1peid3Z0yAbAk46Hb4R8a9rWMtA { top:299px;left:51px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #T2AvqkgZMaBTgIucC8acXi71obMHi9PJ { width:196px;height:22px;top:301px;left:58px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lheaauKizNSqieTAHgPKVrHOU8npRfqW { width:188px;height:22px;top:301px;left:516px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #r8Nl6R8zuAbtzsNEIXnMv5yuawcmMqz0 { top:299px;left:508px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #GxOfMrZH9onJtqabI8D0lg3a6azDgdWm { width:269px;height:97px;display:none; }
 }@media only screen and (max-width: 763px) { #IQTMyVwlA0cnqz3zayJudq3Zn3zzJbka { width:284px;height:97px;display:none; }
 }@media only screen and (max-width: 763px) { #PUrZuKexmBaKQ1WNS1rriMMmC5caimne { top:299px;left:254px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpX6xiWqZfSfM6PtTlmnACJxXqPuvt67 { width:231px;height:22px;top:301px;left:277px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW { display:block; }#QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWsw3yAaHnhzVXfStqsLfgokXZhESdSg { width:566px;height:28px;top:82px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tkmhfg8eLtJsl3sePeZQhO0bkQVTPkP6 { width:563px;height:44px;top:130px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KBq8m1TIPOnnVN5s1DpLEcAfapTeZm2D { top:173px;left:187px;width:321px;height:437px;display:block; }
 }@media only screen and (max-width: 763px) { #yFyFriR4TKuTZISaJ4g1SG3kp4Ts2sIE { top:234px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oQ6rIeCEwFv1nTVzT93uH0Bzio4TpQZK { width:492px;height:22px;top:235px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bNvX8xiM7aegHNhrv4mArBHDDJTQmlDk { width:362px;height:44px;top:265px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qX2TCsodt6X4T0Qi3RnXsU1smcsJr6qn { top:363px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #XBaQt806TFHinPoo4LS5pzTmIwDPT5kC { width:378px;height:22px;top:364px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud9cB1KwEW2flxOfD3Tsdi8TxNO5eLHT { width:350px;height:44px;top:394px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Oy68TwoEHillVZOuTVixehcCxfitNoFf { top:493px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #dgyCeHQKS4xVQfouVi4EDCn6kmJ9sPdz { width:434px;height:22px;top:494px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #k1FNE3orilZhPW8a2JNFNXvA0EiVhuNz { width:413px;height:44px;top:524px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JVhFIG4xlDNAbbqaiHdI8aF89ctN0o8c { width:268px;height:46px;top:656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Emuezu6t6rWtJgxuK8H3dQV1bC3HzB86 { display:block; }
 }@media only screen and (max-width: 763px) { #TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu { display:block; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9OzqATZm2bscrAWqohtoN2Juq1CLmlz { top:267px;left:103px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #pEH25OJA8xVgtild88t3yTD23T4LgJsQ { width:155px;height:48px;top:303px;left:39px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NWI6Z23nWGCMRJddv0QKnU1USuorMT4c { width:230px;height:63px;top:374px;left:2px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #C9zxH0H1WHPSRAtOg76qIGbSCvaSSHXi { width:683px;height:38px;top:81px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LxxKVzevKNDT3v1gQ998QzuSPuBXJ5qX { width:559px;height:22px;top:142px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OJJ0C46qz6JHHPTQXuAsNOXWh6WPVBx3 { top:226px;left:0px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #WrmXwaFWGDwTAnHVA73Pg7rV4zLWHu07 { top:227px;left:213px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #bAbR5R7ymBH8qAUBDKBx0xNsLBcG56W5 { width:176px;height:48px;top:303px;left:293px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mPnho6kAbdAuPKN9LPTzSIOrA4exc3xi { top:267px;left:371px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #lIII6waSfo8NdGMb5AFFiU0BxMhCJsFn { width:197px;height:63px;top:374px;left:283px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aO0wIv0MzRhph8cQMibi4kybSQoCJyyz { top:227px;left:467px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #VnrR7gVEN685GQ763sUymXtvTCFCfRV8 { width:155px;height:;top:300px;left:574px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HnEwiP6z3hfQ9SHOi0yVfuwl872lEg1a { top:264px;left:638px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Qca7FmKpNNgFOmwb9QRZbmD8TB7BVTMq { width:198px;height:63px;top:374px;left:551px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #N9Qqem7FzzJFFcC90h2LXgxXgNzt8luH { top:508px;left:0px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #T2qSDvRPUOO82RT7IKA2Uylfi5oknPup { top:547px;left:103px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tQAwqi1AmuPkT7RGkWF9N8PhrfIcqwIa { top:509px;left:213px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #SUgSGOiJ8qTnIfo6dWARmf1AmBN5KkWX { width:188px;height:48px;top:586px;left:23px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #i0Fe6Nb6MDBLa1K1FZQKiSfq3meZA8ne { width:181px;height:48px;top:586px;left:291px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ynyIdJNL5vS3AOMAWVtfIS4vZ0aCUWAb { top:549px;left:371px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #EGTv6yZ1A4UrehmZGbT3uV4DcnUKibHE { width:163px;height:63px;top:656px;left:35px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #W2HqL6yIAbpr9hhBgm8XORZTJdJU434o { width:211px;height:63px;top:656px;left:276px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mdkxy7smdEFaWxy5ppTLIIB8SPybliFM { top:509px;left:467px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #mg81UM7UIWL5LlQzbRTfTThzXKkGDFvr { width:187px;height:63px;top:656px;left:556px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u0qrPmWkXc9W2OqJlPhfv61gDUQ6qqQu { width:155px;height:;top:582px;left:575px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #crZF0P4t1fy4B1MRWAXgJr2pVR8lBVKg { top:544px;left:636px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #em5dUCXoCuln4T7Tdze96vZGVE4tfttG { top:790px;left:0px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #iss5zipltg1aTGuS6J2TofJxOT00Qc09 { top:831px;left:100px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TyDDIMNpVXD4Z6h98Nr61XbicgW0BTUB { top:791px;left:213px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Xx1xqhwFG2wWDZGsFxbzpWC3zEqDnXbA { width:155px;height:48px;top:867px;left:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ca8UeQg3ssQFzuSCG3OfQKTGaq6VBEpb { width:181px;height:48px;top:867px;left:291px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NX1z1e330k1BqpcWoy4NthEnCzOfglhK { top:831px;left:371px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #KesCIkhr3irZp84xTJg0ABT23Ex8T29K { width:161px;height:63px;top:938px;left:36px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QqlvvoBHLsQDw4S7gyG49hWPksC04Mut { width:199px;height:63px;top:938px;left:282px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #w4ylp1rJexceSliiQveNOqForAI67oUt { top:791px;left:467px;width:293px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #vV7L88EVJPzCxTunc1gyEcRlC7VQ9VCP { width:178px;height:63px;top:938px;left:561px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nRbytBTQroe2SkXcBpcZDSE0sqBTdLTi { width:236px;height:48px;top:867px;left:526px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc13OQuXEJC8LXnzlqrpfCly2Pd28MeR { top:828px;left:634px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #O6xnkD9isQ7byJxKmT4ZxqyOytwT1abo { width:271px;height:46px;top:1143px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #TAaTCyiJzJrdkwokdETiTbpsiMTcUuZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP { display:block; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT6UpoSgcEB1DnLuhZODplNQyyfuhWis { width:566px;height:28px;top:64px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pU4UhPLUFqmTlTO3foewZLeAxy4LFuwS { width:637px;height:44px;top:112px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zOca3E6RBRkPJ9N9tl6rBeO4AcaXEbnu { top:179px;left:0px;width:764px;height:331.06666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #oaT3RemmVkZNrTayPVOtoVZPIAS8Ioet { width:335px;height:46px;top:635px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zLWfNNOrnXPkIrmxxqIENbCgLzw5iuHd { display:block; }
 }@media only screen and (max-width: 763px) { #lAXqw9H9ihtkUCa7TTql99qugL24Xoc1 { width:764px;height:764px;display:none; }
 }@media only screen and (max-width: 763px) { #wTGBmedT95NvGmwM7PbD67ELuR0IHT8c { display:block; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sW5lOKhoMLTb4m6luaVHPiZUWNQNc8hP { width:566px;height:28px;top:153px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #l7IdNf1xrtwxU1BNpofBJc68G5BtCMn6 { width:488px;height:44px;top:200px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #O6BkZ3qerKImXFIm6uuiItrXQeTClHRk { top:39px;left:443px;width:319px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 { display:block; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOEbDC69B1RTU7WVVpP4zaB7Ccf3EwTD { width:355px;height:20px;top:88px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BReXZwSnssALFcz2v19UTTITCGEyEkgV { width:483px;height:89px;top:151px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #g1vflaIoFM6OgaCa0hrzWfETMz7dhvUZ { top:84px;left:443px;width:319px;height:224px;display:block; }
 }@media only screen and (max-width: 763px) { #yLif8TXPc8e6xBiGir6IbmFdil8G0MSH { width:488px;height:30px;top:109px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yFm3HE9sdQ3zT62SwkTmN0xeIyAu2Q56 { width:203px;height:46px;top:259px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gVf2mUw6m2GJCeL7R7JysMWtMTkeOlAq { display:block; }
 }@media only screen and (max-width: 763px) { #dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { display:block; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIhSPNH5RTXTtiTJTN6JgxETcprhlVd8 { width:598px;height:;top:111px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { top:181px;left:0px;width:764px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { top:233px;left:0px;width:764px;height:82.781038374718px;display:block; }
 }@media only screen and (max-width: 763px) { #ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { top:169px;left:0px;width:764px;height:199px;display:none; }
 }@media only screen and (max-width: 763px) { #IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { display:none; }
 }@media only screen and (max-width: 763px) { #qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { width:764px;height:764px;display:none; }
 }@media only screen and (max-width: 763px) { #zG2ki6HRRcT9nZwLvlxBE5K9KFvuLf4T { width:764px;height:16px;top:40px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iTJowEyehFMuTPH0MTxGr0pWzwHJJASn { width:764px;height:;top:72px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { display:block; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { width:764px;height:26px;top:37px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { display:block; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { top:17px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm2li1aiCEgVLPfaqt7zbf7RgrVbsvpi { width:596px;height:33px;top:20px;left:84px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5tHs9oMd8uxoTmPbCafeGQcfJ107GK0 { top:0px;left:0px;width:764px;height:429.49189189189px;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { display:block; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { width:431px;height:33px;top:77px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { width:264px;height:46px;top:195px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block; }
 }@media only screen and (max-width: 763px) { #xPAQW2xRmOvPnTRp7s41d9T6F5PQWkGV { width:538px;height:17px;top:145px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { top:14px;left:0px;width:152px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { top:19px;left:664px;width:100px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { top:19px;left:609px;width:115px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { top:19px;left:725px;width:10px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { display:block; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { width:764px;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:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { top:4.5px;left:160.50000476837px;width:131px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block; }
 }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:100px;height:14px;top:15.5px;left:12.972222328186px;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:flex;top:7px;left:266.18181702948px;width:41px;height:41px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { width:21px;height:21px;top:10px;left:291.49998950958px;display:block; }
 }@media only screen and (max-width: 763px) { #UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { position:relative;z-index:auto;display:none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { width:320px;height:45px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { top:8px;left:172.0694475174px;width:131px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block; }
 }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:100px;height:14px;top:19px;left:13.972222328186px;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:flex;top:7px;left:266.18181702948px;width:41px;height:41px;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #dHFlTUBnhrqPnNIsafn91img4xpeUqlM { width:25px;height:25px;top:13.5px;left:147.50000476837px;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:320px;height:1297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:246px;height:67.5938px;top:141px;left:37px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuF5xCUEJfvW9S8IlE9y4waPTRb9bTMC { width:320px;height:320px;top:977px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { width:221px;height:75px;top:41px;left:49.5px;text-align:center;text-align-last:center;font-size:25px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-regular-label { width:272px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#39006b; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-text { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-text {padding-top: 0; padding-bottom: 0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-textarea { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-select { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-select {padding-top: 0; padding-bottom: 0;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-input-button { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:16px;overflow:hidden;color:#46d1c0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .widget-checkbox-label { width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz  { width:272px;height:auto;top:359.21875px;left:4px; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz .radio-container { width:272px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz {display:block;}#IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz { width:272px;height:auto;top:359.21875px;left:4px; }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #RZNnSheVKMICTfMCdawHUTAGamI37ASH {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #yVpio1JWEC46nHg4HyzMMoyiFXypErBC {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #qh96Uyso9AwWDkkT3yXkfQhWvGHmhC17 {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #GccT89HgOIdXJG8P7Vt60MhuS1d7p9PZ {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #fGz2tH9vdp9MxuC7C9I9th35pTKdh5NW {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #IV0R0TmLISbQyw7WRL6wXQrHscoQO6G0 {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #gdWf4kqEer0fWVOKpfcH667crebaAKwD {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #ahUmMQRLymOhCNeCCbxHlbu0PyLExAk9 {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #rTz6elFmwW4AhqeCba2Tl3WpRupTyDth {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #uKBWh912x7i1A3LqlOob9Rs4DClJ7LlW {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #r1WN3rmUTwhoduulETQoVmMD41RrUq6u {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #Uw4yOt9opmGFRSiwqwnEBoN0vRSP65yh {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #cea7p3PX6qZqHEewUfw8DDql0yvH9xWR {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #QrZOI4KtN894MaRivUs6Ggt2xQn7noni {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #q9BVFfoNZCdFhTM1e2yLrsUecstaUEh5 {  }
 }@media only screen and (max-width: 763px) { #ffN9bcCIFBxfSlbFnePfunKTgaMlNUT7 { display:block; }
 }@media only screen and (max-width: 763px) { #g8RpXvZRR7m5ZDucVobXACQ9JJSgf0IW { display:block; }
 }@media only screen and (max-width: 763px) { #e8tlOvZdn9QHULar3kTWT1N0DoHTCKol { display:block; }
 }@media only screen and (max-width: 763px) { #IyLu49KnVe4WseStSzxNNOO5TTIgs51y { display:block; }
 }@media only screen and (max-width: 763px) { #Z7wTGTTbUoxo1mSu7Omv6NNixRAAyJVi { display:block; }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #suJ9w0XyMoXlJsaKrhTWUm163OizJ6xU {  }
 }@media only screen and (max-width: 763px) { #IaGzowJJTyIdJJmJIl1MzMyZoG1huTuz #oyaWAX7JZWTdLRdChrKOPfTop5ndpxT2 {  }
 }@media only screen and (max-width: 763px) { #KEsXW51igIAKuB71b8m6ufKOouhRsesn { width:100px;height:27px;top:0px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #iVfxlKvEIbMEXsumVLykCA6BXQuFsqOv { width:314px;height:43px;top:709px;left:3px;display:none; }
 }@media only screen and (max-width: 763px) { #I8RiQ1peid3Z0yAbAk46Hb4R8a9rWMtA { width:20px;height:20px;top:242px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #T2AvqkgZMaBTgIucC8acXi71obMHi9PJ { width:160px;height:16.8984px;top:244px;left:93px;font-size:13px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lheaauKizNSqieTAHgPKVrHOU8npRfqW { width:152px;height:16.8984px;top:297px;left:97px;font-size:13px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8Nl6R8zuAbtzsNEIXnMv5yuawcmMqz0 { width:20px;height:20px;top:295px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #GxOfMrZH9onJtqabI8D0lg3a6azDgdWm { top:809px;left:78px;width:164px;height:57px;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IQTMyVwlA0cnqz3zayJudq3Zn3zzJbka { top:899px;left:72px;width:176px;height:58px;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PUrZuKexmBaKQ1WNS1rriMMmC5caimne { width:20px;height:20px;top:269px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpX6xiWqZfSfM6PtTlmnACJxXqPuvt67 { width:188px;height:16.8984px;top:271px;left:79px;font-size:13px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKbvAJVHEqHnm0txpNTFWyiLZgNVl4dW { background-color:rgba(255,255,255,0.05);background-image:none;display:block; }#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:320px;height:1297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWsw3yAaHnhzVXfStqsLfgokXZhESdSg { width:173px;height:48px;top:60px;left:73.5px;text-align:center;text-align-last:center;font-size:20px;color:#39006b;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tkmhfg8eLtJsl3sePeZQhO0bkQVTPkP6 { width:253px;height:67.6px;top:124px;left:33.5px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBq8m1TIPOnnVN5s1DpLEcAfapTeZm2D { width:282px;height:385px;top:241px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yFyFriR4TKuTZISaJ4g1SG3kp4Ts2sIE { width:27px;height:27px;top:656px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #oQ6rIeCEwFv1nTVzT93uH0Bzio4TpQZK { width:155px;height:36px;top:693px;left:82px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bNvX8xiM7aegHNhrv4mArBHDDJTQmlDk { width:207px;height:46.7812px;top:737px;left:57px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qX2TCsodt6X4T0Qi3RnXsU1smcsJr6qn { width:27px;height:27px;top:817px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #XBaQt806TFHinPoo4LS5pzTmIwDPT5kC { width:191px;height:39.5938px;top:860px;left:65px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ud9cB1KwEW2flxOfD3Tsdi8TxNO5eLHT { width:204px;height:46.7812px;top:919px;left:58px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oy68TwoEHillVZOuTVixehcCxfitNoFf { width:27px;height:27px;top:1006px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #dgyCeHQKS4xVQfouVi4EDCn6kmJ9sPdz { width:182px;height:39.5938px;top:1043px;left:69px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k1FNE3orilZhPW8a2JNFNXvA0EiVhuNz { width:219px;height:46.7812px;top:1093px;left:51px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVhFIG4xlDNAbbqaiHdI8aF89ctN0o8c { width:226px;height:46px;top:1192.7734375px;left:47px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Emuezu6t6rWtJgxuK8H3dQV1bC3HzB86 { display:block; }
 }@media only screen and (max-width: 763px) { #TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu { 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; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu.adaptive-delivery-prevent-bg, #TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu.lazyload, #TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu.lazyloading { background-image: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container { background-color: transparent; background-image: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container > .video-iframe-container { display: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row > .video-iframe-container { display: none; }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .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); }#TR1SN7lT7eaaJa7nRTLQyc6EAPsEcfqu > .row .container { width:320px;height:2422px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9OzqATZm2bscrAWqohtoN2Juq1CLmlz { width:27px;height:27px;top:271px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #pEH25OJA8xVgtild88t3yTD23T4LgJsQ { width:229px;height:18px;top:308px;left:46px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NWI6Z23nWGCMRJddv0QKnU1USuorMT4c { width:158px;height:62.375px;top:358px;left:81px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9zxH0H1WHPSRAtOg76qIGbSCvaSSHXi { width:234px;height:48px;top:45.375px;left:43px;text-align:center;text-align-last:center;font-size:24px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LxxKVzevKNDT3v1gQ998QzuSPuBXJ5qX { width:203px;height:50.6953px;top:142.375px;left:58.5px;font-size:13px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJJ0C46qz6JHHPTQXuAsNOXWh6WPVBx3 { width:225px;height:211px;top:231px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #WrmXwaFWGDwTAnHVA73Pg7rV4zLWHu07 { width:225px;height:211px;top:930px;left:46.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bAbR5R7ymBH8qAUBDKBx0xNsLBcG56W5 { width:162px;height:36px;top:1009px;left:79px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mPnho6kAbdAuPKN9LPTzSIOrA4exc3xi { width:27px;height:27px;top:972px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #lIII6waSfo8NdGMb5AFFiU0BxMhCJsFn { width:182px;height:46.7812px;top:1055px;left:69px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aO0wIv0MzRhph8cQMibi4kybSQoCJyyz { width:225px;height:211px;top:1627px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #VnrR7gVEN685GQ763sUymXtvTCFCfRV8 { width:155px;height:18px;top:1703px;left:83px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HnEwiP6z3hfQ9SHOi0yVfuwl872lEg1a { width:27px;height:27px;top:1667px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #Qca7FmKpNNgFOmwb9QRZbmD8TB7BVTMq { width:144px;height:62.375px;top:1754px;left:88px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9Qqem7FzzJFFcC90h2LXgxXgNzt8luH { width:225px;height:211px;top:464px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #T2qSDvRPUOO82RT7IKA2Uylfi5oknPup { width:27px;height:27px;top:499px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #tQAwqi1AmuPkT7RGkWF9N8PhrfIcqwIa { width:225px;height:211px;top:1163px;left:46.5px;display:block; }
 }@media only screen and (max-width: 763px) { #SUgSGOiJ8qTnIfo6dWARmf1AmBN5KkWX { width:155px;height:36px;top:535px;left:83px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i0Fe6Nb6MDBLa1K1FZQKiSfq3meZA8ne { width:181px;height:36px;top:1240px;left:70px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ynyIdJNL5vS3AOMAWVtfIS4vZ0aCUWAb { width:27px;height:27px;top:1203px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #EGTv6yZ1A4UrehmZGbT3uV4DcnUKibHE { width:154px;height:46.7812px;top:596px;left:83px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2HqL6yIAbpr9hhBgm8XORZTJdJU434o { width:163px;height:46.7812px;top:1289px;left:79px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdkxy7smdEFaWxy5ppTLIIB8SPybliFM { width:225px;height:211px;top:1860px;left:46.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mg81UM7UIWL5LlQzbRTfTThzXKkGDFvr { width:166px;height:46.7812px;top:1991px;left:77px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0qrPmWkXc9W2OqJlPhfv61gDUQ6qqQu { width:155px;height:36px;top:1932px;left:84px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #crZF0P4t1fy4B1MRWAXgJr2pVR8lBVKg { width:27px;height:27px;top:1896px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #em5dUCXoCuln4T7Tdze96vZGVE4tfttG { width:225px;height:211px;top:697px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #iss5zipltg1aTGuS6J2TofJxOT00Qc09 { width:27px;height:27px;top:734px;left:147px;display:block; }
 }@media only screen and (max-width: 763px) { #TyDDIMNpVXD4Z6h98Nr61XbicgW0BTUB { width:225px;height:211px;top:1396px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #Xx1xqhwFG2wWDZGsFxbzpWC3zEqDnXbA { width:134px;height:36px;top:771px;left:93px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ca8UeQg3ssQFzuSCG3OfQKTGaq6VBEpb { width:181px;height:18px;top:1475px;left:70px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NX1z1e330k1BqpcWoy4NthEnCzOfglhK { width:27px;height:27px;top:1438px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #KesCIkhr3irZp84xTJg0ABT23Ex8T29K { width:190px;height:31.1875px;top:827px;left:65px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqlvvoBHLsQDw4S7gyG49hWPksC04Mut { width:168px;height:46.7812px;top:1521px;left:79px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4ylp1rJexceSliiQveNOqForAI67oUt { width:225px;height:211px;top:2089px;left:46.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vV7L88EVJPzCxTunc1gyEcRlC7VQ9VCP { width:179px;height:46.7812px;top:2218px;left:71px;font-size:12px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRbytBTQroe2SkXcBpcZDSE0sqBTdLTi { width:187px;height:36px;top:2163px;left:67px;text-align:center;text-align-last:center;font-size:18px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Sc13OQuXEJC8LXnzlqrpfCly2Pd28MeR { width:27px;height:27px;top:2127px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #O6xnkD9isQ7byJxKmT4ZxqyOytwT1abo { width:271px;height:46px;top:2322px;left:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TAaTCyiJzJrdkwokdETiTbpsiMTcUuZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP { background-color:#f6f6f6;background-image:none;display:block; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container { background-color: transparent; background-image: none; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container > .video-iframe-container { display: none; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row > .video-iframe-container { display: none; }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .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); }#m5MTPN2PDyqTDSwD2y4CKwBahQw3iEHP > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT6UpoSgcEB1DnLuhZODplNQyyfuhWis { width:199px;height:40px;top:46px;left:61px;text-align:center;text-align-last:center;font-size:20px;color:#39006b;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pU4UhPLUFqmTlTO3foewZLeAxy4LFuwS { width:285px;height:72.7812px;top:110px;left:18px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOca3E6RBRkPJ9N9tl6rBeO4AcaXEbnu { width:320px;height:137px;top:206px;left:0px;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:none; }
 }@media only screen and (max-width: 763px) { #oaT3RemmVkZNrTayPVOtoVZPIAS8Ioet { width:268px;height:39px;top:474px;left:26px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zLWfNNOrnXPkIrmxxqIENbCgLzw5iuHd { display:block; }
 }@media only screen and (max-width: 763px) { #lAXqw9H9ihtkUCa7TTql99qugL24Xoc1 { top:203px;left:42px;width:236px;height:236px;z-index:15035;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wTGBmedT95NvGmwM7PbD67ELuR0IHT8c { background-color:rgba(255,255,255,0.05);background-image:none;display:block; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container { background-color: transparent; background-image: none; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container > .video-iframe-container { display: none; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row > .video-iframe-container { display: none; }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .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); }#wTGBmedT95NvGmwM7PbD67ELuR0IHT8c > .row .container { width:320px;height:517px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sW5lOKhoMLTb4m6luaVHPiZUWNQNc8hP { width:199px;height:48px;top:46px;left:61px;text-align:center;text-align-last:center;font-size:20px;color:#39006b;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l7IdNf1xrtwxU1BNpofBJc68G5BtCMn6 { width:257px;height:72.7812px;top:129px;left:31.5px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6BkZ3qerKImXFIm6uuiItrXQeTClHRk { width:224px;height:224px;top:239px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 { background-color:rgba(255,255,255,0.05);background-image:none;display:block; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container { background-color: transparent; background-image: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container > .video-iframe-container { display: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row > .video-iframe-container { display: none; }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .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); }#U6ls3kuD2xdthEzW8XS6BgP6ZHFOv032 > .row .container { width:320px;height:596px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOEbDC69B1RTU7WVVpP4zaB7Ccf3EwTD { width:267px;height:20.3984px;top:52px;left:27px;text-align:center;text-align-last:center;font-size:17px;color:#39006b;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BReXZwSnssALFcz2v19UTTITCGEyEkgV { width:225px;height:127.367px;top:157px;left:47px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1vflaIoFM6OgaCa0hrzWfETMz7dhvUZ { width:224px;height:157px;top:317px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #yLif8TXPc8e6xBiGir6IbmFdil8G0MSH { width:181px;height:48px;top:72px;left:70px;text-align:center;text-align-last:center;font-size:20px;color:#39006b;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yFm3HE9sdQ3zT62SwkTmN0xeIyAu2Q56 { width:203px;height:46px;top:498px;left:58px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gVf2mUw6m2GJCeL7R7JysMWtMTkeOlAq { 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:320px;height:577px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIhSPNH5RTXTtiTJTN6JgxETcprhlVd8 { width:259px;height:72px;top:163px;left:31px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { width:320px;height:69px;top:215px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { width:275px;height:30px;top:236.5px;left:8.5px;display:none; }
 }@media only screen and (max-width: 763px) { #ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { width:320px;height:69px;top:282px;left:40px;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { top:287px;left:24px;width:272px;height:200px;z-index:15037;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { top:253px;left:31px;width:259px;height:259px;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zG2ki6HRRcT9nZwLvlxBE5K9KFvuLf4T { width:320px;height:15px;top:65px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iTJowEyehFMuTPH0MTxGr0pWzwHJJASn { width:232px;height:43.1875px;top:108px;left:44px;text-align:center;text-align-last:center;font-size:18px;color:#46d1c0;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { display:block; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { width:241px;height:38px;top:22px;left:39.5px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { display:block; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { width:320px;height:366px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { width:320px;height:348px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm2li1aiCEgVLPfaqt7zbf7RgrVbsvpi { width:203px;height:44px;top:21px;left:58.5px;text-align:center;text-align-last:center;font-size:20px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5tHs9oMd8uxoTmPbCafeGQcfJ107GK0 { height:179.889px;width:320px;top:0px;left:0px;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:320px;height:309px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { width:247px;height:20px;top:95px;left:37px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { width:183px;height:31px;top:220px;left:68px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block; }
 }@media only screen and (max-width: 763px) { #xPAQW2xRmOvPnTRp7s41d9T6F5PQWkGV { width:203px;height:50.3906px;top:128px;left:59px;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { border-width: 0; border-radius: 0; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { width:320px;height:92px;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:172px;height:27px;top:17px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { width:100px;height:14.3px;top:60px;left:170px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { width:115px;height:14.3px;top:60px;left:49px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { width:10px;height:14.3px;top:60px;left:165px;font-size:11px;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:320px;height:100px;position:relative;display:none; } }