.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:255,231,246;--color-primary-1:255,174,225;--color-primary-2:255,93,194;--color-primary-3:128,47,97;--color-primary-4:38,14,29;--color-secondary-0:252,250,222;--color-secondary-1:245,240,145;--color-secondary-2:234,224,34;--color-secondary-3:117,112,17;--color-secondary-4:35,34,5;--color-tertiary-0:255,255,255;--color-tertiary-1:184,230,195;--color-tertiary-2:18,171,54;--color-tertiary-3:9,86,27;--color-tertiary-4:2,17,5;--headlines-font-family:"Russo One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO { background-color:transparent;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; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container { background-color: transparent; background-image: none; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container > .video-iframe-container { display: none; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row > .video-iframe-container { display: none; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .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); }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container { border-width: 0; border-radius: 0; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;overflow:visible;position:relative;display:block; }#hyqhZTuUcvW5KOaDHMx54tbTHJreXd7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.0499999523163rem;left:0.92343711853025rem;height:;font-style:normal;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; }
#rndszGTwSHp7RUOXfEAMrFMK0I4WzL7M { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:31.875rem;left:0.921875rem;height:10.9375rem;font-style:normal;display:block; }
#NG3bnb23sToXreFbo9TF1dt6DKI0DIN3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:5.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:43.1875rem;left:8.296093940735rem;display:block; }
#dH2x5kaEV2pyUhIueE0TKVlFXZ7fCoK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7cKSDg33QSkLvC8RBSW6ylte5lVN64N { box-sizing:content-box;height:31.25rem;width:18.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:39.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#dp9WGNtA3Th3L12NvX0fisMLFFgqyMMc { box-sizing:content-box;height:28.9375rem;width:17.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.625rem;left:56.437500953674rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U5yQ5fxGrpBOXkVhomvDT2z6O0VDhxNO { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:37.4375rem;top:0rem;left:36.175000190735rem;overflow:hidden;display:block; }
#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/ccef4f00-239f-4d3d-9083-123bbff08d19/bg_411.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt.adaptive-delivery-prevent-bg, #ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt.lazyload, #ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt.lazyloading { background-image: none; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container { background-color: transparent; background-image: none; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container > .video-iframe-container { display: none; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row > .video-iframe-container { display: none; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .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); }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container { border-width: 0; border-radius: 0; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container { font-size:0.875rem;font-family:arial;height:76.875rem;width:75rem;position:relative;display:block; }#FlAewRSr8vi7sD35h0MEXcz4KKkO54Bh { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.2179689407349rem;left:37.000000953674rem;height:15.25rem;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; }
#kQi9L13IhdDmbkETRmG6zvZv0x6KTmSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.311719894409rem;left:37.000000953674rem;height:30.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIkkdT1s4AV22RtnDBtLFhhz0JpDSv8w { box-sizing:content-box;height:13.75rem;width:13.75rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:28.4375rem;left:21.874218940735rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aXs9tBuMFVZPTTs5saN7GwizRHOvRPtb { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.625rem;width:32.5rem;top:13.686718761921rem;left:0rem;overflow:hidden;display:block; }
#HHz5Rdk7Jwvth6e2of970QwxKsCde0yU { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:54.6875rem;left:7.362500190735rem;height:9.9125rem;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; }
#D3JnIPDOfqv9sTTX0xy8wlOfGmO6GfMi { color:rgba(var(--color-tertiary-4),1);display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:66.0625rem;left:7.081250190735rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/ba100f26-6208-4303-9bf0-d64c82b6fed8/bg_100.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28.adaptive-delivery-prevent-bg, #ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28.lazyload, #ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28.lazyloading { background-image: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container { background-color: transparent; background-image: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container > .video-iframe-container { display: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row > .video-iframe-container { display: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .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); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container { border-width: 0; border-radius: 0; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#WHclWDdJ2eMOoVTyTrcEf9d6SF1LDozI { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.7500061038881rem;left:1.6875rem;height:16.75rem;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; }
#n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:20.75rem;left:1.0601558685302rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
#sTxCXdvnKQWonggVBZx9Q7rzLATkQhDp { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:51.875rem;width:36.625rem;top:10.56015586853rem;left:37.562500953674rem;overflow:hidden;display:block; }
#G4K1AH8KIw1Bt4apNKwQwgoTnMIPp2zx { box-sizing:content-box;height:12.875rem;width:12.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.142188072204rem;left:45.125000953674rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH.adaptive-delivery-prevent-bg, #bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH.lazyload, #bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH.lazyloading { background-image: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container { background-color: transparent; background-image: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container > .video-iframe-container { display: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row > .video-iframe-container { display: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .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); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container { border-width: 0; border-radius: 0; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .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; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);height:auto;line-height:1.4;overflow:hidden; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .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;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_51fa790341df1261286c5a5ee78b0b330fcdbcc6.svg");background-size:contain !important; }#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-trigger.adaptive-delivery-prevent-bg, #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-trigger.lazyload, #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-trigger.lazyloading { background-image: none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:3rem;left:36.125000953674rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO { display:none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #w4m6kzWTTbURywpIAzVS48r7KZxiiJ3C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #DdPD5A2LRL5Apl0manrKODvQENRiEaeL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #fVisdWrVC2AR01SwKuKcht3HFCNo8QIo { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #bdH8gu3xsA08O6wXeLq5M9o4kwDH948X {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #vIwyf3IZEPaLbsaazslC498aunZThQmg { display:none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kfnTVxbztt2zWaQOCRxo8mB1t3TxV8qb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ExQxs6dyGZBrxdxWmSW2zp0BV7bwiDWT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kI5WbkQu7w2TU5shuo3Tmq8m5Xg6moCQ { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #JwgnKh9Brx7ZvZrpSFSuWNFK3eC93bgR {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #OMrvGX2yXTicJHk2Udn2HdsVwzFhTr0T { display:none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #AmZ001mz0br2KnEBJwqggKCaeZGkaswz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #QRxeETGBE3Nc2a4HkEyD07Lz2bG9BCGF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kIFN0Bh2fBqLITkCcHDzItc9NXDT9zQE { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ONLDbKpZWJkma8bw5ZPBpAAKC7SoEA42 {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #RdJOyhPGvrWxCO1xo1mxvSc8TanCdiFM { display:none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #emxRpc4r0gmoQR1wQvfWVahWesJu08L0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #tGwan6Sl3bBA0MAlpnePPXhQAmaLGHyw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #aaMCfW1uBHRof774GHgk5lnspAp1aKGk { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #G5u1eq0RfHdFaw3WMHr5qWUKbk5Nx37a {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #B10Kg66LxnUWH6xBGzKJzNxx6IUdGAPW { display:none; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #hezJTWnbGsmzclQMzE4x50Utu9lQ9SPV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #mP1CQ7ku8Qwevd7rKGvo2uTPqlXudSVJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #efwynX2MFrTdUQQ89bfKDTf5fqGCiR2A { display:block;position:relative; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ndK2vblHKHXgFnra4TiqoHNO5oZWMoKG {  }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #IgTTrqXndh2ydy1qzU3czF4mH43KaEfP { display:none; }
#DBCgoEzpt1nI02T1ofyV0pbhve9xIXZE { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.5rem;left:1.24609375rem;height:;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; }
#DcraI98ETLW24JrqTNWWstfTtm2pHDnn { background-color:transparent;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; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { background-color: transparent; background-image: none; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container > .video-iframe-container { display: none; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row > .video-iframe-container { display: none; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .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); }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { border-width: 0; border-radius: 0; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { font-size:0.875rem;font-family:arial;height:109.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oFtMqHcrLS7q2OilwKlbw2ugR0HEPkQN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:1rem;left:0rem;height:10.5rem;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; }
#BfXHabRudLJWWCyql4G4HFUTr2DvsZpf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.625rem;width:28.1875rem;top:14.435938835144rem;left:21.860938072204rem;overflow:hidden;display:block; }
#VkBlkDRUhzF5GeFEvZAAuVmVFVW9UW50 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:62.500000953675rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#Mb98LX6MsCaBXpoGoaw1LsWR9Fx2Zlbx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:34.75rem;width:20rem;top:14.436720132827rem;left:1.8617181777954rem;overflow:hidden;display:block; }
#whWCEhF6m8XDEsxtnO3SBgMVI5XM43cU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:24.625rem;top:14.436719417572rem;left:49.437500953674rem;overflow:hidden;display:block; }
#kvU9CctFc7y6VIAe6RXKooT9llcsmnrI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.5625rem;width:28.1875rem;top:38.175002098084rem;left:21.811718940735rem;overflow:hidden;display:block; }
#DktUP2tEnJaapNWMt38qmZ5BGHqqJH8E { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.125rem;width:22.125rem;top:49.936720848084rem;left:0.75rem;overflow:hidden;display:block; }
#H231sy1W71iDNbX5Svq1zql0NpyddwLg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.0625rem;width:22.125rem;top:48.436720371246rem;left:50.687500953674rem;overflow:hidden;display:block; }
#IUzlTXpwkxflctKvZ6i7afiCCzwpyfqB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.3125rem;width:27.75rem;top:57.925002098084rem;left:21.811718940735rem;overflow:hidden;display:block; }
#noKsqOVXpM13kyB4RRe9QF8ZkEXI0ILU { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.1875rem;width:23.3125rem;top:70.374220848081rem;left:0rem;overflow:hidden;display:block; }
#SzGTSVr8iQHGsbwKm6fVXoK5ncNU1uAy { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.1875rem;width:23.3125rem;top:70.374220848081rem;left:49.999218940735rem;overflow:hidden;display:block; }
#Jgx7QqT31IRFzVAmLCTSE2BCsnAzXgTD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.625rem;width:32.0625rem;top:82.43750190735rem;left:21.467968940735rem;overflow:hidden;display:block; }
#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/20b96b4f-3e88-4263-8256-bd01b017af3f/for_who_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm.adaptive-delivery-prevent-bg, #WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm.lazyload, #WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm.lazyloading { background-image: none; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container { background-color: transparent; background-image: none; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container > .video-iframe-container { display: none; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row > .video-iframe-container { display: none; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .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); }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container { border-width: 0; border-radius: 0; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#vbMU627grKHyql2M13pKXeTNiuexd5ya { color:rgba(var(--color-tertiary-4),1);display:block;width:70.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.5500001907349rem;left:3.4375rem;height:16.125rem;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; }
#kd1nF0NpwwpS3kTeoHG9cb7X90i7dnBn { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:17.675003051757rem;left:1.875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#TU8JFaUyT03G2gy3RF9awAgr1ZgruNtO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.175004005432rem;left:3.4375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jvq9FFpVIbOSsVh1bNGKThal7dTC7k2x { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.937502861023rem;left:3.75rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acaGWITKurhvNmaFrpTMWq6GLRHfrFhd { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:23.687502861023rem;left:10.874218940735rem; }
#mh1FTcVQI9BEgHTsdqX6qCt70sF88vKP { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#EXGyZntgOOxItsEAtOcqZGstUpiuzQan { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.937502861023rem;left:54.375000953674rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b31HHGBwKw9TnV7ewX4IaUZsy1DZSbNF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.25rem;left:54.375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRiSzNXeay3hReyxJdwtS6cGwx7ea7OI { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.75rem;left:61.5rem; }
#MUQbBTFRhZHXKFLx5WvGHgT3hNEktonK { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:35.25rem; }
#e179fZdvB6MROATuI4q9IKNuCvC1su6H { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.25rem;left:28.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9mTW4OEScNTQ2rppTKIm8uZTCCHCcTm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.937502861023rem;left:28.125000953674rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfpD1bQ86JwTQAqvZfUGaBgrDsvtiNKR { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:44.312501907349rem;left:12.999218940735rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/f7391219-59a8-41d3-8209-72ee22952874/bg_7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI.adaptive-delivery-prevent-bg, #nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI.lazyload, #nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI.lazyloading { background-image: none; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container { background-color: transparent; background-image: none; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container > .video-iframe-container { display: none; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row > .video-iframe-container { display: none; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .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); }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container { border-width: 0; border-radius: 0; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container { font-size:0.875rem;font-family:arial;height:116.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QTLpTxA0urUuxwMXxJTQlfzvJsF6pEwG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.4375052452088rem;left:0rem;height:10.5rem;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; }
#LqqShZ9XXiRi1NFf5qysssx1tkp4vr3v { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:14.187500476837rem;left:2.2484369277954rem;height:27.3rem;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; }
#oQfXtALx3ikMWWNcM5KnGmRXdcRkG4TL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:44.687504768372rem;left:0rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mv8aHUdD76kib9o7y9NS8AelkhEGBkUl { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:61.812494277954rem;left:1.8125rem;height:6.825rem;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; }
#o095QrK8MydZslC3ZMZzy45pdzQcirJu { box-sizing:content-box;height:31.6875rem;width:70.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid #f20089;border-left:0.3125rem solid #f20089;border-right:0.3125rem solid #f20089;border-bottom:0.3125rem solid #f20089;top:70.1875rem;left:1.98046875rem;display:block; }
#gVucF5ShEgC1CylchG2CmMkEBn9KAgSd { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:71.3125rem;left:15.842968940735rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkgUU7ll8wkGe5hMAAxhEJ116uiJeADC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.0625rem;left:28.125rem;display:block; }
#v6EtMk7UNB3bTCrpuhoRx7LTXgfTAPma { color:#f13d0c;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:77.499997138975rem;left:15.842968940735rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrcATkmFihv0dURRO2zE5NJ2EgrzEdef { color:#fdf1f7;display:block;width:21.9375rem;position:absolute;font-family:"russo one";font-size:3.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:83.724997520444rem;left:26.531250953674rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O13e83ZD43ayRchvvAeDptV7TTFiaAva { box-sizing:content-box;height:5.3125rem;width:15.75rem;position:absolute;display:block;z-index:15012;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.928122520444rem;left:29.625000953674rem;display:block; }
#gFuodtKEOAfw6qTaNTzVieOhGfvKyepm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:89.190622329712rem;left:19.749218940735rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#MmlS7z3VDbQ5OXraWcRaHOmv9NXoz37U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:89.190622329712rem;left:49.312500953674rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#VDLUPrC1M28gbggwmEqyBryM6sxIsB1i { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:90.268747329712rem;left:26.218750953674rem;display:block; }
#JBvI1pbdApNlAQyJ7JCRghwyOIVhoQ32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZSBlXADyH7gqniVNOWV4GHIKwwJF3lv { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:94.628122329712rem;left:5.2789058685303rem;height:1.3rem;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; }
#vKNw3UTVTdKl4Npybl6m9EKeewipucpG { color:#120f10;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:96.587497711181rem;left:16.280468940735rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QunePCBoJEXZqbyK3y6J5WUE34AalJDM { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:104.00000286102rem;left:3.3726558685302rem;height:10.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container { background-color: transparent; background-image: none; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container > .video-iframe-container { display: none; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row > .video-iframe-container { display: none; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .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); }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container { border-width: 0; border-radius: 0; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#CEkrRuN15lKrAwamqz8ta0lBJcHnnJcZ { color:#090507;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.5000001192093rem;left:9.362500190735rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.97rem;padding-right:0.866875rem;padding-bottom:0.97rem;padding-left:0.866875rem;display:block;align-items:center;width:5.2025rem;min-width:5.2025rem;height:5.213125rem;position:relative;font-family:"open sans";font-size:3.88rem;font-weight:700;line-height:83.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.60625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.9375rem;height:2.06rem;position:relative;font-family:"open sans";font-size:1.455625rem;font-weight:400;line-height:32.96px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:31.75rem;height:9.819375rem;padding-top:1.2125rem;padding-right:1.239375rem;padding-bottom:1.2125rem;padding-left:1.239375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.2437499761581rem;left:21.310936927796rem;z-index:15007; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #P8Xb2g1uwDuJbNULSWQHl9Xf4mmVGvGv { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #WxmdZC9V4Es36BP4h9oCNvITxigWJ0Nb { width:auto; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #W1FL7UuLpJX62K3JkXBcyhTNFwt7fQof {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Q3HhSvS3g2EZdfdGEva6eSL8oFQ0JHGA { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #V6DuAR4nghZgVWEQ8Ul4hwKTxpKit1To {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #PmWkkRNCm9fOyF9HfvxDhVJ3skU52WRR {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #VcTm0O2hAuctypbHv11snB07EZZ13nzB { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #dWXBWdxtqUQhbi99MQmV9uPTVJUC7WwM {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Z7Jmpc6ytEJJ6ORWMkT7DAINFTlwdQPK {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #BD00EnTeIl0vor24bM6k2dEyilBuWeS8 { display:flex;position:relative;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #oySZT9rR1uQT6K6nfdpwMUkp2kTVT5a8 {  }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #aDtM919WgxX1EBfAm4TwvAqiGyQuXS9A {  }
#n1W5yzZmhLmrsVWA6EQo4SWEsbIMlqIx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5rem;height:6.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.437500357628rem;left:20.676562309265rem;display:block; }
#WEMMFCd3MTLUwlaVDPBAnNw6uZrChwHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/98577f5c-7e3c-4585-808e-f9cc9f18c1c3/bg_20023.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5.adaptive-delivery-prevent-bg, #NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5.lazyload, #NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5.lazyloading { background-image: none; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container { background-color: transparent; background-image: none; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container > .video-iframe-container { display: none; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row > .video-iframe-container { display: none; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .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); }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container { border-width: 0; border-radius: 0; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;overflow:visible;position:relative;display:block; }#plsRkhC8bIQ4vGidv9yGAOk0oXcyL7Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.2500001909211rem;left:0rem;height:16.125rem;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; }
#JZPL6RZIpaw9yPRPWxFJMzvmW3VNWs4T { box-sizing:content-box;height:27.0625rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yHxS8IKgwHIBx3QOkdrK7yzTQKGpFhZp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:21.5rem;left:1.875rem;height:5.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; }
#TcIOsXudVSHWnTeiL1RpP9LMOEpMH0H1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:27.3125rem;left:1.9375rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZNTSsRZyOCeg8UaoHvwCuBkMb2ts29J { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:32.875rem;left:1.875rem;height:11.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsnraA91q7BnqlCxhOSZB1lkm4OMgN0h { box-sizing:content-box;height:27.25rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19rem;left:19.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0rem;display:block; }
#TCMTv7cf71aiqiDPvJ817MO3garBklxi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:32.875rem;left:22.5rem;height:9.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wbl1kgefI3DZD1GxEPWXhWKEqS8v8QFn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:27.375rem;left:20.5625rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EfHh3TZCq0R7v8a3d8IgnxgNhrxO1gXL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:21.5rem;left:20.5625rem;height:5.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; }
#s0Hed5gdRoEForZV44u0rwxrFi2nyQ7p { box-sizing:content-box;height:27.3125rem;width:16.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#ehzy6DUZriNDDUzdWzP7vOQBb0XQn0ED { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;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:32.8125rem;left:40.1875rem;height:11.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LG8ZBIQJdL33hfe7hxo1A8xqVSTmLofG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:27.3125rem;left:40.1875rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1AEVbX1fZd5mzZ7Jwxf3Gug7TbVXoLT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:21.5rem;left:40.1875rem;height:5.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; }
#aBK2NzK9x1IglWUeslQ2gi3IUELpvJa4 { box-sizing:content-box;height:26.75rem;width:16.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.1875rem;left:58.125rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oZPf3M3HBTpTzFbv2GMZOaUO71ZpAUal { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:35.25rem;left:60rem;height:9.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nT3mDWf9TqzIQuoW8eqcchy0fJHT7XG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:28rem;left:59.8125rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8ulL24tZIfGnOTwHkpM3d3HLx696ZSy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:22.625rem;left:60rem;height:5.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; }
#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT { 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; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { background-color: transparent; background-image: none; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container > .video-iframe-container { display: none; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row > .video-iframe-container { display: none; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .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); }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { border-width: 0; border-radius: 0; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { font-size:0.875rem;font-family:arial;height:83.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#qxvQlvScUzXPVPbATTU8QAuoMfdXAusl { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:1.6249971389771rem;left:7.530468940735rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z902SdHA10Qk5TM891sikq9IXWl3nRRi { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.4305114746094E-6rem;left:62.500000953675rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#MUOP9zFLumoXgcNJCFuU7z0BNPmLIToi { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:55.1875rem;top:14.375rem;left:3.4375rem;overflow:hidden;display:block; }
#UcL0q3b3PW2ZDsqa12eTKyDyBrQZuCNc { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.625rem;width:34.875rem;top:24.0625rem;left:1.8624992370606rem;overflow:hidden;display:block; }
#zo8pbxQ5J2ShNEEk7MmnK9lTU3kplUT5 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:33.25rem;top:23.25rem;left:40.1875rem;overflow:hidden;display:block; }
#H5z8nGDhwhAsVXgEoZU0t4OTTwGmJIxF { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:22.6875rem;top:35.8125rem;left:47.062500953674rem;overflow:hidden;display:block; }
#B5nsI1flER8Zgre1pTgil8H6LeFKOgit { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:19.5rem;top:51.75rem;left:53.125rem;overflow:hidden;display:block; }
#TzoS2AbSDdFMFKLkZqsVQc7zfBgM9GLs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:33.875rem;top:60rem;left:39.5rem;overflow:hidden;display:block; }
#lFxbT8EiTDFayDGy759rbmHSTN9kkC4g { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:28.125rem;top:64.8125rem;left:4.4375rem;overflow:hidden;display:block; }
#IlPsclpy6ScpfraHMGkyqnd1kTKfCgsC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:34.875rem;top:68.4375rem;left:36.736718177796rem;overflow:hidden;display:block; }
#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { position:relative;display:block; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { background-color: transparent; background-image: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container > .video-iframe-container { display: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row > .video-iframe-container { display: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .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); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { border-width: 0; border-radius: 0; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .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; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .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:53.3125rem;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; }#TZQWKNvEA2HNikkwa1tD6sHThdFVbuhL { box-sizing:content-box;height:52.5rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#kROi2fst5GDy7Abt2Ti14WqmLCBnv9Iy { box-sizing:content-box;height:19.25rem;width:19.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.624217987061rem;left:2.375rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#ulVoUMgsXRXWTsclrTKBQcBtC3Wgq1kN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.4367132186889rem;left:41.031250953674rem;height:10.75rem;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; }
#AS1VDJtI6vpC0QJ7uKJiOB0AVRwzl8Dq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.123432159424rem;left:41.125000953674rem;height:30.1875rem;font-style:normal;display:block; }
#phS33Z7bzQ32bbQR4q9HwHMh6mpSIOQP { box-sizing:content-box;height:19.25rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.623435974121rem;left:16.124218940735rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#nczMSROHQ7DfDAzdmL6f2A431fdE6ZUG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:35.9375rem;width:32.25rem;top:0.81171751022338rem;left:2.625rem;overflow:hidden;display:block; }
#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fcefcab9-8bc7-4fc4-9d3f-3a37bb523caa/bg_109.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq.adaptive-delivery-prevent-bg, #vVqc7HPmuuF35CVPhxdKovFZ2g31ociq.lazyload, #vVqc7HPmuuF35CVPhxdKovFZ2g31ociq.lazyloading { background-image: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container { background-color: transparent; background-image: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container > .video-iframe-container { display: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row > .video-iframe-container { display: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .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); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container { border-width: 0; border-radius: 0; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Bu9rpTwFCousoZVdNuSdeTnOomTcHq1q { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.92500019073488rem;left:1.8742179870606rem;height:9.5rem;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; }
#LywdW4FfROSyexQEhVIl8uHc5BqIg97y { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:15.625rem;left:2.796875rem;height:17.5rem;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; }
#SQDxTgVfdI70V24xANLy5lBZaAniuu2F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:21.4375rem;height:5.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:45.125001907349rem;left:26.781250953674rem;display:block; }
#mBqvo1yCs2ZkNXgCvZs5eco2TdTVTSc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUykeIPp9N6Ts3zAmMXU49I8fUn8P1yH { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#WdNiL3TWufzmJ94Ot70aDkaDQooyV6fw { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#vyPcd9xrcTX9Buh7QQBEETthab1z0gpn { color:rgba(var(--color-tertiary-4),1);display:block;width:73.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:11.4375rem;left:1.8742179870606rem;height:2.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; }
#q2yvVWKCnStM7T3xbPtZnguUk5WXEyTK { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:15.625rem;left:42.748436927796rem;height:19.6875rem;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; }
#hmULPg5UyS3r0Bh592VrKPdwqCrpbcx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.362501144409rem;left:13.124218940735rem;height:6.5625rem;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; }
#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2dfa6d7-e0a8-4342-83ad-720bb2e5dd79/bg_10012.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2.adaptive-delivery-prevent-bg, #Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2.lazyload, #Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2.lazyloading { background-image: none; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container { background-color: transparent; background-image: none; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container > .video-iframe-container { display: none; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row > .video-iframe-container { display: none; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .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); }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container { border-width: 0; border-radius: 0; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#Ihv0rb63cHFNTCZFF81qu9QwqfB1rskt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.8109378814697rem;left:1.1875rem;height:16.125rem;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; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .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; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);height:auto;line-height:1.4;overflow:hidden; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .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;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_835e807cb492fbff7e72d6b99c16de21ef5f6880.svg");background-size:contain !important; }#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-trigger.adaptive-delivery-prevent-bg, #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-trigger.lazyload, #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-trigger.lazyloading { background-image: none; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V { box-sizing:content-box;height:auto;width:38.75rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.3117184638977rem;left:34.750000953674rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #V5mIWXTyuozaZZN1cbH2y3Pkp1M9hD9n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #Bb0Cwd4q4e8an7h7lhtAgd26O1xhoc01 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #fZvbm6lf0SHLDLU2z0CcPNRHg4yHqoI6 { display:block;position:relative; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #crgV8uNTN9QA1ZTFPzoTc1mDP2kFb3WJ {  }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #tTUtBTLhJg8bxL2FA3amwSfmeMKn40Ll { display:none; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #LMewMGm0Aa2dSRykE3BZRqqFc9Cge9Rz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #I9fzqAA2MDGv4zNgUaWoHw0UHSgt4ybb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #x3a8I227dqvVXIT1mbN68gkfTx4XXdiq { display:block;position:relative; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #iGbgnklPdQ9EdwcbDQ5RESWhLNoW9qya {  }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #C1NRnKo2saIs2rGfo0OhvcLqnWeA9aCT { display:none; }
#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE { position:relative;display:block; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE { background-color: transparent; background-image: none; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row .container > .video-iframe-container { display: none; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row > .video-iframe-container { display: none; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .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); }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE { border-width: 0; border-radius: 0; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .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; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N4VwBCLCQz4KGACbctsNpk23tESGzJOH { color:#ff88c0;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJVAmVtF8LHtEh9H4TwtChFAWFlQOolV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#BMRWDqcEytD1FOIEmKkvL1oR2M61Oma9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxuCyMRT7sp4IAzUZivrMzTG4ZPQKAUp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#mtwTKEL0RPIGgbeVZSxfHdBlKeWzM40D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HktrPTpzNhvCNaelUNnFvBsZAxCk3hhv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#fpOcwWlvInmdRBhJlz8vaF4Mz0EFP9lJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKByIWKZEIi4Mlrz6AUDET0RaGbLbD8p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#xKByIWKZEIi4Mlrz6AUDET0RaGbLbD8p > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#UId23RwsxmWuqI4Uu5BEQlbDTKJykVWP { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#063949;background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#MgXHoKpCMzW6bT5yRscIBMSBvvkPK2mS { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:#063949;background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#ann2v7vInabhDkB47PtfKVllkH9IwoEy { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcnl0h0MKHd3VtFuv4lKOn7L6tgGTF1s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#hcnl0h0MKHd3VtFuv4lKOn7L6tgGTF1s > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#MhraD6oQAPkZKVu9C4kKnPym9wtmx9Er { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#MhraD6oQAPkZKVu9C4kKnPym9wtmx9Er > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#lbOfxt1Cr6UWp6myi9SO6sGS1LcwbqQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#lbOfxt1Cr6UWp6myi9SO6sGS1LcwbqQg > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#LrDNvAe1REWTTGpoXpK2XiN22iSvTMLX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#QLGOxB7bWSn7trxrWTCba45r7Kph7bCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO { display:block; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyqhZTuUcvW5KOaDHMx54tbTHJreXd7Q { top:2rem;left:0rem;width:42rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rndszGTwSHp7RUOXfEAMrFMK0I4WzL7M { top:31.875rem;left:0rem;width:33.75rem;height:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bnb23sToXreFbo9TF1dt6DKI0DIN3 { width:16.375rem;height:5.1875rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2x5kaEV2pyUhIueE0TKVlFXZ7fCoK2 { display:block; }
 }@media only screen and (max-width: 763px) { #u7cKSDg33QSkLvC8RBSW6ylte5lVN64N { top:0rem;left:25.8125rem;width:18.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp9WGNtA3Th3L12NvX0fisMLFFgqyMMc { top:20.625rem;left:29.1875rem;width:17.125rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5yQ5fxGrpBOXkVhomvDT2z6O0VDhxNO { top:0rem;left:10.3125rem;width:37.4375rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt { display:block; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlAewRSr8vi7sD35h0MEXcz4KKkO54Bh { top:2.1875rem;left:12.75rem;width:35rem;height:15.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQi9L13IhdDmbkETRmG6zvZv0x6KTmSJ { top:19.25rem;left:12.75rem;width:35rem;height:30.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIkkdT1s4AV22RtnDBtLFhhz0JpDSv8w { top:28.4375rem;left:8.249218940735rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXs9tBuMFVZPTTs5saN7GwizRHOvRPtb { top:13.625rem;left:0rem;width:32.5rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHz5Rdk7Jwvth6e2of970QwxKsCde0yU { top:54.6875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3JnIPDOfqv9sTTX0xy8wlOfGmO6GfMi { top:66.0625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 { display:block; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHclWDdJ2eMOoVTyTrcEf9d6SF1LDozI { top:1.75rem;left:0rem;width:35rem;height:16.75rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #sTxCXdvnKQWonggVBZx9Q7rzLATkQhDp { top:10.5rem;left:11.125rem;width:36.625rem;height:51.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4K1AH8KIw1Bt4apNKwQwgoTnMIPp2zx { top:35.125rem;left:31.500000953674rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH { display:block; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #w4m6kzWTTbURywpIAzVS48r7KZxiiJ3C {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #DdPD5A2LRL5Apl0manrKODvQENRiEaeL {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #fVisdWrVC2AR01SwKuKcht3HFCNo8QIo {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #bdH8gu3xsA08O6wXeLq5M9o4kwDH948X {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #vIwyf3IZEPaLbsaazslC498aunZThQmg {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kfnTVxbztt2zWaQOCRxo8mB1t3TxV8qb {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ExQxs6dyGZBrxdxWmSW2zp0BV7bwiDWT {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kI5WbkQu7w2TU5shuo3Tmq8m5Xg6moCQ {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #JwgnKh9Brx7ZvZrpSFSuWNFK3eC93bgR {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #OMrvGX2yXTicJHk2Udn2HdsVwzFhTr0T {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #AmZ001mz0br2KnEBJwqggKCaeZGkaswz {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #QRxeETGBE3Nc2a4HkEyD07Lz2bG9BCGF {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kIFN0Bh2fBqLITkCcHDzItc9NXDT9zQE {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ONLDbKpZWJkma8bw5ZPBpAAKC7SoEA42 {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #RdJOyhPGvrWxCO1xo1mxvSc8TanCdiFM {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #emxRpc4r0gmoQR1wQvfWVahWesJu08L0 {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #tGwan6Sl3bBA0MAlpnePPXhQAmaLGHyw {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #aaMCfW1uBHRof774GHgk5lnspAp1aKGk {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #G5u1eq0RfHdFaw3WMHr5qWUKbk5Nx37a {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #B10Kg66LxnUWH6xBGzKJzNxx6IUdGAPW {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #hezJTWnbGsmzclQMzE4x50Utu9lQ9SPV {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #mP1CQ7ku8Qwevd7rKGvo2uTPqlXudSVJ {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #efwynX2MFrTdUQQ89bfKDTf5fqGCiR2A {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ndK2vblHKHXgFnra4TiqoHNO5oZWMoKG {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #IgTTrqXndh2ydy1qzU3czF4mH43KaEfP {  }
 }@media only screen and (max-width: 763px) { #DBCgoEzpt1nI02T1ofyV0pbhve9xIXZE { top:10.5rem;left:0rem;width:30.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcraI98ETLW24JrqTNWWstfTtm2pHDnn { display:block; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFtMqHcrLS7q2OilwKlbw2ugR0HEPkQN { top:1rem;left:0rem;width:47.75rem;height:10.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfXHabRudLJWWCyql4G4HFUTr2DvsZpf { top:14.375rem;left:8.2359380722044rem;width:28.1875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkBlkDRUhzF5GeFEvZAAuVmVFVW9UW50 { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb98LX6MsCaBXpoGoaw1LsWR9Fx2Zlbx { top:14.375rem;left:0rem;width:20rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWCEhF6m8XDEsxtnO3SBgMVI5XM43cU { top:14.375rem;left:23.125rem;width:24.625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvU9CctFc7y6VIAe6RXKooT9llcsmnrI { top:38.125rem;left:8.186718940735rem;width:28.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktUP2tEnJaapNWMt38qmZ5BGHqqJH8E { top:49.875rem;left:0rem;width:22.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H231sy1W71iDNbX5Svq1zql0NpyddwLg { top:48.375rem;left:25.625rem;width:22.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUzlTXpwkxflctKvZ6i7afiCCzwpyfqB { top:57.875rem;left:8.186718940735rem;width:27.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKsqOVXpM13kyB4RRe9QF8ZkEXI0ILU { top:70.3125rem;left:0rem;width:23.3125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzGTSVr8iQHGsbwKm6fVXoK5ncNU1uAy { top:70.3125rem;left:24.4375rem;width:23.3125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgx7QqT31IRFzVAmLCTSE2BCsnAzXgTD { top:82.4375rem;left:7.842968940735rem;width:32.0625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm { display:block; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbMU627grKHyql2M13pKXeTNiuexd5ya { top:1.5rem;left:0rem;width:47.75rem;height:16.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd1nF0NpwwpS3kTeoHG9cb7X90i7dnBn { top:17.625rem;left:0rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8JFaUyT03G2gy3RF9awAgr1ZgruNtO { top:29.125rem;left:0rem;width:18.75rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq9FFpVIbOSsVh1bNGKThal7dTC7k2x { top:33.9375rem;left:0rem;width:18.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acaGWITKurhvNmaFrpTMWq6GLRHfrFhd { top:23.6875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh1FTcVQI9BEgHTsdqX6qCt70sF88vKP { top:16.9375rem;left:25.25rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGyZntgOOxItsEAtOcqZGstUpiuzQan { top:33.9375rem;left:29rem;width:18.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31HHGBwKw9TnV7ewX4IaUZsy1DZSbNF { top:29.25rem;left:29rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRiSzNXeay3hReyxJdwtS6cGwx7ea7OI { top:22.75rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUQbBTFRhZHXKFLx5WvGHgT3hNEktonK { top:22.75rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e179fZdvB6MROATuI4q9IKNuCvC1su6H { top:29.25rem;left:14.500000953674rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mTW4OEScNTQ2rppTKIm8uZTCCHCcTm { top:33.9375rem;left:14.500000953674rem;width:18.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfpD1bQ86JwTQAqvZfUGaBgrDsvtiNKR { top:44.3125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI { display:block; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTLpTxA0urUuxwMXxJTQlfzvJsF6pEwG { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqqShZ9XXiRi1NFf5qysssx1tkp4vr3v { top:14.1875rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQfXtALx3ikMWWNcM5KnGmRXdcRkG4TL { top:44.6875rem;left:0rem;width:47.75rem;height:15.75rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv8aHUdD76kib9o7y9NS8AelkhEGBkUl { top:61.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o095QrK8MydZslC3ZMZzy45pdzQcirJu { top:70.1875rem;left:0rem;width:47.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVucF5ShEgC1CylchG2CmMkEBn9KAgSd { top:71.3125rem;left:2.2179689407349rem;width:43.3125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgUU7ll8wkGe5hMAAxhEJ116uiJeADC { top:76.0625rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6EtMk7UNB3bTCrpuhoRx7LTXgfTAPma { top:77.4375rem;left:2.2179689407349rem;width:43.3125rem;height:5.6875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrcATkmFihv0dURRO2zE5NJ2EgrzEdef { top:83.6875rem;left:12.906250953674rem;width:21.9375rem;height:5.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13e83ZD43ayRchvvAeDptV7TTFiaAva { top:83.875rem;left:16.000000953674rem;width:15.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFuodtKEOAfw6qTaNTzVieOhGfvKyepm { top:89.1875rem;left:6.1242189407349rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmlS7z3VDbQ5OXraWcRaHOmv9NXoz37U { top:89.1875rem;left:35.687500953674rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLUPrC1M28gbggwmEqyBryM6sxIsB1i { width:22.5625rem;height:3.375rem;top:90.25rem;left:12.593750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvI1pbdApNlAQyJ7JCRghwyOIVhoQ32 { display:block; }
 }@media only screen and (max-width: 763px) { #KZSBlXADyH7gqniVNOWV4GHIKwwJF3lv { top:94.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKNw3UTVTdKl4Npybl6m9EKeewipucpG { top:96.5625rem;left:2.6554689407349rem;width:43.3125rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QunePCBoJEXZqbyK3y6J5WUE34AalJDM { top:104rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl { display:block; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEkrRuN15lKrAwamqz8ta0lBJcHnnJcZ { width:47.75rem;height:2.6875rem;top:1.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp { display:flex;width:18rem;height:5.0625rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #P8Xb2g1uwDuJbNULSWQHl9Xf4mmVGvGv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #WxmdZC9V4Es36BP4h9oCNvITxigWJ0Nb {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #W1FL7UuLpJX62K3JkXBcyhTNFwt7fQof {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Q3HhSvS3g2EZdfdGEva6eSL8oFQ0JHGA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #V6DuAR4nghZgVWEQ8Ul4hwKTxpKit1To {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #PmWkkRNCm9fOyF9HfvxDhVJ3skU52WRR {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #VcTm0O2hAuctypbHv11snB07EZZ13nzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #dWXBWdxtqUQhbi99MQmV9uPTVJUC7WwM {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Z7Jmpc6ytEJJ6ORWMkT7DAINFTlwdQPK {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #BD00EnTeIl0vor24bM6k2dEyilBuWeS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #oySZT9rR1uQT6K6nfdpwMUkp2kTVT5a8 {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #aDtM919WgxX1EBfAm4TwvAqiGyQuXS9A {  }
 }@media only screen and (max-width: 763px) { #n1W5yzZmhLmrsVWA6EQo4SWEsbIMlqIx { width:35.5rem;height:6.375rem;top:17.4375rem;left:7.051562309265rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEMMFCd3MTLUwlaVDPBAnNw6uZrChwHN { display:block; }
 }@media only screen and (max-width: 763px) { #NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 { display:block; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plsRkhC8bIQ4vGidv9yGAOk0oXcyL7Tw { top:1.25rem;left:0rem;width:47.75rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZPL6RZIpaw9yPRPWxFJMzvmW3VNWs4T { top:19rem;left:0rem;width:16.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxS8IKgwHIBx3QOkdrK7yzTQKGpFhZp { top:21.5rem;left:0rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcIOsXudVSHWnTeiL1RpP9LMOEpMH0H1 { top:27.3125rem;left:0rem;width:13.0625rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZNTSsRZyOCeg8UaoHvwCuBkMb2ts29J { top:32.875rem;left:0rem;width:13.125rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsnraA91q7BnqlCxhOSZB1lkm4OMgN0h { top:19rem;left:5.75rem;width:16.875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMTv7cf71aiqiDPvJ817MO3garBklxi { top:32.875rem;left:8.875rem;width:13.8125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbl1kgefI3DZD1GxEPWXhWKEqS8v8QFn { top:27.375rem;left:6.9375rem;width:14.4375rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfHh3TZCq0R7v8a3d8IgnxgNhrxO1gXL { top:21.5rem;left:6.9375rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Hed5gdRoEForZV44u0rwxrFi2nyQ7p { top:19rem;left:25.125rem;width:16.875rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehzy6DUZriNDDUzdWzP7vOQBb0XQn0ED { top:32.8125rem;left:26.5625rem;width:14.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG8ZBIQJdL33hfe7hxo1A8xqVSTmLofG { top:27.3125rem;left:26.5625rem;width:11.5rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1AEVbX1fZd5mzZ7Jwxf3Gug7TbVXoLT { top:21.5rem;left:26.5625rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBK2NzK9x1IglWUeslQ2gi3IUELpvJa4 { top:19.1875rem;left:30.875rem;width:16.875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPf3M3HBTpTzFbv2GMZOaUO71ZpAUal { top:35.25rem;left:34.625rem;width:13.125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3mDWf9TqzIQuoW8eqcchy0fJHT7XG8 { top:28rem;left:36.1875rem;width:11.5625rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8ulL24tZIfGnOTwHkpM3d3HLx696ZSy { top:22.625rem;left:34.625rem;width:13.125rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaav4xI9hgyZSACAWXy6gZgHDyndHBfT { display:block; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxvQlvScUzXPVPbATTU8QAuoMfdXAusl { top:1.5625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z902SdHA10Qk5TM891sikq9IXWl3nRRi { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUOP9zFLumoXgcNJCFuU7z0BNPmLIToi { top:14.375rem;left:0rem;width:47.75rem;height:8.3819365798414rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcL0q3b3PW2ZDsqa12eTKyDyBrQZuCNc { top:24.0625rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8pbxQ5J2ShNEEk7MmnK9lTU3kplUT5 { top:23.25rem;left:14.5rem;width:33.25rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5z8nGDhwhAsVXgEoZU0t4OTTwGmJIxF { top:35.8125rem;left:25.0625rem;width:22.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nsI1flER8Zgre1pTgil8H6LeFKOgit { top:51.75rem;left:28.25rem;width:19.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoS2AbSDdFMFKLkZqsVQc7zfBgM9GLs { top:60rem;left:13.875rem;width:33.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxbT8EiTDFayDGy759rbmHSTN9kkC4g { top:64.8125rem;left:0rem;width:28.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlPsclpy6ScpfraHMGkyqnd1kTKfCgsC { top:68.4375rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { display:block; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { background-color: transparent; background-image: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container > .video-iframe-container { display: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row > .video-iframe-container { display: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .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); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { border-width: 0; border-radius: 0; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZQWKNvEA2HNikkwa1tD6sHThdFVbuhL { top:0rem;left:11.5rem;width:36.25rem;height:52.5rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kROi2fst5GDy7Abt2Ti14WqmLCBnv9Iy { top:31.5625rem;left:0rem;width:19.25rem;height:19.25rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ulVoUMgsXRXWTsclrTKBQcBtC3Wgq1kN { top:2.375rem;left:16.0625rem;width:31.6875rem;height:10.75rem;font-size:2.625rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #AS1VDJtI6vpC0QJ7uKJiOB0AVRwzl8Dq { top:14.0625rem;left:16.25rem;width:31.5rem;height:30.1875rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #phS33Z7bzQ32bbQR4q9HwHMh6mpSIOQP { top:31.5625rem;left:4.625rem;width:19.25rem;height:19.25rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nczMSROHQ7DfDAzdmL6f2A431fdE6ZUG { top:0.75rem;left:0rem;width:32.25rem;height:35.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vVqc7HPmuuF35CVPhxdKovFZ2g31ociq { display:block; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu9rpTwFCousoZVdNuSdeTnOomTcHq1q { top:0.875rem;left:0rem;width:47.75rem;height:9.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LywdW4FfROSyexQEhVIl8uHc5BqIg97y { top:15.625rem;left:0rem;width:30.625rem;height:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQDxTgVfdI70V24xANLy5lBZaAniuu2F { width:21.4375rem;height:5.5rem;top:45.125rem;left:13.156250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBqvo1yCs2ZkNXgCvZs5eco2TdTVTSc7 { display:block; }
 }@media only screen and (max-width: 763px) { #aUykeIPp9N6Ts3zAmMXU49I8fUn8P1yH { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdNiL3TWufzmJ94Ot70aDkaDQooyV6fw { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyPcd9xrcTX9Buh7QQBEETthab1z0gpn { top:11.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yvVWKCnStM7T3xbPtZnguUk5WXEyTK { top:15.625rem;left:18.75rem;width:29rem;height:19.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmULPg5UyS3r0Bh592VrKPdwqCrpbcx1 { top:36.3125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 { display:block; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihv0rb63cHFNTCZFF81qu9QwqfB1rskt { top:5.75rem;left:0rem;width:26.25rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #V5mIWXTyuozaZZN1cbH2y3Pkp1M9hD9n {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #Bb0Cwd4q4e8an7h7lhtAgd26O1xhoc01 {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #fZvbm6lf0SHLDLU2z0CcPNRHg4yHqoI6 {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #crgV8uNTN9QA1ZTFPzoTc1mDP2kFb3WJ {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #tTUtBTLhJg8bxL2FA3amwSfmeMKn40Ll {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #LMewMGm0Aa2dSRykE3BZRqqFc9Cge9Rz {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #I9fzqAA2MDGv4zNgUaWoHw0UHSgt4ybb {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #x3a8I227dqvVXIT1mbN68gkfTx4XXdiq {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #iGbgnklPdQ9EdwcbDQ5RESWhLNoW9qya {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #C1NRnKo2saIs2rGfo0OhvcLqnWeA9aCT {  }
 }@media only screen and (max-width: 763px) { #D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE { display:block; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4VwBCLCQz4KGACbctsNpk23tESGzJOH { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJVAmVtF8LHtEh9H4TwtChFAWFlQOolV { width:9.375rem;height:2.1875rem;top:3.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMRWDqcEytD1FOIEmKkvL1oR2M61Oma9 { display:block; }
 }@media only screen and (max-width: 763px) { #QxuCyMRT7sp4IAzUZivrMzTG4ZPQKAUp { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwTKEL0RPIGgbeVZSxfHdBlKeWzM40D { display:block; }
 }@media only screen and (max-width: 763px) { #HktrPTpzNhvCNaelUNnFvBsZAxCk3hhv { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOcwWlvInmdRBhJlz8vaF4Mz0EFP9lJ { display:block; }
 }@media only screen and (max-width: 763px) { #xKByIWKZEIi4Mlrz6AUDET0RaGbLbD8p { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#xKByIWKZEIi4Mlrz6AUDET0RaGbLbD8p > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #UId23RwsxmWuqI4Uu5BEQlbDTKJykVWP { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgXHoKpCMzW6bT5yRscIBMSBvvkPK2mS { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ann2v7vInabhDkB47PtfKVllkH9IwoEy { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcnl0h0MKHd3VtFuv4lKOn7L6tgGTF1s { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#hcnl0h0MKHd3VtFuv4lKOn7L6tgGTF1s > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #MhraD6oQAPkZKVu9C4kKnPym9wtmx9Er { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#MhraD6oQAPkZKVu9C4kKnPym9wtmx9Er > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #lbOfxt1Cr6UWp6myi9SO6sGS1LcwbqQg { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#lbOfxt1Cr6UWp6myi9SO6sGS1LcwbqQg > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #LrDNvAe1REWTTGpoXpK2XiN22iSvTMLX { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGOxB7bWSn7trxrWTCba45r7Kph7bCv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO { display:block; }#sEkEwpF58QyHzuQzHnMXARC3F1UVf9lO > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyqhZTuUcvW5KOaDHMx54tbTHJreXd7Q { width:18.875rem;height:15.1125rem;top:0.90000003576281rem;left:0.56171876192093rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rndszGTwSHp7RUOXfEAMrFMK0I4WzL7M { width:18.6875rem;height:12.8625rem;top:16.762499809265rem;left:0.65546876192094rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bnb23sToXreFbo9TF1dt6DKI0DIN3 { width:17.1875rem;height:5.75rem;top:58.625rem;left:1.4062500596046rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #dH2x5kaEV2pyUhIueE0TKVlFXZ7fCoK2 { display:block; }
 }@media only screen and (max-width: 763px) { #u7cKSDg33QSkLvC8RBSW6ylte5lVN64N { width:15.9375rem;height:26.9375rem;top:30.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp9WGNtA3Th3L12NvX0fisMLFFgqyMMc { width:13.125rem;height:22.125rem;top:32rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5yQ5fxGrpBOXkVhomvDT2z6O0VDhxNO { width:20rem;height:25.041736227045rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt { display:block; }#ZPNwG7rk4rhLizcM5oSJqISANkLx8ilt > .row .container { width:20rem;height:109.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlAewRSr8vi7sD35h0MEXcz4KKkO54Bh { width:18.75rem;height:11.25rem;top:1.625rem;left:0.62421876192093rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQi9L13IhdDmbkETRmG6zvZv0x6KTmSJ { width:18.25rem;height:35rem;top:14.6875rem;left:0.87421876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #KIkkdT1s4AV22RtnDBtLFhhz0JpDSv8w { width:10rem;height:10rem;top:50.40625rem;left:9.1742187142375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aXs9tBuMFVZPTTs5saN7GwizRHOvRPtb { width:20rem;height:13.3125rem;top:51.84375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HHz5Rdk7Jwvth6e2of970QwxKsCde0yU { width:18.875rem;height:13rem;top:67.44921875rem;left:0.56171876192093rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3JnIPDOfqv9sTTX0xy8wlOfGmO6GfMi { width:18.5625rem;height:21rem;top:84.760938644406rem;left:0.71796876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 { background-color:#dfedeb;background-image:none;display:block; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container { background-color: transparent; background-image: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container > .video-iframe-container { display: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row > .video-iframe-container { display: none; }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .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); }#ewPHLA6XpreWZ4QfbTI9ZlpKt3Sv1d28 > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHclWDdJ2eMOoVTyTrcEf9d6SF1LDozI { width:19.25rem;height:13.125rem;top:1.5624995231628rem;left:0.37421876192093rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 { width:20rem;height:62.45rem;top:18.673439025879rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#n3Ms2gSfpxUDNIMq9Nq7GPnfPJNeXVD8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b47dcf7ca0747341f954067a4849dd2c12867d04.svg); }
 }@media only screen and (max-width: 763px) { #sTxCXdvnKQWonggVBZx9Q7rzLATkQhDp { width:19.9375rem;height:28.25rem;top:81.636721611025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4K1AH8KIw1Bt4apNKwQwgoTnMIPp2zx { width:5.5rem;height:5.75rem;top:90.999219894406rem;left:5.7992187142372rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH { background-color:#ffffff;background-image:none;display:block; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container { background-color: transparent; background-image: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container > .video-iframe-container { display: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row > .video-iframe-container { display: none; }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .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); }#bCwIIPSKkVtQ57S3QDNbx7XmeDbMaSbH > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn .accordion-heading-text { font-size:1.125rem;height:auto; }
#wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn { display:flex;height:auto;width:20rem;top:16.000001907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #w4m6kzWTTbURywpIAzVS48r7KZxiiJ3C {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #DdPD5A2LRL5Apl0manrKODvQENRiEaeL {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #fVisdWrVC2AR01SwKuKcht3HFCNo8QIo {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #bdH8gu3xsA08O6wXeLq5M9o4kwDH948X {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #vIwyf3IZEPaLbsaazslC498aunZThQmg {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kfnTVxbztt2zWaQOCRxo8mB1t3TxV8qb {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ExQxs6dyGZBrxdxWmSW2zp0BV7bwiDWT {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kI5WbkQu7w2TU5shuo3Tmq8m5Xg6moCQ {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #JwgnKh9Brx7ZvZrpSFSuWNFK3eC93bgR {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #OMrvGX2yXTicJHk2Udn2HdsVwzFhTr0T {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #AmZ001mz0br2KnEBJwqggKCaeZGkaswz {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #QRxeETGBE3Nc2a4HkEyD07Lz2bG9BCGF {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #kIFN0Bh2fBqLITkCcHDzItc9NXDT9zQE {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ONLDbKpZWJkma8bw5ZPBpAAKC7SoEA42 {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #RdJOyhPGvrWxCO1xo1mxvSc8TanCdiFM {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #emxRpc4r0gmoQR1wQvfWVahWesJu08L0 {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #tGwan6Sl3bBA0MAlpnePPXhQAmaLGHyw {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #aaMCfW1uBHRof774GHgk5lnspAp1aKGk {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #G5u1eq0RfHdFaw3WMHr5qWUKbk5Nx37a {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #B10Kg66LxnUWH6xBGzKJzNxx6IUdGAPW {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #hezJTWnbGsmzclQMzE4x50Utu9lQ9SPV {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #mP1CQ7ku8Qwevd7rKGvo2uTPqlXudSVJ {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #efwynX2MFrTdUQQ89bfKDTf5fqGCiR2A {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #ndK2vblHKHXgFnra4TiqoHNO5oZWMoKG {  }
 }@media only screen and (max-width: 763px) { #wdGWoTqnuCurcBMGo3U0nOciHWP4dMmn #IgTTrqXndh2ydy1qzU3czF4mH43KaEfP {  }
 }@media only screen and (max-width: 763px) { #DBCgoEzpt1nI02T1ofyV0pbhve9xIXZE { width:20rem;height:13.125rem;top:1.7070326805115rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcraI98ETLW24JrqTNWWstfTtm2pHDnn { display:block; }#DcraI98ETLW24JrqTNWWstfTtm2pHDnn > .row .container { width:20rem;height:219.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFtMqHcrLS7q2OilwKlbw2ugR0HEPkQN { width:18rem;height:10.5rem;top:2.5625rem;left:0.99921876192094rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfXHabRudLJWWCyql4G4HFUTr2DvsZpf { width:19.3125rem;height:16.125rem;top:14.3125rem;left:0.34296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkBlkDRUhzF5GeFEvZAAuVmVFVW9UW50 { width:5.4375rem;height:5.4375rem;top:0rem;left:14.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb98LX6MsCaBXpoGoaw1LsWR9Fx2Zlbx { width:20rem;height:34.75rem;top:29.236719608307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWCEhF6m8XDEsxtnO3SBgMVI5XM43cU { width:20rem;height:25.07614213198rem;top:94.959375858306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvU9CctFc7y6VIAe6RXKooT9llcsmnrI { width:20rem;height:14.589800443459rem;top:63.986719608306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktUP2tEnJaapNWMt38qmZ5BGHqqJH8E { width:20rem;height:16.38418079096rem;top:78.575782775881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H231sy1W71iDNbX5Svq1zql0NpyddwLg { width:20rem;height:16.327683615819rem;top:137.93750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUzlTXpwkxflctKvZ6i7afiCCzwpyfqB { width:20rem;height:16.081081081081rem;top:120.03437960148rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKsqOVXpM13kyB4RRe9QF8ZkEXI0ILU { width:20rem;height:25.040214477212rem;top:153.68750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzGTSVr8iQHGsbwKm6fVXoK5ncNU1uAy { width:20rem;height:25.040214477212rem;top:193.23437213898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgx7QqT31IRFzVAmLCTSE2BCsnAzXgTD { width:20rem;height:15.360623781676rem;top:177.87499690056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm { display:block; }#WOkvlShtLQUZHS4PCKI8zFeinAvmT6wm > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbMU627grKHyql2M13pKXeTNiuexd5ya { width:17.5rem;height:6.375rem;top:2.8125rem;left:1.25rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kd1nF0NpwwpS3kTeoHG9cb7X90i7dnBn { width:20rem;height:20.375rem;top:10.774997711182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8JFaUyT03G2gy3RF9awAgr1ZgruNtO { width:17.5rem;height:3.5rem;top:18.000000476837rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq9FFpVIbOSsVh1bNGKThal7dTC7k2x { width:17.5rem;height:7rem;top:22.875000476837rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acaGWITKurhvNmaFrpTMWq6GLRHfrFhd { display:flex;width:4.5rem;height:4.5rem;top:12.437500238419rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #mh1FTcVQI9BEgHTsdqX6qCt70sF88vKP { width:20rem;height:21.875rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGyZntgOOxItsEAtOcqZGstUpiuzQan { width:17.5rem;height:8.75rem;top:62.56250190735rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b31HHGBwKw9TnV7ewX4IaUZsy1DZSbNF { width:17.5rem;height:3.5rem;top:57.625001907349rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRiSzNXeay3hReyxJdwtS6cGwx7ea7OI { display:flex;width:4.5rem;height:4.5rem;top:52.312501907349rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #MUQbBTFRhZHXKFLx5WvGHgT3hNEktonK { display:flex;width:4.5rem;height:4.5rem;top:32.812500476837rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #e179fZdvB6MROATuI4q9IKNuCvC1su6H { width:17.5rem;height:3.5rem;top:38.0625rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9mTW4OEScNTQ2rppTKIm8uZTCCHCcTm { width:17.5rem;height:7rem;top:42.875rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfpD1bQ86JwTQAqvZfUGaBgrDsvtiNKR { width:17.6875rem;height:15.75rem;top:74.31250190735rem;left:1.1554687619209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI { display:block; }#nnulWTtG9e43Zos3bbbx1iNqr6I4dOiI > .row .container { width:20rem;height:173.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTLpTxA0urUuxwMXxJTQlfzvJsF6pEwG { width:20rem;height:10.5rem;top:1rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqqShZ9XXiRi1NFf5qysssx1tkp4vr3v { width:18.125rem;height:68.25rem;top:12.250003814698rem;left:0.93671876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQfXtALx3ikMWWNcM5KnGmRXdcRkG4TL { width:19.0625rem;height:8rem;top:81.412503242494rem;left:0.46796876192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mv8aHUdD76kib9o7y9NS8AelkhEGBkUl { width:18.5625rem;height:22.75rem;top:90.625003099444rem;left:0.71796876192094rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o095QrK8MydZslC3ZMZzy45pdzQcirJu { width:19.5625rem;height:26.75rem;top:114.81250286102rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVucF5ShEgC1CylchG2CmMkEBn9KAgSd { width:20rem;height:2.15625rem;top:116.25000286102rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgUU7ll8wkGe5hMAAxhEJ116uiJeADC { width:18.75rem;height:0.3125rem;top:119.18750286102rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6EtMk7UNB3bTCrpuhoRx7LTXgfTAPma { width:20rem;height:3rem;top:120.18750286102rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrcATkmFihv0dURRO2zE5NJ2EgrzEdef { width:14.375rem;height:5.25rem;top:124.0312538147rem;left:2.8125000596046rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13e83ZD43ayRchvvAeDptV7TTFiaAva { width:15.75rem;height:5.3125rem;top:124.0000038147rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFuodtKEOAfw6qTaNTzVieOhGfvKyepm { display:flex;width:2.0625rem;height:2.0625rem;top:131.2812538147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MmlS7z3VDbQ5OXraWcRaHOmv9NXoz37U { display:flex;width:1.9375rem;height:1.9375rem;top:131.3437538147rem;left:18.062499582768rem; }
 }@media only screen and (max-width: 763px) { #VDLUPrC1M28gbggwmEqyBryM6sxIsB1i { width:16.375rem;height:3.4375rem;top:130.6250038147rem;left:1.8125000596046rem;z-index:15024;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvI1pbdApNlAQyJ7JCRghwyOIVhoQ32 { display:block; }
 }@media only screen and (max-width: 763px) { #KZSBlXADyH7gqniVNOWV4GHIKwwJF3lv { width:20rem;height:2.6rem;top:135.0000038147rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKNw3UTVTdKl4Npybl6m9EKeewipucpG { width:20rem;height:3rem;top:137.60000324249rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QunePCBoJEXZqbyK3y6J5WUE34AalJDM { width:17.375rem;height:28.875rem;top:143.57500362396rem;left:1.3125000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl { display:block; }#H6pRy2ZtF2FTK4KO8TJutMcxCH4wffTl > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEkrRuN15lKrAwamqz8ta0lBJcHnnJcZ { width:20rem;height:4.8rem;top:1.5601558685302rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-number { padding-top:0.491875rem;padding-right:0.429375rem;padding-bottom:0.491875rem;padding-left:0.429375rem;width:2.576875rem;min-width:2.576875rem;height:2.64375rem;font-size:1.9675rem;line-height:42.3px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3075rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.435625rem;height:1.045rem;font-size:0.738125rem;line-height:16.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp { display:flex;width:17.75rem;height:4.98rem;top:7.72265625rem;left:0rem;padding-top:1.193125rem;padding-right:1.216875rem;padding-bottom:1.193125rem;padding-left:1.216875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #P8Xb2g1uwDuJbNULSWQHl9Xf4mmVGvGv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #WxmdZC9V4Es36BP4h9oCNvITxigWJ0Nb {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #W1FL7UuLpJX62K3JkXBcyhTNFwt7fQof {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Q3HhSvS3g2EZdfdGEva6eSL8oFQ0JHGA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #V6DuAR4nghZgVWEQ8Ul4hwKTxpKit1To {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #PmWkkRNCm9fOyF9HfvxDhVJ3skU52WRR {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #VcTm0O2hAuctypbHv11snB07EZZ13nzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #dWXBWdxtqUQhbi99MQmV9uPTVJUC7WwM {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #Z7Jmpc6ytEJJ6ORWMkT7DAINFTlwdQPK {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #BD00EnTeIl0vor24bM6k2dEyilBuWeS8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #oySZT9rR1uQT6K6nfdpwMUkp2kTVT5a8 {  }
 }@media only screen and (max-width: 763px) { #fqMH4R4h0xOTRX9s0cPXCWqFbVA3Vszp #aDtM919WgxX1EBfAm4TwvAqiGyQuXS9A {  }
 }@media only screen and (max-width: 763px) { #n1W5yzZmhLmrsVWA6EQo4SWEsbIMlqIx { width:19rem;height:5.875rem;top:16.338287353516rem;left:0.49999994039536rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WEMMFCd3MTLUwlaVDPBAnNw6uZrChwHN { display:block; }
 }@media only screen and (max-width: 763px) { #NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 { display:block; }#NNdX6Or5P1OJzI8nufkV11mQpTIVUAX5 > .row .container { width:20rem;height:117.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plsRkhC8bIQ4vGidv9yGAOk0oXcyL7Tw { width:20rem;height:13.125rem;top:1.1242432594299rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZPL6RZIpaw9yPRPWxFJMzvmW3VNWs4T { width:16.875rem;height:18.75rem;top:15.500000476837rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxS8IKgwHIBx3QOkdrK7yzTQKGpFhZp { width:13.125rem;height:2.625rem;top:16.812500476837rem;left:2.2500000596046rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcIOsXudVSHWnTeiL1RpP9LMOEpMH0H1 { width:13.125rem;height:5.25rem;top:20.312500953674rem;left:2.2500000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZNTSsRZyOCeg8UaoHvwCuBkMb2ts29J { width:15.0625rem;height:7rem;top:26.400000572204rem;left:2.4687500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LsnraA91q7BnqlCxhOSZB1lkm4OMgN0h { width:16.875rem;height:24.5rem;top:35.812500953674rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMTv7cf71aiqiDPvJ817MO3garBklxi { width:13.125rem;height:9.8rem;top:47.19375038147rem;left:4.4554687142372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wbl1kgefI3DZD1GxEPWXhWKEqS8v8QFn { width:13.125rem;height:5.25rem;top:41rem;left:3.4375000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EfHh3TZCq0R7v8a3d8IgnxgNhrxO1gXL { width:13.125rem;height:2.625rem;top:37.375rem;left:3.4375000596046rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0Hed5gdRoEForZV44u0rwxrFi2nyQ7p { width:16.875rem;height:27.875rem;top:61.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehzy6DUZriNDDUzdWzP7vOQBb0XQn0ED { width:13.125rem;height:12.6rem;top:72.87500190735rem;left:3.4375000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LG8ZBIQJdL33hfe7hxo1A8xqVSTmLofG { width:13.125rem;height:5.25rem;top:66.50000190735rem;left:3.4375000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1AEVbX1fZd5mzZ7Jwxf3Gug7TbVXoLT { width:13.125rem;height:2.625rem;top:63.06250190735rem;left:3.4375000596046rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aBK2NzK9x1IglWUeslQ2gi3IUELpvJa4 { width:16.875rem;height:26.1875rem;top:90.487501144406rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZPf3M3HBTpTzFbv2GMZOaUO71ZpAUal { width:13.125rem;height:9.8rem;top:105.93750190735rem;left:3.4375000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nT3mDWf9TqzIQuoW8eqcchy0fJHT7XG8 { width:13rem;height:7rem;top:97.93750190735rem;left:3.5000000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8ulL24tZIfGnOTwHkpM3d3HLx696ZSy { width:13.125rem;height:2.625rem;top:94.500001668931rem;left:4.4554687142372rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iaav4xI9hgyZSACAWXy6gZgHDyndHBfT { display:block; }#iaav4xI9hgyZSACAWXy6gZgHDyndHBfT > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxvQlvScUzXPVPbATTU8QAuoMfdXAusl { width:20rem;height:7.875rem;top:0.80000019073488rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z902SdHA10Qk5TM891sikq9IXWl3nRRi { width:6.1875rem;height:7.9375rem;top:8.625rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MUOP9zFLumoXgcNJCFuU7z0BNPmLIToi { width:20rem;height:3.5107587768969rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcL0q3b3PW2ZDsqa12eTKyDyBrQZuCNc { width:20rem;height:25.0171875rem;top:8.6750000119206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8pbxQ5J2ShNEEk7MmnK9lTU3kplUT5 { width:20rem;height:7.0676691729323rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5z8nGDhwhAsVXgEoZU0t4OTTwGmJIxF { width:20rem;height:13.278236914601rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5nsI1flER8Zgre1pTgil8H6LeFKOgit { width:20rem;height:8.496125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoS2AbSDdFMFKLkZqsVQc7zfBgM9GLs { width:20rem;height:4.6953405017921rem;top:72.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxbT8EiTDFayDGy759rbmHSTN9kkC4g { width:20rem;height:11.414141414141rem;top:59.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlPsclpy6ScpfraHMGkyqnd1kTKfCgsC { width:20rem;height:8.1003584229391rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { display:block; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { background-color: transparent; background-image: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container > .video-iframe-container { display: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row > .video-iframe-container { display: none; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .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); }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp { border-width: 0; border-radius: 0; }#R1MbdT54tiPgTpQnNIgeT6IAvc8gDCmp > .row .container { width:20rem;height:76.4375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZQWKNvEA2HNikkwa1tD6sHThdFVbuhL { width:20rem;height:30.6875rem;top:1.9999997615814rem;left:0rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kROi2fst5GDy7Abt2Ti14WqmLCBnv9Iy { width:10rem;height:10rem;top:26.611721038818rem;left:0.74921876192094rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ulVoUMgsXRXWTsclrTKBQcBtC3Wgq1kN { width:17.5rem;height:2.625rem;top:3.6875004768372rem;left:1.2500000596046rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #AS1VDJtI6vpC0QJ7uKJiOB0AVRwzl8Dq { width:17.5rem;height:38.5rem;top:37.437501192093rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #phS33Z7bzQ32bbQR4q9HwHMh6mpSIOQP { width:7.375rem;height:7.375rem;top:25.999999284744rem;left:9.0617185235025rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nczMSROHQ7DfDAzdmL6f2A431fdE6ZUG { width:19.25rem;height:21.5625rem;top:6.8125011920931rem;left:0.74921876192094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vVqc7HPmuuF35CVPhxdKovFZ2g31ociq { background-color:#ffd476;background-image:none;display:block; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container { background-color: transparent; background-image: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container > .video-iframe-container { display: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row > .video-iframe-container { display: none; }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .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); }#vVqc7HPmuuF35CVPhxdKovFZ2g31ociq > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu9rpTwFCousoZVdNuSdeTnOomTcHq1q { width:20rem;height:7.875rem;top:6.2500007152556rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LywdW4FfROSyexQEhVIl8uHc5BqIg97y { width:18.25rem;height:17.5rem;top:20.162501096726rem;left:0.87421876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQDxTgVfdI70V24xANLy5lBZaAniuu2F { width:15.5rem;height:3.5rem;top:76.375rem;left:2.2500000596046rem;z-index:15010;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBqvo1yCs2ZkNXgCvZs5eco2TdTVTSc7 { display:block; }
 }@media only screen and (max-width: 763px) { #aUykeIPp9N6Ts3zAmMXU49I8fUn8P1yH { width:6.25rem;height:6.25rem;top:0rem;left:13.750000536442rem;z-index:15001;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WdNiL3TWufzmJ94Ot70aDkaDQooyV6fw { width:6.25rem;height:6.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vyPcd9xrcTX9Buh7QQBEETthab1z0gpn { width:20rem;height:4rem;top:14.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2yvVWKCnStM7T3xbPtZnguUk5WXEyTK { width:18.625rem;height:21rem;top:39.125000953674rem;left:0.68671876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmULPg5UyS3r0Bh592VrKPdwqCrpbcx1 { width:18.625rem;height:14rem;top:61.012499809265rem;left:0.68671876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 { display:block; }#Z7Xml8TCaQfVUZ0y4DqG5WM6cf2o43d2 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ihv0rb63cHFNTCZFF81qu9QwqfB1rskt { width:20rem;height:7.875rem;top:1.5820255279541rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V .accordion-heading-text { font-size:1.125rem;height:auto; }
#p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V { display:flex;height:auto;width:20rem;top:11.25546836853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #V5mIWXTyuozaZZN1cbH2y3Pkp1M9hD9n {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #Bb0Cwd4q4e8an7h7lhtAgd26O1xhoc01 {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #fZvbm6lf0SHLDLU2z0CcPNRHg4yHqoI6 {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #crgV8uNTN9QA1ZTFPzoTc1mDP2kFb3WJ {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #tTUtBTLhJg8bxL2FA3amwSfmeMKn40Ll {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #LMewMGm0Aa2dSRykE3BZRqqFc9Cge9Rz {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #I9fzqAA2MDGv4zNgUaWoHw0UHSgt4ybb {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #x3a8I227dqvVXIT1mbN68gkfTx4XXdiq {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #iGbgnklPdQ9EdwcbDQ5RESWhLNoW9qya {  }
 }@media only screen and (max-width: 763px) { #p5m3vzO1ou23BQAqLIkx5ee6XuWIss6V #C1NRnKo2saIs2rGfo0OhvcLqnWeA9aCT {  }
 }@media only screen and (max-width: 763px) { #D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE { display:block; }#D0Kdz07NmF0i5bm719oUZGbWPVtnSTbE > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4VwBCLCQz4KGACbctsNpk23tESGzJOH { width:18.875rem;height:2.9rem;top:1.125rem;left:0.56171876192093rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJVAmVtF8LHtEh9H4TwtChFAWFlQOolV { width:5.25rem;height:2.1875rem;top:4.7374999821186rem;left:2.1875000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BMRWDqcEytD1FOIEmKkvL1oR2M61Oma9 { display:block; }
 }@media only screen and (max-width: 763px) { #QxuCyMRT7sp4IAzUZivrMzTG4ZPQKAUp { width:6rem;height:2.1875rem;top:6.9249999821187rem;left:2.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtwTKEL0RPIGgbeVZSxfHdBlKeWzM40D { display:block; }
 }@media only screen and (max-width: 763px) { #HktrPTpzNhvCNaelUNnFvBsZAxCk3hhv { width:6.1875rem;height:2.1875rem;top:4.7374999821186rem;left:11.312500536442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpOcwWlvInmdRBhJlz8vaF4Mz0EFP9lJ { display:block; }
 }@media only screen and (max-width: 763px) { #xKByIWKZEIi4Mlrz6AUDET0RaGbLbD8p { display:flex;width:2.8125rem;height:2.8125rem;top:14.312499791384rem;left:7.2062502503394rem; }
#xKByIWKZEIi4Mlrz6AUDET0RaGbLbD8p > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UId23RwsxmWuqI4Uu5BEQlbDTKJykVWP { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgXHoKpCMzW6bT5yRscIBMSBvvkPK2mS { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ann2v7vInabhDkB47PtfKVllkH9IwoEy { width:18.875rem;height:2rem;top:11.875000953674rem;left:0.56171876192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcnl0h0MKHd3VtFuv4lKOn7L6tgGTF1s { display:flex;width:2.6875rem;height:2.6875rem;top:14.374999791384rem;left:3.4687500596046rem; }
#hcnl0h0MKHd3VtFuv4lKOn7L6tgGTF1s > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #MhraD6oQAPkZKVu9C4kKnPym9wtmx9Er { display:flex;width:2.6875rem;height:2.6875rem;top:14.374999791384rem;left:11.312500536442rem; }
#MhraD6oQAPkZKVu9C4kKnPym9wtmx9Er > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #lbOfxt1Cr6UWp6myi9SO6sGS1LcwbqQg { display:flex;width:2.6875rem;height:2.6875rem;top:14.374999791384rem;left:14.862499773503rem; }
#lbOfxt1Cr6UWp6myi9SO6sGS1LcwbqQg > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #LrDNvAe1REWTTGpoXpK2XiN22iSvTMLX { width:8.375rem;height:2.1875rem;top:6.9249999821187rem;left:11.111718714237rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGOxB7bWSn7trxrWTCba45r7Kph7bCv { display:block; }
 }