.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,241,243;--color-primary-1:133,209,214;--color-primary-2:11,163,173;--color-primary-3:6,82,87;--color-primary-4:2,24,26;--color-secondary-0:239,236,249;--color-secondary-1:203,191,236;--color-secondary-2:150,127,216;--color-secondary-3:75,64,108;--color-secondary-4:23,19,32;--color-tertiary-0:255,255,255;--color-tertiary-1:178,179,181;--color-tertiary-2:127,128,132;--color-tertiary-3:76,77,79;--color-tertiary-4:42,44,50;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { position:relative;z-index:auto;display:block; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { background-color: transparent; background-image: none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container > .video-iframe-container { display: none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row > .video-iframe-container { display: none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .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); }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { border-width: 0; border-radius: 0; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dX1U0JDk86sEzFgMlxa1yaraxDdcaMwK { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9375rem;position:absolute;font-family:besley;font-size:2.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.7490234375rem;left:7.5rem;height:2.85rem;font-style:italic;text-align:left;text-align-last:left;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; }
#UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { position:absolute;display:block;z-index:15002;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.25rem;width:9.75rem;top:2.3427734375rem;left:6.5rem;overflow:hidden;display:block; }
#E4f9OTG2PQxLDQhaMIVsbf6wEKko1Tbp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:11.8623046875rem;left:37.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hvFsRgf4nTvMteEGbWaInPOQdyrEmedc { background-color:rgba(var(--color-tertiary-4),1);background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.6240234375rem;left:7.5rem;display:block; }
#FWo6EcvNsFED2wGTErGTDGdDIrhCgxV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXhcAc8ZlMlXB8uapADdB6TyastvNT5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.1865234375rem;left:7.3125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Z3yHFA8ITUISWOu54NiArTAAtGN1siPS { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.9375rem;left:7.5rem;height:7.5rem;font-style:normal;display:block; }
#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { z-index:;position:relative;display:block; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { background-color: transparent; background-image: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .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); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { border-width: 0; border-radius: 0; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #0ba3ad);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #0ba3ad);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #0ba3ad);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#0ba3ad' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #0ba3ad);background-size:cover !important;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#zR9zsHd7B3K7oCVTfEbJeLuT2BPJi0qk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:30rem;left:7.5rem;top:0rem;overflow:hidden;display:none; }
#N3oy7Hxqcn5RPziuQobhpQRpCciA6umP { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:21.875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:26.4375rem;left:7.5rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:63.3125rem;top:29.6875rem;display:none; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:26.4375rem;left:39.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
#AN1dkhel9sMcVDRzgWxMiLKi4brTLR87 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { position:relative;display:block; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { background-color: transparent; background-image: none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container > .video-iframe-container { display: none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row > .video-iframe-container { display: none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .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); }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { border-width: 0; border-radius: 0; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { position:relative;display:block; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { background-color: transparent; background-image: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container > .video-iframe-container { display: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container { display: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .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); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { border-width: 0; border-radius: 0; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#bDX9QlOL5bwUcowXunXVmSZgC0i5WV11 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.5rem;height:5.19921875rem;font-style:normal;display:block; }
#sKS9rdhJrSlnTn5MqB4Qsg5ePi1JTube { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.125rem;left:7.5rem;height:4.5rem;font-style:normal;display:block; }
#kgtIvvXNhFH3WEL8qpsnGEsRt9PbOWTG { 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:21.25rem;width:20rem;left:45.4375rem;top:2.625rem;overflow:hidden;display:block; }
#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ { position:relative;display:block; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ { background-color: transparent; background-image: none; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row .container > .video-iframe-container { display: none; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row > .video-iframe-container { display: none; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .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); }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ { border-width: 0; border-radius: 0; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA { position:relative;display:block; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA { background-color: transparent; background-image: none; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container > .video-iframe-container { display: none; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row > .video-iframe-container { display: none; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .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); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA { border-width: 0; border-radius: 0; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eeeeee;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#T6KMMcQLciUG4xZu5lXSeC5aMhG0mG6a { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:45.687500953674rem;height:5.19921875rem;font-style:normal;display:block; }
#yChBVtQxLirhIxchTn37zEPfTwehixeW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.125rem;left:45.687500953674rem;height:7.5rem;font-style:normal;display:block; }
#J30v7tiQESTsQeK5I7dk18m0tgrksPlm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.625rem;width:9.625rem;left:7.3125rem;top:1.9375rem;overflow:hidden;display:block; }
#tx6O9bPLdGtUh9xNr93PBnsVOsTtWrK0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.625rem;width:9.625rem;left:18.0625rem;top:3.5rem;overflow:hidden;display:block; }
#cNCXRxwIIRT0NhUF56nrziv8cWtBwQiw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.625rem;width:9.625rem;left:7.3125rem;top:13.125rem;overflow:hidden;display:block; }
#LnI5QAllDGlNXOJ5Fiw61L6vcF8uHTvz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.625rem;width:9.625rem;left:18.0625rem;top:14.9375rem;overflow:hidden;display:block; }
#ppTdfL0WuJZcT4ixJ5XGIkX9HSdIOE2o { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.625rem;width:9.625rem;left:28.9375rem;top:1.9375rem;overflow:hidden;display:block; }
#RrTTkqmHAFDAnm0ymXbTulJaKHTiGX9b { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.625rem;width:9.625rem;left:28.9375rem;top:13.07421875rem;overflow:hidden;display:block; }
#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB { position:relative;display:block; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB { background-color: transparent; background-image: none; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row .container > .video-iframe-container { display: none; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row > .video-iframe-container { display: none; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .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); }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB { border-width: 0; border-radius: 0; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { background-color: transparent; background-image: none; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container > .video-iframe-container { display: none; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row > .video-iframe-container { display: none; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .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); }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { border-width: 0; border-radius: 0; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Dy148I4efB6ZKXNKlgv2BCZvI1gGcIyi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSObLU12VRwT2cRl5VgIDbK212Vn1dV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.2373046875rem;left:16.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVQexgJTBmPlKuW5bT4Cv5mNditz4uZP { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.6875rem;left:29.0625rem;display:block; }
#lkEdqGagmXMxWRITJRCo5h8N9XSAFktF { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.6875rem;left:48.875rem;display:block; }
#kf58FNRMLT8Oq9aE7pNFyx8lcD5JR7MD { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.6875rem;left:9.125rem;display:block; }
#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container { background-color: transparent; background-image: none; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container > .video-iframe-container { display: none; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row > .video-iframe-container { display: none; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .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); }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container { border-width: 0; border-radius: 0; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;overflow:visible;position:relative;display:block; }#B1FLktGaA81xVmf8pElIg7vTbezbmK4p { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(170deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;height:16.9375rem;width:75rem;top:6.2060546875rem;left:-0.09375rem;display:block; }
#uHhu0x7owBfLVpgvHx9AwA03ADTKibkd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:13.5rem;left:7.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DMeFZhM9qf0MkRprQIziZtDEGVgDvSmD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:9.25rem;left:7.5rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xfTvrKxTGGHqXkTwADZGzbb9kCBHnIqX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:3.67480625rem;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; }
#r5RmTVutOiAPHoPSI098QwaCbsDVTCho { background-color:rgba(var(--color-tertiary-4),1);background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.75rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:24.9375rem;left:27.84375rem;display:block; }
#buwqBRp1sCZUGigi8MtuQrQF5pz8KSqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbECuUKVmuQmibEf2TXbaTlTUHAtncR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:13.4990234375rem;left:22.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#poGfb2BB9S8weMELDcdcdqhn3lCqRVIu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:13.498046875rem;left:38.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJwd698sBFN7KfUIfRdhexTN8wX1A1bq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:13.4990234375rem;left:53.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x9yzkAnBVLt8pMTTJacIOgmlx1DyRirJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:9.25rem;left:22.3125rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xaG9QCAIxse4DKxWzelvT2BxG0EQPpfQ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:9.25rem;left:38.625rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GwUWRQuCkUnytR4R03tUA8uNxcxLlXJe { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:9.25rem;left:53.9375rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container { background-color: transparent; background-image: none; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container > .video-iframe-container { display: none; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row > .video-iframe-container { display: none; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .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); }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container { border-width: 0; border-radius: 0; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;overflow:visible;position:relative;display:block; }#oaT0TyGyvITdrhOO091zH8VpTh7JWRVg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adUav6JbvI9lRnyeWv1ZHEFGagPcTAgd { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:4.11328125rem;left:22.78125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyk7F8VMk0iVgmTgEEkN1TrL7BTxa5lU { position:absolute;display:block;z-index:15020;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem -0.0625rem 2.1875rem rgba(var(--color-primary-2),0.36) ;height:63.0625rem;width:29.875rem;top:10.5rem;left:22.5625rem;display:none; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-form-header {  }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:26.4375rem;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; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.43);border-left:0.0625rem solid rgba(125,125,125,0.43);border-right:0.0625rem solid rgba(125,125,125,0.43);border-bottom:0.0625rem solid rgba(125,125,125,0.43);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:26.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:proxima;vertical-align:top;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-weight:400;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.43);border-left:0.0625rem solid rgba(125,125,125,0.43);border-right:0.0625rem solid rgba(125,125,125,0.43);border-bottom:0.0625rem solid rgba(125,125,125,0.43);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:26.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:proxima;vertical-align:top;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-weight:400;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:26.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .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; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#2a2c32;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;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:26.4375rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);line-height:1.3;font-size:0.8125rem;font-weight:400;color:#64676d;vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .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; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:proxima;font-size:0.9375rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-container:first-of-type{padding-top:0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-container:last-of-type{padding-bottom:0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;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;left:23.0625rem;top:12rem;z-index:15028;position:absolute; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.4375rem;display:block;vertical-align:top; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-info-text { display:block;height:auto;font-family:proxima;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#64676d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB {display:block;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;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;left:23.0625rem;top:12rem;z-index:15028;position:absolute;display:none; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #I2fwkyd5BGWLPonfCvT9uvuTJV1ybqHr { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #hCT7IURNyJPU33KATBfNITdTs4VyNR95 { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #h4Q9KyFOUp1lHpsZpXpDHoDgodrgbTCe { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #pAfmrdzwKB0kTAiIpN83bEu5xvyLEOCn { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #OhZFfIlmSFeTzGfGHrZgT7yMveoSzvNK { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #LqxMhfiJL5nymt6vKpEwvvVr8GepGbor { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #hn2xO7Zdewp6uAXXT3ifFcT7hFybB71B { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #XSqSh7G5AuKltndKNIcpeUGe3ZRhLdg0 { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ACWdKoTnWcXw0WRLIS7guSsZyzp2L7u3 { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #vPSNySazQTeif9EwmJyzXUkohl2Edlvy { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #shHMHsHos0ivsl1KQqKTfLZDvaRwWFfI { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #QOQcOszwM8N2oGGZymFbuHFqUzqw2aRm { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #DzIIPnWBrs5OIm8fc7udRDzQsOIvzoHd { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ktsPJceDw3C19iJqSUCm4LayETJBVT67 { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #XN37VblgkskA5zvDxGxfreT9HSd0k3Rw { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #JHpXRfVHlGD0yKmQeX95xLxVXhwgRHxR { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #lhofzbeGai8Kt9R6Mr0fUFu8v8ULL8hl { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ReLpzR5KJU664oWpi436oQddvHiw5k4L { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #tJGIAgOUITdrntCcEQWXq6fxJQFp6Sgn { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #aJso2w1iQ4A6Ru2JWEESgNgk2qVBrETT { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #DB4SJvTxTVwiHTbbsh3z0b1qvQtUMdCz { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #IZ0GXhxZfudSSJrVmK6oD6TutqCkIxE9 { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #IZ0GXhxZfudSSJrVmK6oD6TutqCkIxE9 .container-column{width:50%;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #AT1Tn1ATye7UMweIC972UFsRf95c70vA { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #g0d2WsmEAGLAslHpERq9oFUBeVwHQBRI { position:relative;z-index:2; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #eMIuGew3sPTETulBdlH6oMRhq2hdJVJt { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #tTzGDnVfzhWzzxbaHf5b8h3bsOVCGSpw { position:relative;z-index:2; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #bGUrQnA7gAT0B1Cn6opafPCXfrKAQym2 { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #KUOoLrkqPcyRtKobcyGq5JQyiCB1dHf6 { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #vdIt949laE6whuWwWhXXusu9Rk8rh5is { position:relative;display:block; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #UTddbtPGIaTTaatQFRttNaLbGrd80I70 { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #TsHtswdrRvaAeT1aeLEyx5CcIIHUbWro { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #NGgC5zklq70aV2Tn9MKC1XUDnSzEkzvU { position:relative;z-index:2; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #Mt0n71gh2mezDti4p9v1N5KCGenJ3PfA { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #bT3m7RghTa1TEptpJNOF8hTu4Sytb5Ti { position:relative; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #yT4oMQBJubJMN0l2SyoCpRT8aUVUvZDD { position:relative; }
#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2a2c32);background-image: -moz-linear-gradient(180deg, #ffffff, #2a2c32);background-image: -ms-linear-gradient(180deg, #ffffff, #2a2c32);background-image: -o-linear-gradient(180deg, #ffffff, #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2a2c32' );";background-image: linear-gradient(180deg, #ffffff, #2a2c32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { background-color: transparent; background-image: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .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); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { border-width: 0; border-radius: 0; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8e8e8e; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.1;overflow:hidden;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);line-height:1.5;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { width:1.625rem;min-width:1.625rem;height:1.625rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5ae1830b1875c7ac2b7eed3eaac91d0bf81c43fa.svg");background-size:contain !important; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.adaptive-delivery-prevent-bg, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyload, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyloading { background-image: none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.75rem;left:7.5rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #XunxkFgdR8etSdnu8CoxCGOb4UTHVBuO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #CFLnVpBrKxBTm3mnSL3ORDXg4VhUXU6T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #wFsJMbmJKbUH4aXDTPlssm7AZIRqTdSS { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GcrDq8SLIKy05QfwKMNZC5F9sJumsd0c {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #XvymDPGHxUKtcewW98xSkLL9n6IRTBsr { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d5g6wbUpdgX7T75SDWLWXaLeTX1dfKiX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #womhQeQpvQDgoWDtcWdqtN3fLSgN77sJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #azOlWhkim4fqDdXhnwH2zm6JAMxClcLN { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #gsVTdp3GJFROf2AhK7xRIhu9CH765RTb {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kUvwgawPucTGs886c6yE2ZbgH4T1sEJJ { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe { display:none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:7.5rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(67,95,83,0.82));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(67,95,83,0.82));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(67,95,83,0.82));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(67,95,83,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#435f53d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#435f53d1' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(67,95,83,0.82));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { background-color: transparent; background-image: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .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); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { border-width: 0; border-radius: 0; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0605625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:29.125rem;left:7.5rem;height:1.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:29.875rem;top:9.9375rem;left:3.8125rem;overflow:hidden;display:block; }
#yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.125rem;left:7.5rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;top:21.8125rem;left:7.4999990463256rem;height:4rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { display:none; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dX1U0JDk86sEzFgMlxa1yaraxDdcaMwK { top:5.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { top:2.3125rem;left:0rem;width:9.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4f9OTG2PQxLDQhaMIVsbf6wEKko1Tbp { top:11.8125rem;left:24.1875rem;width:15.375rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvFsRgf4nTvMteEGbWaInPOQdyrEmedc { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWo6EcvNsFED2wGTErGTDGdDIrhCgxV4 { display:block; }
 }@media only screen and (max-width: 763px) { #xXhcAc8ZlMlXB8uapADdB6TyastvNT5Z { top:9.125rem;left:0rem;width:30.5625rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yHFA8ITUISWOu54NiArTAAtGN1siPS { top:18.9375rem;left:0rem;width:38.25rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { display:none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zR9zsHd7B3K7oCVTfEbJeLuT2BPJi0qk { width:30rem;height:16.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3oy7Hxqcn5RPziuQobhpQRpCciA6umP { top:21.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR { top:26.4375rem;left:0rem;width:27.25rem;height:;font-size:1rem;display:none; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ { top:29.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #iKPDAHrTfh5D11nWsyIKT3akNqcyxGui { top:26.4375rem;left:18.5625rem;width:29.1875rem;height:;font-size:1rem;display:none; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #AN1dkhel9sMcVDRzgWxMiLKi4brTLR87 { top:0rem;left:0rem;width:47.75rem;height:15.66796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { display:none; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { display:block; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDX9QlOL5bwUcowXunXVmSZgC0i5WV11 { top:6.5625rem;left:0rem;width:34.8125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKS9rdhJrSlnTn5MqB4Qsg5ePi1JTube { top:14.125rem;left:0rem;width:33.0625rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgtIvvXNhFH3WEL8qpsnGEsRt9PbOWTG { width:20rem;height:21.25rem;top:2.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ { display:block; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA { display:block; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6KMMcQLciUG4xZu5lXSeC5aMhG0mG6a { top:7.875rem;left:25.6875rem;width:22.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yChBVtQxLirhIxchTn37zEPfTwehixeW { top:14.125rem;left:26rem;width:21.125rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J30v7tiQESTsQeK5I7dk18m0tgrksPlm { width:9.625rem;height:9.625rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tx6O9bPLdGtUh9xNr93PBnsVOsTtWrK0 { width:9.625rem;height:9.625rem;top:3.5rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNCXRxwIIRT0NhUF56nrziv8cWtBwQiw { width:9.625rem;height:9.625rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnI5QAllDGlNXOJ5Fiw61L6vcF8uHTvz { width:9.625rem;height:9.625rem;top:14.9375rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppTdfL0WuJZcT4ixJ5XGIkX9HSdIOE2o { width:9.625rem;height:9.625rem;top:1.9375rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrTTkqmHAFDAnm0ymXbTulJaKHTiGX9b { width:9.625rem;height:9.625rem;top:13.0625rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB { display:block; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DU0p94Ckxd8kTwV91BVAlhIRnOKth8og { display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy148I4efB6ZKXNKlgv2BCZvI1gGcIyi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSObLU12VRwT2cRl5VgIDbK212Vn1dV5 { top:5.1875rem;left:3.28125rem;width:41.1875rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVQexgJTBmPlKuW5bT4Cv5mNditz4uZP { top:10.6875rem;left:15.4375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEdqGagmXMxWRITJRCo5h8N9XSAFktF { top:10.6875rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf58FNRMLT8Oq9aE7pNFyx8lcD5JR7MD { top:10.6875rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C { display:block; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1FLktGaA81xVmf8pElIg7vTbezbmK4p { top:6.1875rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHhu0x7owBfLVpgvHx9AwA03ADTKibkd { top:13.5rem;left:0rem;width:12.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMeFZhM9qf0MkRprQIziZtDEGVgDvSmD { top:9.25rem;left:0rem;width:6.5rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTvrKxTGGHqXkTwADZGzbb9kCBHnIqX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5RmTVutOiAPHoPSI098QwaCbsDVTCho { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #buwqBRp1sCZUGigi8MtuQrQF5pz8KSqE { display:block; }
 }@media only screen and (max-width: 763px) { #lbECuUKVmuQmibEf2TXbaTlTUHAtncR8 { top:13.4375rem;left:8.625rem;width:14.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGfb2BB9S8weMELDcdcdqhn3lCqRVIu { top:13.4375rem;left:25rem;width:12.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJwd698sBFN7KfUIfRdhexTN8wX1A1bq { top:13.4375rem;left:35.0625rem;width:12.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9yzkAnBVLt8pMTTJacIOgmlx1DyRirJ { top:9.25rem;left:8.6875rem;width:6.4375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaG9QCAIxse4DKxWzelvT2BxG0EQPpfQ { top:9.25rem;left:25rem;width:6.4375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwUWRQuCkUnytR4R03tUA8uNxcxLlXJe { top:9.25rem;left:40.3125rem;width:6.4375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl { display:block; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaT0TyGyvITdrhOO091zH8VpTh7JWRVg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adUav6JbvI9lRnyeWv1ZHEFGagPcTAgd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyk7F8VMk0iVgmTgEEkN1TrL7BTxa5lU { top:10.5rem;left:8.9375rem;width:29.875rem;height:63.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-regular-label { display:block;height:auto; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-checkbox-label { width:25.1875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB  { width:26.4375rem;height:auto; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB {display:block;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB { width:26.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #I2fwkyd5BGWLPonfCvT9uvuTJV1ybqHr {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #hCT7IURNyJPU33KATBfNITdTs4VyNR95 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #h4Q9KyFOUp1lHpsZpXpDHoDgodrgbTCe {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #pAfmrdzwKB0kTAiIpN83bEu5xvyLEOCn {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #OhZFfIlmSFeTzGfGHrZgT7yMveoSzvNK {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #LqxMhfiJL5nymt6vKpEwvvVr8GepGbor {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #hn2xO7Zdewp6uAXXT3ifFcT7hFybB71B {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #XSqSh7G5AuKltndKNIcpeUGe3ZRhLdg0 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ACWdKoTnWcXw0WRLIS7guSsZyzp2L7u3 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #vPSNySazQTeif9EwmJyzXUkohl2Edlvy {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #shHMHsHos0ivsl1KQqKTfLZDvaRwWFfI {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #QOQcOszwM8N2oGGZymFbuHFqUzqw2aRm {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #DzIIPnWBrs5OIm8fc7udRDzQsOIvzoHd {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ktsPJceDw3C19iJqSUCm4LayETJBVT67 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #XN37VblgkskA5zvDxGxfreT9HSd0k3Rw {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #JHpXRfVHlGD0yKmQeX95xLxVXhwgRHxR {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #lhofzbeGai8Kt9R6Mr0fUFu8v8ULL8hl {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ReLpzR5KJU664oWpi436oQddvHiw5k4L {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #tJGIAgOUITdrntCcEQWXq6fxJQFp6Sgn {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #aJso2w1iQ4A6Ru2JWEESgNgk2qVBrETT {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #DB4SJvTxTVwiHTbbsh3z0b1qvQtUMdCz {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #IZ0GXhxZfudSSJrVmK6oD6TutqCkIxE9 {  }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #IZ0GXhxZfudSSJrVmK6oD6TutqCkIxE9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #AT1Tn1ATye7UMweIC972UFsRf95c70vA {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #g0d2WsmEAGLAslHpERq9oFUBeVwHQBRI {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #eMIuGew3sPTETulBdlH6oMRhq2hdJVJt {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #tTzGDnVfzhWzzxbaHf5b8h3bsOVCGSpw {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #bGUrQnA7gAT0B1Cn6opafPCXfrKAQym2 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #KUOoLrkqPcyRtKobcyGq5JQyiCB1dHf6 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #vdIt949laE6whuWwWhXXusu9Rk8rh5is {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #UTddbtPGIaTTaatQFRttNaLbGrd80I70 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #TsHtswdrRvaAeT1aeLEyx5CcIIHUbWro {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #NGgC5zklq70aV2Tn9MKC1XUDnSzEkzvU { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #Mt0n71gh2mezDti4p9v1N5KCGenJ3PfA {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #bT3m7RghTa1TEptpJNOF8hTu4Sytb5Ti {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #yT4oMQBJubJMN0l2SyoCpRT8aUVUvZDD {  }
 }@media only screen and (max-width: 763px) { #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r { display:none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #XunxkFgdR8etSdnu8CoxCGOb4UTHVBuO {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #CFLnVpBrKxBTm3mnSL3ORDXg4VhUXU6T {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #wFsJMbmJKbUH4aXDTPlssm7AZIRqTdSS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GcrDq8SLIKy05QfwKMNZC5F9sJumsd0c {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #XvymDPGHxUKtcewW98xSkLL9n6IRTBsr {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d5g6wbUpdgX7T75SDWLWXaLeTX1dfKiX {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #womhQeQpvQDgoWDtcWdqtN3fLSgN77sJ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #azOlWhkim4fqDdXhnwH2zm6JAMxClcLN {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #gsVTdp3GJFROf2AhK7xRIhu9CH765RTb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kUvwgawPucTGs886c6yE2ZbgH4T1sEJJ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { top:1.6875rem;left:0rem;width:9.8125rem;height:7.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { top:29.125rem;left:0rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { top:9.9375rem;left:0rem;width:29.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { top:17.125rem;left:0rem;width:19rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { top:21.8125rem;left:0rem;width:12.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v { position:relative;z-index:auto;display:block; }#VQ8wTAkGmlZGbpWqK3fgyfLqEpSUOa6v > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX1U0JDk86sEzFgMlxa1yaraxDdcaMwK { width:20rem;height:3.7109375rem;top:4.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;line-height:1.1;font-family:besley;display:block; }
 }@media only screen and (max-width: 763px) { #UZeHnCTeQAqnQS9lg6SzCW3lIMXQRFVe { width:7.5rem;height:1.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4f9OTG2PQxLDQhaMIVsbf6wEKko1Tbp { width:12rem;height:0.962525rem;top:16.0771484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #hvFsRgf4nTvMteEGbWaInPOQdyrEmedc { width:17.0625rem;height:3.0625rem;top:11.8125rem;left:0rem;font-size:0.875rem;background-color:#2a2c32;background-image:none;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;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; }
 }@media only screen and (max-width: 763px) { #FWo6EcvNsFED2wGTErGTDGdDIrhCgxV4 { display:block; }
 }@media only screen and (max-width: 763px) { #xXhcAc8ZlMlXB8uapADdB6TyastvNT5Z { width:20rem;height:2.0625rem;top:8.7734375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yHFA8ITUISWOu54NiArTAAtGN1siPS { width:20rem;height:14.3965rem;top:16.125rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ { background-color:#0ba3ad;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { background-color: transparent; background-image: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container { display: none; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .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); }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#EtJrwqpnWrXkz6D5EFg2nIVSXRgTyBSZ > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zR9zsHd7B3K7oCVTfEbJeLuT2BPJi0qk { top:0.9375rem;left:0rem;width:20rem;height:7.8125rem;z-index:15018;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N3oy7Hxqcn5RPziuQobhpQRpCciA6umP { width:20rem;height:3.986325rem;top:10.0625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15018;color:#ffffff;font-family:poppins;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR { width:20rem;height:12.1328125rem;top:15.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15019;color:#ffffff;font-family:poppins;line-height:1.4;display:block; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MbGG9GmeHyz2yeGyUnOVebuX6RD1hBoR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ { display:flex;top:12rem;left:14.75rem;width:4.625rem;height:4.625rem;z-index:15022;display:none; }
#IhWXihJBMhIeO0lRf5uoSS7BTEWzq7TZ > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #iKPDAHrTfh5D11nWsyIKT3akNqcyxGui { width:20rem;height:13.53225rem;top:28.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15019;color:#ffffff;font-family:poppins;line-height:1.4;display:block; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iKPDAHrTfh5D11nWsyIKT3akNqcyxGui li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e231721ad97e597a3e3116ccba275a0a1e2d5808.svg); }
 }@media only screen and (max-width: 763px) { #AN1dkhel9sMcVDRzgWxMiLKi4brTLR87 { width:20rem;height:11.25rem;top:47.04296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK { display:block; }#zmTgAXDZO6lPT4ETsglTKCzKC4FSTPVK > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNin2klLLXmg8D70ANcXsbB7N4TSd6JI { background-color:#eeeeee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { background-color: transparent; background-image: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container > .video-iframe-container { display: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container { display: none; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .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); }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { border-width: 0; border-radius: 0; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#hNin2klLLXmg8D70ANcXsbB7N4TSd6JI > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDX9QlOL5bwUcowXunXVmSZgC0i5WV11 { width:17.75rem;height:5.4rem;top:2.1875rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sKS9rdhJrSlnTn5MqB4Qsg5ePi1JTube { width:20rem;height:4.79883125rem;top:8.849609375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #kgtIvvXNhFH3WEL8qpsnGEsRt9PbOWTG { top:15.59765625rem;left:0rem;width:20rem;height:21.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ { display:block; }#GGkwz6N9gZ5Ft0HLVvwsT2WAAM4flcmJ > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA { background-color:#eeeeee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container { background-color: transparent; background-image: none; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container > .video-iframe-container { display: none; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row > .video-iframe-container { display: none; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .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); }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container { border-width: 0; border-radius: 0; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#OOFa3e0u3KTXHioQw6KomnHaQmoeR2TA > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6KMMcQLciUG4xZu5lXSeC5aMhG0mG6a { width:17.75rem;height:3.6rem;top:2.1875rem;left:0rem;font-size:1.5rem;line-height:1.2;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yChBVtQxLirhIxchTn37zEPfTwehixeW { width:20rem;height:7.9980625rem;top:7.162109375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #J30v7tiQESTsQeK5I7dk18m0tgrksPlm { top:15.91015625rem;left:0rem;width:9.625rem;height:9.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tx6O9bPLdGtUh9xNr93PBnsVOsTtWrK0 { top:18.22265625rem;left:10.375000536442rem;width:9.625rem;height:9.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cNCXRxwIIRT0NhUF56nrziv8cWtBwQiw { top:26.22265625rem;left:10.375rem;width:9.625rem;height:9.625rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LnI5QAllDGlNXOJ5Fiw61L6vcF8uHTvz { top:69.47265625rem;left:5.1875rem;width:9.625rem;height:9.625rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ppTdfL0WuJZcT4ixJ5XGIkX9HSdIOE2o { top:26.66015625rem;left:0rem;width:9.625rem;height:9.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RrTTkqmHAFDAnm0ymXbTulJaKHTiGX9b { top:29.53515625rem;left:10.375000536442rem;width:9.625rem;height:9.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB { display:block; }#nqb8w6OB8qwXzzZ9fDU6cqTXTCiFHvbB > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DU0p94Ckxd8kTwV91BVAlhIRnOKth8og { display:block; }#DU0p94Ckxd8kTwV91BVAlhIRnOKth8og > .row .container { width:20rem;height:114.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy148I4efB6ZKXNKlgv2BCZvI1gGcIyi { width:20rem;height:6.75rem;top:0rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:poppins;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bSObLU12VRwT2cRl5VgIDbK212Vn1dV5 { width:20rem;height:7.9980625rem;top:8.0625rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15005;font-family:poppins;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oVQexgJTBmPlKuW5bT4Cv5mNditz4uZP { width:16.875rem;height:30rem;top:17.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkEdqGagmXMxWRITJRCo5h8N9XSAFktF { width:16.875rem;height:30rem;top:50.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf58FNRMLT8Oq9aE7pNFyx8lcD5JR7MD { width:16.875rem;height:30rem;top:81.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C { display:block; }#B0fHt1EqmVAytH78xksrUtdG9HEHOZ8C > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1FLktGaA81xVmf8pElIg7vTbezbmK4p { width:20rem;height:32.6875rem;top:4.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -moz-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -ms-linear-gradient(170deg, #0ba3ad, #967fd8);background-image: -o-linear-gradient(170deg, #0ba3ad, #967fd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba3ad', endColorstr='#967fd8' );";background-image: linear-gradient(170deg, #0ba3ad, #967fd8);background-size:cover !important;box-shadow: 0.25rem 0.3125rem 0.75rem rgba(188,188,188,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uHhu0x7owBfLVpgvHx9AwA03ADTKibkd { width:16.4980625rem;height:3.59765625rem;top:8.3125rem;left:1.46875rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #DMeFZhM9qf0MkRprQIziZtDEGVgDvSmD { width:17.0625rem;height:2.325rem;top:6rem;left:1.46875rem;font-size:1.9375rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xfTvrKxTGGHqXkTwADZGzbb9kCBHnIqX { width:20rem;height:2.25rem;top:0rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:poppins;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r5RmTVutOiAPHoPSI098QwaCbsDVTCho { width:19.9375rem;height:3.125rem;top:40rem;left:0rem;font-size:0.9375rem;background-color:#2a2c32;background-image:none;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #buwqBRp1sCZUGigi8MtuQrQF5pz8KSqE { display:block; }
 }@media only screen and (max-width: 763px) { #lbECuUKVmuQmibEf2TXbaTlTUHAtncR8 { width:16.875rem;height:3.59765625rem;top:15.8125rem;left:1.46875rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #poGfb2BB9S8weMELDcdcdqhn3lCqRVIu { width:16.6875rem;height:3.59765625rem;top:23.71484375rem;left:1.46875rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #XJwd698sBFN7KfUIfRdhexTN8wX1A1bq { width:17.75rem;height:3.59765625rem;top:30.875rem;left:1.46875rem;font-size:1rem;color:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #x9yzkAnBVLt8pMTTJacIOgmlx1DyRirJ { width:6.4375rem;height:2.4rem;top:13.4375rem;left:1.46875rem;font-size:2rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xaG9QCAIxse4DKxWzelvT2BxG0EQPpfQ { width:6.4375rem;height:2.4rem;top:21.125rem;left:1.46875rem;font-size:2rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GwUWRQuCkUnytR4R03tUA8uNxcxLlXJe { width:6.4375rem;height:2.4rem;top:28.5rem;left:1.46875rem;font-size:2rem;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl { display:block; }#NpMMcSEzaHT2AEbIiNMgi5QHmP6eIgXl > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaT0TyGyvITdrhOO091zH8VpTh7JWRVg { width:20rem;height:7.4238125rem;top:0rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;font-family:poppins;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #adUav6JbvI9lRnyeWv1ZHEFGagPcTAgd { width:20rem;height:8.3965rem;top:9.0478515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);line-height:1.4;font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #eyk7F8VMk0iVgmTgEEkN1TrL7BTxa5lU { width:20rem;height:60.5rem;top:17.8125rem;left:0rem;z-index:15001;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(11,163,173,0.54) ;display:none; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-form-header {  }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#2a2c32;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.57);border-left:0.0625rem solid rgba(125,125,125,0.57);border-right:0.0625rem solid rgba(125,125,125,0.57);border-bottom:0.0625rem solid rgba(125,125,125,0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.57);border-left:0.0625rem solid rgba(125,125,125,0.57);border-right:0.0625rem solid rgba(125,125,125,0.57);border-bottom:0.0625rem solid rgba(125,125,125,0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .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; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-input-button { 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:#2a2c32;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;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:17.5rem;height:3.125rem;font-family:poppins;overflow:hidden;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.75rem;font-weight:400;color:#64676d;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .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; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:3; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-container:first-of-type{padding-top:0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-container:last-of-type{padding-bottom:0;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:18.4375rem;z-index:15002; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB .widget-info-text { display:block;height:auto;font-family:proxima;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#64676d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB {display:block;}#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:18.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #I2fwkyd5BGWLPonfCvT9uvuTJV1ybqHr {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #hCT7IURNyJPU33KATBfNITdTs4VyNR95 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #h4Q9KyFOUp1lHpsZpXpDHoDgodrgbTCe {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #pAfmrdzwKB0kTAiIpN83bEu5xvyLEOCn {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #OhZFfIlmSFeTzGfGHrZgT7yMveoSzvNK { display:block; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #LqxMhfiJL5nymt6vKpEwvvVr8GepGbor {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #hn2xO7Zdewp6uAXXT3ifFcT7hFybB71B {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #XSqSh7G5AuKltndKNIcpeUGe3ZRhLdg0 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ACWdKoTnWcXw0WRLIS7guSsZyzp2L7u3 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #vPSNySazQTeif9EwmJyzXUkohl2Edlvy {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #shHMHsHos0ivsl1KQqKTfLZDvaRwWFfI {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #QOQcOszwM8N2oGGZymFbuHFqUzqw2aRm {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #DzIIPnWBrs5OIm8fc7udRDzQsOIvzoHd {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ktsPJceDw3C19iJqSUCm4LayETJBVT67 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #XN37VblgkskA5zvDxGxfreT9HSd0k3Rw {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #JHpXRfVHlGD0yKmQeX95xLxVXhwgRHxR {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #lhofzbeGai8Kt9R6Mr0fUFu8v8ULL8hl {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #ReLpzR5KJU664oWpi436oQddvHiw5k4L {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #tJGIAgOUITdrntCcEQWXq6fxJQFp6Sgn {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #aJso2w1iQ4A6Ru2JWEESgNgk2qVBrETT {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #DB4SJvTxTVwiHTbbsh3z0b1qvQtUMdCz {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #IZ0GXhxZfudSSJrVmK6oD6TutqCkIxE9 {  }
#ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #IZ0GXhxZfudSSJrVmK6oD6TutqCkIxE9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #AT1Tn1ATye7UMweIC972UFsRf95c70vA {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #g0d2WsmEAGLAslHpERq9oFUBeVwHQBRI {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #eMIuGew3sPTETulBdlH6oMRhq2hdJVJt {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #tTzGDnVfzhWzzxbaHf5b8h3bsOVCGSpw {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #bGUrQnA7gAT0B1Cn6opafPCXfrKAQym2 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #KUOoLrkqPcyRtKobcyGq5JQyiCB1dHf6 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #vdIt949laE6whuWwWhXXusu9Rk8rh5is {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #UTddbtPGIaTTaatQFRttNaLbGrd80I70 {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #TsHtswdrRvaAeT1aeLEyx5CcIIHUbWro {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #NGgC5zklq70aV2Tn9MKC1XUDnSzEkzvU { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #Mt0n71gh2mezDti4p9v1N5KCGenJ3PfA {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #bT3m7RghTa1TEptpJNOF8hTu4Sytb5Ti {  }
 }@media only screen and (max-width: 763px) { #ZkiRpaWJE0FU2I1Kr8oZTUQTSgiI0hQB #yT4oMQBJubJMN0l2SyoCpRT8aUVUvZDD {  }
 }@media only screen and (max-width: 763px) { #fb3wL53XecnRMfXIMvTJE93yfUEiSD6r { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2c3337);background-image: -moz-linear-gradient(180deg, #ffffff, #2c3337);background-image: -ms-linear-gradient(180deg, #ffffff, #2c3337);background-image: -o-linear-gradient(180deg, #ffffff, #2c3337);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c3337' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c3337' );";background-image: linear-gradient(180deg, #ffffff, #2c3337);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { background-color: transparent; background-image: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { display: none; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .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); }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { border-width: 0; border-radius: 0; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fb3wL53XecnRMfXIMvTJE93yfUEiSD6r > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:20rem;height:57.533203125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #7b7b7b; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { color:#ffffff;font-family:poppins;font-weight:700;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { color:#ffffff;font-family:poppins;line-height:1.6;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_dd3c6284b84b0c0584d80c43b1ac6d062b3e96a1.svg");height:2.0625rem;width:2.0625rem;min-width:2.0625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:20rem;top:9.095703125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:1.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #XunxkFgdR8etSdnu8CoxCGOb4UTHVBuO {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #CFLnVpBrKxBTm3mnSL3ORDXg4VhUXU6T {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #wFsJMbmJKbUH4aXDTPlssm7AZIRqTdSS {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #GcrDq8SLIKy05QfwKMNZC5F9sJumsd0c {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #XvymDPGHxUKtcewW98xSkLL9n6IRTBsr {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d5g6wbUpdgX7T75SDWLWXaLeTX1dfKiX {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #womhQeQpvQDgoWDtcWdqtN3fLSgN77sJ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #azOlWhkim4fqDdXhnwH2zm6JAMxClcLN {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #gsVTdp3GJFROf2AhK7xRIhu9CH765RTb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kUvwgawPucTGs886c6yE2ZbgH4T1sEJJ {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #osmH0G5xVxtiFIQT4hURWMNF6JPCQc4B {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #mqa8lDXqviRiATgUOixkgfT4X9HkfA5D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #KVOkJU6Nuckcy0PwO0lq5iGuJFMfiAHz {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #d2LG0HHXC3a2gLQF1aM8T3BkxTQ2TX2D {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPVfdFU4TTSysSWTNWTtKWOZtGNJ7oRe {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { width:9.8730625rem;height:5.625rem;top:2.2841796875rem;left:0.8125rem;font-size:4.6875rem;text-align:left;text-align-last:left;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-image: -moz-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-image: -ms-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-image: -o-linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#435f53d1', endColorstr='#2a2c32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#435f53d1', endColorstr='#2a2c32' );";background-image: linear-gradient(360deg, rgba(67,95,83,0.82), #2a2c32);background-size:auto !important;display:block; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { background-color: transparent; background-image: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row > .video-iframe-container { display: none; }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .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); }#JndvxDMoz1KeVgONQCyO4uS6Xlg9zgcJ > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJDkikza86PkxSeQcbDQSoVyCy5wFwM { width:17.6875rem;height:1.4rem;top:24.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { width:20rem;height:4.0625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqCXmvEZdXUvTvQNQsAarv02pSMSuiU { width:17.625rem;height:2.1125rem;top:13rem;left:2.375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AcXihOdcEM4tZgLQbpLuxff2BHeShED4 { width:10.6875rem;height:4rem;top:17.0234375rem;left:2.375rem;font-size:1rem;display:block; }
 }