.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,217,247;--color-primary-1:205,179,252;--color-primary-2:136,65,213;--color-primary-3:106,17,203;--color-primary-4:98,9,195;--color-secondary-0:212,218,253;--color-secondary-1:125,143,250;--color-secondary-2:38,69,247;--color-secondary-3:27,103,232;--color-secondary-4:3,5,34;--color-tertiary-0:255,255,255;--color-tertiary-1:245,247,248;--color-tertiary-2:211,211,211;--color-tertiary-3:11,11,11;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:open sans; }@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:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #350966);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #350966);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #350966);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #350966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#350966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#350966' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #350966);background-size:auto !important;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS { background-color:rgba(var(--color-primary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { background-color: transparent; background-image: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container > .video-iframe-container { display: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container { display: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .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); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { border-width: 0; border-radius: 0; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#240b52;padding-top:0.351875rem;padding-right:0.31375rem;padding-bottom:0.351875rem;padding-left:0.31375rem;display:block;align-items:center;width:1.880625rem;min-width:1.880625rem;height:1.89125rem;position:relative;font-family:var(--headlines-font-family);font-size:1.4075rem;font-weight:700;line-height:30.26px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-text.counter-label { background-color:;background-image:none;color:#6d20f7;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.5075rem;height:0.7475rem;position:relative;font-family:var(--headlines-font-family);font-size:0.5275rem;font-weight:400;line-height:11.96px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.0625rem;height:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:45.9375rem;z-index:15002; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #gIZtOgiody0fwLdGvsRvzdLcW2klnKrE { display:flex;position:relative;top:0rem;left:0rem; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #koJ1F1hMSyKPkTMIL71RlxsWcOsvz8ah { width:auto; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #h2Ff3xipUv5CSt8b8vnUmQAmztVoPeug {  }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #d7olH4zS9TX1iiFpsZP5rCzkL4yXPuwu { display:flex;position:relative;top:0rem;left:0rem; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #KBul03stK7p1T4q664bZbEdqM2H8kAPE {  }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #weQsC1RCGRgeNrJPl2tdqpKFMTwaFBJ5 {  }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #oTb5dXJQMcxcJvl6Owrz0lVRgVMgLqx0 { display:flex;position:relative;top:0rem;left:0rem; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #nofPMVboXOtII8gsSBnpUoQsWbfETEPV {  }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #hwRpz33JodD4WQGG8pJD0MmLVOaEpUSM {  }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #uCuk2nFFmNmelf3toHiJkHdTNtwn40l3 { display:flex;position:relative;top:0rem;left:0rem; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #I4b4TpMzcLItNVLXMXU5v7MiTBVtxHiW {  }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil #vruDISOEF8vFTRU1HHKQ0BF7A9iwstIT {  }
#PARoOrabTBrbvEwqkdD1Ky2Gpbbk9EaU { color:#240b52;display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.880859375rem;left:0rem;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;display:block; }
#gbiV8kkkV1pqWcCKzmKVN9BW9ug3DNUZ { position:absolute;display:block;z-index:15007;background-color:#f8eb95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:41.5625rem;top:2.6806640625rem;left:0rem;display:block; }
#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:rgba(var(--color-primary-3),0);background-image:url("https://images.assets-landingi.com/Ag1Hcpbc/circle_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:60rem;height:46.25rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 3.125rem rgba(var(--color-tertiary-4),0.24) ;height:17.5rem;width:31.1875rem;top:20.5625rem;left:13.6875rem;display:block; }
#NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:fraunces;font-size:2.875rem;font-weight:300;z-index:15005;line-height:.9;letter-spacing:0;top:4.59375rem;left:0rem;height:5.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.21) ;height:23.875rem;width:35.625rem;top:17.375rem;left:11.5rem;display:block; }
#DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.6875rem;left:17.25rem;height:1.29980625rem;font-style:normal;display:block; }
#DNndOKP38ewKKo4rMMAJALJCeop1m9mG { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.6875rem;left:37.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#f1THs0ldra2m0BIMnsITddUOU3dW2nmW { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoqBaDJvFQzGFy46suOBqB2ntzHyQBdT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.75rem;left:17.40625rem;display:block; }
#eSf8qnwnqu8WOtRca9TRXF1K8ogldCqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdXzcNEQWmUaSPTseSx68TpJfCVX3AuJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0.75rem;left:26.90625rem;overflow:hidden;display:block; }
#fEkbPZfWVuihAMc6ugVZrE6nkzquXfaP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:18.5625rem;left:15.0625rem; }
#fdZga2ocTSJJ6izGlrpITilzcvXXbax6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:18.5625rem;left:34.125rem; }
#sbsc7uScbbu1iZu1QbS6Fv85RpcPmHxQ { color:#fddd03;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38.7939453125rem;left:20rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#wu8giaqoBIy00dlVM8GHp1eFzlV83KaH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GzxW1qDnNTmgHgo2paQpwu2XTSsXRMNB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:38.7470703125rem;left:22.0625rem; }
#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf { position:relative;display:block; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf { background-color: transparent; background-image: none; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row .container > .video-iframe-container { display: none; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row > .video-iframe-container { display: none; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .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); }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf { border-width: 0; border-radius: 0; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QkPC8INtuJbiOak3wHIVPTJ2NJQIp7cn { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.236328125rem;left:5.625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#CCTyfny9gfEDZa2SfvKuvTzuZoVvi65T { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5rem;position:absolute;font-family:fraunces;font-size:2.3125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:0.9990234375rem;left:19.25rem;height:3.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9TTNrbsZei9qOaGebAEdpgs3QbnQh0X { color:rgba(var(--color-tertiary-3),1);display:block;width:56.875rem;position:absolute;font-family:fraunces;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:14.9833984375rem;left:1.5625rem;height:4.330075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/69250410-cff3-4cb0-9768-049633a054d4/MotivacinMeditacinCitaPublicacinDeInstagram1.preview.enhance_100.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.adaptive-delivery-prevent-bg, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyload, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyloading { background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { background-color: transparent; background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .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); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.1875rem;width:60rem;position:relative;display:block; }#kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.8125rem;width:13.75rem;top:8.0625rem;left:3.125rem;display:block; }
#TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.75rem;width:13.75rem;top:8.125rem;left:23.125rem;display:block; }
#dAnqQcv1QFkhHn9xvzqSrfwov54qET7o { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.8125rem;width:13.75rem;top:8.125rem;left:43.125rem;display:block; }
#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { position:absolute;display:block;z-index:15001;background-color:#10031e;background-image:url("https://images.assets-landingi.com/3KGF9R_0oHs/unsplash/robina-weermeijer-3KGF9R_0oHs-photo-1559757148-5c350d0d3c56.jpg");background-position:center right !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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:8.75rem;left:7.96875rem;display:block; }#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.adaptive-delivery-prevent-bg, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyload, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyloading { background-image: none; }
#R2SEmRMUtE555gGuJMQWA1vWe7cCp43u { position:absolute;display:block;z-index:15002;background-color:#10031e;background-image:url("https://images.assets-landingi.com/YhhrVdYgICc/unsplash/aakash-dhage-YhhrVdYgICc-photo-1743767587847-08c42b31cdec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:8.75rem;left:28rem;display:block; }#R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.adaptive-delivery-prevent-bg, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyload, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyloading { background-image: none; }
#yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W { position:absolute;display:block;z-index:15003;background-color:#10031e;background-image:url("https://images.assets-landingi.com/nazL_0vWZ0Y/unsplash/maxim-berg-nazL_0vWZ0Y-photo-1707216171962-9f1514c0bda6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:8.75rem;left:48rem;display:block; }#yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.adaptive-delivery-prevent-bg, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyload, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyloading { background-image: none; }
#RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { color:#10031e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:fraunces;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:18.25rem;left:4.84375rem;height:;text-align:left;text-align-last:left;display:block; }#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM li:before{  }
#Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:23.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { color:#10031e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:43.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:0.75rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.09375rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bUvSadtInUdpJSN8mCXaaSczTJAviJeD { z-index:15003;top:32.4375rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-2),1), #2a2d3d);background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-2),1), #2a2d3d);background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-2),1), #2a2d3d);background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-2),1), #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-2),1), #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MSf6v6y1JuIhRoTibmv1rpuNfbUo39MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gqvyc47qs58Hi9Fiys9zciOKi3nhCTDe { z-index:15003;top:32.4375rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t1zTy4iPTmkrvXdbNkioeUcIkG4FUSVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIQtNTV4CTaWnuAM9TTqyDaKNdidyUUT { z-index:15003;top:32.4375rem;left:43.75rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dlC45OgrDgwmJ1Jp3HXwIUkOORxlbhKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1hX4Sx3x9JsFnDqWLQoGeI4LkMBqRqI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:66.625rem;width:60rem;top:0rem;left:0rem;display:block; }
#vDpFhIUvqFUp3hc7hOr04CrPyEKTr0Ee { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:fraunces;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:14.8984375rem;left:3.71875rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JHorJJqJOTWfrvFzLVv54VkMft30Mfqn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:fraunces;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:14.9375rem;left:23.71875rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:fraunces;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:18.25rem;left:23.90625rem;height:11.4375rem;text-align:left;text-align-last:left;display:block; }#rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW li:before{  }
#Q8U9kBBZttkiTXqZ467Kz8d4O5UgkOJS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:fraunces;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:15.3671875rem;left:43.71875rem;height:1.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 { color:#030404;display:block;width:12.5rem;position:absolute;font-family:fraunces;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:18.25rem;left:43.75rem;height:12.5625rem;text-align:left;text-align-last:left;display:block; }#lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 li:before{  }
#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { position:relative;display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/c302bec7-e6b7-4cab-9ae2-81b7b9212c5f/Disenosintitulo1.crop_714x1080_139,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:18.75rem;width:18.75rem;top:31.2626953125rem;left:5.625rem;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
#fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.2626953125rem;left:30rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:34.1875rem;left:30.0625rem;height:17.3164375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDG7kZzE9X5CIZ8RK0kJrrbETCvpvJct { z-index:15003;top:25.625rem;left:20.625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u5m4Kq1kiNs1niRJ5yEy58czJwbc4frS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fi1uqQaTFqhbJFiPB70wgNHm2seHHrXI { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.01171875rem;left:0rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4BpcrLgF9DgmzTqk9UKqsNEqvZIVgGv { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:7rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhkg4cenZDW9tIznRnWtJAfT42DzJ9Gt { color:#fbf8f8;display:block;width:53.0625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:11.375rem;left:3.9375rem;height:14rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");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; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.adaptive-delivery-prevent-bg, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyload, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyloading { background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { background-color: transparent; background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .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); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { border-width: 0; border-radius: 0; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.0625rem;width:60rem;position:relative;display:block; }#iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZdmi9I4STCrToA2b3hnV299WNoDqrT7 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:22rem;top:8.1875rem;left:7.5rem;display:block; }
#Vf5AhM7PZQVReGlmDeK8l15MiddOfomN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:18.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#o5PmPQi2r0zdRimpy1O6FiL0EFx4eTV2 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.5rem;top:8.125rem;left:2.15625rem;overflow:hidden;display:block; }
#DX4hgNTRNvndLFy16DRs8bhHWXau4QAg { color:#fffdfd;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.607421875rem;left:8.34375rem;height:5.84765625rem;display:block; }
#Ql2ROnJnuQu8iH6cZlKuiRmo1OPaMNqC { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(0,0,0,0));background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:22rem;top:8.03125rem;left:35.5625rem;display:block; }
#BPHUkytN9qM2vNAJDHTQklktH3pT1pAd { position:absolute;display:block;z-index:15014;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;box-shadow: none;height:6.8125rem;width:4.5rem;top:8.125rem;left:30.59375rem;overflow:hidden;display:block; }
#wFXvPI3zPmxl7VqQKACL5ci9MLvCzqD5 { color:#fffdfd;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.607421875rem;left:36.40625rem;height:4.87305rem;display:block; }
#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:transparent;background-image:url("https://images.assets-landingi.com/ace1aadL/bottom_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.adaptive-delivery-prevent-bg, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyload, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyloading { background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:60rem;height:57.75rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#toQg65LyS4dAKSNltWZkcGrL22GTPcWm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.21) ;height:24.8125rem;width:20rem;top:30.875rem;left:19.4375rem;display:block; }
#oKHmgZDe68RTvv0VSuJ7gccoTNekVuGV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;box-shadow: none;height:5.3125rem;width:20rem;top:25.625rem;left:19.4375rem;display:block; }
#TIqe3uXLVFM0iRBVNW8mE415EdS05TAv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:32.0625rem;left:20.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-form-header { font-size:0.875rem; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:16.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.5rem;margin-bottom:0.25rem;margin-left:2.5rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:11.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .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:var(--paragraphs-font-family);line-height:1.8;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal;float:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-container:first-of-type{padding-top:0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-container:last-of-type{padding-bottom:0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:34.1875rem;left:19.75rem;font-size:0.875rem; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD {display:block;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:34.1875rem;left:19.75rem;font-size:0.875rem; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #TwT2xO9mN6T67K4VhPC58BbPSP7S80t8 { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ekcEqI7K84f31EWMzboCrX89Tru5D6qN { position:relative;display:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #lhSE1HCau0pVMKg55TcJdvUmFhVVooEf { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #rUhPW6chVVmv8Z1Xwm3ENhVBrC2dWKf2 { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #IR0wBw6xEphJe893USFUBx2Tqw4I6OfN { position:relative;display:none; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #pdIsh8d090gZCsbWryK1T0hWTTQhFsn4 { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #kfXPnffzdtXDTrQaqg9G6M9rmEJN8Knx { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #AauFmm0rFZH4Itdnnqo8cJvz9ToGay2D { position:relative;display:block; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #z536FXE9AE33ZhlW8tTOZv1Wn4C5L5G6 { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ISu8w2Z9GG6BBats7QVeZQUQn0lAeKdg { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #KzfszH3qDJaJrQbUUuR4CmPqSaUUi9bG { position:relative;z-index:2; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #fDgfwd9CHhq5UO2dTQ14ey5oBwgO4DAn { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #SuiAb7wecU9IUW42GvixoksBwy2AGfMm { position:relative; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #bB2eh6m7Xe2PUrogUZ7H2H2QGKUoLqKL { position:relative; }
#qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:1.40625rem;left:0rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { color:rgba(var(--color-tertiary-2),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.73828125rem;left:1.4375rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#squpmfDsXSWAPXhQX5SJgoszdk6yQJZp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.375rem;width:3.4375rem;top:25rem;left:20.6875rem;display:block; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.625rem;left:19.8125rem;z-index:15014; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #VzhqK8zZ57n8vufpzSgD7KlXkW5aplOG { display:flex;position:relative;top:0rem;left:0rem; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #wqNXHnELfdDqGAAsGDK5FXR51WOWotXZ { width:auto; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #VOWwtvDUJdv0H1IAFG3XcpEvrun9rLD4 {  }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #CkuTBmIxxPoUTcUoRkLv6yiuSKBpLJer { display:flex;position:relative;top:0rem;left:0rem; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #emJbaO2gy5dx3EU4E16wVWyv3PiUIOxZ {  }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #BILduL6U88pdm9TdqfoSJtsINRTcTwyV {  }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #Zrupi04tJBOoVrixEb7z5KUDKXUqhACK { display:flex;position:relative;top:0rem;left:0rem; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #T0HNaaOeok7JT6mT95l4ZyVMSn6Q3P7e {  }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #OBOQbvHVX8LK0vJSXK0QEdcRpsawkIzr {  }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #sPZrSMxvHgRvexVi6fp7HTGMapy7DQqU { display:flex;position:relative;top:0rem;left:0rem; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #rrM72pWJ8dDzs5ov0TWhegI5L2C0IyLc {  }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #RinA5EgeP7GclBJ4ntwaxpQXM9kXmXxs {  }
#lZp3xo6lKMhhl1JFzqtsSr7T20fKkeLT { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.90625rem;left:3.9375rem;height:9.66603125rem;display:block; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/l2cfDL6v/share_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.adaptive-delivery-prevent-bg, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyload, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyloading { background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.75rem;width:60rem;position:relative;display:block; }#gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbmsqXhh3sCuM0fkyooBCffwmmau6ivk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11rem;left:17.1875rem;overflow:hidden;display:block; }
#JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11rem;left:22.8125rem;overflow:hidden;display:block; }
#uwPH9STBnz8f5u4Rhx55mftnTg9Sk1Zo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:11.03125rem;left:34.1875rem;overflow:hidden;display:block; }
#MS1yIiSs467TIEa4elhaI8BEwZcKa7fH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.96875rem;left:28.5625rem; }
#MS1yIiSs467TIEa4elhaI8BEwZcKa7fH > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#KcdcGHCgI9LwI5lAQWAX6zJ3K7mkJAMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.84375rem;left:39.1875rem; }
#KcdcGHCgI9LwI5lAQWAX6zJ3K7mkJAMT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6a11cb, #350966);background-image: -moz-linear-gradient(180deg, #6a11cb, #350966);background-image: -ms-linear-gradient(180deg, #6a11cb, #350966);background-image: -o-linear-gradient(180deg, #6a11cb, #350966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#350966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#350966' );";background-image: linear-gradient(180deg, #6a11cb, #350966);background-size:auto !important;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ILekcq1u0l0bglzm7XeFuLpZWS7W1muS { background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { background-color: transparent; background-image: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container > .video-iframe-container { display: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container { display: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .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); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { border-width: 0; border-radius: 0; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#240b52; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#6d20f7; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil { display:flex;width:14.6875rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #gIZtOgiody0fwLdGvsRvzdLcW2klnKrE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #koJ1F1hMSyKPkTMIL71RlxsWcOsvz8ah {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #h2Ff3xipUv5CSt8b8vnUmQAmztVoPeug {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #d7olH4zS9TX1iiFpsZP5rCzkL4yXPuwu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #KBul03stK7p1T4q664bZbEdqM2H8kAPE {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #weQsC1RCGRgeNrJPl2tdqpKFMTwaFBJ5 {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #oTb5dXJQMcxcJvl6Owrz0lVRgVMgLqx0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #nofPMVboXOtII8gsSBnpUoQsWbfETEPV {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #hwRpz33JodD4WQGG8pJD0MmLVOaEpUSM {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #uCuk2nFFmNmelf3toHiJkHdTNtwn40l3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #I4b4TpMzcLItNVLXMXU5v7MiTBVtxHiW {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #vruDISOEF8vFTRU1HHKQ0BF7A9iwstIT {  }
 }@media only screen and (max-width: 763px) { #PARoOrabTBrbvEwqkdD1Ky2Gpbbk9EaU { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;color:#240b52;display:block; }
 }@media only screen and (max-width: 763px) { #gbiV8kkkV1pqWcCKzmKVN9BW9ug3DNUZ { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;background-color:#f8eb95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Ag1Hcpbc/circle_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { width:31.1875rem;height:17.5rem;top:20.5625rem;left:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 3.125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:47.75rem;height:5.125rem;top:4.5625rem;left:0rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:35.625rem;height:23.875rem;top:17.375rem;left:5.375rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { width:9.75rem;height:1.25rem;top:18.6875rem;left:11.125rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNndOKP38ewKKo4rMMAJALJCeop1m9mG { width:6.0625rem;height:1.25rem;top:18.6875rem;left:31.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:47.75rem;height:6.8125rem;top:10.25rem;left:0rem;color:#d3d3d3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqBaDJvFQzGFy46suOBqB2ntzHyQBdT { width:23.625rem;height:3.4375rem;top:41.75rem;left:11.28125rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eSf8qnwnqu8WOtRca9TRXF1K8ogldCqC { display:block; }
 }@media only screen and (max-width: 763px) { #XdXzcNEQWmUaSPTseSx68TpJfCVX3AuJ { width:4.75rem;height:4.75rem;top:0.75rem;left:20.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fEkbPZfWVuihAMc6ugVZrE6nkzquXfaP { width:1.5rem;height:1.5rem;top:18.5625rem;left:8.9375rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #fdZga2ocTSJJ6izGlrpITilzcvXXbax6 { width:1.5rem;height:1.5rem;top:18.5625rem;left:28rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #sbsc7uScbbu1iZu1QbS6Fv85RpcPmHxQ { top:38.75rem;left:13.875rem;width:20rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu8giaqoBIy00dlVM8GHp1eFzlV83KaH { display:none; }
 }@media only screen and (max-width: 763px) { #GzxW1qDnNTmgHgo2paQpwu2XTSsXRMNB { top:38.6875rem;left:15.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf { display:block; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkPC8INtuJbiOak3wHIVPTJ2NJQIp7cn { top:4.1875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTyfny9gfEDZa2SfvKuvTzuZoVvi65T { top:0.9375rem;left:13.125rem;width:21.5rem;height:3.1875rem;font-size:2.3125rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #z9TTNrbsZei9qOaGebAEdpgs3QbnQh0X { top:14.9375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.3125rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.adaptive-delivery-prevent-bg, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyload, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyloading { background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { background-color: transparent; background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .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); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:13.75rem;height:23.8125rem;top:8.0625rem;left:1.0625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { width:13.75rem;height:23.75rem;top:8.125rem;left:16.9375rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dAnqQcv1QFkhHn9xvzqSrfwov54qET7o { width:13.75rem;height:23.8125rem;top:8.125rem;left:32.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { width:4.0625rem;height:4.0625rem;top:8.75rem;left:5.90625rem;background-color:#10031e;background-image:url("https://images.assets-landingi.com/WoBOdOv3/network.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.adaptive-delivery-prevent-bg, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyload, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u { width:4.0625rem;height:4.0625rem;top:8.75rem;left:21.8125rem;background-color:#10031e;background-image:url("https://images.assets-landingi.com/04VeiNm8/lead.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.adaptive-delivery-prevent-bg, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyload, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W { width:4.0625rem;height:4.0625rem;top:8.75rem;left:37.6875rem;background-color:#10031e;background-image:url("https://images.assets-landingi.com/ed7cfBa2/b3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.adaptive-delivery-prevent-bg, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyload, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:12.5rem;height:1.4375rem;top:12.8125rem;left:1.6875rem;color:#10031e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:10.3125rem;height:;top:18.25rem;left:2.78125rem;color:#000000;font-size:0.8125rem;display:block; }#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM li:before{  }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:12.5rem;height:1.4375rem;top:12.8125rem;left:17.5625rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { width:12.5rem;height:1.4375rem;top:12.8125rem;left:33.4375rem;color:#10031e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:47.75rem;height:3.75rem;top:0.75rem;left:0rem;color:#ffffff;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { width:47.75rem;height:1.1875rem;top:5.0625rem;left:0rem;color:#d3d3d3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUvSadtInUdpJSN8mCXaaSczTJAviJeD { top:32.4375rem;left:1.4375rem;width:12.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSf6v6y1JuIhRoTibmv1rpuNfbUo39MT { display:block; }
 }@media only screen and (max-width: 763px) { #Gqvyc47qs58Hi9Fiys9zciOKi3nhCTDe { top:32.4375rem;left:17.5625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1zTy4iPTmkrvXdbNkioeUcIkG4FUSVh { display:block; }
 }@media only screen and (max-width: 763px) { #hIQtNTV4CTaWnuAM9TTqyDaKNdidyUUT { top:32.4375rem;left:33.4375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlC45OgrDgwmJ1Jp3HXwIUkOORxlbhKL { display:block; }
 }@media only screen and (max-width: 763px) { #O1hX4Sx3x9JsFnDqWLQoGeI4LkMBqRqI { width:47.75rem;height:66.625rem;top:0rem;left:0rem;background-color:#030522;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #vDpFhIUvqFUp3hc7hOr04CrPyEKTr0Ee { width:12.5625rem;height:2.8125rem;top:14.875rem;left:1.65625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHorJJqJOTWfrvFzLVv54VkMft30Mfqn { width:12.5625rem;height:2.8125rem;top:14.9375rem;left:17.53125rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW { width:12.1875rem;height:;top:18.25rem;left:17.71875rem;color:#000000;font-size:0.8125rem;display:block; }#rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW li:before{  }
 }@media only screen and (max-width: 763px) { #Q8U9kBBZttkiTXqZ467Kz8d4O5UgkOJS { width:12.5625rem;height:1.875rem;top:15.3125rem;left:33.40625rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 { width:12.5rem;height:12.5625rem;top:18.25rem;left:33.4375rem;color:#000000;font-size:0.8125rem;display:block; }#lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 li:before{  }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:18.75rem;height:18.75rem;top:31.25rem;left:2.5625rem;background-color:#6a11cb;background-image:url("https://images.assets-landingi.com/5e6465g2/tutor_desktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:29.9375rem;height:2.875rem;top:31.25rem;left:17.8125rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:29.875rem;height:17.3125rem;top:34.1875rem;left:17.875rem;color:#d3d3d3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDG7kZzE9X5CIZ8RK0kJrrbETCvpvJct { top:25.625rem;left:5.125rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5m4Kq1kiNs1niRJ5yEy58czJwbc4frS { display:block; }
 }@media only screen and (max-width: 763px) { #fi1uqQaTFqhbJFiPB70wgNHm2seHHrXI { width:47.75rem;height:5.125rem;top:1rem;left:0rem;color:#ffffff;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4BpcrLgF9DgmzTqk9UKqsNEqvZIVgGv { width:47.75rem;height:4.375rem;top:7rem;left:0rem;color:#ffffff;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhkg4cenZDW9tIznRnWtJAfT42DzJ9Gt { top:11.375rem;left:0rem;width:47.75rem;height:14rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.adaptive-delivery-prevent-bg, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyload, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyloading { background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { background-color: transparent; background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .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); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { border-width: 0; border-radius: 0; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:47.75rem;height:5.8125rem;top:1.75rem;left:0rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZdmi9I4STCrToA2b3hnV299WNoDqrT7 { width:22rem;height:7rem;top:8.1875rem;left:0rem;background-color:#6a11cb;background-image:url("https://images.assets-landingi.com/e4DjH3q0/LOGO_HERE.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#GZdmi9I4STCrToA2b3hnV299WNoDqrT7.adaptive-delivery-prevent-bg, #GZdmi9I4STCrToA2b3hnV299WNoDqrT7.lazyload, #GZdmi9I4STCrToA2b3hnV299WNoDqrT7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vf5AhM7PZQVReGlmDeK8l15MiddOfomN { width:47.75rem;height:18.4375rem;top:0rem;left:0rem;background-color:#030522;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #o5PmPQi2r0zdRimpy1O6FiL0EFx4eTV2 { top:8.125rem;left:0.625rem;width:4.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX4hgNTRNvndLFy16DRs8bhHWXau4QAg { top:8.5625rem;left:0rem;width:20.3125rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql2ROnJnuQu8iH6cZlKuiRmo1OPaMNqC { width:22rem;height:7rem;top:8rem;left:13.8125rem;background-color:#6a11cb;background-image:url("https://images.assets-landingi.com/e4DjH3q0/LOGO_HERE.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#Ql2ROnJnuQu8iH6cZlKuiRmo1OPaMNqC.adaptive-delivery-prevent-bg, #Ql2ROnJnuQu8iH6cZlKuiRmo1OPaMNqC.lazyload, #Ql2ROnJnuQu8iH6cZlKuiRmo1OPaMNqC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BPHUkytN9qM2vNAJDHTQklktH3pT1pAd { top:8.125rem;left:23.875rem;width:4.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXvPI3zPmxl7VqQKACL5ci9MLvCzqD5 { top:8.5625rem;left:15.5rem;width:20.3125rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:transparent;background-image:url("https://images.assets-landingi.com/ace1aadL/bottom_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.adaptive-delivery-prevent-bg, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyload, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyloading { background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:20rem;height:24.8125rem;top:30.875rem;left:13.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #oKHmgZDe68RTvv0VSuJ7gccoTNekVuGV { width:20rem;height:5.3125rem;top:25.625rem;left:13.3125rem;background-color:#030522;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TIqe3uXLVFM0iRBVNW8mE415EdS05TAv { width:17.75rem;height:3.5625rem;top:32.0625rem;left:14.4375rem;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000;display:block; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-button { width:11.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;color:#f2f9ff; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-radio-label { color:#161616; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD  { width:16.875rem;height:auto;top:34.1875rem;left:13.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-info-text { color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD {display:block;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD { width:16.875rem;height:auto;top:34.1875rem;left:13.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #TwT2xO9mN6T67K4VhPC58BbPSP7S80t8 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ekcEqI7K84f31EWMzboCrX89Tru5D6qN { display:none; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #lhSE1HCau0pVMKg55TcJdvUmFhVVooEf {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #rUhPW6chVVmv8Z1Xwm3ENhVBrC2dWKf2 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #IR0wBw6xEphJe893USFUBx2Tqw4I6OfN { display:none; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #pdIsh8d090gZCsbWryK1T0hWTTQhFsn4 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #kfXPnffzdtXDTrQaqg9G6M9rmEJN8Knx {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #AauFmm0rFZH4Itdnnqo8cJvz9ToGay2D {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #z536FXE9AE33ZhlW8tTOZv1Wn4C5L5G6 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ISu8w2Z9GG6BBats7QVeZQUQn0lAeKdg {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #KzfszH3qDJaJrQbUUuR4CmPqSaUUi9bG {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #fDgfwd9CHhq5UO2dTQ14ey5oBwgO4DAn {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #SuiAb7wecU9IUW42GvixoksBwy2AGfMm {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #bB2eh6m7Xe2PUrogUZ7H2H2QGKUoLqKL {  }
 }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:47.75rem;height:5.75rem;top:1.375rem;left:0rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:47.75rem;height:4.375rem;top:19.6875rem;left:0rem;color:#d3d3d3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #squpmfDsXSWAPXhQX5SJgoszdk6yQJZp { width:3.4375rem;height:5.375rem;top:25rem;left:14.5625rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#ffffff; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;background-color:;background-image:none;color:#ffffff; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 { display:flex;width:18rem;height:5.0625rem;top:12.3125rem;left:14.5625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #VzhqK8zZ57n8vufpzSgD7KlXkW5aplOG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #wqNXHnELfdDqGAAsGDK5FXR51WOWotXZ {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #VOWwtvDUJdv0H1IAFG3XcpEvrun9rLD4 {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #CkuTBmIxxPoUTcUoRkLv6yiuSKBpLJer { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #emJbaO2gy5dx3EU4E16wVWyv3PiUIOxZ {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #BILduL6U88pdm9TdqfoSJtsINRTcTwyV {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #Zrupi04tJBOoVrixEb7z5KUDKXUqhACK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #T0HNaaOeok7JT6mT95l4ZyVMSn6Q3P7e {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #OBOQbvHVX8LK0vJSXK0QEdcRpsawkIzr {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #sPZrSMxvHgRvexVi6fp7HTGMapy7DQqU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #rrM72pWJ8dDzs5ov0TWhegI5L2C0IyLc {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #RinA5EgeP7GclBJ4ntwaxpQXM9kXmXxs {  }
 }@media only screen and (max-width: 763px) { #lZp3xo6lKMhhl1JFzqtsSr7T20fKkeLT { top:7.875rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/l2cfDL6v/share_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.adaptive-delivery-prevent-bg, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyload, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyloading { background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:47.75rem;height:3.625rem;top:5rem;left:0rem;color:#d3d3d3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbmsqXhh3sCuM0fkyooBCffwmmau6ivk { width:2.8125rem;height:2.8125rem;top:11rem;left:11.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { width:2.8125rem;height:2.8125rem;top:11rem;left:16.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uwPH9STBnz8f5u4Rhx55mftnTg9Sk1Zo { width:2.75rem;height:2.75rem;top:11rem;left:28.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MS1yIiSs467TIEa4elhaI8BEwZcKa7fH { top:10.9375rem;left:22.4375rem;width:2.875rem;height:2.875rem;display:block; }
#MS1yIiSs467TIEa4elhaI8BEwZcKa7fH > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #KcdcGHCgI9LwI5lAQWAX6zJ3K7mkJAMT { top:10.8125rem;left:33.0625rem;width:3.125rem;height:3.125rem;display:block; }
#KcdcGHCgI9LwI5lAQWAX6zJ3K7mkJAMT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6a11cb, #350966);background-image: -moz-linear-gradient(180deg, #6a11cb, #350966);background-image: -ms-linear-gradient(180deg, #6a11cb, #350966);background-image: -o-linear-gradient(180deg, #6a11cb, #350966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#350966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a11cb', endColorstr='#350966' );";background-image: linear-gradient(180deg, #6a11cb, #350966);background-size:auto !important;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ILekcq1u0l0bglzm7XeFuLpZWS7W1muS { background-color:#cdb3fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { background-color: transparent; background-image: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container > .video-iframe-container { display: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row > .video-iframe-container { display: none; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .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); }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { border-width: 0; border-radius: 0; }#ILekcq1u0l0bglzm7XeFuLpZWS7W1muS > .row .container { width:20rem;height:4.7421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#240b52; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#6d20f7; }
#vOBukK45wtEgciCTWMMVORtRMt2UsIil { display:flex;width:12.9375rem;height:3.1875rem;top:0.75rem;left:7.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #gIZtOgiody0fwLdGvsRvzdLcW2klnKrE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #koJ1F1hMSyKPkTMIL71RlxsWcOsvz8ah {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #h2Ff3xipUv5CSt8b8vnUmQAmztVoPeug {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #d7olH4zS9TX1iiFpsZP5rCzkL4yXPuwu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #KBul03stK7p1T4q664bZbEdqM2H8kAPE {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #weQsC1RCGRgeNrJPl2tdqpKFMTwaFBJ5 {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #oTb5dXJQMcxcJvl6Owrz0lVRgVMgLqx0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #nofPMVboXOtII8gsSBnpUoQsWbfETEPV {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #hwRpz33JodD4WQGG8pJD0MmLVOaEpUSM {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #uCuk2nFFmNmelf3toHiJkHdTNtwn40l3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #I4b4TpMzcLItNVLXMXU5v7MiTBVtxHiW {  }
 }@media only screen and (max-width: 763px) { #vOBukK45wtEgciCTWMMVORtRMt2UsIil #vruDISOEF8vFTRU1HHKQ0BF7A9iwstIT {  }
 }@media only screen and (max-width: 763px) { #PARoOrabTBrbvEwqkdD1Ky2Gpbbk9EaU { width:7rem;height:3.59765625rem;top:1.14453125rem;left:0rem;font-size:1rem;color:#240b52;display:block; }
 }@media only screen and (max-width: 763px) { #gbiV8kkkV1pqWcCKzmKVN9BW9ug3DNUZ { width:5.625rem;height:0.0625rem;top:3.98046875rem;left:0rem;background-color:#f8eb95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/Ag1Hcpbc/circle_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { height:9.0625rem;width:16.125rem;top:13.6875rem;left:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 3.125rem rgba(0,0,0,0.24) ;display:block; }
 }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:20rem;height:4.38574375rem;top:1.306640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:20rem;height:26.3125rem;top:6.4375rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #DnTP9Ai1UnqMKAEfRzO4ZRTrqd21MI8p { width:8.3125rem;height:1.13671875rem;top:8.556640625rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DNndOKP38ewKKo4rMMAJALJCeop1m9mG { width:5.25rem;height:1.13671875rem;top:10.681640625rem;left:7.375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:20rem;height:15.84375rem;top:30.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SoqBaDJvFQzGFy46suOBqB2ntzHyQBdT { width:17.375rem;height:4.125rem;top:25.625rem;left:1.25rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSf8qnwnqu8WOtRca9TRXF1K8ogldCqC { display:block; }
 }@media only screen and (max-width: 763px) { #XdXzcNEQWmUaSPTseSx68TpJfCVX3AuJ { width:1.25rem;height:1.25rem;top:2.875rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fEkbPZfWVuihAMc6ugVZrE6nkzquXfaP { width:1.5rem;height:1.5rem;top:8.375rem;left:4.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #fdZga2ocTSJJ6izGlrpITilzcvXXbax6 { width:1.5rem;height:1.5rem;top:10.5rem;left:4.875rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #sbsc7uScbbu1iZu1QbS6Fv85RpcPmHxQ { width:20rem;height:1.7871125rem;top:22.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu8giaqoBIy00dlVM8GHp1eFzlV83KaH { display:flex;top:22.75rem;left:2.875rem;width:2.0625rem;height:2.0625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #GzxW1qDnNTmgHgo2paQpwu2XTSsXRMNB { display:flex;width:2.375rem;height:2.375rem;top:47.96875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf { display:block; }#eHL6yKm1QJ6qKLSA7FQ45DVAe9H9lWRf > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkPC8INtuJbiOak3wHIVPTJ2NJQIp7cn { width:18.75rem;height:20.46679375rem;top:5.2998046875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCTyfny9gfEDZa2SfvKuvTzuZoVvi65T { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #z9TTNrbsZei9qOaGebAEdpgs3QbnQh0X { width:16.3125rem;height:15.8769375rem;top:26.4873046875rem;left:1.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.adaptive-delivery-prevent-bg, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyload, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyloading { background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { background-color: transparent; background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .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); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:13.75rem;height:25.6875rem;top:10.6875rem;left:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { width:13.75rem;height:24.125rem;top:43.736328125rem;left:3.125rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dAnqQcv1QFkhHn9xvzqSrfwov54qET7o { width:13.75rem;height:22.5rem;top:74.3994140625rem;left:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { width:4.0625rem;height:4.0625rem;top:11.6875rem;left:7.96875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#10031e;background-image:url("https://images.assets-landingi.com/WoBOdOv3/network.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.adaptive-delivery-prevent-bg, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyload, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u { width:4.0625rem;height:4.0625rem;top:44.8125rem;left:7.96875rem;background-color:#10031e;background-image:url("https://images.assets-landingi.com/04VeiNm8/lead.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.adaptive-delivery-prevent-bg, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyload, #R2SEmRMUtE555gGuJMQWA1vWe7cCp43u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W { width:4.0625rem;height:4.0625rem;top:74.9814453125rem;left:7.96875rem;background-color:#10031e;background-image:url("https://images.assets-landingi.com/ed7cfBa2/b3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.adaptive-delivery-prevent-bg, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyload, #yrm7Imr1Ak9xO2phXPDvmvRR5uPvOL6W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:12.5rem;height:1.29980625rem;top:16.25rem;left:3.75rem;text-align:center;text-align-last:center;color:#10031e;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:12.5rem;height:9.5rem;top:23.125rem;left:3.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM li:before{  }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:12.5rem;height:1.29980625rem;top:48.8125rem;left:3.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WvMnPVIt9F4TlevlTSMTH6RtTnw8BU5i { width:12.5rem;height:1.29980625rem;top:78.9814453125rem;left:3.75rem;text-align:center;text-align-last:center;color:#10031e;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:20rem;height:4.3125rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { width:20rem;height:2.5996125rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
 }@media only screen and (max-width: 763px) { #bUvSadtInUdpJSN8mCXaaSczTJAviJeD { top:36.9375rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSf6v6y1JuIhRoTibmv1rpuNfbUo39MT { display:block; }
 }@media only screen and (max-width: 763px) { #Gqvyc47qs58Hi9Fiys9zciOKi3nhCTDe { top:68.375rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1zTy4iPTmkrvXdbNkioeUcIkG4FUSVh { display:block; }
 }@media only screen and (max-width: 763px) { #hIQtNTV4CTaWnuAM9TTqyDaKNdidyUUT { top:97.4375rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlC45OgrDgwmJ1Jp3HXwIUkOORxlbhKL { display:block; }
 }@media only screen and (max-width: 763px) { #O1hX4Sx3x9JsFnDqWLQoGeI4LkMBqRqI { width:20rem;height:102.5625rem;top:0rem;left:0rem;background-color:#030522;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #vDpFhIUvqFUp3hc7hOr04CrPyEKTr0Ee { width:12.5625rem;height:3rem;top:18.125rem;left:3.71875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHorJJqJOTWfrvFzLVv54VkMft30Mfqn { width:12.5625rem;height:3rem;top:51.4248046875rem;left:3.71875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW { width:12.1875rem;height:11.4375rem;top:55.173828125rem;left:3.90625rem;text-align:center;text-align-last:center;color:#000000;font-size:0.8125rem;display:block; }#rHeJKAhGi8SxD9oKw5WL0RRZcHmJLtaW li:before{  }
 }@media only screen and (max-width: 763px) { #Q8U9kBBZttkiTXqZ467Kz8d4O5UgkOJS { width:12.5625rem;height:2rem;top:80.21875rem;left:3.71875rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 { width:12.5rem;height:12.5625rem;top:83.3369140625rem;left:3.75rem;text-align:center;text-align-last:center;color:#000000;font-size:0.8125rem;display:block; }#lqCXhoMx5N9GSAGRZtcf84db41v7lMe9 li:before{  }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:20rem;height:103.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:14.375rem;height:14.375rem;top:57.6875rem;left:2.8125rem;background-color:#6a11cb;background-image:url("https://images.assets-landingi.com/uc/c302bec7-e6b7-4cab-9ae2-81b7b9212c5f/Disenosintitulo1.crop_714x1080_139,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:20rem;height:1.94921875rem;top:53.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:18.25rem;height:26.76178125rem;top:74.25rem;left:0.875rem;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
 }@media only screen and (max-width: 763px) { #hDG7kZzE9X5CIZ8RK0kJrrbETCvpvJct { top:19.5rem;left:0.625rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5m4Kq1kiNs1niRJ5yEy58czJwbc4frS { display:block; }
 }@media only screen and (max-width: 763px) { #fi1uqQaTFqhbJFiPB70wgNHm2seHHrXI { width:20rem;height:8rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p4BpcrLgF9DgmzTqk9UKqsNEqvZIVgGv { width:20rem;height:8rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zhkg4cenZDW9tIznRnWtJAfT42DzJ9Gt { width:20rem;height:27rem;top:24.30078125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/oeebD5Pq/section_bg.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.adaptive-delivery-prevent-bg, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyload, #xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0.lazyloading { background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { background-color: transparent; background-image: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row > .video-iframe-container { display: none; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .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); }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { border-width: 0; border-radius: 0; }#xH9xky7KMeNaoSovIAS6B0BRdB1sGsT0 > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:17.75rem;height:7.796875rem;top:2.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GZdmi9I4STCrToA2b3hnV299WNoDqrT7 { width:20rem;height:6.5625rem;top:12.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5AhM7PZQVReGlmDeK8l15MiddOfomN { width:20rem;height:35.25rem;top:-0.125rem;left:0rem;background-color:#030522;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #o5PmPQi2r0zdRimpy1O6FiL0EFx4eTV2 { width:5.6875rem;height:8.6875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX4hgNTRNvndLFy16DRs8bhHWXau4QAg { width:12.4375rem;height:9.746125rem;top:12.5rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql2ROnJnuQu8iH6cZlKuiRmo1OPaMNqC { width:20rem;height:6.9375rem;top:24.333984375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BPHUkytN9qM2vNAJDHTQklktH3pT1pAd { width:5.4375rem;height:8.5625rem;top:24.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXvPI3zPmxl7VqQKACL5ci9MLvCzqD5 { width:13.75rem;height:6.82226875rem;top:25.203125rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:transparent;background-image:url("https://images.assets-landingi.com/ace1aadL/bottom_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.adaptive-delivery-prevent-bg, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyload, #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH.lazyloading { background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:20rem;height:25rem;top:23.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #oKHmgZDe68RTvv0VSuJ7gccoTNekVuGV { width:20rem;height:5.3125rem;top:21.3125rem;left:0rem;background-color:#030522;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TIqe3uXLVFM0iRBVNW8mE415EdS05TAv { width:17.75rem;height:2.5996125rem;top:27.3125rem;left:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000;display:block; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d3d3d3;border-left:0.0625rem solid #d3d3d3;border-right:0.0625rem solid #d3d3d3;border-bottom:0.0625rem solid #d3d3d3;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0.625rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;color:#f2f9ff; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.3); }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-radio-label { color:#161616; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD  { width:16.75rem;height:auto;top:29rem;left:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD .widget-info-text { color:#000000; }
#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD {display:block;}#m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD { width:16.75rem;height:auto;top:29rem;left:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #TwT2xO9mN6T67K4VhPC58BbPSP7S80t8 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ekcEqI7K84f31EWMzboCrX89Tru5D6qN { display:none; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #lhSE1HCau0pVMKg55TcJdvUmFhVVooEf {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #rUhPW6chVVmv8Z1Xwm3ENhVBrC2dWKf2 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #IR0wBw6xEphJe893USFUBx2Tqw4I6OfN { display:none; }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #pdIsh8d090gZCsbWryK1T0hWTTQhFsn4 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #kfXPnffzdtXDTrQaqg9G6M9rmEJN8Knx {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #AauFmm0rFZH4Itdnnqo8cJvz9ToGay2D {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #z536FXE9AE33ZhlW8tTOZv1Wn4C5L5G6 {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #ISu8w2Z9GG6BBats7QVeZQUQn0lAeKdg {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #KzfszH3qDJaJrQbUUuR4CmPqSaUUi9bG {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #fDgfwd9CHhq5UO2dTQ14ey5oBwgO4DAn {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #SuiAb7wecU9IUW42GvixoksBwy2AGfMm {  }
 }@media only screen and (max-width: 763px) { #m8dPTizsppKwDX8b0SDaUJwNc9d8c9zD #bB2eh6m7Xe2PUrogUZ7H2H2QGKUoLqKL {  }
 }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:20rem;height:4.875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:20rem;height:10.3984375rem;top:8rem;left:0rem;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
 }@media only screen and (max-width: 763px) { #squpmfDsXSWAPXhQX5SJgoszdk6yQJZp { width:3.4375rem;height:5.375rem;top:20.3330078125rem;left:2.1875rem;background-color:#6a11cb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-text.counter-number { padding-top:0.4725rem;padding-right:0.413125rem;padding-bottom:0.4725rem;padding-left:0.413125rem;width:2.479375rem;min-width:2.479375rem;height:2.54125rem;font-size:1.89125rem;line-height:40.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.295625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.305625rem;height:1.004375rem;font-size:0.709375rem;line-height:16.07px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#ffffff; }
#XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 { display:flex;width:17.25rem;height:4.78613125rem;top:20.037109375rem;left:1.5693359375rem;padding-top:0.59125rem;padding-right:0.59rem;padding-bottom:0.59125rem;padding-left:0.59rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #VzhqK8zZ57n8vufpzSgD7KlXkW5aplOG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #wqNXHnELfdDqGAAsGDK5FXR51WOWotXZ {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #VOWwtvDUJdv0H1IAFG3XcpEvrun9rLD4 {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #CkuTBmIxxPoUTcUoRkLv6yiuSKBpLJer { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #emJbaO2gy5dx3EU4E16wVWyv3PiUIOxZ {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #BILduL6U88pdm9TdqfoSJtsINRTcTwyV {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #Zrupi04tJBOoVrixEb7z5KUDKXUqhACK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #T0HNaaOeok7JT6mT95l4ZyVMSn6Q3P7e {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #OBOQbvHVX8LK0vJSXK0QEdcRpsawkIzr {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #sPZrSMxvHgRvexVi6fp7HTGMapy7DQqU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #rrM72pWJ8dDzs5ov0TWhegI5L2C0IyLc {  }
 }@media only screen and (max-width: 763px) { #XsIFmdxLsi5X4gBk17Jw5ut6mPvV87f3 #RinA5EgeP7GclBJ4ntwaxpQXM9kXmXxs {  }
 }@media only screen and (max-width: 763px) { #lZp3xo6lKMhhl1JFzqtsSr7T20fKkeLT { width:20rem;height:17.951175rem;top:49.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/l2cfDL6v/share_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.adaptive-delivery-prevent-bg, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyload, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyloading { background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:20rem;height:9.0986125rem;top:6.7734375rem;left:0rem;text-align:center;text-align-last:center;color:#d3d3d3;display:block; }
 }@media only screen and (max-width: 763px) { #AbmsqXhh3sCuM0fkyooBCffwmmau6ivk { width:2.8125rem;height:2.8125rem;top:17.5625rem;left:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JJLboskv00d0pbaTpM1eR8vTJay7Ilhp { width:2.8125rem;height:2.8125rem;top:17.5625rem;left:4.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uwPH9STBnz8f5u4Rhx55mftnTg9Sk1Zo { width:2.75rem;height:2.75rem;top:17.59375rem;left:12.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MS1yIiSs467TIEa4elhaI8BEwZcKa7fH { display:flex;width:2.875rem;height:2.875rem;top:17.53125rem;left:8.5625rem; }
#MS1yIiSs467TIEa4elhaI8BEwZcKa7fH > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #KcdcGHCgI9LwI5lAQWAX6zJ3K7mkJAMT { display:flex;width:3.125rem;height:3.125rem;top:17.40625rem;left:16.4375rem; }
#KcdcGHCgI9LwI5lAQWAX6zJ3K7mkJAMT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }