.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1e2154;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.625rem;top:1.5rem;left:8.4375rem;overflow:hidden;display:block; }
#ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.375rem;left:37.5rem;display:block; }
#GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.375rem;left:29.375rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.375rem;left:52rem;display:block; }
#PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.375rem;left:45.6875rem;display:block; }
#GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfkPyA7wAJU2HukMyupqDewTaM2v4iw2 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.375rem;left:61.0625rem;display:block; }
#CK6nBxkxgMQyAo820Te9yrZsmWKauzTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom center !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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:5.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lu69foEpyL2TT36ToksasIVzX5L1bav7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #0045ac, #ff00c9);background-image: -moz-linear-gradient(101deg, #0045ac, #ff00c9);background-image: -ms-linear-gradient(101deg, #0045ac, #ff00c9);background-image: -o-linear-gradient(101deg, #0045ac, #ff00c9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045ac', endColorstr='#ff00c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0045ac', endColorstr='#ff00c9' );";background-image: linear-gradient(101deg, #0045ac, #ff00c9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:19.0625rem;top:13.1875rem;left:28rem;display:block; }
#DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:6.1875rem;left:56.125rem;display:block; }
#b4D68AM3k1cKdpXT69ohTTegFn7z5xfl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:45.4375rem;top:21.625rem;left:14.75rem;display:block; }
#palO2l0lAvniyT4EoTT6xAMRAKDGTDZy { color:#aefda9;display:block;width:75rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oDNbykzqFcVHUWdb0mkeZnnCdAiRToKX { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:lobster;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.625rem;left:28.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK { position:relative;display:block; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK { background-color: transparent; background-image: none; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row .container > .video-iframe-container { display: none; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row > .video-iframe-container { display: none; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .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); }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK { border-width: 0; border-radius: 0; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { background-color:#7064f3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12.25rem;left:29.9375rem;display:block; }
#IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:exo;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.75rem;left:28rem;z-index:15006; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze { width:auto; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
#a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { color:rgba(255,255,255,0.5);display:block;width:75rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container { background-color: transparent; background-image: none; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container > .video-iframe-container { display: none; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row > .video-iframe-container { display: none; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .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); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container { border-width: 0; border-radius: 0; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#haUTwW9iEwECIZTS9Jv1Fi9b0vB3kw1g { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dI12xzsIuPE665XMcvokG4wIeHwSizR8 { color:#fff8fa;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.01171875rem;left:19.8125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvnQL7uTy43MvLoChlNWNJ5s9RqxBQhI { position:absolute;display:block;z-index:15026;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:33.0625rem;width:19.625rem;top:15.375rem;left:28.25rem;display:block; }
#qJbXWEi7QiuWNQ6Um4GTOLFoBlTgA5WN { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -moz-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -ms-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -o-linear-gradient(84deg, #0becb2, #2cc2d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );";background-image: linear-gradient(84deg, #0becb2, #2cc2d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:42.875rem;left:32.6875rem;display:block; }
#slQPaO6uSgwsHFsLH1BxDgmIPRmoH75l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmNodHptCRqvT3E3neA15Vrd5T1vVih9 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:34.8125rem;left:34.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1sHvFCEZSu1tbRuUQGh258B1PDbm7TO { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.125rem;width:19.625rem;top:16.6875rem;left:9.125rem;display:block; }
#DW2sNGBQNpboG6IWZttOfbeVTysrTNbb { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:18.57421875rem;left:12.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHumsXLv56U9TVlk4xmi7PN3BrWHRXrl { color:#000000;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:20.6865234375rem;left:12.28125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUcMsV8TvORdz30Pxv1UOc1r59UXQr65 { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:24.01171875rem;left:11.3125rem;height:7.3125rem;font-style:normal;display:block; }
#WNFUkGsnJiPctTLzu75uT7nKTZ8B5GEl { color:#000000;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:35.4375rem;left:13rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVGtWx4yGrGbDAAFo7OJrktsouuTgdvb { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:34.0625rem;left:14.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2PVy6cBWBwtepeGR9ar02qavVCqv99h { color:#22bc5a;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:32.5244140625rem;left:15.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRG7XtTfTnDTrPJRg7SszPTbcsFvpTVr { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -moz-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -ms-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -o-linear-gradient(84deg, #0becb2, #2cc2d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );";background-image: linear-gradient(84deg, #0becb2, #2cc2d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:41.1875rem;left:13.25rem;display:block; }
#swKRTMTg9pSeMLvJenwQz6q7gLcSTWR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHzRykotUryuH0UbHBs7JAdE6H51Gapo { position:absolute;display:block;z-index:15014;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:30.125rem;width:19.625rem;top:16.6875rem;left:46.4375rem;display:block; }
#JEmnqN7dWJ10WA6zXx4hAhTwvICaxyOy { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:34.0625rem;left:53.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHaQT5TMuJID3noIDnP90ETibxdOMXHy { background-color:transparent;background-image: -webkit-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -moz-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -ms-linear-gradient(84deg, #0becb2, #2cc2d3);background-image: -o-linear-gradient(84deg, #0becb2, #2cc2d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#2cc2d3' );";background-image: linear-gradient(84deg, #0becb2, #2cc2d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:41.1875rem;left:51.6875rem;display:block; }
#o7NDdamQQwTKClsmyu5gHNIoT7UDzWOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGmIBQFJ8Ku6xRE9W74v2TxRPL7ZqEnn { color:#000000;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:20.6865234375rem;left:32rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfMJTdGJE1SBMKU7cR4bXX6lSVIEkbzT { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18.69921875rem;left:32.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAN2h30ka7owP254V7dJlhT2TeTOsptd { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.69921875rem;left:50.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDxqM2Ins52O9JlU9kUPKoTf11RdtNW4 { color:#000000;display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:20.6865234375rem;left:50.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eniFydUrx2t19fWZmd3PRB0bdEgbh0cf { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:22.79296875rem;left:30.0625rem;height:8.53125rem;font-style:normal;display:block; }
#NwXqAxMd5qGMdI6yl7DTwaO7CG6Dw9RG { color:#000000;display:block;width:16rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:22.79296875rem;left:49rem;height:8.53125rem;font-style:normal;display:block; }
#pJFq5bZm5kTnbBlgFnSppKb6rTvQiZbG { color:#000000;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:36.599609375rem;left:32.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksVnqJC0MHa4ZzgELm3cF8ihV4tzwr9b { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.4375rem;left:50.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McwkmzS6OZSCx3AmoT8kobU2LcL1LoHo { color:#22bc5a;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:32.8251953125rem;left:34.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEBIA3i7CHMS0q8n7ILiTSa6QfVbGGT2 { color:#22bc5a;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:32.3251953125rem;left:53.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lUIyC3zK8OBN6smyUG4s8mE6vqltTBh8 { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:exo;font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.08984375rem;left:19.9375rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { position:relative;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.lazyloading { background-image: none; }#vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:23.5rem;top:0.75rem;left:0.875rem;display:block; }
#WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.375rem;left:5.125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.375rem;left:55.6875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:24rem;top:0.75rem;left:25.625rem;display:block; }
#EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:29.1875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.599609375rem;left:28.46875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTnMxFSoCWfII27xzU1evLVg0hlqckXO { background-color:#7064f3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.875rem;left:30.46875rem;display:block; }
#lHrUBL4aCXkAdMCwR9PhSwd9igcrnoJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOXLy6ferPS6tOHgJV5gEaV77qzlqzzZ { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:24rem;top:0.75rem;left:50.5rem;display:block; }
#Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.650390625rem;left:54.5625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !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; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:block; }#XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.875rem;width:54.875rem;top:57.3125rem;left:10.0625rem;display:block; }
#mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:exo;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:63.625rem;left:19.1875rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:71.8125rem;left:17.625rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HwJvv6XH9g2EBQQ1li6SeSTCZlkc493T { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:80.75rem;left:20rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yt0tJnPQ2yQQCkZSUlhsVAiWfi6iKiwy { box-sizing:content-box;height:44rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e8f74b04-b443-4cc9-b33a-9fe4c607e687/Untitled401.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.75rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#yt0tJnPQ2yQQCkZSUlhsVAiWfi6iKiwy.adaptive-delivery-prevent-bg, #yt0tJnPQ2yQQCkZSUlhsVAiWfi6iKiwy.lazyload, #yt0tJnPQ2yQQCkZSUlhsVAiWfi6iKiwy.lazyloading { background-image: none; }
#icgZJnmCL39MOMJFKqqNp8RBe54gzQp5 { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cdad2234-f061-43be-880f-8855bce97463/Landingi01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:5.4375rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#icgZJnmCL39MOMJFKqqNp8RBe54gzQp5.adaptive-delivery-prevent-bg, #icgZJnmCL39MOMJFKqqNp8RBe54gzQp5.lazyload, #icgZJnmCL39MOMJFKqqNp8RBe54gzQp5.lazyloading { background-image: none; }
#MmrLUoGzSlRIq2t8qQrHmZxIz3tqV19F { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/308f1a54-5f87-40d8-8e44-c596171fdf93/Landingi02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:27.75rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#MmrLUoGzSlRIq2t8qQrHmZxIz3tqV19F.adaptive-delivery-prevent-bg, #MmrLUoGzSlRIq2t8qQrHmZxIz3tqV19F.lazyload, #MmrLUoGzSlRIq2t8qQrHmZxIz3tqV19F.lazyloading { background-image: none; }
#ITz30dD8pFMR4FuniIQlFMGhA7yheLIT { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13d0519b-4536-4e27-b4dc-84326e2980e6/Landingi04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:38.1875rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#ITz30dD8pFMR4FuniIQlFMGhA7yheLIT.adaptive-delivery-prevent-bg, #ITz30dD8pFMR4FuniIQlFMGhA7yheLIT.lazyload, #ITz30dD8pFMR4FuniIQlFMGhA7yheLIT.lazyloading { background-image: none; }
#uThxEGTBEoEWAR6R37flW2yzCecFof3T { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97ea9c60-cf31-46f9-bbc4-06fdefaab1cf/Landingi03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:27.75rem;left:33.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#uThxEGTBEoEWAR6R37flW2yzCecFof3T.adaptive-delivery-prevent-bg, #uThxEGTBEoEWAR6R37flW2yzCecFof3T.lazyload, #uThxEGTBEoEWAR6R37flW2yzCecFof3T.lazyloading { background-image: none; }
#FlBBLknUT8IZEG9wLsnA0HPlW19tM3bf { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:24.125rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MpJ7TTBP6mdqJqTmZKwaHi8dC8HL2C20 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:24.125rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-form-header {  }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#57f8cd;width:19.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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;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:19.875rem;box-sizing:border-box;height:4.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-text {padding-top: 0; padding-bottom: 0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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;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.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:19.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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:19.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-select {padding-top: 0; padding-bottom: 0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:19.875rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:18.6875rem;overflow:hidden;font-style:normal; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-container:first-of-type{padding-top:0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-container:last-of-type{padding-bottom:0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.1875rem;top:8.55859375rem;z-index:15011;position:absolute; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.875rem;display:block;vertical-align:top; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u {display:block;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.1875rem;top:8.55859375rem;z-index:15011;position:absolute; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #Hl8A7qgFC0sKx4zQpPHSti9ytPrb9AGZ { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #ENaPsGZXe7dGICMsnlJxeFzidWLBlmlI { position:relative;display:block; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #VlI6b0oX2DfVF2XoOFwz5Mey6pESkbiS { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #s3neUXRL2OHqXQ2Hsh8dg2vPKWdKPhWU { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #D9JiuUlmDyvTpnWLlksln7zqyxbviHpJ { position:relative;display:block; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #inziOMwmpMHpKzNZ5VuNiREtugwT7tnK { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #TuHA9ZH04gk9KH8IsyRQ1QNgnkQL7u32 { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #Jn86wb5OschCfFEw0dbFNRku1aXaAxdN { position:relative;display:block; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #inghiP2LzV1GyOaoqXUqvgxnheo5xPAd { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #OO7TEdqMrlptT8yTyqGoeHDeBXQ58Rrb { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #aRcUalCqJuKzKrgIXz8dmA0SmdTTUihP { position:relative;display:block; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #eHvBlW9svf0oe3bACCu6FnpGwkeb3peK { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #T04TAZHTuaFHnU7hEKPA8W7R10T0lnaD { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #TCsQ7uKwtRkLucFqDeG06Vg3xLTLRUsx { position:relative;display:block; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #RRkSz8R1aBvToAhCDkNngZL7qw4vJWH5 { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #MGyUBkEEcK04lB3SUNvN0cT4XLbeRp0M { position:relative; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #lTxAwAGUXOQEuWymJ0C23qInP1Sk4qCo { position:relative; }
#oI7HWGf6sJz4i6CoQfxuSZkbFSLF7Dg0 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:14.8125rem;left:66.125rem;display:block; }
#LxkUIu28rPFQqvvh2DSN9UQ0aQSsW9Tl { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/232689c5-01c7-4982-bc37-435f223463db/Landingi05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:38.1875rem;left:33.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#LxkUIu28rPFQqvvh2DSN9UQ0aQSsW9Tl.adaptive-delivery-prevent-bg, #LxkUIu28rPFQqvvh2DSN9UQ0aQSsW9Tl.lazyload, #LxkUIu28rPFQqvvh2DSN9UQ0aQSsW9Tl.lazyloading { background-image: none; }
#Lw9fJREC0DcVErol4Ga2Rg3VWK8NFxiC { 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:8.4375rem;width:7.625rem;top:12.4375rem;left:67.375rem;overflow:hidden;display:block; }
#TtUGnwnA80Pch1InmpEen00mr6tOcLAb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:2.75rem;left:38.78125rem; }
#OEklKuwvETpZnA8OHo2XPs8oWL25UXBr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:26.6171875rem;left:39.71875rem; }
#SIev9fFKHAsD3nmmw71tqyRgHWFmka3O { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:4.61767578125rem;left:0.625rem; }
#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h { position:relative;display:block; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h { background-color: transparent; background-image: none; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row .container > .video-iframe-container { display: none; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row > .video-iframe-container { display: none; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .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); }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h { border-width: 0; border-radius: 0; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iLHN1dBfRz3pyEucBREQztvgfoA2Bzqi { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:exo;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.21875rem;left:21.25rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !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; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.125rem;width:30rem;top:4.5625rem;left:40.375rem;display:block; }
#nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { color:#19e3db;display:block;width:27rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.875rem;height:1.13720625rem;font-style:normal;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.875rem;height:2.3999rem;font-style:normal;display:block; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.4375rem;left:41.875rem;height:9rem;font-style:normal;display:block; }
#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:15007;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:25.875rem;left:8.625rem;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:3.75rem;display:block; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:19.875rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.4375rem;left:28.25rem;display:block; }
#hb3ezB9QTvrk3aHlzNvNaSJ4qLF6pgAy { color:#19e3db;display:block;width:18.9375rem;position:absolute;font-family:exo;font-size:16rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.7119140625rem;left:5.75rem;height:19.19925rem;font-style:normal;display:block; }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !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; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:30rem;top:4.625rem;left:3.75rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.625rem;height:2.3999rem;font-style:normal;display:block; }
#vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.0625rem;left:5.625rem;height:4.5rem;font-style:normal;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#19e3db;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.625rem;height:1.13720625rem;font-style:normal;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:15011;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.6875rem;left:67.25rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:43.875rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:0rem;left:37.5rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:15012;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:42.5rem;display:block; }
#oXZTssvy1xfoAAidERni5qhxfrfas7hK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.375rem;top:7.84375rem;left:49.375rem;overflow:hidden;display:block; }
#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !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; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.adaptive-delivery-prevent-bg, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyload, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyloading { background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { background-color: transparent; background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .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); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { border-width: 0; border-radius: 0; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:30rem;top:4.375rem;left:39.9375rem;display:block; }
#ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { color:#19e3db;display:block;width:26.125rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.875rem;height:1.13720625rem;font-style:normal;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.875rem;height:2.3999rem;font-style:normal;display:block; }
#hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.5625rem;left:41.875rem;height:6rem;font-style:normal;display:block; }
#IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { position:absolute;display:block;z-index:15007;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.375rem;left:8.5625rem;display:block; }
#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:3.75rem;display:block; }
#bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.3125rem;left:19.875rem;display:block; }
#Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { position:absolute;display:block;z-index:15008;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.78125rem;left:26.4375rem;display:block; }
#Ttyo28DDWXZM9USAU7l9UTirKyqW7yhR { position:absolute;display:block;z-index:15001;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:19.125rem;width:20.0625rem;top:5.59375rem;left:6.25rem;overflow:hidden;display:block; }
#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !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; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA.adaptive-delivery-prevent-bg, #rIt5SD7INT4FLthTTIzK6Shr0RRNOopA.lazyload, #rIt5SD7INT4FLthTTIzK6Shr0RRNOopA.lazyloading { background-image: none; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container { background-color: transparent; background-image: none; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container > .video-iframe-container { display: none; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row > .video-iframe-container { display: none; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .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); }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container { border-width: 0; border-radius: 0; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#o1gQKlHNTuBr1WlCD1uygTcP0qIfaq6a { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:30rem;top:5.40625rem;left:3.75rem;display:block; }
#A80kAgAoFklECa2IyZk4adszEC2WUQcF { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.625rem;height:2.3999rem;font-style:normal;display:block; }
#T0oLRZS4WPupdKc9AWOShS2i5DIMVbM4 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.0625rem;left:5.625rem;height:3rem;font-style:normal;display:block; }
#DPTouAJ47y2VroHzcoK0shQcbgdVtBNe { color:#19e3db;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.625rem;height:1.13720625rem;font-style:normal;display:block; }
#FXbk8xECwFxoMGF1RzoW2h9Gq7k1u1Jh { position:absolute;display:block;z-index:15011;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.6875rem;left:67.25rem;display:block; }
#N7Q0PJ8d54vMUnD2sDqBZHykGzo9tk1u { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:43.875rem;display:block; }
#HrkUfNSrHJLgDczGHgmMf9QAaEHbhxXF { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:0rem;left:37.5rem;display:block; }
#WzMDvFRtAoUxwX6R8Zf46RogyqJc9Jdt { position:absolute;display:block;z-index:15012;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:42.5rem;display:block; }
#FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:14.25rem;top:5.6875rem;left:49.9375rem;overflow:hidden;display:block; }
#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !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; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa.adaptive-delivery-prevent-bg, #WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa.lazyload, #WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa.lazyloading { background-image: none; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container { background-color: transparent; background-image: none; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container > .video-iframe-container { display: none; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row > .video-iframe-container { display: none; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .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); }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container { border-width: 0; border-radius: 0; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#F26lcMwLhwZaKiRmsTmczKzTzctzhI3D { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:30rem;top:5.375rem;left:39.9375rem;display:block; }
#glnctC0DxrngLBEX75HZL412NIZ0HKpm { color:#19e3db;display:block;width:26.125rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.875rem;height:1.13720625rem;font-style:normal;display:block; }
#T2RAiJhKJuhECO4T5TF37PFg4Fs0SgWa { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.875rem;height:2.3999rem;font-style:normal;display:block; }
#KCZv5GEhU7uTCarPhxPNn2EglvtMJzWX { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.65625rem;left:41.875rem;height:4.5rem;font-style:normal;display:block; }
#ehtxhhJFQm9P5aPG35qJzT7lpHKTV0bm { position:absolute;display:block;z-index:15007;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.375rem;left:8.5625rem;display:block; }
#DdFoL3mbhAkVDWyCA5gkneRG3pTfUFXA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:3.75rem;display:block; }
#Ohl5C0oSid7QSS2B2ltUgQhSzRzG8g4p { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.3125rem;left:19.875rem;display:block; }
#pNAh0sV0uDkkSSzHSIAn8uZ8VG1TKD9M { position:absolute;display:block;z-index:15008;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.78125rem;left:26.4375rem;display:block; }
#zawOD4oOAU0WPi0qBvc0X7u2Cr1T93lH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:6.125rem;left:6.125rem;overflow:hidden;display:block; }
#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !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; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT.adaptive-delivery-prevent-bg, #TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT.lazyload, #TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT.lazyloading { background-image: none; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container { background-color: transparent; background-image: none; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container > .video-iframe-container { display: none; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row > .video-iframe-container { display: none; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .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); }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container { border-width: 0; border-radius: 0; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#v94duLeC984GtsTw1w1oqB2T86s259d1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:4.625rem;left:47.625rem;overflow:hidden;display:block; }
#kZtXMAc353deTOrVvEp1xWnuE7g5GD0X { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:30rem;top:4.625rem;left:3.125rem;display:block; }
#nPpp4NiGAGL8FzhZ3d3FKLeargSXXmnk { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.625rem;height:4.798825rem;font-style:normal;display:block; }
#LtVdnWcmfzXb7MQX6v1QFK9JQmLkPtfP { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.125rem;left:5.625rem;height:3rem;font-style:normal;display:block; }
#aeao5nLRtseb1gSAq9739mZhuBFxP3uI { color:#19e3db;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.625rem;height:1.13720625rem;font-style:normal;display:block; }
#drWFPLQoof9sdXiAq3DSowuovEb4yMIG { position:absolute;display:block;z-index:15011;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:6.6875rem;left:67.25rem;display:block; }
#czmPg4ZSOq6a0Om38gg9xbdH4QS3b0hI { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:43.875rem;display:block; }
#iRiVzzwA6PkuNqXWdmJ6SJVc8gPtU4bC { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.0625rem;left:40.125rem;display:block; }
#uLov2DECEeAtumORNI72fkmX3F4vJbuk { position:absolute;display:block;z-index:15012;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:42.5rem;display:block; }
#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !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; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7.adaptive-delivery-prevent-bg, #efe8MtSMk1h76XozAmTqTBpu7TA3uqG7.lazyload, #efe8MtSMk1h76XozAmTqTBpu7TA3uqG7.lazyloading { background-image: none; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container { background-color: transparent; background-image: none; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container > .video-iframe-container { display: none; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row > .video-iframe-container { display: none; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .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); }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container { border-width: 0; border-radius: 0; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#LpSNn16ZbBEKDM2aTNpCmn4ZySVhnpi1 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.375rem;width:30rem;top:5.375rem;left:39.9375rem;display:block; }
#rKCdZy3fhPTQypRZHkakhX3ZArfQJrwN { color:#19e3db;display:block;width:26.125rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:41.875rem;height:1.13671875rem;font-style:normal;display:block; }
#k5s4CASH3i1u9rcp83WViuLHdE1Lml6I { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.875rem;height:4.798825rem;font-style:normal;display:block; }
#ZIO0XQ94am5zdlzU5Nht9HXS5Abm0Qpr { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.96875rem;left:41.875rem;height:4.5rem;font-style:normal;display:block; }
#cGOROTLiPXz3aoFMGSqgNeHE1IEx2y8T { position:absolute;display:block;z-index:15007;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:5.375rem;left:8.5625rem;display:block; }
#MWXS0NTqO3Q5UDuu26JZTAf4a7HOF5CE { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:3.75rem;display:block; }
#Ahzwokuz9ElXA4ofJM8tGlB7H8nv9V2q { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.75rem;width:13.75rem;top:16.3125rem;left:19.875rem;display:block; }
#VfUFz8PTTJ2JAFXbfBINlG063oSwn0ck { position:absolute;display:block;z-index:15008;background-color:#19e3db;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:27.78125rem;left:26.4375rem;display:block; }
#t2QOXgxk3EA4C6ryRfozehES9BEcRhxH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:20.625rem;top:6.125rem;left:6rem;overflow:hidden;display:block; }
#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !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; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU.adaptive-delivery-prevent-bg, #V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU.lazyload, #V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU.lazyloading { background-image: none; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container { background-color: transparent; background-image: none; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container > .video-iframe-container { display: none; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row > .video-iframe-container { display: none; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .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); }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container { border-width: 0; border-radius: 0; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#ZOHzbtLPN5FITsdus9m5ZyotoXmN8qmM { box-sizing:content-box;height:44rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e8f74b04-b443-4cc9-b33a-9fe4c607e687/Untitled401.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:18.8125rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#ZOHzbtLPN5FITsdus9m5ZyotoXmN8qmM.adaptive-delivery-prevent-bg, #ZOHzbtLPN5FITsdus9m5ZyotoXmN8qmM.lazyload, #ZOHzbtLPN5FITsdus9m5ZyotoXmN8qmM.lazyloading { background-image: none; }
#a6gnIOLhXSFX6dXAZ1Hy4wVEZafOKiSz { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9b6ca67-7084-4649-85c4-6b58d603de58/Untitled402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:21.5rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#a6gnIOLhXSFX6dXAZ1Hy4wVEZafOKiSz.adaptive-delivery-prevent-bg, #a6gnIOLhXSFX6dXAZ1Hy4wVEZafOKiSz.lazyload, #a6gnIOLhXSFX6dXAZ1Hy4wVEZafOKiSz.lazyloading { background-image: none; }
#zq44TTNx5VEu43mLSTpgHrAwJoHs9Hz9 { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/16bb02e2-a15d-4c4c-ad76-654d07dfff6e/Untitled4_138.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:43.8125rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#zq44TTNx5VEu43mLSTpgHrAwJoHs9Hz9.adaptive-delivery-prevent-bg, #zq44TTNx5VEu43mLSTpgHrAwJoHs9Hz9.lazyload, #zq44TTNx5VEu43mLSTpgHrAwJoHs9Hz9.lazyloading { background-image: none; }
#KtCLLyAK7tnbdrs3h99qE12WPoOVemg8 { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/95cb4f61-60d3-4b4f-b4fc-c70803b76c3c/Untitled406.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:54.25rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#KtCLLyAK7tnbdrs3h99qE12WPoOVemg8.adaptive-delivery-prevent-bg, #KtCLLyAK7tnbdrs3h99qE12WPoOVemg8.lazyload, #KtCLLyAK7tnbdrs3h99qE12WPoOVemg8.lazyloading { background-image: none; }
#wORgamuMeoL08nQy3ItPJtGqO0MGDQiM { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b16404f-c628-4880-9cda-e0e07cf794e1/Untitled404.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:43.8125rem;left:33.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#wORgamuMeoL08nQy3ItPJtGqO0MGDQiM.adaptive-delivery-prevent-bg, #wORgamuMeoL08nQy3ItPJtGqO0MGDQiM.lazyload, #wORgamuMeoL08nQy3ItPJtGqO0MGDQiM.lazyloading { background-image: none; }
#PvaV5pT7uVQAQzdCiLASWagfr0FWQoQm { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:24.125rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQTmUrlf1b9iOIUV2FmDFwxMyA0uZVWl { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.8125rem;left:24.125rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-form-header {  }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#57f8cd;width:19.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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;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:19.875rem;box-sizing:border-box;height:4.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-text {padding-top: 0; padding-bottom: 0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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;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.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:19.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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:19.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-select {padding-top: 0; padding-bottom: 0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:19.875rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:18.6875rem;overflow:hidden;font-style:normal; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-container:first-of-type{padding-top:0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-container:last-of-type{padding-bottom:0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.1875rem;top:8.55859375rem;z-index:15011;position:absolute; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.875rem;display:block;vertical-align:top; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP {display:block;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.1875rem;top:24.625rem;z-index:15011;position:absolute; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #pfmtnGnhLtE9F97iUTbFIul7K0GIVSWu { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #e4O79Wz2Do7c6uLqFs6ECn3w2N5fzf3m { position:relative;display:block; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #cCAk23Z1h262RilVCE1F25Iq9mviDnhX { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #PbMVhZdzdgluaeDgTncvdEULw1IwcZGQ { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #cONfdi7XVPf3z2u87cOBwfWm1WFG3CKq { position:relative;display:block; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #N6uTSawXuHneE61c5aN8arGWF2e0166J { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #UwiZ1JhM2WRFJG2BeXlBTPTTNxdPhoy5 { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #ZvsUQrZIqOEyDkL9pIDwxkKoxP1HXaOv { position:relative;display:block; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #ZOTmJpFJghV6ZImUJqF4mou51op40EMX { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #sTnPz9hTo42uXFFSAoEwV3ro67s2690N { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #lN7rLw11HJfEL0svdKsfX6lJzIevKiGS { position:relative;display:block; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #uQCOoCTqlrgVu8MrTh0cEXrv0Td29r74 { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #x562ckMaI9nWX54erNnPw4B86QZoqWkk { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #zcQLbOxhEt9mad7mFVCLFX8qchSkEleF { position:relative;display:block; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #P8DvqCcSnuiqnJnl0CBubq0J6MknPTuG { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #PpkzaGoPxZ8JD0TGvXWADpz5lGADULZk { position:relative; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #HRGuQ19D06iK5XrOHd80EgTROnt4Qroq { position:relative; }
#f0lk3WH2NXd30JQr9FIr7h0fKiuqI8tG { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:31.5rem;left:66.125rem;display:block; }
#BnRKKD6iTmIz2MZ31p0goS5UgqoTItv4 { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d8cfced2-e12e-4e86-8173-7cf0537dca26/Untitled405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:54.25rem;left:33.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#BnRKKD6iTmIz2MZ31p0goS5UgqoTItv4.adaptive-delivery-prevent-bg, #BnRKKD6iTmIz2MZ31p0goS5UgqoTItv4.lazyload, #BnRKKD6iTmIz2MZ31p0goS5UgqoTItv4.lazyloading { background-image: none; }
#ZOh48v81XTyKDX6ZhTUarprTl1RPf88L { 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:8.4375rem;width:7.625rem;top:29.125rem;left:67.375rem;overflow:hidden;display:block; }
#QBuq4DJ7rTF05xlIMNRnEMbxm1kEUAwH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:18.8125rem;left:38.8125rem; }
#JhklHLu9KQ5WsKqTFbbCQsbnwTBncnFB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:42.6875rem;left:39.75rem; }
#GucxGJGd9PkmU7wUr7FeA9qIkS5NGSg7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.27734375rem;left:0.3125rem;height:4.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !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:none; }#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ.adaptive-delivery-prevent-bg, #Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ.lazyload, #Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ.lazyloading { background-image: none; }#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ > .row .container { border-width: 0; border-radius: 0; }#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ > .row .container { font-size:0.875rem;font-family:arial;height:89.375rem;width:75rem;position:relative;display:none; }#Z8lmRbg40o5DDTOVO91tJ1tK9lxQWTWl { box-sizing:content-box;height:44rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e8f74b04-b443-4cc9-b33a-9fe4c607e687/Untitled401.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.75rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#Z8lmRbg40o5DDTOVO91tJ1tK9lxQWTWl.adaptive-delivery-prevent-bg, #Z8lmRbg40o5DDTOVO91tJ1tK9lxQWTWl.lazyload, #Z8lmRbg40o5DDTOVO91tJ1tK9lxQWTWl.lazyloading { background-image: none; }
#saehhxRASQVmbxB3tCwSlZqtC8WQe8yc { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9b6ca67-7084-4649-85c4-6b58d603de58/Untitled402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:5.4375rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#saehhxRASQVmbxB3tCwSlZqtC8WQe8yc.adaptive-delivery-prevent-bg, #saehhxRASQVmbxB3tCwSlZqtC8WQe8yc.lazyload, #saehhxRASQVmbxB3tCwSlZqtC8WQe8yc.lazyloading { background-image: none; }
#XZqi6otBMDG6s46WAgSL0O7F0c1GPx8A { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/16bb02e2-a15d-4c4c-ad76-654d07dfff6e/Untitled4_138.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:27.75rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#XZqi6otBMDG6s46WAgSL0O7F0c1GPx8A.adaptive-delivery-prevent-bg, #XZqi6otBMDG6s46WAgSL0O7F0c1GPx8A.lazyload, #XZqi6otBMDG6s46WAgSL0O7F0c1GPx8A.lazyloading { background-image: none; }
#e3fT3Nn6mQiV1c8frICkCdFuJRbGTENn { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/95cb4f61-60d3-4b4f-b4fc-c70803b76c3c/Untitled406.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:38.1875rem;left:24.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#e3fT3Nn6mQiV1c8frICkCdFuJRbGTENn.adaptive-delivery-prevent-bg, #e3fT3Nn6mQiV1c8frICkCdFuJRbGTENn.lazyload, #e3fT3Nn6mQiV1c8frICkCdFuJRbGTENn.lazyloading { background-image: none; }
#qLTefJAgUthiWCCbG1xkJarPsEUdDnwT { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b16404f-c628-4880-9cda-e0e07cf794e1/Untitled404.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:27.75rem;left:33.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#qLTefJAgUthiWCCbG1xkJarPsEUdDnwT.adaptive-delivery-prevent-bg, #qLTefJAgUthiWCCbG1xkJarPsEUdDnwT.lazyload, #qLTefJAgUthiWCCbG1xkJarPsEUdDnwT.lazyloading { background-image: none; }
#kOzA2mo7QubKTbFL2WvFEyZXtSMF5g9E { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:24.125rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ubOfHvppf25KfyB97yKW3i0qNV8oQibO { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:24.125rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-form-header {  }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#57f8cd;width:19.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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;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:19.875rem;box-sizing:border-box;height:4.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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;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.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:19.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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:19.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:19.875rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:18.6875rem;overflow:hidden;font-style:normal; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-container:first-of-type{padding-top:0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-container:last-of-type{padding-bottom:0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.1875rem;top:8.55859375rem;z-index:15011;position:absolute; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.875rem;display:block;vertical-align:top; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l {display:block;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.1875rem;top:8.55859375rem;z-index:15011;position:absolute; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #tH91kPuW0HnQ6sbvzRR2MQTI8GUTacsJ { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #m35hhbUIIXOcHFBtxUfFeuuAhMMrNh6K { position:relative;display:block; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #uTVARIuTASTJKOGlRpU7vIBV62cNGzkW { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #s1JQyRPnIhLax6JLbJu5In2kwsbdmK2A { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ox181ILoUokM0JkKd5kHWLn09KxaxQAe { position:relative;display:block; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ZRrQEArNMxrVB35ruRtIvJAun5qL3GLf { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ECvpnXnsKDL61g0JiLIZnBcuMAZl01KM { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #K6Mx8BMHlI2m8ss9OnWcoNexP2UHqwPU { position:relative;display:block; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #csv4pGFdRMmEGyJqFlctkTiQHswIa683 { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #q7Szs2LsPwlNVlZ7PaRIqizoKUebygoM { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #bSwy1DM41r8lHy2FmvV6TrK2kyDp8Eep { position:relative;display:block; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #fsIcN9AXovDD73l8mocXM2UTKTxpLo9Z { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #CVrDtWWx1uCBUbTozSzKQNx2eB7X21yo { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #a9VzsSvShQ9Tn0wSKWTmTS9PUTCy32WO { position:relative;display:block; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #gIysBmNRfIZe0RwxPXztpHsp05IvOB0w { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #i62svvDTmmObvKKUBz7PzdzoZZIb5Q9q { position:relative; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #Nn8eaUfT10DvI8qS2VNr1C1hBBlcTipH { position:relative; }
#t86hQVzCdvwC4bSFD2GxbEex0GqwlA94 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:14.8125rem;left:66.125rem;display:block; }
#RJLeKCSfo2MEaa733Bw5STs0MRdlnTKo { box-sizing:content-box;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d8cfced2-e12e-4e86-8173-7cf0537dca26/Untitled405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:38.1875rem;left:33.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#RJLeKCSfo2MEaa733Bw5STs0MRdlnTKo.adaptive-delivery-prevent-bg, #RJLeKCSfo2MEaa733Bw5STs0MRdlnTKo.lazyload, #RJLeKCSfo2MEaa733Bw5STs0MRdlnTKo.lazyloading { background-image: none; }
#o1LWmWlw3rQZP0WMtprBNbdpBhG91WuR { 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:8.4375rem;width:7.625rem;top:12.4375rem;left:67.375rem;overflow:hidden;display:block; }
#Vnm7A5hhSZxkquLXTHlgHGCPO3iJCkcf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:2.75rem;left:38.78125rem; }
#lwNWCRLhb6esC8CsF8g0vtU49nodAVnf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:26.6171875rem;left:39.71875rem; }
#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { position:relative;display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { background-color: transparent; background-image: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { border-width: 0; border-radius: 0; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.974609375rem;left:0rem;height:4.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4vERzscys89Tf8C5ULdz7OokzTPMviW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !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; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW.adaptive-delivery-prevent-bg, #J4vERzscys89Tf8C5ULdz7OokzTPMviW.lazyload, #J4vERzscys89Tf8C5ULdz7OokzTPMviW.lazyloading { background-image: none; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container { background-color: transparent; background-image: none; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container > .video-iframe-container { display: none; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row > .video-iframe-container { display: none; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .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); }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container { border-width: 0; border-radius: 0; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#WqG3HBhsuxhfwIUf9BcnRcd4IDBzefm5 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.875rem;width:54.875rem;top:24.375rem;left:10.0625rem;display:block; }
#yM8Tc3BG78wB7vKI3DQ6NKLzTdHcFAnp { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:exo;font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:19.125rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZF3MHLeX2FKxnvo4FLwcMzlEs0k8taNi { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:38.75rem;left:22.8125rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k6D2NE8uiFUd2eK0yn3C99V344GVEIz7 { color:#fffdfe;display:block;width:50.5625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.25rem;left:13rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PU4OIUaAh06fFqewBca3wfFaUHRJ18QT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:45.4375rem;top:0.875rem;left:14.78125rem;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;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.5625rem;width:10.1875rem;top:1.65625rem;left:32.375rem;overflow:hidden;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.287109375rem;left:7.5rem;height:1.7871125rem;font-style:normal;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:3.6875rem;left:55.9375rem; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:3.6875rem;left:60.25rem; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:3.6875rem;left:65rem; }
#dXXtnk3iN9EWkUAlbSFtQ1Fa8wllDAHI { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.07421875rem;left:7.5rem;height:1.3808625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:1.5rem;left:0rem;width:9.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:5.625rem;height:2.5rem;top:3.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:5.8125rem;height:2.5rem;top:3.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:6.875rem;height:2.5rem;top:3.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.6875rem;height:2.5rem;top:3.375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #UfkPyA7wAJU2HukMyupqDewTaM2v4iw2 { width:4.6875rem;height:2.5rem;top:3.375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6nBxkxgMQyAo820Te9yrZsmWKauzTb { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:6.1875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { top:13.1875rem;left:14.375rem;width:19.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { top:6.1875rem;left:39.5625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4D68AM3k1cKdpXT69ohTTegFn7z5xfl { top:21.625rem;left:1.125rem;width:45.4375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #palO2l0lAvniyT4EoTT6xAMRAKDGTDZy { top:3.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNbykzqFcVHUWdb0mkeZnnCdAiRToKX { top:14.625rem;left:14.4375rem;width:18.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK { display:block; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:12.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:19rem;height:5.3125rem;display:flex;top:18.375rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { top:0.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 { display:block; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haUTwW9iEwECIZTS9Jv1Fi9b0vB3kw1g { top:2.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI12xzsIuPE665XMcvokG4wIeHwSizR8 { top:8rem;left:6.1875rem;width:35.375rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvnQL7uTy43MvLoChlNWNJ5s9RqxBQhI { top:15.375rem;left:14.625rem;width:19.625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbXWEi7QiuWNQ6Um4GTOLFoBlTgA5WN { width:10.8125rem;height:3.125rem;top:42.875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQPaO6uSgwsHFsLH1BxDgmIPRmoH75l { display:block; }
 }@media only screen and (max-width: 763px) { #UmNodHptCRqvT3E3neA15Vrd5T1vVih9 { top:34.8125rem;left:20.625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1sHvFCEZSu1tbRuUQGh258B1PDbm7TO { top:16.6875rem;left:0rem;width:19.625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2sNGBQNpboG6IWZttOfbeVTysrTNbb { top:18.5625rem;left:0rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHumsXLv56U9TVlk4xmi7PN3BrWHRXrl { top:20.625rem;left:0rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcMsV8TvORdz30Pxv1UOc1r59UXQr65 { top:24rem;left:0rem;width:16rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNFUkGsnJiPctTLzu75uT7nKTZ8B5GEl { top:35.4375rem;left:0rem;width:12.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGtWx4yGrGbDAAFo7OJrktsouuTgdvb { top:34.0625rem;left:1.25rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PVy6cBWBwtepeGR9ar02qavVCqv99h { top:32.5rem;left:1.4375rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRG7XtTfTnDTrPJRg7SszPTbcsFvpTVr { width:10.8125rem;height:3.125rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKRTMTg9pSeMLvJenwQz6q7gLcSTWR7 { display:block; }
 }@media only screen and (max-width: 763px) { #zHzRykotUryuH0UbHBs7JAdE6H51Gapo { top:16.6875rem;left:28.125rem;width:19.625rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEmnqN7dWJ10WA6zXx4hAhTwvICaxyOy { top:34.0625rem;left:39.5625rem;width:7.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHaQT5TMuJID3noIDnP90ETibxdOMXHy { width:10.8125rem;height:3.125rem;top:41.1875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7NDdamQQwTKClsmyu5gHNIoT7UDzWOU { display:block; }
 }@media only screen and (max-width: 763px) { #zGmIBQFJ8Ku6xRE9W74v2TxRPL7ZqEnn { top:20.625rem;left:18.375rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfMJTdGJE1SBMKU7cR4bXX6lSVIEkbzT { top:18.6875rem;left:18.75rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAN2h30ka7owP254V7dJlhT2TeTOsptd { top:18.6875rem;left:36.4375rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDxqM2Ins52O9JlU9kUPKoTf11RdtNW4 { top:20.625rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eniFydUrx2t19fWZmd3PRB0bdEgbh0cf { top:22.75rem;left:16.4375rem;width:16rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwXqAxMd5qGMdI6yl7DTwaO7CG6Dw9RG { top:22.75rem;left:31.75rem;width:16rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJFq5bZm5kTnbBlgFnSppKb6rTvQiZbG { top:36.5625rem;left:18.875rem;width:11.5rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksVnqJC0MHa4ZzgELm3cF8ihV4tzwr9b { top:35.4375rem;left:34.6875rem;width:13.0625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #McwkmzS6OZSCx3AmoT8kobU2LcL1LoHo { top:32.8125rem;left:20.6875rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBIA3i7CHMS0q8n7ILiTSa6QfVbGGT2 { top:32.3125rem;left:39.6875rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUIyC3zK8OBN6smyUG4s8mE6vqltTBh8 { top:2.0625rem;left:6.3125rem;width:35.0625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { top:0.75rem;left:0rem;width:23.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { top:2.625rem;left:1rem;width:14.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { top:9.375rem;left:0.5625rem;width:14.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { top:9.375rem;left:32rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { top:0.75rem;left:7.75rem;width:24rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { top:8.9375rem;left:15.125rem;width:16.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { top:3.5625rem;left:13.6875rem;width:18.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnMxFSoCWfII27xzU1evLVg0hlqckXO { width:14.0625rem;height:2.8125rem;top:20.875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHrUBL4aCXkAdMCwR9PhSwd9igcrnoJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gOXLy6ferPS6tOHgJV5gEaV77qzlqzzZ { top:0.75rem;left:23.625rem;width:24rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { top:1.625rem;left:31.75rem;width:15.875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { top:57.3125rem;left:0rem;width:47.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { top:63.625rem;left:5.5625rem;width:35.0625rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { top:71.8125rem;left:4rem;width:39.8125rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwJvv6XH9g2EBQQ1li6SeSTCZlkc493T { top:80.75rem;left:6.375rem;width:35.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt0tJnPQ2yQQCkZSUlhsVAiWfi6iKiwy { top:2.75rem;left:0rem;width:22.5rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #icgZJnmCL39MOMJFKqqNp8RBe54gzQp5 { top:5.4375rem;left:10.5rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrLUoGzSlRIq2t8qQrHmZxIz3tqV19F { top:27.75rem;left:10.5rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITz30dD8pFMR4FuniIQlFMGhA7yheLIT { top:38.1875rem;left:10.5rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThxEGTBEoEWAR6R37flW2yzCecFof3T { top:27.75rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlBBLknUT8IZEG9wLsnA0HPlW19tM3bf { top:2.75rem;left:10.5rem;width:10.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJ7TTBP6mdqJqTmZKwaHi8dC8HL2C20 { top:24.75rem;left:10.5rem;width:10.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-regular-label { display:block;width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-text { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-text {padding-top: 0; padding-bottom: 0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-textarea { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-select { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-select {padding-top: 0; padding-bottom: 0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-button { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-checkbox-label { width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u  { width:19.875rem;height:35rem;top:8.5rem;left:25.375rem; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .radio-container { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u {display:block;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u { width:19.875rem;height:35rem;top:8.5rem;left:25.375rem; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #Hl8A7qgFC0sKx4zQpPHSti9ytPrb9AGZ {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #ENaPsGZXe7dGICMsnlJxeFzidWLBlmlI { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #VlI6b0oX2DfVF2XoOFwz5Mey6pESkbiS {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #s3neUXRL2OHqXQ2Hsh8dg2vPKWdKPhWU {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #D9JiuUlmDyvTpnWLlksln7zqyxbviHpJ { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #inziOMwmpMHpKzNZ5VuNiREtugwT7tnK {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #TuHA9ZH04gk9KH8IsyRQ1QNgnkQL7u32 {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #Jn86wb5OschCfFEw0dbFNRku1aXaAxdN { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #inghiP2LzV1GyOaoqXUqvgxnheo5xPAd {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #OO7TEdqMrlptT8yTyqGoeHDeBXQ58Rrb {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #aRcUalCqJuKzKrgIXz8dmA0SmdTTUihP { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #eHvBlW9svf0oe3bACCu6FnpGwkeb3peK {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #T04TAZHTuaFHnU7hEKPA8W7R10T0lnaD {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #TCsQ7uKwtRkLucFqDeG06Vg3xLTLRUsx { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #RRkSz8R1aBvToAhCDkNngZL7qw4vJWH5 {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #MGyUBkEEcK04lB3SUNvN0cT4XLbeRp0M {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #lTxAwAGUXOQEuWymJ0C23qInP1Sk4qCo {  }
 }@media only screen and (max-width: 763px) { #oI7HWGf6sJz4i6CoQfxuSZkbFSLF7Dg0 { top:14.8125rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxkUIu28rPFQqvvh2DSN9UQ0aQSsW9Tl { top:38.1875rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9fJREC0DcVErol4Ga2Rg3VWK8NFxiC { top:12.4375rem;left:40.125rem;width:7.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtUGnwnA80Pch1InmpEen00mr6tOcLAb { width:7.3125rem;height:7.3125rem;top:2.75rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEklKuwvETpZnA8OHo2XPs8oWL25UXBr { width:4rem;height:4rem;top:26.5625rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIev9fFKHAsD3nmmw71tqyRgHWFmka3O { width:5.1875rem;height:5.1875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h { display:block; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLHN1dBfRz3pyEucBREQztvgfoA2Bzqi { top:1.1875rem;left:7.625rem;width:32.5rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:4.5625rem;left:16.5rem;width:30rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { top:7.125rem;left:20.75rem;width:27rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:9.0625rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:13.4375rem;left:20.25rem;width:27.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { top:25.875rem;left:1.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb3ezB9QTvrk3aHlzNvNaSJ4qLF6pgAy { top:6.6875rem;left:0rem;width:18.9375rem;height:38.375rem;font-size:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:4.625rem;left:0rem;width:30rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:8.4375rem;left:0rem;width:26.375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:12.0625rem;left:0rem;width:27.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:6.5rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:0rem;left:23.875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { top:7.8125rem;left:28.9375rem;width:15.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { top:4.375rem;left:16.5rem;width:30rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { top:7.125rem;left:21.625rem;width:26.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { top:9.0625rem;left:21.125rem;width:26.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:14.5625rem;left:20.25rem;width:27.5rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { top:5.375rem;left:1.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { top:16.3125rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { top:27.75rem;left:19.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttyo28DDWXZM9USAU7l9UTirKyqW7yhR { top:5.5625rem;left:0rem;width:20.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIt5SD7INT4FLthTTIzK6Shr0RRNOopA { display:block; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1gQKlHNTuBr1WlCD1uygTcP0qIfaq6a { top:5.375rem;left:0rem;width:30rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A80kAgAoFklECa2IyZk4adszEC2WUQcF { top:8.4375rem;left:0rem;width:26.375rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0oLRZS4WPupdKc9AWOShS2i5DIMVbM4 { top:12.0625rem;left:0rem;width:27.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPTouAJ47y2VroHzcoK0shQcbgdVtBNe { top:6.5rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXbk8xECwFxoMGF1RzoW2h9Gq7k1u1Jh { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q0PJ8d54vMUnD2sDqBZHykGzo9tk1u { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrkUfNSrHJLgDczGHgmMf9QAaEHbhxXF { top:0rem;left:23.875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMDvFRtAoUxwX6R8Zf46RogyqJc9Jdt { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { top:5.6875rem;left:29.5rem;width:14.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa { display:block; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F26lcMwLhwZaKiRmsTmczKzTzctzhI3D { top:5.375rem;left:16.5rem;width:30rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glnctC0DxrngLBEX75HZL412NIZ0HKpm { top:7.125rem;left:21.625rem;width:26.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RAiJhKJuhECO4T5TF37PFg4Fs0SgWa { top:9.0625rem;left:21.125rem;width:26.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZv5GEhU7uTCarPhxPNn2EglvtMJzWX { top:13.625rem;left:20.25rem;width:27.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehtxhhJFQm9P5aPG35qJzT7lpHKTV0bm { top:5.375rem;left:1.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdFoL3mbhAkVDWyCA5gkneRG3pTfUFXA { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohl5C0oSid7QSS2B2ltUgQhSzRzG8g4p { top:16.3125rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNAh0sV0uDkkSSzHSIAn8uZ8VG1TKD9M { top:27.75rem;left:19.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawOD4oOAU0WPi0qBvc0X7u2Cr1T93lH { top:6.125rem;left:0rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT { display:block; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v94duLeC984GtsTw1w1oqB2T86s259d1 { top:4.625rem;left:27.1875rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZtXMAc353deTOrVvEp1xWnuE7g5GD0X { top:4.625rem;left:0rem;width:30rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPpp4NiGAGL8FzhZ3d3FKLeargSXXmnk { top:8.4375rem;left:0rem;width:26.375rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtVdnWcmfzXb7MQX6v1QFK9JQmLkPtfP { top:14.125rem;left:0rem;width:27.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeao5nLRtseb1gSAq9739mZhuBFxP3uI { top:6.5rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWFPLQoof9sdXiAq3DSowuovEb4yMIG { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmPg4ZSOq6a0Om38gg9xbdH4QS3b0hI { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRiVzzwA6PkuNqXWdmJ6SJVc8gPtU4bC { top:16.0625rem;left:23.875rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLov2DECEeAtumORNI72fkmX3F4vJbuk { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 { display:block; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpSNn16ZbBEKDM2aTNpCmn4ZySVhnpi1 { top:5.375rem;left:16.5rem;width:30rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKCdZy3fhPTQypRZHkakhX3ZArfQJrwN { top:7.125rem;left:21.625rem;width:26.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5s4CASH3i1u9rcp83WViuLHdE1Lml6I { top:9.0625rem;left:21.125rem;width:26.625rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIO0XQ94am5zdlzU5Nht9HXS5Abm0Qpr { top:14.9375rem;left:20.25rem;width:27.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOROTLiPXz3aoFMGSqgNeHE1IEx2y8T { top:5.375rem;left:1.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXS0NTqO3Q5UDuu26JZTAf4a7HOF5CE { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahzwokuz9ElXA4ofJM8tGlB7H8nv9V2q { top:16.3125rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfUFz8PTTJ2JAFXbfBINlG063oSwn0ck { top:27.75rem;left:19.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2QOXgxk3EA4C6ryRfozehES9BEcRhxH { top:6.125rem;left:0rem;width:20.625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU { display:block; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOHzbtLPN5FITsdus9m5ZyotoXmN8qmM { top:18.8125rem;left:0rem;width:22.5rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6gnIOLhXSFX6dXAZ1Hy4wVEZafOKiSz { top:21.5rem;left:10.5rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq44TTNx5VEu43mLSTpgHrAwJoHs9Hz9 { top:43.8125rem;left:10.5rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCLLyAK7tnbdrs3h99qE12WPoOVemg8 { top:54.25rem;left:10.5rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORgamuMeoL08nQy3ItPJtGqO0MGDQiM { top:43.8125rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvaV5pT7uVQAQzdCiLASWagfr0FWQoQm { top:18.8125rem;left:10.5rem;width:10.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQTmUrlf1b9iOIUV2FmDFwxMyA0uZVWl { top:40.8125rem;left:10.5rem;width:10.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-regular-label { display:block;width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-text { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-text {padding-top: 0; padding-bottom: 0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-textarea { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-select { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-select {padding-top: 0; padding-bottom: 0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-button { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-checkbox-label { width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP  { width:19.875rem;height:35rem;top:8.5rem;left:25.375rem; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .radio-container { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP {display:block;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP { width:19.875rem;height:35rem;top:24.625rem;left:25.375rem; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #pfmtnGnhLtE9F97iUTbFIul7K0GIVSWu {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #e4O79Wz2Do7c6uLqFs6ECn3w2N5fzf3m { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #cCAk23Z1h262RilVCE1F25Iq9mviDnhX {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #PbMVhZdzdgluaeDgTncvdEULw1IwcZGQ {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #cONfdi7XVPf3z2u87cOBwfWm1WFG3CKq { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #N6uTSawXuHneE61c5aN8arGWF2e0166J {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #UwiZ1JhM2WRFJG2BeXlBTPTTNxdPhoy5 {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #ZvsUQrZIqOEyDkL9pIDwxkKoxP1HXaOv { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #ZOTmJpFJghV6ZImUJqF4mou51op40EMX {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #sTnPz9hTo42uXFFSAoEwV3ro67s2690N {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #lN7rLw11HJfEL0svdKsfX6lJzIevKiGS { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #uQCOoCTqlrgVu8MrTh0cEXrv0Td29r74 {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #x562ckMaI9nWX54erNnPw4B86QZoqWkk {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #zcQLbOxhEt9mad7mFVCLFX8qchSkEleF { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #P8DvqCcSnuiqnJnl0CBubq0J6MknPTuG {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #PpkzaGoPxZ8JD0TGvXWADpz5lGADULZk {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #HRGuQ19D06iK5XrOHd80EgTROnt4Qroq {  }
 }@media only screen and (max-width: 763px) { #f0lk3WH2NXd30JQr9FIr7h0fKiuqI8tG { top:31.5rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnRKKD6iTmIz2MZ31p0goS5UgqoTItv4 { top:54.25rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOh48v81XTyKDX6ZhTUarprTl1RPf88L { top:29.125rem;left:40.125rem;width:7.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBuq4DJ7rTF05xlIMNRnEMbxm1kEUAwH { width:7.3125rem;height:7.3125rem;top:18.8125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhklHLu9KQ5WsKqTFbbCQsbnwTBncnFB { width:4rem;height:4rem;top:42.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GucxGJGd9PkmU7wUr7FeA9qIkS5NGSg7 { top:5.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ { display:none; }#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8lmRbg40o5DDTOVO91tJ1tK9lxQWTWl { top:2.75rem;left:0rem;width:22.5rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #saehhxRASQVmbxB3tCwSlZqtC8WQe8yc { top:5.4375rem;left:10.5rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZqi6otBMDG6s46WAgSL0O7F0c1GPx8A { top:27.75rem;left:10.5rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fT3Nn6mQiV1c8frICkCdFuJRbGTENn { top:38.1875rem;left:10.5rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTefJAgUthiWCCbG1xkJarPsEUdDnwT { top:27.75rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOzA2mo7QubKTbFL2WvFEyZXtSMF5g9E { top:2.75rem;left:10.5rem;width:10.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOfHvppf25KfyB97yKW3i0qNV8oQibO { top:24.75rem;left:10.5rem;width:10.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-regular-label { display:block;width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-text { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-textarea { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-select { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-button { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-checkbox-label { width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l  { width:19.875rem;height:35rem;top:8.5rem;left:25.375rem; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .radio-container { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l {display:block;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l { width:19.875rem;height:35rem;top:8.5rem;left:25.375rem; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #tH91kPuW0HnQ6sbvzRR2MQTI8GUTacsJ {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #m35hhbUIIXOcHFBtxUfFeuuAhMMrNh6K { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #uTVARIuTASTJKOGlRpU7vIBV62cNGzkW {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #s1JQyRPnIhLax6JLbJu5In2kwsbdmK2A {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ox181ILoUokM0JkKd5kHWLn09KxaxQAe { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ZRrQEArNMxrVB35ruRtIvJAun5qL3GLf {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ECvpnXnsKDL61g0JiLIZnBcuMAZl01KM {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #K6Mx8BMHlI2m8ss9OnWcoNexP2UHqwPU { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #csv4pGFdRMmEGyJqFlctkTiQHswIa683 {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #q7Szs2LsPwlNVlZ7PaRIqizoKUebygoM {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #bSwy1DM41r8lHy2FmvV6TrK2kyDp8Eep { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #fsIcN9AXovDD73l8mocXM2UTKTxpLo9Z {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #CVrDtWWx1uCBUbTozSzKQNx2eB7X21yo {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #a9VzsSvShQ9Tn0wSKWTmTS9PUTCy32WO { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #gIysBmNRfIZe0RwxPXztpHsp05IvOB0w {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #i62svvDTmmObvKKUBz7PzdzoZZIb5Q9q {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #Nn8eaUfT10DvI8qS2VNr1C1hBBlcTipH {  }
 }@media only screen and (max-width: 763px) { #t86hQVzCdvwC4bSFD2GxbEex0GqwlA94 { top:14.8125rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJLeKCSfo2MEaa733Bw5STs0MRdlnTKo { top:38.1875rem;left:19.75rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1LWmWlw3rQZP0WMtprBNbdpBhG91WuR { top:12.4375rem;left:40.125rem;width:7.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnm7A5hhSZxkquLXTHlgHGCPO3iJCkcf { width:7.3125rem;height:7.3125rem;top:2.75rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwNWCRLhb6esC8CsF8g0vtU49nodAVnf { width:4rem;height:4rem;top:26.5625rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { top:1.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vERzscys89Tf8C5ULdz7OokzTPMviW { display:block; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqG3HBhsuxhfwIUf9BcnRcd4IDBzefm5 { top:24.375rem;left:0rem;width:47.75rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM8Tc3BG78wB7vKI3DQ6NKLzTdHcFAnp { top:30.6875rem;left:5.5rem;width:35.0625rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3MHLeX2FKxnvo4FLwcMzlEs0k8taNi { top:38.75rem;left:9.1875rem;width:27.75rem;height:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6D2NE8uiFUd2eK0yn3C99V344GVEIz7 { top:48.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU4OIUaAh06fFqewBca3wfFaUHRJ18QT { top:0.875rem;left:1.15625rem;width:45.4375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:1.625rem;left:18.75rem;width:10.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:4.25rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:2.5rem;height:2.5rem;top:3.6875rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:2.5rem;height:2.5rem;top:3.6875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:2.5rem;height:2.5rem;top:3.6875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXtnk3iN9EWkUAlbSFtQ1Fa8wllDAHI { top:6.0625rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:6.5625rem;height:4.25rem;top:1rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:4.3125rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:4.6875rem;height:1.875rem;top:7.0625rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:5.9375rem;height:1.875rem;top:7.0625rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.0625rem;height:1.875rem;top:7.0625rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #UfkPyA7wAJU2HukMyupqDewTaM2v4iw2 { width:4.6875rem;height:2.5rem;top:6.75rem;left:15.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK6nBxkxgMQyAo820Te9yrZsmWKauzTb { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:2.5996125rem;top:8rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { width:17.5rem;height:0.4375rem;top:11.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { width:8.0625rem;height:8.0625rem;top:6.296875rem;left:11.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #b4D68AM3k1cKdpXT69ohTTegFn7z5xfl { height:11.25rem;width:20rem;top:19.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #palO2l0lAvniyT4EoTT6xAMRAKDGTDZy { width:20rem;height:4.548825rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNbykzqFcVHUWdb0mkeZnnCdAiRToKX { width:18.875rem;height:3.4121125rem;top:13.5rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK { display:block; }#N0we2d4V8KmsQ4ZW6GrDTFpLLN0JKpqK > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:8.5625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:19rem;height:5.3125rem;display:flex;top:2.01171875rem;left:0.5rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { width:20rem;height:1.13671875rem;top:0.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 { background-color:transparent;background-image:none;display:block; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container { background-color: transparent; background-image: none; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container > .video-iframe-container { display: none; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row > .video-iframe-container { display: none; }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .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); }#usXW4R9HN9pVemSIaiktbtqOz1QgGGa5 > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haUTwW9iEwECIZTS9Jv1Fi9b0vB3kw1g { width:20rem;height:5.19921875rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#f1eff0;display:block; }
 }@media only screen and (max-width: 763px) { #dI12xzsIuPE665XMcvokG4wIeHwSizR8 { width:20rem;height:5.60449375rem;top:5.76171875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#f6e9ec;display:block; }
 }@media only screen and (max-width: 763px) { #CvnQL7uTy43MvLoChlNWNJ5s9RqxBQhI { width:18.75rem;height:30.3125rem;top:74.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbXWEi7QiuWNQ6Um4GTOLFoBlTgA5WN { width:10.8125rem;height:3.125rem;top:68rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQPaO6uSgwsHFsLH1BxDgmIPRmoH75l { display:block; }
 }@media only screen and (max-width: 763px) { #UmNodHptCRqvT3E3neA15Vrd5T1vVih9 { width:7.6875rem;height:1.7871125rem;top:62.861328125rem;left:6.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1sHvFCEZSu1tbRuUQGh258B1PDbm7TO { width:18.75rem;height:29.875rem;top:43.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2sNGBQNpboG6IWZttOfbeVTysrTNbb { width:11.3125rem;height:2.11230625rem;top:14.3662109375rem;left:4.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHumsXLv56U9TVlk4xmi7PN3BrWHRXrl { width:12.125rem;height:1.4619125rem;top:16.478515625rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUcMsV8TvORdz30Pxv1UOc1r59UXQr65 { width:16rem;height:7.3125rem;top:20.44921875rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WNFUkGsnJiPctTLzu75uT7nKTZ8B5GEl { width:11.5rem;height:3.25rem;top:32.875rem;left:4.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVGtWx4yGrGbDAAFo7OJrktsouuTgdvb { width:7.6875rem;height:1.7871125rem;top:31.1494140625rem;left:6.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2PVy6cBWBwtepeGR9ar02qavVCqv99h { width:11rem;height:1.29980625rem;top:29.19921875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRG7XtTfTnDTrPJRg7SszPTbcsFvpTVr { width:10.8125rem;height:3.125rem;top:36.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKRTMTg9pSeMLvJenwQz6q7gLcSTWR7 { display:block; }
 }@media only screen and (max-width: 763px) { #zHzRykotUryuH0UbHBs7JAdE6H51Gapo { width:18.75rem;height:29.875rem;top:12.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEmnqN7dWJ10WA6zXx4hAhTwvICaxyOy { width:7.6875rem;height:1.7871125rem;top:94.05078125rem;left:6.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHaQT5TMuJID3noIDnP90ETibxdOMXHy { width:10.8125rem;height:3.125rem;top:100.0498046875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7NDdamQQwTKClsmyu5gHNIoT7UDzWOU { display:block; }
 }@media only screen and (max-width: 763px) { #zGmIBQFJ8Ku6xRE9W74v2TxRPL7ZqEnn { width:12.125rem;height:1.4619125rem;top:48.1982421875rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfMJTdGJE1SBMKU7cR4bXX6lSVIEkbzT { width:11.3125rem;height:2.11230625rem;top:46.1484375rem;left:4.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAN2h30ka7owP254V7dJlhT2TeTOsptd { width:12.0625rem;height:2.11230625rem;top:75.875rem;left:4.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDxqM2Ins52O9JlU9kUPKoTf11RdtNW4 { width:12.125rem;height:1.4619125rem;top:77.9873046875rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eniFydUrx2t19fWZmd3PRB0bdEgbh0cf { width:16rem;height:8.53125rem;top:51.7373046875rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NwXqAxMd5qGMdI6yl7DTwaO7CG6Dw9RG { width:16rem;height:8.53125rem;top:82.25rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJFq5bZm5kTnbBlgFnSppKb6rTvQiZbG { width:10.3125rem;height:2.5996125rem;top:64.5869140625rem;left:4.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksVnqJC0MHa4ZzgELm3cF8ihV4tzwr9b { width:10.3125rem;height:2.5996125rem;top:95.775390625rem;left:4.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McwkmzS6OZSCx3AmoT8kobU2LcL1LoHo { width:7.4375rem;height:1.29980625rem;top:61.6240234375rem;left:6.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEBIA3i7CHMS0q8n7ILiTSa6QfVbGGT2 { width:7.4375rem;height:1.29980625rem;top:92.28125rem;left:6.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUIyC3zK8OBN6smyUG4s8mE6vqltTBh8 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyloading { background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { width:18.125rem;height:17.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { width:14.125rem;height:3.8984375rem;top:3.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { width:15.625rem;height:4.5rem;top:7.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { width:15.625rem;height:6rem;top:48.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { width:18.125rem;height:17.5rem;top:20.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { width:15.625rem;height:4.5rem;top:26.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { width:14.125rem;height:1.94921875rem;top:23.1875rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTnMxFSoCWfII27xzU1evLVg0hlqckXO { width:14.0625rem;height:2.8125rem;top:59.34375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHrUBL4aCXkAdMCwR9PhSwd9igcrnoJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #gOXLy6ferPS6tOHgJV5gEaV77qzlqzzZ { width:20rem;height:17.5rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { width:14.125rem;height:7.796875rem;top:39.875rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:170.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:29.5625rem;top:133.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { width:16.8125rem;height:10.3984375rem;top:134.375rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { width:19.0625rem;height:5.25rem;top:147.5rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwJvv6XH9g2EBQQ1li6SeSTCZlkc493T { width:20rem;height:5.84765625rem;top:154.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt0tJnPQ2yQQCkZSUlhsVAiWfi6iKiwy { width:20rem;height:44rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icgZJnmCL39MOMJFKqqNp8RBe54gzQp5 { width:17.8125rem;height:17.8125rem;top:50.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrLUoGzSlRIq2t8qQrHmZxIz3tqV19F { width:8.625rem;height:8.625rem;top:74.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITz30dD8pFMR4FuniIQlFMGhA7yheLIT { width:8.625rem;height:8.625rem;top:84.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThxEGTBEoEWAR6R37flW2yzCecFof3T { width:8.625rem;height:8.625rem;top:74.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlBBLknUT8IZEG9wLsnA0HPlW19tM3bf { width:10.875rem;height:1.8681625rem;top:46.9375rem;left:4.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MpJ7TTBP6mdqJqTmZKwaHi8dC8HL2C20 { width:10.875rem;height:1.8681625rem;top:71.08984375rem;left:4.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-text {padding-top: 0; padding-bottom: 0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-select {padding-top: 0; padding-bottom: 0;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u  { width:17.5rem;height:auto;top:94.83203125rem;left:0rem; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u {display:block;}#WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u { width:17.5rem;height:auto;top:94.83203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #Hl8A7qgFC0sKx4zQpPHSti9ytPrb9AGZ {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #ENaPsGZXe7dGICMsnlJxeFzidWLBlmlI { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #VlI6b0oX2DfVF2XoOFwz5Mey6pESkbiS {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #s3neUXRL2OHqXQ2Hsh8dg2vPKWdKPhWU {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #D9JiuUlmDyvTpnWLlksln7zqyxbviHpJ { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #inziOMwmpMHpKzNZ5VuNiREtugwT7tnK {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #TuHA9ZH04gk9KH8IsyRQ1QNgnkQL7u32 {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #Jn86wb5OschCfFEw0dbFNRku1aXaAxdN { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #inghiP2LzV1GyOaoqXUqvgxnheo5xPAd {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #OO7TEdqMrlptT8yTyqGoeHDeBXQ58Rrb {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #aRcUalCqJuKzKrgIXz8dmA0SmdTTUihP { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #eHvBlW9svf0oe3bACCu6FnpGwkeb3peK {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #T04TAZHTuaFHnU7hEKPA8W7R10T0lnaD {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #TCsQ7uKwtRkLucFqDeG06Vg3xLTLRUsx { display:block; }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #RRkSz8R1aBvToAhCDkNngZL7qw4vJWH5 {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #MGyUBkEEcK04lB3SUNvN0cT4XLbeRp0M {  }
 }@media only screen and (max-width: 763px) { #WH3xMMUIuH6rZNKcqaJD0BwfOJHqET4u #lTxAwAGUXOQEuWymJ0C23qInP1Sk4qCo {  }
 }@media only screen and (max-width: 763px) { #oI7HWGf6sJz4i6CoQfxuSZkbFSLF7Dg0 { width:5.625rem;height:5.625rem;top:98.8125rem;left:9.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #LxkUIu28rPFQqvvh2DSN9UQ0aQSsW9Tl { width:8.625rem;height:8.625rem;top:84.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9fJREC0DcVErol4Ga2Rg3VWK8NFxiC { width:7.625rem;height:8.4375rem;top:96.4375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtUGnwnA80Pch1InmpEen00mr6tOcLAb { width:3.875rem;height:3.875rem;top:49.77734375rem;left:14.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEklKuwvETpZnA8OHo2XPs8oWL25UXBr { width:4rem;height:4rem;top:72.9375rem;left:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIev9fFKHAsD3nmmw71tqyRgHWFmka3O { width:5.1875rem;height:5.1875rem;top:163.875rem;left:7.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h { display:block; }#NiMzMMfZa79pPWU9wOdwk4RcbG2PvF0h > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLHN1dBfRz3pyEucBREQztvgfoA2Bzqi { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { width:19.375rem;height:1.13671875rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:19.375rem;height:2.0996125rem;top:2.94921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:18.9375rem;height:10.5rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.75rem;height:0.75rem;top:8.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:7.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.75rem;height:0.75rem;top:21.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb3ezB9QTvrk3aHlzNvNaSJ4qLF6pgAy { width:12.0625rem;height:10.875rem;top:16.75rem;left:7.9375rem;font-size:9.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:4.19921875rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:18.9375rem;height:5.25rem;top:10.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { width:0.75rem;height:0.75rem;top:23.5rem;left:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:15.625rem;height:15.625rem;top:14.6875rem;left:2.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:23.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.75rem;height:0.75rem;top:30rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:9.375rem;height:9.4375rem;top:19.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:25.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { width:19.375rem;height:4.19921875rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { width:18.9375rem;height:6.5625rem;top:10.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { width:0.75rem;height:0.75rem;top:25.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { width:15rem;height:15rem;top:8.6875rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { width:8.125rem;height:8.125rem;top:15.5rem;left:1.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { width:0.75rem;height:0.75rem;top:18.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttyo28DDWXZM9USAU7l9UTirKyqW7yhR { width:12.0625rem;height:11.5rem;top:16.875rem;left:7.9375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rIt5SD7INT4FLthTTIzK6Shr0RRNOopA { display:block; }#rIt5SD7INT4FLthTTIzK6Shr0RRNOopA > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1gQKlHNTuBr1WlCD1uygTcP0qIfaq6a { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #A80kAgAoFklECa2IyZk4adszEC2WUQcF { width:19.375rem;height:4.19921875rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0oLRZS4WPupdKc9AWOShS2i5DIMVbM4 { width:18.9375rem;height:3.9375rem;top:10.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPTouAJ47y2VroHzcoK0shQcbgdVtBNe { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXbk8xECwFxoMGF1RzoW2h9Gq7k1u1Jh { width:0.75rem;height:0.75rem;top:23.5rem;left:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q0PJ8d54vMUnD2sDqBZHykGzo9tk1u { width:15.625rem;height:15.625rem;top:12.625rem;left:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #HrkUfNSrHJLgDczGHgmMf9QAaEHbhxXF { width:6.875rem;height:6.875rem;top:21.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMDvFRtAoUxwX6R8Zf46RogyqJc9Jdt { width:0.75rem;height:0.75rem;top:27.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { width:11.4375rem;height:13.75rem;top:13.75rem;left:8.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa { display:block; }#WHMo7TvgkxTTdMlbdAJvh1lKh0Ie6XMa > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F26lcMwLhwZaKiRmsTmczKzTzctzhI3D { width:20rem;height:25.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glnctC0DxrngLBEX75HZL412NIZ0HKpm { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2RAiJhKJuhECO4T5TF37PFg4Fs0SgWa { width:19.375rem;height:2.0996125rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZv5GEhU7uTCarPhxPNn2EglvtMJzWX { width:18.9375rem;height:3.9375rem;top:10.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehtxhhJFQm9P5aPG35qJzT7lpHKTV0bm { width:0.75rem;height:0.75rem;top:25.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdFoL3mbhAkVDWyCA5gkneRG3pTfUFXA { width:15rem;height:15rem;top:12.0625rem;left:2.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ohl5C0oSid7QSS2B2ltUgQhSzRzG8g4p { width:8.125rem;height:8.125rem;top:19.6875rem;left:10.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pNAh0sV0uDkkSSzHSIAn8uZ8VG1TKD9M { width:0.75rem;height:0.75rem;top:18.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawOD4oOAU0WPi0qBvc0X7u2Cr1T93lH { width:13.5rem;height:13.5rem;top:15.6875rem;left:6.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT { display:block; }#TbTpHoMUD3NF8JSJSHXTT94gHZELBLMT > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v94duLeC984GtsTw1w1oqB2T86s259d1 { width:12.4375rem;height:12.4375rem;top:17.65625rem;left:7.5625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #kZtXMAc353deTOrVvEp1xWnuE7g5GD0X { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nPpp4NiGAGL8FzhZ3d3FKLeargSXXmnk { width:19.375rem;height:4.19921875rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtVdnWcmfzXb7MQX6v1QFK9JQmLkPtfP { width:18.9375rem;height:3.9375rem;top:10.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeao5nLRtseb1gSAq9739mZhuBFxP3uI { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWFPLQoof9sdXiAq3DSowuovEb4yMIG { width:0.75rem;height:0.75rem;top:23.5rem;left:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #czmPg4ZSOq6a0Om38gg9xbdH4QS3b0hI { width:15.625rem;height:15.625rem;top:14.6875rem;left:2.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #iRiVzzwA6PkuNqXWdmJ6SJVc8gPtU4bC { width:6.875rem;height:6.875rem;top:23.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLov2DECEeAtumORNI72fkmX3F4vJbuk { width:0.75rem;height:0.75rem;top:30rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 { display:block; }#efe8MtSMk1h76XozAmTqTBpu7TA3uqG7 > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpSNn16ZbBEKDM2aTNpCmn4ZySVhnpi1 { width:20rem;height:25.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKCdZy3fhPTQypRZHkakhX3ZArfQJrwN { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5s4CASH3i1u9rcp83WViuLHdE1Lml6I { width:19.375rem;height:4.19921875rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIO0XQ94am5zdlzU5Nht9HXS5Abm0Qpr { width:18.9375rem;height:5.25rem;top:10.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOROTLiPXz3aoFMGSqgNeHE1IEx2y8T { width:0.75rem;height:0.75rem;top:25.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXS0NTqO3Q5UDuu26JZTAf4a7HOF5CE { width:15rem;height:15rem;top:12.0625rem;left:2.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ahzwokuz9ElXA4ofJM8tGlB7H8nv9V2q { width:8.125rem;height:8.125rem;top:22.3125rem;left:4.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VfUFz8PTTJ2JAFXbfBINlG063oSwn0ck { width:0.75rem;height:0.75rem;top:18.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2QOXgxk3EA4C6ryRfozehES9BEcRhxH { width:13.3125rem;height:12.1875rem;top:18.1875rem;left:6.6875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU { display:none; }#V8JOvwCSsZFfQ1z51030o0b3x22Ja2EU > .row .container { width:20rem;height:215.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZOHzbtLPN5FITsdus9m5ZyotoXmN8qmM { width:20rem;height:44rem;top:14.121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6gnIOLhXSFX6dXAZ1Hy4wVEZafOKiSz { width:17.8125rem;height:17.8125rem;top:59.371125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq44TTNx5VEu43mLSTpgHrAwJoHs9Hz9 { width:8.625rem;height:8.625rem;top:99.8008125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCLLyAK7tnbdrs3h99qE12WPoOVemg8 { width:8.625rem;height:8.625rem;top:124.8008125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORgamuMeoL08nQy3ItPJtGqO0MGDQiM { width:8.625rem;height:8.625rem;top:109.6758125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvaV5pT7uVQAQzdCiLASWagfr0FWQoQm { width:10.875rem;height:1.8681625rem;top:56.683625rem;left:1.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zQTmUrlf1b9iOIUV2FmDFwxMyA0uZVWl { width:10.875rem;height:1.8681625rem;top:96.683625rem;left:4.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-text {padding-top: 0; padding-bottom: 0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-select {padding-top: 0; padding-bottom: 0;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP  { width:17.5rem;height:35rem;top:179.296875rem;left:0rem; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP {display:block;}#TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP { width:17.5rem;height:35rem;top:144.5508125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #pfmtnGnhLtE9F97iUTbFIul7K0GIVSWu {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #e4O79Wz2Do7c6uLqFs6ECn3w2N5fzf3m { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #cCAk23Z1h262RilVCE1F25Iq9mviDnhX {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #PbMVhZdzdgluaeDgTncvdEULw1IwcZGQ {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #cONfdi7XVPf3z2u87cOBwfWm1WFG3CKq { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #N6uTSawXuHneE61c5aN8arGWF2e0166J {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #UwiZ1JhM2WRFJG2BeXlBTPTTNxdPhoy5 {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #ZvsUQrZIqOEyDkL9pIDwxkKoxP1HXaOv { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #ZOTmJpFJghV6ZImUJqF4mou51op40EMX {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #sTnPz9hTo42uXFFSAoEwV3ro67s2690N {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #lN7rLw11HJfEL0svdKsfX6lJzIevKiGS { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #uQCOoCTqlrgVu8MrTh0cEXrv0Td29r74 {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #x562ckMaI9nWX54erNnPw4B86QZoqWkk {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #zcQLbOxhEt9mad7mFVCLFX8qchSkEleF { display:block; }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #P8DvqCcSnuiqnJnl0CBubq0J6MknPTuG {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #PpkzaGoPxZ8JD0TGvXWADpz5lGADULZk {  }
 }@media only screen and (max-width: 763px) { #TfefWEfQ6q9PGcztMc3vDJ0ecgpULXvP #HRGuQ19D06iK5XrOHd80EgTROnt4Qroq {  }
 }@media only screen and (max-width: 763px) { #f0lk3WH2NXd30JQr9FIr7h0fKiuqI8tG { width:5.625rem;height:5.625rem;top:89.371125rem;left:4.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BnRKKD6iTmIz2MZ31p0goS5UgqoTItv4 { width:8.625rem;height:8.625rem;top:134.6758125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOh48v81XTyKDX6ZhTUarprTl1RPf88L { width:7.625rem;height:8.4375rem;top:86.996125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBuq4DJ7rTF05xlIMNRnEMbxm1kEUAwH { width:7.3125rem;height:7.3125rem;top:78.433625rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhklHLu9KQ5WsKqTFbbCQsbnwTBncnFB { width:4rem;height:4rem;top:119.5508125rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GucxGJGd9PkmU7wUr7FeA9qIkS5NGSg7 { width:20rem;height:9.74609375rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ { display:block; }#Iso5d46Rol3SPE1nRw1C9W2AcTC6z3iJ > .row .container { width:20rem;height:132.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8lmRbg40o5DDTOVO91tJ1tK9lxQWTWl { width:20rem;height:44rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saehhxRASQVmbxB3tCwSlZqtC8WQe8yc { width:17.8125rem;height:17.8125rem;top:50.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZqi6otBMDG6s46WAgSL0O7F0c1GPx8A { width:8.625rem;height:8.625rem;top:74.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fT3Nn6mQiV1c8frICkCdFuJRbGTENn { width:8.625rem;height:8.625rem;top:84.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTefJAgUthiWCCbG1xkJarPsEUdDnwT { width:8.625rem;height:8.625rem;top:74.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOzA2mo7QubKTbFL2WvFEyZXtSMF5g9E { width:10.875rem;height:1.8681625rem;top:46.9375rem;left:4.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ubOfHvppf25KfyB97yKW3i0qNV8oQibO { width:10.875rem;height:1.8681625rem;top:71.08984375rem;left:4.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l  { width:17.5rem;height:auto;top:94.83203125rem;left:0rem; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l {display:block;}#Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l { width:17.5rem;height:auto;top:94.83203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #tH91kPuW0HnQ6sbvzRR2MQTI8GUTacsJ {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #m35hhbUIIXOcHFBtxUfFeuuAhMMrNh6K { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #uTVARIuTASTJKOGlRpU7vIBV62cNGzkW {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #s1JQyRPnIhLax6JLbJu5In2kwsbdmK2A {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ox181ILoUokM0JkKd5kHWLn09KxaxQAe { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ZRrQEArNMxrVB35ruRtIvJAun5qL3GLf {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #ECvpnXnsKDL61g0JiLIZnBcuMAZl01KM {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #K6Mx8BMHlI2m8ss9OnWcoNexP2UHqwPU { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #csv4pGFdRMmEGyJqFlctkTiQHswIa683 {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #q7Szs2LsPwlNVlZ7PaRIqizoKUebygoM {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #bSwy1DM41r8lHy2FmvV6TrK2kyDp8Eep { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #fsIcN9AXovDD73l8mocXM2UTKTxpLo9Z {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #CVrDtWWx1uCBUbTozSzKQNx2eB7X21yo {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #a9VzsSvShQ9Tn0wSKWTmTS9PUTCy32WO { display:block; }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #gIysBmNRfIZe0RwxPXztpHsp05IvOB0w {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #i62svvDTmmObvKKUBz7PzdzoZZIb5Q9q {  }
 }@media only screen and (max-width: 763px) { #Uz7nRvTxF9UQ2LpsOr4rwxIbKZBWpq0l #Nn8eaUfT10DvI8qS2VNr1C1hBBlcTipH {  }
 }@media only screen and (max-width: 763px) { #t86hQVzCdvwC4bSFD2GxbEex0GqwlA94 { width:5.625rem;height:5.625rem;top:98.8125rem;left:9.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #RJLeKCSfo2MEaa733Bw5STs0MRdlnTKo { width:8.625rem;height:8.625rem;top:84.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1LWmWlw3rQZP0WMtprBNbdpBhG91WuR { width:7.625rem;height:8.4375rem;top:96.4375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vnm7A5hhSZxkquLXTHlgHGCPO3iJCkcf { width:3.875rem;height:3.875rem;top:49.77734375rem;left:14.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwNWCRLhb6esC8CsF8g0vtU49nodAVnf { width:4rem;height:4rem;top:72.9375rem;left:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { width:20rem;height:7.1982375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vERzscys89Tf8C5ULdz7OokzTPMviW { display:block; }#J4vERzscys89Tf8C5ULdz7OokzTPMviW > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqG3HBhsuxhfwIUf9BcnRcd4IDBzefm5 { width:20rem;height:27.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM8Tc3BG78wB7vKI3DQ6NKLzTdHcFAnp { width:16.8125rem;height:10.3984375rem;top:14.25rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3MHLeX2FKxnvo4FLwcMzlEs0k8taNi { width:19.0625rem;height:3.9375rem;top:27.375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6D2NE8uiFUd2eK0yn3C99V344GVEIz7 { width:20rem;height:5.199225rem;top:33.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PU4OIUaAh06fFqewBca3wfFaUHRJ18QT { height:11.223625rem;width:20rem;top:1.00390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:7.8125rem;height:5rem;top:1.1875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:12.5rem;height:1.29980625rem;top:7.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:10.375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:1.875rem;height:1.875rem;top:10.5rem;left:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:1.875rem;top:10.5rem;left:12.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXtnk3iN9EWkUAlbSFtQ1Fa8wllDAHI { width:16.6875rem;height:1.3808625rem;top:13.625rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }