.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:217,246,239;--color-primary-1:128,226,202;--color-primary-2:0,197,149;--color-primary-3:0,99,75;--color-primary-4:0,30,22;--color-secondary-0:218,227,236;--color-secondary-1:132,162,193;--color-secondary-2:9,69,131;--color-secondary-3:5,35,66;--color-secondary-4:1,10,20;--color-tertiary-0:255,255,255;--color-tertiary-1:181,199,218;--color-tertiary-2:9,69,131;--color-tertiary-3:5,35,66;--color-tertiary-4:1,7,13;--headlines-font-family:"georgia";--paragraphs-font-family:"georgia"; }@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:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container { background-color: transparent; background-image: none; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container > .video-iframe-container { display: none; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row > .video-iframe-container { display: none; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .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); }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container { border-width: 0; border-radius: 0; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#BJ7t5xvcCPcS2LyCDbIoGtC5WZWRsGZx { background-color:transparent;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: none;box-sizing:border-box;color:#4c1dc5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:12rem;display:block; }
#aRsLKkspH70ZOHoHZ50FQDdUBnDOh9PS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJ9fdeHUThr3RMVJXoFf9olEiPv9S3mN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:10.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LCTm4nkMqTRczPw5eCkt7hliDPvkUnRu { z-index:15004;top:1rem;left:45.875rem;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -moz-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -ms-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -o-linear-gradient(172deg, #8f5dff, #4c1dc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );";background-image: linear-gradient(172deg, #8f5dff, #4c1dc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gxTxcVIyGE7QhXR1WGsKJlrOWk3E6U5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmXfRGtfTN6s7ltM9QM1fWiNwKo7tdJo { background-color:transparent;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: none;box-sizing:border-box;color:#4c1dc5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:23.5rem;display:block; }
#ylJSaDzGLsHvEer2RtvV2Uu8HHoh1uVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThSM001tc3PxK4zOL37PGHwdAmv1xuZ8 { background-color:transparent;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: none;box-sizing:border-box;color:#4c1dc5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:34.4375rem;display:block; }
#TqLx13r8RIkMwnh8DDR3OVwWpVTMVxPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffde00, #f3a307);background-image: -moz-linear-gradient(180deg, #ffde00, #f3a307);background-image: -ms-linear-gradient(180deg, #ffde00, #f3a307);background-image: -o-linear-gradient(180deg, #ffde00, #f3a307);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#f3a307' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#f3a307' );";background-image: linear-gradient(180deg, #ffde00, #f3a307);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#ffffff;display:block;width:37rem;position:absolute;font-family:"hk grotesk";font-size:4.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);top:3.8125rem;left:6.3125rem;height:5.4433625rem;font-style:normal;display:block; }
#dEvMvhWIE9uyxfHmgUEqcvuvC6T9J8lV { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:"hk grotesk";font-size:6.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:7.3125rem;left:6.3125rem;height:7.9619375rem;font-style:normal;display:block; }
#ze0Tc37AGXcoqZ410MbONPD5nyd5Ve3O { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"hk grotesk";font-size:2.3125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:14.625rem;left:7.8125rem;height:3.0058625rem;font-style:normal;display:block; }
#N2z6RHsNXRi7KtcrDiTMdv9cpfaMgmRc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0,0,0,0.5) ;height:28.25rem;width:50.875rem;top:20.2744140625rem;left:3.8125rem;display:block; }
#VhWKmTztOyleQomgeDDz5S0JCIlnssFm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:16.875rem;left:43.4375rem;overflow:hidden;display:block; }
#zIKz6nB783Wxnl6tOiHSrnArPBDQE3rb { position:absolute;display:block;z-index:14998;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:20.4375rem;width:24.125rem;top:11rem;left:37.75rem;overflow:hidden;display:block; }
#dBw0ZxGqsQbuZklpc6ERXeuxy6rJDC6L { position:absolute;display:block;z-index:14995;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.8125rem;width:1.9375rem;top:47.25rem;left:53.625rem;display:block; }
#n86e5iHVuMOro9LPp7zogI4Xa6ByzvoD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:38.5rem;left:56.625rem;overflow:hidden;display:block; }
#rHpi8Gd2StuO3zGgvCgeGfHKpdzAviI8 { position:absolute;display:block;z-index:14999;background-color:#5f35fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:43.9375rem;left:2.75rem;display:block; }
#Dd2Xs5vFKHOu3piuncpO3JFHkvpArHIv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:29.6875rem;left:58.25rem;overflow:hidden;display:block; }
#dnT2JlRWVslr0C7PrrgvFOtpEDXnhuDT { box-sizing:content-box;height:3.0625rem;width:21.4375rem;position:absolute;display:block;z-index:14996;background-color:#733df6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:6.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#M1uNciTLSel1mZSayX19GailGHCOzkxA { color:#ffffff;display:block;width:57.5625rem;position:absolute;font-family:"hk grotesk";font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);top:49.375rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qoosTk2GndzT87fEumk0Ofmd8STPVEU5 { z-index:15003;top:53.875rem;left:21.375rem;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -moz-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -ms-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -o-linear-gradient(172deg, #8f5dff, #4c1dc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );";background-image: linear-gradient(172deg, #8f5dff, #4c1dc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lt10KZ0DWJSLErhfTthP6rbbXWrOiSQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooum74U3rfl1F28FpCF4vbr2n8JRJ55T { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:4.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#fZqRCCVNrzNZT79WldzVF7RCG9MuBETU { position:absolute;display:block;z-index:15000;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:35rem;width:60rem;display:none; }
#Tuf40UVQZJpqUR3xOsEnTDARCmoA7NfU { z-index:15003;top:53.875rem;left:21.375rem;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -moz-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -ms-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -o-linear-gradient(172deg, #8f5dff, #4c1dc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );";background-image: linear-gradient(172deg, #8f5dff, #4c1dc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#pSIVkow4ZAg0P21HxXOpINrkWyFsgggW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKw5Pon3fH1nKFPDFENHrXnPGRpSIVPU { position:absolute;display:block;z-index:15022;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:48.25rem;width:48.25rem;top:25.875rem;left:-30.0625rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3a307;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#AB4fOggvvrWGa0F5zxp1JMVGTBF6IUvi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.8125rem;width:14.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:11.5625rem;left:6.375rem; }
#VtPvpTeIKwcpNZEVdviTGZ5AXrNRTKeU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:3.9375rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJole0STFEFJErhNfuwuxAIr288KM9wH { box-sizing:content-box;height:4.9375rem;width:35.8125rem;position:absolute;display:block;z-index:14998;background-color:#f3c107;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:12.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PBu52Oo5Uilw5i7bu1ztFIkIRlpoxvhf { color:#733df6;display:block;width:27.375rem;position:absolute;font-family:"hk grotesk";font-size:5.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:23.125rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdysAImqRFIGkhdUpwI2cUSgNcoQEEK3 { color:#f3c107;display:block;width:30.8125rem;position:absolute;font-family:"hk grotesk";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:18.375rem;left:23.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZWMuJtRAJZtmnQ8W16pk2MhypId1FIGM { color:#733df6;display:block;width:20.9375rem;position:absolute;font-family:"hk grotesk";font-size:4.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:20.1875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHTuTV7D1sKpOX6dSyxQ45SchVrB1Myy { color:#f3c107;display:block;width:38.625rem;position:absolute;font-family:"hk grotesk";font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:10.6875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDhZ33oTPC6aVkfc0XynPJS779GmM7UF { color:#733df6;display:block;width:20.9375rem;position:absolute;font-family:"hk grotesk";font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37.3125rem;left:19.53125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4nrKHN38zdq9bwkWfTuUBXNaQAIkIux { color:#f3c107;display:block;width:37.3125rem;position:absolute;font-family:"hk grotesk";font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:42.4248046875rem;left:11.34375rem;height:7.5556875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBrFJBBETLl3DES5xB11ocIp63tzmaf1 { color:#f3c107;display:block;width:39.375rem;position:absolute;font-family:"hk grotesk";font-size:1.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:53.1875rem;left:10.3125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNDk6FFtqyhqWBMGaETJJ3clW9FlT1ft { position:absolute;display:block;z-index:15012;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:16.8125rem;width:16.8125rem;top:33.8671875rem;left:-10.25rem;overflow:hidden;display:block; }
#h2QP501aX4QqVc6ZWcI1EqWXLop7wlQ4 { 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:11.8125rem;width:11.8125rem;top:8.162109375rem;left:57rem;overflow:hidden;display:block; }
#FabrRc1AdHrZdZep7KDqUi8wRaGUmMxW { color:#f3c107;display:block;width:38.625rem;position:absolute;font-family:"hk grotesk";font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:10.6875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Btz7BsPv3Lu6e35HaNAT2gVifDzK1z8Z { color:#f3c107;display:block;width:22.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:42.4375rem;left:18.875rem;height:7.472625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mS7OOmOdwVEE5NzVVoWeJTrpHethJIZB { color:#f3c107;display:block;width:35.9375rem;position:absolute;font-family:"hk grotesk";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:53.125rem;left:12.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xlW50LM5MeJmycCHdS2enJcQot3moTyh { position:absolute;display:block;z-index:15014;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:36rem;width:32.4375rem;top:21.6875rem;left:49.443359375rem;overflow:hidden;display:block; }
#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container { background-color: transparent; background-image: none; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container > .video-iframe-container { display: none; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row > .video-iframe-container { display: none; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .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); }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container { border-width: 0; border-radius: 0; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#dU7sAATZ7G00KHzvrr8gJthhUwDEvuer { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:3.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:4.5rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pqr0CsXxsHLLxCVyMEbtT1Fq9zJvXJ1b { box-sizing:content-box;height:4.9375rem;width:43.0625rem;position:absolute;display:block;z-index:15000;background-color:#f3c107;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:8.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tiHerTBJpgtEmkbKTco7NbCmQ3boSBvf { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#733df6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:6.8125rem;display:block; }
#UTdFJHsCD28hUeRPKxmGRMqP0g0EvTXG { color:#733df6;display:block;width:42.25rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.5rem;left:13.1875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kM31TmDQUGXfKhztSl95ReflCRd7p4ZT { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"hk grotesk";font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:14.125rem;left:7.125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMer8tkxWfXiHBoJaKJaCzQ9hlpDaEwq { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#733df6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:6.8125rem;display:block; }
#zXBtQm244hTTbXbhHJ8eBL1XmutfPlsg { color:#733df6;display:block;width:42.25rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:24.75rem;left:13.1875rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntnJ4aQg1ZwDucm8aTLRsFqTnF2LEI2m { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"hk grotesk";font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:24.6875rem;left:7.25rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDrCU4dWCT2KoGCuSKUvBDvW1WPEZ0MG { box-sizing:content-box;height:4.8125rem;width:4.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#733df6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.125rem;left:6.875rem;display:block; }
#ySLX9Ad84pKhBqszkzqb2VT9baQMbTy3 { color:#733df6;display:block;width:42.25rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:33.5rem;left:13.25rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N43oFTcTWTsV5cZQm7UJu3yQTiTxiCRt { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:"hk grotesk";font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:33.4375rem;left:7.3125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XA4AfuUFwutJ4d3Oy16LRAvCq6Tf2Q26 { color:#f3c107;display:block;width:59.875rem;position:absolute;font-family:"hk grotesk";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:42.3125rem;left:0rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQkaUTIfTeffARZs1E6UVvzAg4oovds2 { z-index:15004;top:45.25rem;left:24.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -moz-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -ms-linear-gradient(172deg, #8f5dff, #4c1dc5);background-image: -o-linear-gradient(172deg, #8f5dff, #4c1dc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#4c1dc5' );";background-image: linear-gradient(172deg, #8f5dff, #4c1dc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"hk grotesk";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zzTJElDb8q6sa6ZTGsiyo24Tuqya5ts8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHTuQi1hpkuDJlxWxVxAh5Q5XduhTdWs { color:#733df6;display:block;width:42.25rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.5rem;left:13.1875rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3a307;background-image:url("https://images.assets-landingi.com/uc/9c9f875f-578d-48ca-b7a1-0fbbeb498868/2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs.adaptive-delivery-prevent-bg, #bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs.lazyload, #bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs.lazyloading { background-image: none; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container { background-color: transparent; background-image: none; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container > .video-iframe-container { display: none; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row > .video-iframe-container { display: none; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .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); }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container { border-width: 0; border-radius: 0; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3a307;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { background-color: transparent; background-image: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { border-width: 0; border-radius: 0; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:60rem;position:relative;display:block; }#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-form-header {  }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:37.375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:37.375rem;box-sizing:border-box;height:3.125rem;color:#733df6;font-size:1.0625rem;overflow:hidden;font-family:"hk grotesk";vertical-align:top;text-align:center;text-align-last:center; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-text {padding-top: 0; padding-bottom: 0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:37.375rem;box-sizing:border-box;height:4.375rem;color:#733df6;font-size:1.0625rem;overflow:hidden;font-family:"hk grotesk";vertical-align:top;text-align:center;text-align-last:center; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:37.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:georgia;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-select {padding-top: 0; padding-bottom: 0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#733df6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.6875rem;margin-bottom:0.25rem;margin-left:12.6875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#ffffff;width:11.9375rem;height:3.125rem;font-family:"hk grotesk";overflow:hidden;box-shadow: none;font-style:normal; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]:-moz-placeholder { color:#733df6;font-family:georgia;font-size:1.0625rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]::-moz-placeholder { color:#733df6;font-family:georgia;font-size:1.0625rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]:-ms-input-placeholder { color:#733df6;font-family:georgia;font-size:1.0625rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]::-webkit-input-placeholder { color:#733df6;font-family:georgia;font-size:1.0625rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:36.125rem;overflow:hidden;font-style:normal;float:none; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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:georgia;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-container:first-of-type{padding-top:0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-container:last-of-type{padding-bottom:0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:10.0625rem;top:10.0625rem;z-index:15005;position:absolute; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.375rem;display:block;vertical-align:top; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-info-text { display:block;height:auto;font-family:georgia;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE {display:block;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:10.0625rem;top:10.0625rem;z-index:15005;position:absolute; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #dyi9CNmdpoekcEC49E7TuDS9grX6dn1e { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #a9u0VImgQISJetScz2CNfxexU4RnAeOF { position:relative;display:block; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #THn2eDmdJMKJ1G9MW2d2XPyHH9puRF9S { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #bMT1m3x40JIKk2uS3cM8TxdqUex93Eaf { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Tt0Mf3IxzOuIHIDoiLHvTmpgTA3FUKT7 { position:relative;display:block; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #CCHncwd1I3WuwW3a9NgFP8luCxQNWVam { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Xe8sknrKPbtLIt0960LG8BZzryyg0FRH { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #eTyv3uIfhBTPHZzXhSfin3MsVGxMuCkw { position:relative;display:block; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #oX2CL5mZ0fy9kvHaUdLnHrrZx2s8HP9N { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #QOtWVK8TrCwfRF2u60IrFsXNIqCGAyhS { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #B4qhZrluTJIp80gb8I96hVnyLzfy5Lfo { position:relative;display:block; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #KJUU6riEhfftlKgX4MbBxDfgNzUXZIyT { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #ZVvOBkfOdnryAWmkAftNwOWOWSQPJDds { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #KpHH2yXB7TKwlHWoVwZttEW1DohAXn2G { position:relative;z-index:2; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Fxz7CVAQvd73IAqfT0TiaEGtT4lctNax { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #ZpnPa1eZTnCC3GayiElropJxP2l2KTOv { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #dpkDVaivKGbhHhWiPTqoO12RWm6809OV { position:relative;z-index:2; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #xzZHBBtGpXaQIi4EcUbERaeg9LRdJ6uu { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #VnWwXcPJpZwKxSWtAB3SwWTs0q5VX6aL { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #snnNigFKIvq8CVq4MFNUTX91grs0gIn6 { position:relative;z-index:2; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #hcsHP2D6IbfJhVVQTQteAxQH3MzwIuoK { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #NPCmrzWRid4zyT0TtLna6drvfGyWkhbr { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #K8qfTebtAmZcPOHkmnBX8VQSs02PZa7e { position:relative;z-index:2; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Ad0Px6O4zKLtUvEDTZPMMF2nlRkwc59D { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #u6dPOFKdpRGxeoTVLnD2fTbxIfNa1437 { position:relative; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #EcSut7BtIeWxa0P8D8f5wwHZLywKS6SP { position:relative; }
#ThHVktUJFo5SH2pxhBz2T8Ao0oJOETHO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"hk grotesk";font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:4.4375rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xbs6X6tPlOWFukGIhbd1dswkyhotkXMo { box-sizing:content-box;height:4.9375rem;width:29.125rem;position:absolute;display:block;z-index:15001;background-color:#733df6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.0810546875rem;left:15.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#wKawDArvPZoI8Bn9Vd3Wby8uP8gx6Q0t { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:"hk grotesk";font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:43.5625rem;left:7.28125rem;height:7.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwJrVOa1WbZM3to0OTzNpCGDeXeJ5Kpw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:19.875rem;top:18.75rem;left:40.125rem;overflow:hidden;display:block; }
#X0bOKaG0UPdDxpcETH2ipT7JbsoCFFlb { 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:1.6875rem;width:1.6875rem;top:12.5rem;left:51.9375rem;overflow:hidden;display:block; }
#tuTWWA5DbrOuercIb4ae7wFMeMGfWrVN { position:absolute;display:block;z-index:15003;background-color:#5f35fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:25.5625rem;left:10.0625rem;display:block; }
#DZ3zPXM8lIM1cmpClrge14PkcfPAE3Ea { 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:1.6875rem;width:1.6875rem;top:8.6875rem;left:3.875rem;overflow:hidden;display:block; }
#HXBcTtT2br0iW8QDgiXfMGqQ76u9TiBX { position:absolute;display:block;z-index:14999;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.8125rem;width:1.9375rem;top:40.6875rem;left:3.5625rem;display:block; }
#J1qmC5Qwus5oxMPXSxfhZFPifxQltTgV { position:absolute;display:block;z-index:15020;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:39.625rem;width:24.0625rem;top:15.3125rem;left:-16.176629762099rem;overflow:hidden;display:block; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#yoLXcahWut9EAT4tkqKqOoFK7RTqWogW { color:#733df6;display:block;width:42.25rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.625rem;left:8.875rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5Et8xdvhhO3SMD9V0dHLde5KSqsU7Ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:14.6875rem;top:1.125rem;left:22.65625rem;overflow:hidden;display:block; }
#WNKTKRSyHVlB3ErDdXCg4FhCI0muEDNT { color:#733df6;display:block;width:26.0625rem;position:absolute;font-family:"hk grotesk";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:11.375rem;left:17rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w { display:block; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ7t5xvcCPcS2LyCDbIoGtC5WZWRsGZx { width:10.9375rem;height:2.5rem;top:1.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRsLKkspH70ZOHoHZ50FQDdUBnDOh9PS { display:block; }
 }@media only screen and (max-width: 763px) { #WJ9fdeHUThr3RMVJXoFf9olEiPv9S3mN { width:10.5rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTm4nkMqTRczPw5eCkt7hliDPvkUnRu { top:1rem;left:35.5625rem;width:12.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTxcVIyGE7QhXR1WGsKJlrOWk3E6U5M { display:block; }
 }@media only screen and (max-width: 763px) { #lmXfRGtfTN6s7ltM9QM1fWiNwKo7tdJo { width:10.9375rem;height:2.5rem;top:1.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylJSaDzGLsHvEer2RtvV2Uu8HHoh1uVE { display:block; }
 }@media only screen and (max-width: 763px) { #ThSM001tc3PxK4zOL37PGHwdAmv1xuZ8 { width:10.9375rem;height:2.5rem;top:1.0625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqLx13r8RIkMwnh8DDR3OVwWpVTMVxPh { display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:3.8125rem;left:0rem;width:37rem;height:5.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEvMvhWIE9uyxfHmgUEqcvuvC6T9J8lV { top:7.3125rem;left:0rem;width:40.8125rem;height:7.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0Tc37AGXcoqZ410MbONPD5nyd5Ve3O { top:14.625rem;left:3.5625rem;width:20.3125rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2z6RHsNXRi7KtcrDiTMdv9cpfaMgmRc { top:20.25rem;left:0rem;width:47.75rem;height:26.514742014742rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhWKmTztOyleQomgeDDz5S0JCIlnssFm { top:16.875rem;left:34.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKz6nB783Wxnl6tOiHSrnArPBDQE3rb { top:11rem;left:23.625rem;width:24.125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBw0ZxGqsQbuZklpc6ERXeuxy6rJDC6L { top:47.25rem;left:44.4375rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n86e5iHVuMOro9LPp7zogI4Xa6ByzvoD { top:38.5rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHpi8Gd2StuO3zGgvCgeGfHKpdzAviI8 { top:43.9375rem;left:0rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd2Xs5vFKHOu3piuncpO3JFHkvpArHIv { top:29.6875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT2JlRWVslr0C7PrrgvFOtpEDXnhuDT { top:14.5625rem;left:2.4375rem;width:21.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1uNciTLSel1mZSayX19GailGHCOzkxA { top:49.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoosTk2GndzT87fEumk0Ofmd8STPVEU5 { top:53.875rem;left:7.4375rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt10KZ0DWJSLErhfTthP6rbbXWrOiSQT { display:block; }
 }@media only screen and (max-width: 763px) { #ooum74U3rfl1F28FpCF4vbr2n8JRJ55T { top:4.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqRCCVNrzNZT79WldzVF7RCG9MuBETU { width:47.75rem;height:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tuf40UVQZJpqUR3xOsEnTDARCmoA7NfU { top:53.875rem;left:7.4375rem;width:16.4375rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSIVkow4ZAg0P21HxXOpINrkWyFsgggW { display:block; }
 }@media only screen and (max-width: 763px) { #zKw5Pon3fH1nKFPDFENHrXnPGRpSIVPU { top:25.875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AB4fOggvvrWGa0F5zxp1JMVGTBF6IUvi { top:11.5625rem;left:3.3125rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtPvpTeIKwcpNZEVdviTGZ5AXrNRTKeU { top:3.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJole0STFEFJErhNfuwuxAIr288KM9wH { top:3.5625rem;left:0rem;width:35.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBu52Oo5Uilw5i7bu1ztFIkIRlpoxvhf { top:11.5625rem;left:0rem;width:27.375rem;height:7.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdysAImqRFIGkhdUpwI2cUSgNcoQEEK3 { top:18.375rem;left:0rem;width:30.8125rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWMuJtRAJZtmnQ8W16pk2MhypId1FIGM { top:27.3125rem;left:2.9375rem;width:20.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTuTV7D1sKpOX6dSyxQ45SchVrB1Myy { top:32.9375rem;left:0rem;width:38.625rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhZ33oTPC6aVkfc0XynPJS779GmM7UF { top:37.3125rem;left:2.9375rem;width:20.9375rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4nrKHN38zdq9bwkWfTuUBXNaQAIkIux { top:42.375rem;left:0rem;width:37.3125rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBrFJBBETLl3DES5xB11ocIp63tzmaf1 { top:53.1875rem;left:0rem;width:39.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNDk6FFtqyhqWBMGaETJJ3clW9FlT1ft { top:33.8125rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2QP501aX4QqVc6ZWcI1EqWXLop7wlQ4 { top:8.125rem;left:35.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FabrRc1AdHrZdZep7KDqUi8wRaGUmMxW { top:35.1875rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btz7BsPv3Lu6e35HaNAT2gVifDzK1z8Z { top:36.375rem;left:0rem;width:15.75rem;height:7.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mS7OOmOdwVEE5NzVVoWeJTrpHethJIZB { top:52.5625rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlW50LM5MeJmycCHdS2enJcQot3moTyh { top:21.6875rem;left:15.3125rem;width:32.4375rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt { display:block; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dU7sAATZ7G00KHzvrr8gJthhUwDEvuer { top:4.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqr0CsXxsHLLxCVyMEbtT1Fq9zJvXJ1b { top:4.125rem;left:0rem;width:43.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiHerTBJpgtEmkbKTco7NbCmQ3boSBvf { top:13.8125rem;left:3.75rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTdFJHsCD28hUeRPKxmGRMqP0g0EvTXG { top:12.5rem;left:0rem;width:42.25rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM31TmDQUGXfKhztSl95ReflCRd7p4ZT { top:14.125rem;left:4.0625rem;width:4.125rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMer8tkxWfXiHBoJaKJaCzQ9hlpDaEwq { top:24.375rem;left:3.75rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBtQm244hTTbXbhHJ8eBL1XmutfPlsg { top:24.75rem;left:0rem;width:42.25rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnJ4aQg1ZwDucm8aTLRsFqTnF2LEI2m { top:24.6875rem;left:4.1875rem;width:4.125rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDrCU4dWCT2KoGCuSKUvBDvW1WPEZ0MG { top:33.125rem;left:3.8125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySLX9Ad84pKhBqszkzqb2VT9baQMbTy3 { top:33.5rem;left:0rem;width:42.25rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N43oFTcTWTsV5cZQm7UJu3yQTiTxiCRt { top:33.4375rem;left:4.25rem;width:4.125rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA4AfuUFwutJ4d3Oy16LRAvCq6Tf2Q26 { top:42.3125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQkaUTIfTeffARZs1E6UVvzAg4oovds2 { top:45.25rem;left:12.5625rem;width:11.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTJElDb8q6sa6ZTGsiyo24Tuqya5ts8 { display:block; }
 }@media only screen and (max-width: 763px) { #PHTuQi1hpkuDJlxWxVxAh5Q5XduhTdWs { top:12.4375rem;left:0rem;width:15.4375rem;height:12rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs { display:block; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-regular-label { width:37.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-text { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-text {padding-top: 0; padding-bottom: 0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-textarea { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-select { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-select {padding-top: 0; padding-bottom: 0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-button { width:11.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:12.6875rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-checkbox-label { width:36.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE  { width:37.375rem;height:30.25rem;top:10.0625rem;left:3.9375rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .radio-container { width:37.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE {display:block;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE { width:37.375rem;height:30.25rem;top:10.0625rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #dyi9CNmdpoekcEC49E7TuDS9grX6dn1e {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #a9u0VImgQISJetScz2CNfxexU4RnAeOF {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #THn2eDmdJMKJ1G9MW2d2XPyHH9puRF9S {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #bMT1m3x40JIKk2uS3cM8TxdqUex93Eaf {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Tt0Mf3IxzOuIHIDoiLHvTmpgTA3FUKT7 {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #CCHncwd1I3WuwW3a9NgFP8luCxQNWVam {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Xe8sknrKPbtLIt0960LG8BZzryyg0FRH {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #eTyv3uIfhBTPHZzXhSfin3MsVGxMuCkw {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #oX2CL5mZ0fy9kvHaUdLnHrrZx2s8HP9N {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #QOtWVK8TrCwfRF2u60IrFsXNIqCGAyhS {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #B4qhZrluTJIp80gb8I96hVnyLzfy5Lfo {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #KJUU6riEhfftlKgX4MbBxDfgNzUXZIyT {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #ZVvOBkfOdnryAWmkAftNwOWOWSQPJDds {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #KpHH2yXB7TKwlHWoVwZttEW1DohAXn2G {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Fxz7CVAQvd73IAqfT0TiaEGtT4lctNax {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #ZpnPa1eZTnCC3GayiElropJxP2l2KTOv {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #dpkDVaivKGbhHhWiPTqoO12RWm6809OV {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #xzZHBBtGpXaQIi4EcUbERaeg9LRdJ6uu {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #VnWwXcPJpZwKxSWtAB3SwWTs0q5VX6aL {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #snnNigFKIvq8CVq4MFNUTX91grs0gIn6 {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #hcsHP2D6IbfJhVVQTQteAxQH3MzwIuoK {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #NPCmrzWRid4zyT0TtLna6drvfGyWkhbr {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #K8qfTebtAmZcPOHkmnBX8VQSs02PZa7e {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Ad0Px6O4zKLtUvEDTZPMMF2nlRkwc59D {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #u6dPOFKdpRGxeoTVLnD2fTbxIfNa1437 {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #EcSut7BtIeWxa0P8D8f5wwHZLywKS6SP {  }
 }@media only screen and (max-width: 763px) { #ThHVktUJFo5SH2pxhBz2T8Ao0oJOETHO { top:4.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbs6X6tPlOWFukGIhbd1dswkyhotkXMo { top:4.0625rem;left:9.4375rem;width:29.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKawDArvPZoI8Bn9Vd3Wby8uP8gx6Q0t { top:43.5625rem;left:1.15625rem;width:45.4375rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJrVOa1WbZM3to0OTzNpCGDeXeJ5Kpw { top:18.75rem;left:27.875rem;width:19.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0bOKaG0UPdDxpcETH2ipT7JbsoCFFlb { top:12.5rem;left:45.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTWWA5DbrOuercIb4ae7wFMeMGfWrVN { top:25.5625rem;left:3.9375rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3zPXM8lIM1cmpClrge14PkcfPAE3Ea { top:8.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXBcTtT2br0iW8QDgiXfMGqQ76u9TiBX { top:40.6875rem;left:0rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1qmC5Qwus5oxMPXSxfhZFPifxQltTgV { top:15.3125rem;left:0rem;width:24.0625rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLXcahWut9EAT4tkqKqOoFK7RTqWogW { top:8.625rem;left:0rem;width:42.25rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Et8xdvhhO3SMD9V0dHLde5KSqsU7Ti { width:14.6875rem;height:6.8125rem;top:1.125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNKTKRSyHVlB3ErDdXCg4FhCI0muEDNT { top:11.375rem;left:0rem;width:26.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w { position:relative;z-index:auto;display:block; }#Z7GcczWiDl7IwbizSJ5INKvvGpR5MF3w > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ7t5xvcCPcS2LyCDbIoGtC5WZWRsGZx { width:5.125rem;height:2.1875rem;top:4.25rem;left:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRsLKkspH70ZOHoHZ50FQDdUBnDOh9PS { display:block; }
 }@media only screen and (max-width: 763px) { #WJ9fdeHUThr3RMVJXoFf9olEiPv9S3mN { width:8.6875rem;height:4.0625rem;top:0rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTm4nkMqTRczPw5eCkt7hliDPvkUnRu { top:12.625rem;left:3.90625rem;width:12.1875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxTxcVIyGE7QhXR1WGsKJlrOWk3E6U5M { display:block; }
 }@media only screen and (max-width: 763px) { #lmXfRGtfTN6s7ltM9QM1fWiNwKo7tdJo { width:6.625rem;height:2.5rem;top:4.0625rem;left:6.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylJSaDzGLsHvEer2RtvV2Uu8HHoh1uVE { display:block; }
 }@media only screen and (max-width: 763px) { #ThSM001tc3PxK4zOL37PGHwdAmv1xuZ8 { width:4.1875rem;height:2.5rem;top:4.0625rem;left:15.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqLx13r8RIkMwnh8DDR3OVwWpVTMVxPh { display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:19.375rem;height:2.1933625rem;top:2.4375rem;left:0.3125rem;font-size:1.6875rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEvMvhWIE9uyxfHmgUEqcvuvC6T9J8lV { width:20rem;height:3.8183625rem;top:3.9375rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ze0Tc37AGXcoqZ410MbONPD5nyd5Ve3O { width:20rem;height:2.11230625rem;top:8rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2z6RHsNXRi7KtcrDiTMdv9cpfaMgmRc { height:11.25rem;width:20rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhWKmTztOyleQomgeDDz5S0JCIlnssFm { width:1.5625rem;height:1.625rem;top:12.6875rem;left:6.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zIKz6nB783Wxnl6tOiHSrnArPBDQE3rb { width:18.0625rem;height:15.3125rem;top:12rem;left:0.96875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dBw0ZxGqsQbuZklpc6ERXeuxy6rJDC6L { width:1.1875rem;height:1.125rem;top:9.5rem;left:17.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #n86e5iHVuMOro9LPp7zogI4Xa6ByzvoD { width:1.5rem;height:1.5rem;top:27.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHpi8Gd2StuO3zGgvCgeGfHKpdzAviI8 { width:1rem;height:1rem;top:0.802734375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd2Xs5vFKHOu3piuncpO3JFHkvpArHIv { width:1.4375rem;height:1.4375rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT2JlRWVslr0C7PrrgvFOtpEDXnhuDT { width:16rem;height:2.625rem;top:7.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1uNciTLSel1mZSayX19GailGHCOzkxA { width:15.5625rem;height:5.84765625rem;top:28.8125rem;left:2.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoosTk2GndzT87fEumk0Ofmd8STPVEU5 { top:36.0927734375rem;left:2.8125rem;width:14.375rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt10KZ0DWJSLErhfTthP6rbbXWrOiSQT { display:block; }
 }@media only screen and (max-width: 763px) { #ooum74U3rfl1F28FpCF4vbr2n8JRJ55T { width:1.6875rem;height:1.6875rem;top:31.1875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZqRCCVNrzNZT79WldzVF7RCG9MuBETU { top:14.9375rem;left:0.5625rem;width:18.875rem;height:10.8125rem;z-index:15023;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuf40UVQZJpqUR3xOsEnTDARCmoA7NfU { top:22.1875rem;left:4.65625rem;width:10.6875rem;height:2.4375rem;z-index:15025;font-weight:400;font-style:normal;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #ffde00, #f3a307);background-image: -moz-linear-gradient(172deg, #ffde00, #f3a307);background-image: -ms-linear-gradient(172deg, #ffde00, #f3a307);background-image: -o-linear-gradient(172deg, #ffde00, #f3a307);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#f3a307' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#f3a307' );";background-image: linear-gradient(172deg, #ffde00, #f3a307);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pSIVkow4ZAg0P21HxXOpINrkWyFsgggW { display:block; }
 }@media only screen and (max-width: 763px) { #zKw5Pon3fH1nKFPDFENHrXnPGRpSIVPU { width:20rem;height:20rem;top:40.5302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { background-color:#f3a307;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AB4fOggvvrWGa0F5zxp1JMVGTBF6IUvi { display:flex;width:10.125rem;height:10.125rem;top:5.912109375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #VtPvpTeIKwcpNZEVdviTGZ5AXrNRTKeU { width:20rem;height:2.2744125rem;top:1.423828125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJole0STFEFJErhNfuwuxAIr288KM9wH { width:18.0625rem;height:4rem;top:0.537109375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBu52Oo5Uilw5i7bu1ztFIkIRlpoxvhf { width:20rem;height:3.65625rem;top:16.662109375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdysAImqRFIGkhdUpwI2cUSgNcoQEEK3 { width:20rem;height:3.449225rem;top:20.318359375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWMuJtRAJZtmnQ8W16pk2MhypId1FIGM { width:20rem;height:3.0869125rem;top:25.6455078125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTuTV7D1sKpOX6dSyxQ45SchVrB1Myy { width:20rem;height:0;top:28.7314453125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDhZ33oTPC6aVkfc0XynPJS779GmM7UF { width:20rem;height:2.6806625rem;top:33.7451171875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4nrKHN38zdq9bwkWfTuUBXNaQAIkIux { width:20rem;height:0;top:36.4248046875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBrFJBBETLl3DES5xB11ocIp63tzmaf1 { width:20rem;height:0;top:45.4345703125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNDk6FFtqyhqWBMGaETJJ3clW9FlT1ft { width:16.8125rem;height:16.8125rem;top:81rem;left:0.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2QP501aX4QqVc6ZWcI1EqWXLop7wlQ4 { width:9.125rem;height:9.125rem;top:47.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #FabrRc1AdHrZdZep7KDqUi8wRaGUmMxW { width:20rem;height:3.4121125rem;top:28.7314453125rem;left:0rem;font-size:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Btz7BsPv3Lu6e35HaNAT2gVifDzK1z8Z { width:13.125rem;height:6.9043rem;top:36.4248046875rem;left:3.4375rem;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mS7OOmOdwVEE5NzVVoWeJTrpHethJIZB { width:20rem;height:3.0859375rem;top:45.42578125rem;left:0rem;font-size:1.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xlW50LM5MeJmycCHdS2enJcQot3moTyh { width:20rem;height:22.196531791908rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt { display:block; }#PZBHe5zD23dgKzmUFHJ0H6NWz3yZ00Pt > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dU7sAATZ7G00KHzvrr8gJthhUwDEvuer { width:20rem;height:1.94921875rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqr0CsXxsHLLxCVyMEbtT1Fq9zJvXJ1b { width:20rem;height:3.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiHerTBJpgtEmkbKTco7NbCmQ3boSBvf { width:4.8125rem;height:4.8125rem;top:8.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTdFJHsCD28hUeRPKxmGRMqP0g0EvTXG { width:14.375rem;height:0;top:12.26171875rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kM31TmDQUGXfKhztSl95ReflCRd7p4ZT { width:4.125rem;height:3.65625rem;top:9.0625rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMer8tkxWfXiHBoJaKJaCzQ9hlpDaEwq { width:4.8125rem;height:4.8125rem;top:27.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBtQm244hTTbXbhHJ8eBL1XmutfPlsg { width:14.5625rem;height:6rem;top:33.3125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntnJ4aQg1ZwDucm8aTLRsFqTnF2LEI2m { width:4.125rem;height:3.65625rem;top:28.1875rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDrCU4dWCT2KoGCuSKUvBDvW1WPEZ0MG { width:4.8125rem;height:4.8125rem;top:40.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySLX9Ad84pKhBqszkzqb2VT9baQMbTy3 { width:13.625rem;height:6rem;top:47.07421875rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N43oFTcTWTsV5cZQm7UJu3yQTiTxiCRt { width:4.125rem;height:3.65625rem;top:41.5rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA4AfuUFwutJ4d3Oy16LRAvCq6Tf2Q26 { width:20rem;height:4.21875rem;top:55.44921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQkaUTIfTeffARZs1E6UVvzAg4oovds2 { top:61.04296875rem;left:4.34375rem;width:11.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTJElDb8q6sa6ZTGsiyo24Tuqya5ts8 { display:block; }
 }@media only screen and (max-width: 763px) { #PHTuQi1hpkuDJlxWxVxAh5Q5XduhTdWs { width:15.4375rem;height:12rem;top:14.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs { display:block; }#bTUVnebf4iWJCrGXAN8oBflXKgF5XwIs > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-form-header {  }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-text { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-text {padding-top: 0; padding-bottom: 0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-textarea { 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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-select {padding-top: 0; padding-bottom: 0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8f5dff, #733df6);background-image: -moz-linear-gradient(180deg, #8f5dff, #733df6);background-image: -ms-linear-gradient(180deg, #8f5dff, #733df6);background-image: -o-linear-gradient(180deg, #8f5dff, #733df6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#733df6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5dff', endColorstr='#733df6' );";background-image: linear-gradient(180deg, #8f5dff, #733df6);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:13.125rem;height:3.25rem;font-family:dosis;overflow:hidden;box-shadow: none;font-style:normal; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]:-moz-placeholder { color:#733df6;font-family:quicksand;font-size:0.9375rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]::-moz-placeholder { color:#733df6;font-family:quicksand;font-size:0.9375rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]:-ms-input-placeholder { color:#733df6;font-family:quicksand;font-size:0.9375rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE [class*="-text"]::-webkit-input-placeholder { color:#733df6;font-family:quicksand;font-size:0.9375rem; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-container:first-of-type{padding-top:0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-container:last-of-type{padding-bottom:0;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:9.5rem;z-index:15001; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE {display:block;}#dB9VZi90DsQJDDWF85BXes8gDU7kTvuE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:9.5rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #dyi9CNmdpoekcEC49E7TuDS9grX6dn1e {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #a9u0VImgQISJetScz2CNfxexU4RnAeOF {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #THn2eDmdJMKJ1G9MW2d2XPyHH9puRF9S {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #bMT1m3x40JIKk2uS3cM8TxdqUex93Eaf {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Tt0Mf3IxzOuIHIDoiLHvTmpgTA3FUKT7 {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #CCHncwd1I3WuwW3a9NgFP8luCxQNWVam {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Xe8sknrKPbtLIt0960LG8BZzryyg0FRH {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #eTyv3uIfhBTPHZzXhSfin3MsVGxMuCkw {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #oX2CL5mZ0fy9kvHaUdLnHrrZx2s8HP9N {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #QOtWVK8TrCwfRF2u60IrFsXNIqCGAyhS {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #B4qhZrluTJIp80gb8I96hVnyLzfy5Lfo {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #KJUU6riEhfftlKgX4MbBxDfgNzUXZIyT {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #ZVvOBkfOdnryAWmkAftNwOWOWSQPJDds {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #KpHH2yXB7TKwlHWoVwZttEW1DohAXn2G {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Fxz7CVAQvd73IAqfT0TiaEGtT4lctNax {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #ZpnPa1eZTnCC3GayiElropJxP2l2KTOv {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #dpkDVaivKGbhHhWiPTqoO12RWm6809OV {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #xzZHBBtGpXaQIi4EcUbERaeg9LRdJ6uu {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #VnWwXcPJpZwKxSWtAB3SwWTs0q5VX6aL {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #snnNigFKIvq8CVq4MFNUTX91grs0gIn6 {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #hcsHP2D6IbfJhVVQTQteAxQH3MzwIuoK {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #NPCmrzWRid4zyT0TtLna6drvfGyWkhbr {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #K8qfTebtAmZcPOHkmnBX8VQSs02PZa7e {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #Ad0Px6O4zKLtUvEDTZPMMF2nlRkwc59D {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #u6dPOFKdpRGxeoTVLnD2fTbxIfNa1437 {  }
 }@media only screen and (max-width: 763px) { #dB9VZi90DsQJDDWF85BXes8gDU7kTvuE #EcSut7BtIeWxa0P8D8f5wwHZLywKS6SP {  }
 }@media only screen and (max-width: 763px) { #ThHVktUJFo5SH2pxhBz2T8Ao0oJOETHO { width:20rem;height:2.5996125rem;top:6.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbs6X6tPlOWFukGIhbd1dswkyhotkXMo { width:16.75rem;height:4.0625rem;top:5.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKawDArvPZoI8Bn9Vd3Wby8uP8gx6Q0t { width:18rem;height:21.5859375rem;top:40.89453125rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJrVOa1WbZM3to0OTzNpCGDeXeJ5Kpw { width:19.875rem;height:16.8125rem;top:35.7744140625rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #X0bOKaG0UPdDxpcETH2ipT7JbsoCFFlb { width:1.6875rem;height:1.6875rem;top:4.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTWWA5DbrOuercIb4ae7wFMeMGfWrVN { width:1.8125rem;height:1.75rem;top:1.5869140625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3zPXM8lIM1cmpClrge14PkcfPAE3Ea { width:1.6875rem;height:1.6875rem;top:38.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXBcTtT2br0iW8QDgiXfMGqQ76u9TiBX { width:1.9375rem;height:1.8125rem;top:36.125rem;left:2.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J1qmC5Qwus5oxMPXSxfhZFPifxQltTgV { width:20rem;height:32.935064935065rem;top:63.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoLXcahWut9EAT4tkqKqOoFK7RTqWogW { width:20rem;height:3.1875rem;top:8.15625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5Et8xdvhhO3SMD9V0dHLde5KSqsU7Ti { width:14.6875rem;height:6.8125rem;top:0.71875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNKTKRSyHVlB3ErDdXCg4FhCI0muEDNT { width:20rem;height:3.375rem;top:12.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }