.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:237,233,251;--color-primary-1:195,181,241;--color-primary-2:134,106,227;--color-primary-3:67,53,114;--color-primary-4:20,16,34;--color-secondary-0:237,233,251;--color-secondary-1:195,181,241;--color-secondary-2:134,106,227;--color-secondary-3:67,53,114;--color-secondary-4:20,16,34;--color-tertiary-0:255,255,255;--color-tertiary-1:255,251,243;--color-tertiary-2:250,238,241;--color-tertiary-3:0,12,11;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx { border-top:0rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { background-color: transparent; background-image: none; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container > .video-iframe-container { display: none; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row > .video-iframe-container { display: none; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .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); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { border-width: 0; border-radius: 0; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { font-size:0.875rem;font-family:arial;height:4.425rem;width:75rem;position:relative;display:block; }#uS3pMsSTZ9EuZ1TyFCONW5BRM4EkBpa3 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.125rem;top:0.31875002384186rem;left:1.125rem;overflow:hidden;display:block; }
#tth5ku8nk7oTs3SEncgvlZsGL2Lalb17 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.25rem;left:32.750003814698rem;display:none; }
#szCTEF1GpQcP9ICR6M0TwTKdKWKw1pqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRO2miNs93oSOL6TP63RV4IevuOddANu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.7490234375rem;left:47.8115234375rem;display:block; }
#zxErVK2boNA7Uq44oOI5SQwdcecLkahr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udhMX8TVExLCESkPTUkpdf5TDemybt3o { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:0.7490234375rem;left:46.8115234375rem;display:block; }
#wa3687Si8lQBAR5P6pVQq4zsEXKrmRkv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6865234375rem;left:40.6865234375rem;display:block; }
#K7fTNMw70l45rrxe8sLbubnJn0ewVvJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.adaptive-delivery-prevent-bg, #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.lazyload, #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.lazyloading { background-image: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { background-color: transparent; background-image: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container > .video-iframe-container { display: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container { display: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .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); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { border-width: 0; border-radius: 0; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#AolsU2htHP6XzX1a0VIREDTRhs5d6W4n { 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:7.125rem;width:17.9375rem;top:2.388671875rem;left:28.193359375rem;overflow:hidden;display:block; }
#sk3prPKZtOkukglF6iDFbJIoApurbkRt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.937125rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:24.5rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ttdZN1lQcS7vF7hsFTqNBJHoSAyRWzJz { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68710625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.8125rem;left:26.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uz3kT9uIeC1Kgk7w3xl096G4ZeFlkFQI { box-sizing:content-box;height:5.25rem;width:45rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.3125rem;left:15rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#faf5f5;padding-top:0.35875rem;padding-right:0.310625rem;padding-bottom:0.35875rem;padding-left:0.310625rem;display:block;align-items:center;width:1.86375rem;min-width:1.86375rem;height:1.929375rem;position:relative;font-family:montserrat;font-size:1.435625rem;font-weight:700;line-height:30.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.224375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.485625rem;height:0.7625rem;position:relative;font-family:montserrat;font-size:0.53875rem;font-weight:700;line-height:12.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.63375rem;padding-top:0.44875rem;padding-right:0.44375rem;padding-bottom:0.44875rem;padding-left:0.44375rem;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:-11.987500190735rem;left:-1.3625030517578rem;z-index:15022; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NwIzmV4VFJqhLZDXt0TOvUMLQpaeSevN { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #ocBuwNHTdawMJCvqWloBBqdDLiP8OJW5 { width:auto; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #wimXkM15VZrvoyeFg10np4o50D0dsTtb {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #xVF9TnautTJb1JGUxmoiprTTqqzCQTsv { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #npibwCN5crd5OnLQqoA5mn2KG7gRkXsI {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #IQC8V7zhHzTHg97Xh4bHvwXuiqV7LkCs {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NRBab05nQboDW3BQfIR6XRzRA7wwa3Fl { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #QfKvu0GAoOCsbgLKNR69OGZkf4BP5veO {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #P1V7m38PIyzMPvLuU15U3fcl0Lh1DwSd {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #uNbSGUhuU9DBuhmKq01phXcxapVaoRzD { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #SfxQxCoQaXh8Ho8gr2WWPIewSXpGWOi2 {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #sH1qmgxIZdDTOosp90hQEBmTHKU45JdD {  }
#cOu7Tc4xleg3eEM8xNhO06CnHGHwGsi6 { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.25rem;left:29.75rem;display:block; }
#KSzNsyPwbvTX3AqlRWTCfAIxSQyXRsr5 { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.1875rem;left:46.875rem;display:block; }
#m7548OwNIwXmMUgmhsl4bG3t7rNct1CQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:#170808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9rem;height:2.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.5rem;left:48.6875rem;display:block; }
#AMfURaEXFdiz0NsmxkOxBnmFhE7i4m9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCNmx0yB69TWes4alfImovbbTuoNQUC3 { color:#faefef;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.375rem;left:16.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.34rem;padding-right:0.3rem;padding-bottom:0.34rem;padding-left:0.3rem;display:block;align-items:center;width:1.79875rem;min-width:1.79875rem;height:1.8275rem;position:relative;font-family:montserrat;font-size:1.36rem;font-weight:700;line-height:29.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.398125rem;height:0.7225rem;position:relative;font-family:montserrat;font-size:0.51rem;font-weight:400;line-height:11.56px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.4425rem;padding-top:0.425rem;padding-right:0.428125rem;padding-bottom:0.425rem;padding-left:0.428125rem;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:19.0625rem;left:31.125rem;z-index:15035; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #GthiUTfeL77EWt6b43nQvFCA5NOCKS4H { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #DARr8d5JSS2pqBaizVbWW0eoRlzhgCyE { width:auto; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #B5VMsrgVwcz6n8oHgL6gJmRmmoLPTWul {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #WobkfCXhT5ocqcOHADebfzd10349B3dL { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #fmgnsdXTcJbCg5rxhXvvhlbJpv5CEZot {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #FhfIZ1TAJ6HbH4eN6MVd2SzQ6lIgL6fv {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #lZKiLhy86ekxACS0R8ipaI63ltQuNew2 { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #xEqde2E53edInmH3Xtb4M947xl6EQJll {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #KViHIJrkWtd6IXbHrBN3T5o4RpAXinbZ {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #IL6wHXxTZLUeII8pDGDO1Se3iAylt0oK { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #Ng3naOX90p0WoL7qLuGK7oMHbBlrhNhA {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #osbaM6nhU9KQp0AAOkZHsAnsmH9VFMbl {  }
#KMTpqR4Ca4V5PxnUeTG9qBttVAIp2ir0 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:11rem;left:31.9375rem;display:block; }
#AiZufJLasvePW3NdTCPg1xLpqB4TZBTn { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:10.9375rem;left:38.75rem;display:block; }
#sx6s5i85IOZnLTiwTz3bNlE7rKL71zMq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.1875rem;left:32.6240234375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sBqDQbVrpfUi3o6xF1wDBaml6V2N4J3O { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.125rem;top:7rem;left:58.875rem;display:none; }
#XHOg0t7DtT5UGa4UB8ImyeEAnneVM5vP { 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:7.5rem;width:18.8125rem;top:4.5625004768372rem;left:2.0041656494141rem;overflow:hidden;display:none; }
#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { position:relative;display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020000;background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:12.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVFVrLoUqNzkyH8II0gNpzlXsw3oLWfI { color:rgba(var(--color-tertiary-0),1);display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:4.546875rem;left:3.84375rem;height:9.79589375rem;text-align:center;text-align-last:center;display:block; }
#UakfIIJQI3pDmmpFlnsf6aH48kzv4GTi { color:rgba(var(--color-tertiary-0),1);display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.423828125rem;left:3.84375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#mALUa0kM3UvXIFkcUcfozqgMH4KIHF5Z { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:17.8125rem;left:25.625rem;height:6.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLm0ATbt0txneTAtTDZmLyHPNbcw1KAK { box-sizing:content-box;height:10.5rem;width:12.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.6875rem;left:24.3125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#P20cTohx3RuQksh2oI8XLXX1aSxXcLb3 { box-sizing:content-box;height:10.75rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.625rem;left:40.375rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#VT6o8TTIrcNvKlTiEPXu2TKAPTcJTtZf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.8125rem;left:41.21875rem;height:8.396475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNnyVHJ7Gzf6X4Mlk5TisByhtPuxmfSE { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.8125rem;left:57.25rem;height:8.396475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qsg5Dsh1JaNbZiEuEN0pxub5cOORTNVg { box-sizing:content-box;height:10.3125rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.6875rem;left:8.875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#Gt43BHeEMpHZ8Nxu37QhugMmLOsisZKp { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:17.8125rem;left:9.9375rem;height:6.39845rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrdpbVSEg1dqnv7t8v5bfSbEHxUQzT4Z { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.1875rem;top:1.203125rem;left:20.1875rem;overflow:hidden;display:block; }
#t8maPhtU9no5nvnk8oTTGcU3PIzrV5ul { box-sizing:content-box;height:10.625rem;width:12.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.71875rem;left:56.46875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { 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; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { border-width: 0; border-radius: 0; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#Anofx39WceBphAFR7rsSf40misXC2QES { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:25.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2haDpSlToALsk057C6TKEsXAXinBHSU { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.811525rem;width:5.499025rem;top:1.625rem;left:21rem;overflow:hidden;display:block; }
#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ.adaptive-delivery-prevent-bg, #zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ.lazyload, #zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ.lazyloading { background-image: none; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row .container { background-color: transparent; background-image: none; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row .container > .video-iframe-container { display: none; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row > .video-iframe-container { display: none; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .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); }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row .container { border-width: 0; border-radius: 0; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHNEveBm2MAinsTFoZQdbHIlweMWRXQQ > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe.adaptive-delivery-prevent-bg, #pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe.lazyload, #pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe.lazyloading { background-image: none; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row .container { background-color: transparent; background-image: none; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row .container > .video-iframe-container { display: none; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row > .video-iframe-container { display: none; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .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); }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row .container { border-width: 0; border-radius: 0; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pd2UqfD5dhHFI9aAonF1gNVRm2TAeIoe > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#LgtkV7K5d3kqh3IS21buc0IqCqg8XvTr { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:1.1875rem;overflow:hidden;display:block; }
#k2toURuLR5IXlLWUvRLsnAgMp8zE28C3 { box-sizing:content-box;height:6.25rem;width:10rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:1.1875rem;display:block; }
#HHx97C8eK78utHregbUp2C8dOA2L5965 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:11.3125rem;left:1.625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPeA88zInzOQRkXsfUU8AOyGzyca4kQ5 { box-sizing:content-box;height:16.25rem;width:61.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.21875rem;left:12.4375rem;display:block; }
#X6IFGAIbu1pDf3CyPAnAmV6gfuomTZpu { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.9501953125rem;left:13.625rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#HApgPHvaETlZFzJKamh64ZHGIpSFIKkx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:6.53125rem;left:13.65625rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#PHamVWBg9owkDkbPxTgP06DZ85XVclzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU.adaptive-delivery-prevent-bg, #PHamVWBg9owkDkbPxTgP06DZ85XVclzU.lazyload, #PHamVWBg9owkDkbPxTgP06DZ85XVclzU.lazyloading { background-image: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { background-color: transparent; background-image: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container > .video-iframe-container { display: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row > .video-iframe-container { display: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .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); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { border-width: 0; border-radius: 0; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3.adaptive-delivery-prevent-bg, #mERaFwgsCosxmkz4DdiTBozPE02QQBt3.lazyload, #mERaFwgsCosxmkz4DdiTBozPE02QQBt3.lazyloading { background-image: none; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row .container { background-color: transparent; background-image: none; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row .container > .video-iframe-container { display: none; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row > .video-iframe-container { display: none; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .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); }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row .container { border-width: 0; border-radius: 0; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mERaFwgsCosxmkz4DdiTBozPE02QQBt3 > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#KCaaQ5Uizne0bZXsnmZ8SZAUlcWwet7b { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:1.1875rem;overflow:hidden;display:block; }
#QK3R3XnXw49i3BSlcT5lyAi8i81Jsczm { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:12.375rem;overflow:hidden;display:block; }
#zJOKezQOs8kRiSsyIFQMcVuUg54GIwCd { box-sizing:content-box;height:6.25rem;width:10rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:1.1875rem;display:block; }
#lS3REPwUlooJCBTU9fbCDmfZRKi0CDrg { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbKAS1s2hkwy0QrAuZw6xG8zPEixw54Q { box-sizing:content-box;height:6.25rem;width:10rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:12.375rem;display:block; }
#JQS4f4xbAi73XTrr6tVVnMhoqQfc12Of { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.625rem;left:12.4375rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aabUE76hmTKdxOpvto2ktpaLvm3KGNUE { box-sizing:content-box;height:16.25rem;width:50.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.21875rem;left:23.4375rem;display:block; }
#vCH2SbyCDzorXT7c8b2CW146vFE3sTR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.0126953125rem;left:24.59375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ.adaptive-delivery-prevent-bg, #uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ.lazyload, #uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ.lazyloading { background-image: none; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row .container { background-color: transparent; background-image: none; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row .container > .video-iframe-container { display: none; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row > .video-iframe-container { display: none; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .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); }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row .container { border-width: 0; border-radius: 0; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHEqzOrvovARz3PwfiPk63oDMBcbzUNQ > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u.adaptive-delivery-prevent-bg, #byxzIVsmSAbooiemSnwJBvEeN5oIDq8u.lazyload, #byxzIVsmSAbooiemSnwJBvEeN5oIDq8u.lazyloading { background-image: none; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row .container { background-color: transparent; background-image: none; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row .container > .video-iframe-container { display: none; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row > .video-iframe-container { display: none; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .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); }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row .container { border-width: 0; border-radius: 0; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byxzIVsmSAbooiemSnwJBvEeN5oIDq8u > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#Ptsu4yXA6kX9tMpKFqkkaAPF6Vl7FpDo { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:1.1875rem;overflow:hidden;display:block; }
#Zah5IO8Zq3IUEm6wt9NCJXGi3CAAfcH4 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:12.375rem;overflow:hidden;display:block; }
#S2bT4sVZxp9bWk2Dnh4Cn72Ggtw9gKVa { box-sizing:content-box;height:6.25rem;width:10rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:1.1875rem;display:block; }
#xmbs9FzSwvKArafuOReumSbT37O2UQJm { color:rgba(var(--color-tertiary-3),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQknXRF5TQZFgKKCB0U31zMvI7cgZVCA { box-sizing:content-box;height:6.25rem;width:10rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:12.375rem;display:block; }
#FFG6sxKLtnl9lAKTSct74T6gzDF9c6Tn { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.875rem;left:12.5rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlGVf4aCdN1u9pFcUduncI224EQEF4Ic { box-sizing:content-box;height:16.25rem;width:50.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.21875rem;left:23.4375rem;display:block; }
#XcScO7GP5teJtooF5WVlwITbemK6rCEA { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:2.0126953125rem;left:24.59375rem;height:;text-align:center;text-align-last:center;display:block; }
#xuQN8WHFgPZytxy9scFatmx1lHuvm7G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:5.9921875rem;left:24.71875rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT.adaptive-delivery-prevent-bg, #fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT.lazyload, #fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT.lazyloading { background-image: none; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row .container { background-color: transparent; background-image: none; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row .container > .video-iframe-container { display: none; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row > .video-iframe-container { display: none; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .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); }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row .container { border-width: 0; border-radius: 0; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fc2TdfWyMrq4MTvedi7dWkoL6fUIO5hT > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3.adaptive-delivery-prevent-bg, #B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3.lazyload, #B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3.lazyloading { background-image: none; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row .container { background-color: transparent; background-image: none; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row .container > .video-iframe-container { display: none; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row > .video-iframe-container { display: none; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .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); }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row .container { border-width: 0; border-radius: 0; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0k5OUhprpVRmhvIBTo0SlcQuE1Kd8T3 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#ak2oLoGTP9svFHuf1VKQgk8xSse1oMLA { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:1.1875rem;overflow:hidden;display:block; }
#mXlPipuTKDtCouhhxerfA1zHbIGEn1rz { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:1.1875rem;left:12.375rem;overflow:hidden;display:block; }
#PTAMQvpPO8vUkbKQDrQgvgVZ5k4IJ50L { box-sizing:content-box;height:7.5625rem;width:10rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:1.1875rem;display:block; }
#SVtTpkTdnydlmXZGWZ7gv3fZW2GNDcZX { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zoi1A0oMGR8sE3Tg8U04ARDrRmD26ILG { box-sizing:content-box;height:7.5625rem;width:10rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.1875rem;left:12.375rem;display:block; }
#vNGUaIyclkOkgIfuuchXnQAHrTM2zg6J { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.625rem;left:12.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJNemzvoHd4LGMCWrMSlCrugWXfc87Ro { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.1875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#GhchCNIOQFJeKT3e16wW4Tr9SzRlr6pN { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:11.875rem;left:13.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqGSL0g8y2JgTsZJOJoKdU1MlJK1QGJC { box-sizing:content-box;height:17.5625rem;width:50.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:23.3125rem;display:block; }
#G9TQrb2O4Zp3ftibSgM9Q0TFHW6CyZZK { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:5.46875rem;left:24.59375rem;height:12.65625rem;text-align:center;text-align-last:center;display:block; }
#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU.adaptive-delivery-prevent-bg, #dx5Va1Op10eZC04Z9lMgGguaTik5FTnU.lazyload, #dx5Va1Op10eZC04Z9lMgGguaTik5FTnU.lazyloading { background-image: none; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row .container { background-color: transparent; background-image: none; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row .container > .video-iframe-container { display: none; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row > .video-iframe-container { display: none; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .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); }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row .container { border-width: 0; border-radius: 0; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dx5Va1Op10eZC04Z9lMgGguaTik5FTnU > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL.adaptive-delivery-prevent-bg, #pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL.lazyload, #pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL.lazyloading { background-image: none; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row .container { background-color: transparent; background-image: none; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row .container > .video-iframe-container { display: none; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row > .video-iframe-container { display: none; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .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); }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row .container { border-width: 0; border-radius: 0; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFmZRrQMA7nXH7ic9nFky8O1L11FDNwL > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#SiTrTH9DN51aSzshICi79Xgord5Lqg0c { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:1.1875rem;left:0.71875rem;overflow:hidden;display:block; }
#FqFCGDg43hgTErG870VQdZzE0eheXE4T { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:1.1875rem;left:12.0625rem;overflow:hidden;display:block; }
#ZXxgfJ3rhcqDhQSearm0UPyKi9gKshEC { box-sizing:content-box;height:9.375rem;width:10.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.125rem;left:0.71875rem;display:block; }
#s0WLsAzIIFdfRBGJWiSLMGNorVPT5BMi { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:12.5888671875rem;left:0.75rem;height:8.4452875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M53s7th397Z3E4a1izxETgX1cDtNZMT4 { box-sizing:content-box;height:9.375rem;width:10.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.125rem;left:12.0625rem;display:block; }
#frg2FvV293DPtppWhn1COMObhG0k1Wsu { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.625rem;left:12.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZcR1tgiEbCmITuTuXTcPaFCvokkGftb { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#l5uvyXiZOR79odlqa0k40vRLwJ17MZhD { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:12.5888671875rem;left:12.40625rem;height:6.33398125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCQIUCbFTLJAcT0qRQVCEXsFgGVfDZRW { box-sizing:content-box;height:20.3125rem;width:50.1875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:23.3125rem;display:block; }
#uvOfdodnWkRXXxTG9hcGMUDAkWNqCZl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:6.3271484375rem;left:24.59375rem;height:12.65625rem;text-align:center;text-align-last:center;display:block; }
#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.adaptive-delivery-prevent-bg, #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.lazyload, #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.lazyloading { background-image: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { background-color: transparent; background-image: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container > .video-iframe-container { display: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container { display: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .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); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { border-width: 0; border-radius: 0; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { font-size:0.875rem;font-family:arial;height:84.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Rfgy43QCsp4hJmeuoVb3TGOXamq1ziEA { background-color:#5d92ff;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PDzlnz5O73h6dGhZb6dTNnNcdCpDEoOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmL1wc4aBFGC8Z62OtCPRFCJn2oZT6iG { background-color:#edb72d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.75rem;left:22.75rem;display:none; }
#By6yGlR4qU8DfFTIlgT1tEA1i3rwZARa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTMfoaeCeb552Dgx2pkgZhF5J0riETIu { color:#4f4f4f;display:block;width:34.5rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.3125rem;left:11.4375rem;height:2.6rem;font-style:normal;display:none; }
#hrA2Hhq8n5m4THRWyTobeySnGH0eMGnF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.4375rem;left:7.5rem;display:none; }
#lr8uRkhsz45Zb2L6UG8zUKuucRTHGIyl { color:#4f4f4f;display:block;width:34.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:27rem;left:11.4375rem;height:2.03125rem;font-style:normal;display:none; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-form-header { font-size:0.75rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:400;color:#efebe2;width:50.625rem;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;font-style:normal;line-height:1.4; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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:rgba(var(--color-tertiary-0),0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.625rem;box-sizing:border-box;height:2.5625rem;color:#df9755;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;line-height:2.5; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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:rgba(var(--color-tertiary-0),0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.625rem;box-sizing:border-box;height:3.8125rem;color:#df9755;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;line-height:2.5; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.625rem;box-sizing:border-box;height:2.5rem;color:#130a08;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:50.625rem;height:3.5rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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:montserrat;line-height:2.1;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:49.375rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-container:first-of-type{padding-top:0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-container:last-of-type{padding-bottom:0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV  { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:11.0283203125rem;top:9.1865234375rem;z-index:15009;position:absolute; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:50.625rem;display:block;vertical-align:top; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV {display:block;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:11.0283203125rem;top:9.1865234375rem;z-index:15009;position:absolute; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #TVdfFmcmDCM5P6SxDuRhPUMw0u7myxCA { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #axPskRhfKwiOT2rCeKIRXciiSOTv5Vko { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #mDtbZgHaeC4HqBkoXfdyfA6VX0neO52o { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #y74Oxsqyu80n3wFNt1dG7aHvL2NBxOJ8 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #OwhMwrXuTPhPlHLB3F0wifo8sNH7JkDx { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #te38p4e1pUaEX6xsO5NUeaXLTrkArKFZ { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #e2xW6i5S7AJiTp8iq8fih21gzIEPuwhJ { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q7oyqvWI3DA3frtdNtSt9DT7GkmHV0KI { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #V2L1UPNTcMGJLxQRWrKaWc1u4oRMla3B { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q3Kt85kOCdvRAJ7wL4g2o22vC89cHoT0 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZddU52KUaCqlGEHpahaF5BVPKeLUeSaI { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T4JVWPqi0X37hJ81ovk2g7ZNzzAv8rcJ { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PeU5X784c7I7x569vIzz2QASwmwvdgTp { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZvsSsZ1TkmGJJozTf2zLL19ufie4uDg1 { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #dwSP9qcLOLIA6QbwWgCnoG1isRTf4nnn { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #yq6LTKhcc7KH2DJUE8Z8P401CuFcmXqr { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #BF1lHQOrUeCRighUMe4iR7LFD0wnOnIr { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #M408MG50IT9Up2rswTdxTbNRbyGOKz3q { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #UWQBb6F4ndkKDkdqEeAUpQAR9LpKQP6Z { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #sUDwttVU8GJTRdiqsvMrtLJqAtITXqTX { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #STdlT7QXoW9f8ST1HEWZChcKdvtTlA4G { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PBnuQTTIWz7D8q2gcZ4pg0Ln5tLLBxcD { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #FOAfEpMkzDEvtKlABmzna11GQTXyoP0U { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #vOeNQISLd4uhgwG02SPRZNQsXM4fJAHM { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #tpvGFpT7ECya9IXflfJv2863V14u1LT1 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #SBoVT6BoyCMZ0I8tdOMRaFF5X1zCgXW4 { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T5n2aBUopimJFaeoITQGXGhglNkfBNOp { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #aXgoA2CR2nuE8SXCQ6yuXeTEoxsI1hni { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #Vq5L7JISk74QkEyTBUyQb326fCBbcb0g { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #LZHQT64x8Gg4TdKQVsDtbnxPeuczWPGR { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #vC6tUegCxE9oL2CBAJPBtxwsZTJXVy7U { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #RTZ4iVzi9rqDzrrncQFLotHv9Jop6gfw { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ER5PWsW3BnEI9TW2bTwJP6BvEroqKcNu { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #csoUUMWPQzsyDru71QRiD8O9FilfvxE7 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #EIdKi7mCOzMvZDkbS36FlZTMvg0hH9tR { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-form-header { font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:1.3125rem;color:#df1c96;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.3125rem;color:#df1c96;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .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; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #bb2649, #ff2020);background-image: -moz-linear-gradient(13deg, #bb2649, #ff2020);background-image: -ms-linear-gradient(13deg, #bb2649, #ff2020);background-image: -o-linear-gradient(13deg, #bb2649, #ff2020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2649', endColorstr='#ff2020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2649', endColorstr='#ff2020' );";background-image: linear-gradient(13deg, #bb2649, #ff2020);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.8125rem;margin-bottom:0.25rem;margin-left:10.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9.125rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .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:roboto;line-height:1.3;font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.875rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .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; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-container:first-of-type{padding-top:0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-container:last-of-type{padding-bottom:0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e  { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:17.78750038147rem;top:37.125rem;z-index:15009;position:absolute; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5rem;display:block;vertical-align:top; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e {display:block;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:25.25rem;top:37.125rem;z-index:15009;position:absolute;display:none; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #fh6c6iGLvI51nt7UzSq5bypcyPBIZAsN { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #nKXIayvH9HaTkCdysf8UPRHvGwmvB7nn { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #SR28iUrnQrU7U3Psq0XHhHCwgi0AeOTN { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #QW56XKAUkQ7fvMSNAT0yip6gMtknxXd3 { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #e5muum6irK1TWl9dEbRlgcTPVskuQuKR { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HZTiOJnQ9MlMQLGQtyo9JpoizyONPNMR { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #tHcR97ykfKCeW1qbX0vPMt8Ux1HBlxIW { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #PTqaPtSauXw0yfK1RKMfv9uchgxEXiLc { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RIuc0GcyIl7rPLSyyFknVhpt394nITrs { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #lsCvx5S5SJ3CNA0d9RsVpg6LcG154onH { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HV8S1GDFl4AeMdmVoVPxDb34F4mX3cBF { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #W06nmkKCzOUIDcJiurCiwgqalnMPP1UM { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #gXogT7guR5EMLRML6elyzGUSR9TTGEwH { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #p2Ioc2ixgyVbwsQirRxR07FAKwbDxPd4 { position:relative;z-index:2; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #s4A1XGcxSSCT85WMiqHQU6n51GIBeZ1u { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #AzCPNBivh3kNC33h3DVCTGyEsgiZmcev { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #Oa5433iKNZpExckRCxGim6w57zFJHmG9 { position:relative;z-index:2; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #WxitXCPiq2Uf3PfOIco2MhcTFsJdHOE8 { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #FbR48uXsGNHN8tiUOJJXowpsv6zHN4TL { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RvhDTfL0X3DHBLUn5DqE00S0Aq7GuDzr { position:relative; }
#nhJ9b4BpG22VSuSuvonGvxn2Jssz4Uuk { box-sizing:content-box;height:8.0625rem;width:50.1875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.0625rem;left:12.499999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TCfdAbDoHFgzl6xKOXwmXPkkt2V6A3l0 { color:rgba(var(--color-tertiary-1),1);display:block;width:47.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.0625rem;left:14.124999046326rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nleSvXJwQbZDUHnaWiLXvxTqpHwTfKe9 { background-color:rgba(var(--color-secondary-2),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-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.375rem;height:3.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:79.124985694887rem;left:12.311718940735rem;display:block; }
#xzTWXT96XEe6kwvGfGyOhcbQKPg2Foin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRNWuVUT6zNAxSDXi0EJPsksg78JGUNv { color:rgba(var(--color-tertiary-1),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:9.1875rem;left:13.375rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGZGsh8cNbslJGDyaHhbzI71I6knkleq { color:rgba(var(--color-tertiary-1),1);display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:5.8625001907349rem;left:18.030468940735rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { border-width: 0; border-radius: 0; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { background-color: transparent; background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .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); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { border-width: 0; border-radius: 0; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX6FDyU9quLDWeb5p7cDHiZslo0gkCIT { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.811525rem;width:5.499025rem;top:1.4375rem;left:26.6552734375rem;overflow:hidden;display:block; }
#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { background-color: transparent; background-image: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .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); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { border-width: 0; border-radius: 0; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { background-color: transparent; background-image: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .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); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { border-width: 0; border-radius: 0; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#NuZPCenQmszDgptdK6Mh656gyF1RAT9u { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#O45hd1MewUbswZyMxHT1ux2dw5KXQ3Ec { position:absolute;display:block;z-index:15009;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:9.5rem;width:10.3125rem;top:4.5625rem;left:1.5rem;overflow:hidden;display:block; }
#dFXJXcwBhoTqHJhJlfbDHH22ynklmdg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.3758685588837rem;left:12.693143844604rem;height:3.1875rem;display:block; }
#mTvwkIAeF2SqyBVk0SDdpI8bsxgfDTtr { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9373125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:10.656467199326rem;left:12.693143844604rem;height:2.53125rem;display:block; }
#hfvrnNaTik8SoywutzdNumh7uoWkVriW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW.adaptive-delivery-prevent-bg, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyload, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyloading { background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { background-color: transparent; background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { border-width: 0; border-radius: 0; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.761725rem;display:block; }
#rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#qocGsDisP57ahusut99kVzQSBpAeLaJp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.761725rem;display:block; }
#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { background-color: transparent; background-image: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .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); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { border-width: 0; border-radius: 0; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:31.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:32.5625rem;height:1.3rem;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; }
#THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.1875rem;height:1.3rem;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; }
#sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2rem;left:29.5625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { color:#001623;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.525039672851rem;left:7.875rem;height:1.625rem;display:block; }
#vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { 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:7.1875rem;width:16.4375rem;top:0.81253814697263rem;left:5.875rem;overflow:hidden;display:block; }
#cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.5rem;left:14.75rem;display:block; }
#M41TRASdImGQhEyuOHnsRryicCaBPfTz { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.25rem;left:10.875rem;display:block; }
#DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.5625rem;left:7.125rem;display:block; }
