.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:253,248,206;--color-primary-1:250,235,109;--color-primary-2:246,222,12;--color-primary-3:246,148,12;--color-primary-4:246,157,12;--color-secondary-0:205,246,255;--color-secondary-1:104,229,255;--color-secondary-2:4,212,255;--color-secondary-3:0,255,186;--color-secondary-4:35,123,141;--color-tertiary-0:255,255,255;--color-tertiary-1:154,154,154;--color-tertiary-2:109,109,109;--color-tertiary-3:66,66,66;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#B2n2ymdTOhgK64pN4te127o42F3oZppc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { background-color: transparent; background-image: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { display: none; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .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); }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { border-width: 0; border-radius: 0; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { color:#383737;display:block;width:14.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.23046875rem;left:59.0009765625rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { color:#383737;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:62.5625rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ITTP4pt3rMepe8GFS0xAasRMN13wCQS7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.125rem;top:1.4044743776321rem;left:0.99964523315431rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ececec;background-image:url("https://images.assets-landingi.com/3S52dIip/Group-222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:"times new roman";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:10.722625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { color:rgba(var(--color-tertiary-3),0.8);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.5rem;left:3.65625rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:8.96875rem;display:block; }
#aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTg7m0enf8QluAvyTHZbfySsm38KemVS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:53.3125rem;top:0rem;left:21.6875rem;overflow:hidden;display:block; }
#LkIsur6xxU2JCRMtNZVsh1TQDn4ZT4Xy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.875rem;top:30.25rem;left:9.75rem;overflow:hidden;display:none; }
#dImzJoRhzV7aOdrBDEt2TP5SkzmM3wzF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.5rem;top:30.375rem;left:8.96875rem;overflow:hidden;display:block; }
#LbTP1AwJFSZKUsZUTqbTpEJ78mDu62g7 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:"times new roman";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:10.722625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KfOO8buXbrFgezBl6vMUasa7TVN67sep { color:rgba(var(--color-tertiary-3),0.8);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.625rem;left:2.25rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fwfMHo8U/Group-21.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.adaptive-delivery-prevent-bg, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyload, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyloading { background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { background-color: transparent; background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .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); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { border-width: 0; border-radius: 0; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { color:#fdda00;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTZ7th4SAn9ilccRk1I14aE39mDL7rln { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.9375rem;top:6.4375rem;left:32.90625rem;overflow:hidden;display:block; }
#kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.9375rem;left:26.375rem;height:1.7871125rem;font-style:normal;display:block; }
#zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25rem;left:26.3125rem;height:2.9243625rem;font-style:normal;display:block; }
#zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:50.6875rem;height:2.9243625rem;font-style:normal;display:block; }
#xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:50.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#J1da9IFQloPlRgQUZyNlwbtOfUUNMDp6 { box-sizing:content-box;color:#ec474c;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:39.9375rem;left:22.25rem;display:block; }
#h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { color:rgba(var(--color-tertiary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.8125rem;left:26.375rem;height:1.7871125rem;font-style:normal;display:block; }
#nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.75rem;left:26.375rem;height:4.38654375rem;font-style:normal;display:block; }
#K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { box-sizing:content-box;color:#64b22b;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:30.875rem;left:46.9375rem;display:block; }
#vAHWAJnNvdTqvJzsVPgJrKecgMqmSqgB { color:rgba(var(--color-tertiary-3),0.8);display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.75rem;left:6.75rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITXLKz4bIvH7JenQ3rA9kpzBV834CiiJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.75rem;left:50.6875rem;height:4.38654375rem;font-style:normal;display:block; }
#xcA9nZFqrfyTCllF2pUl2RIGG2u5pevn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.8125rem;left:50.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#XPS1MHhPg9KqUUHrQfqlzzQTb6oW3M4C { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:40.625rem;left:50.625rem;height:1.7871125rem;font-style:normal;display:block; }
#kn3a3DpHzfRbGsbyN416BE7zF4FUzMWE { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:42.5rem;left:26.375rem;height:2.9243625rem;font-style:normal;display:block; }
#UKV0exTB6nZgNFWg2zlziJK7T20UNoKE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.625rem;left:26.375rem;height:1.7871125rem;font-style:normal;display:block; }
#e8XX7VdzzMhK8me2bAgzQKcBAOJOkyBa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:40.125rem;left:46.625rem; }
#XVUUVZP4UVl4NNG0SeIWbt5w3Sr0dfnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:31.1875rem;left:22.1875rem; }
#DgWr4HLlwSksIJorTXIJTA18NHImrqX3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.25rem;left:46.5rem; }
#FbnZ36KbR7Ex8XZfJHHkpmrsbQTULbBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.4375rem;left:22.1875rem; }
#EzhON2X4pRFPs1xheCcelO02fqhsQcuB { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.375rem;left:50.6875rem;height:2.9243625rem;font-style:normal;display:block; }
#s7Xtr45qeKz511gL54yQHHm4Q6ONUSLF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:13.0625rem;top:20.1328125rem;left:6.75rem;overflow:hidden;display:block; }
#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1.adaptive-delivery-prevent-bg, #wbmr1EbygsbNxa28ksCNvArfhlAPsdW1.lazyload, #wbmr1EbygsbNxa28ksCNvArfhlAPsdW1.lazyloading { background-image: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container { background-color: transparent; background-image: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container > .video-iframe-container { display: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row > .video-iframe-container { display: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .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); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container { border-width: 0; border-radius: 0; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container { font-size:0.875rem;font-family:arial;height:78.0625rem;width:75rem;position:relative;display:block; }#VfSmrIahr2NHxSvQVV8XRZuXCbCnZJyT { position:absolute;display:block;z-index:15006;background-color:#ffb9fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b247b0;border-left:0.125rem solid #b247b0;border-right:0.125rem solid #b247b0;border-bottom:0.125rem solid #b247b0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.5625rem;width:26.5rem;top:17.75rem;left:40rem;display:block; }
#fQH9nTOVlZGbnn6xAQbqmJCPgoG1ml0s { background-color:#ffb9fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:71rem;left:46.375rem;display:block; }
#VTS3VyKk1I4eXBa8BMdxnvre2ywR3TVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyKMXnrhNePhA9dtxAeKbRrLH8EeQO9M { color:#2a367e;display:block;width:19rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.5rem;left:43.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EL1yE0Va1H18DzuNXSc5VZEHt8P6B71N { position:absolute;display:block;z-index:15007;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:26.3125rem;width:26.3125rem;top:21.125rem;left:40.25rem;overflow:hidden;display:block; }
#PXVosTyiofxzbJHdqkC4MRQww7usvuzZ { box-sizing:content-box;height:30.3125rem;width:26.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.5625rem;left:40.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ViPABriSVXtQfXLtt81lBRJd5CFJyNLa { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffd300;border-left:0.125rem solid #ffd300;border-right:0.125rem solid #ffd300;border-bottom:0.125rem solid #ffd300;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.5625rem;width:26.5rem;top:17.75rem;left:8.3125rem;display:block; }
#qtb7Kkpt6t05FyB1Oks3loqizedJDHo8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:71rem;left:14.75rem;display:block; }
#FOp3cOgE9XrXoTzfSg2uiVwHJOecm90n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQK6FiuGVQ4U19g4hkFLJyEBh7hrU5s3 { box-sizing:content-box;height:30.3125rem;width:26.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.5rem;left:8.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#dkVGISdM26KCGQKxpbpA85ooTNF0nQsn { color:#ff9e00;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:68.125rem;left:14.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zP0wXRk8LdWZmyDsTn07Od75QVfEvGvp { position:absolute;display:block;z-index:15014;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:26.375rem;width:26.375rem;top:21.125rem;left:8.5625rem;overflow:hidden;display:block; }
#Z7az0D6X7eEwlKef24QEldTyPIMk5wwG { color:#2a367e;display:block;width:19rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.5rem;left:12.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaPlMUpackCff4R0EPE1IdQPqlIH7t6R { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:53.263671875rem;left:11.4375rem;height:13.4980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DaPlMUpackCff4R0EPE1IdQPqlIH7t6R li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DaPlMUpackCff4R0EPE1IdQPqlIH7t6R li:before{  }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .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;border-top:0.0625rem solid #ffb9fe;border-left:0.0625rem solid #ffb9fe;border-right:0.0625rem solid #ffb9fe;border-bottom:0.0625rem solid #ffb9fe; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .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; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:#ff00fb;text-align:center;text-align-last:center; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .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_3cf815cf3d27139257aae90b9f68e5fe0168e74c.svg");background-size:contain !important; }#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-trigger.adaptive-delivery-prevent-bg, #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-trigger.lazyload, #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-trigger.lazyloading { background-image: none; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk { box-sizing:content-box;height:auto;width:16rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15030;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:48.9375rem;left:45.375rem; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #haAUR5PJb7oAvy278707RO5hBkoep42f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK { display:block;position:relative; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
#KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:53.25rem;left:43.125rem;height:13.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 li:before{  }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .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;border-top:0.0625rem solid #ff9e00;border-left:0.0625rem solid #ff9e00;border-right:0.0625rem solid #ff9e00;border-bottom:0.0625rem solid #ff9e00; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .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; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:#ff9e00;text-align:center;text-align-last:center; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .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_460a21924353dc2315eb9d0196e9fa572b94567a.svg");background-size:contain !important; }#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-trigger.adaptive-delivery-prevent-bg, #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-trigger.lazyload, #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-trigger.lazyloading { background-image: none; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq { box-sizing:content-box;height:auto;width:16rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:48.9375rem;left:13.6875rem; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #XkTLBbpAQyOHW6xcPOl2M3TCq8wdfain { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #wVTp11hBZa7Ceub2EqTBgKfM5nef6Elr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #tUQQozPt1TaXF5FuSPdgKSxo6w9o48Ny { display:block;position:relative; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #gyKurybH4aUG2v6mrTTVF87JprX0wNt3 {  }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #c5ceCmuHc2yoQ6oNtPK9mTex0Whbu5gs {  }
#Fl7rkIm0wErXapfh5Qov1967tPKhJBTx { color:#ff00fb;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:68.125rem;left:46.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJUNqszZg95uIvyDTBXnXyTJ5XTkvsTc { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCOLr3ag4HzDxCCC64pxeC397g0IhlFQ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.9375rem;top:6.4375rem;left:32.9375rem;overflow:hidden;display:block; }
#fauiVFF4JiTCrdLvWFN9TmZHuSlycNcA { color:rgba(var(--color-tertiary-3),0.8);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.9375rem;left:13rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:bottom right !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; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn.adaptive-delivery-prevent-bg, #zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn.lazyload, #zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn.lazyloading { background-image: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container { background-color: transparent; background-image: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container > .video-iframe-container { display: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row > .video-iframe-container { display: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .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); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container { border-width: 0; border-radius: 0; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:75rem;position:relative;display:block; }#gSL9RH7SOOgmqUEXLDCzrBztSMUlh3AP { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #27a775;border-left:0.125rem solid #27a775;border-right:0.125rem solid #27a775;border-bottom:0.125rem solid #27a775;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.5625rem;width:26.5rem;top:1.0625rem;left:40rem;display:block; }
#At3pEUtkJAbVCy0op6TWH09urC80TEX4 { background-color:#27a775;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:54.3125rem;left:46.375rem;display:block; }
#U4dF9udz0XgFzA86TtXUtZmyHAOWFnts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fl1H7HKcUSeDzJzx1cb7v9c5FHww5TTd { color:#2a367e;display:block;width:19rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.8125rem;left:43.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKTiiSw1TDHmFLrJTQkToHa1GgyrIXrp { position:absolute;display:block;z-index:15007;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:26.25rem;width:26.25rem;top:4.4375rem;left:40.1875rem;overflow:hidden;display:block; }
#BcdLbDfTC46fh3y4XcAcCnVF0XTT723G { box-sizing:content-box;height:30.3125rem;width:26.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.875rem;left:40.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#fEz8MLb04ck6fQMRoUT8khxz2Vg0QW0V { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:58.5625rem;width:26.5rem;top:1.0625rem;left:8.3125rem;display:block; }
#n2ooXSB3vgkmSOTayWOvkTpuxyUUgWIn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:54.3125rem;left:14.75rem;display:block; }
#HT9pSKkEdbu3DeXf131W9K7I1NGuPsM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnUqyugCnWlHOzltrayssPLdbTFM35ho { box-sizing:content-box;height:30.3125rem;width:26.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.875rem;left:8.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#HtAhS4h5nwBPVw9wFTlcTIdDD8AduybO { color:rgba(var(--color-secondary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:51.3125rem;left:14.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHgI7ywApVDKGipJuBmSCIcByXG1ZpSz { position:absolute;display:block;z-index:15014;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:26.375rem;width:26.375rem;top:4.4375rem;left:8.5625rem;overflow:hidden;display:block; }
#cbVfLE3uv01vrRoTKqiQMEE50XNHCeaw { color:#2a367e;display:block;width:19rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.8125rem;left:12.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .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;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1); }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .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; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .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_cf528f10d53259f641037cbe42bea5fb390b6cb6.svg");background-size:contain !important; }#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-trigger.adaptive-delivery-prevent-bg, #FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-trigger.lazyload, #FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-trigger.lazyloading { background-image: none; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt { box-sizing:content-box;height:auto;width:16rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15028;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:32.25rem;left:13.6875rem; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb { color:rgba(var(--color-tertiary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:36.5625rem;left:11.65625rem;height:13.4980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb li:before{  }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .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;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1); }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .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; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:#27a775;text-align:center;text-align-last:center; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .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_a3bfa313655ff3aac007f01836898d75951bc7e4.svg");background-size:contain !important; }#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-trigger.adaptive-delivery-prevent-bg, #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-trigger.lazyload, #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-trigger.lazyloading { background-image: none; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE { box-sizing:content-box;height:auto;width:19.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15030;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:32.25rem;left:43.71875rem; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #ZpasnIqf2KgcGbgSSk1A6oOZulOFuEC1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #t0CrIPxEgEvCGiHSx4dVXLSMM7aWBngM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #CwyWXfGeUzO8koZfeKtOKZVlTodse5y1 { display:block;position:relative; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #IEO6XTREw26JfB72B5exTBokaZ6FmLsC {  }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #Ghf3UdTpRSb5vHR3hid8p8z8PSucDenp {  }
#cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.5625rem;left:43.125rem;height:13.4980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR li:before{  }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .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;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1); }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .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; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .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_a3bfa313655ff3aac007f01836898d75951bc7e4.svg");background-size:contain !important; }#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-trigger.adaptive-delivery-prevent-bg, #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-trigger.lazyload, #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-trigger.lazyloading { background-image: none; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg { box-sizing:content-box;height:auto;width:16rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#d32f2f;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:32.25rem;left:13.6875rem; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #UQscrzedx6getTnpLGGb027qKWOu6iEQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #mgyVSmmcRbubDGBSp8dI6F6zQBA2ahHs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #wUWsfZUr5lBq6Vor1oJskzQRend9ZItH { display:block;position:relative; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #OILgfDmz0fiIGH2SXZvNhsZSnnNtZyTR {  }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #gw1SvPIMTGFpH8anmKUUWTUeuBGZufmT {  }
#LWgX1PDAlgRCshMmBRTBR9vieVKCr2Wn { color:#27a775;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:51.3125rem;left:46.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/989059e2-9853-4d27-a19a-652b3c70f5cb/bigtitlelargw.jpg");background-position:center left !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; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u.adaptive-delivery-prevent-bg, #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u.lazyload, #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u.lazyloading { background-image: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { background-color: transparent; background-image: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container > .video-iframe-container { display: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container { display: none; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .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); }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { border-width: 0; border-radius: 0; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Aq1oeeFAJd8CCPpwFhXkf5u76q1csvR8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/74bb2802-00a0-418b-82a1-48ff5575c02a/final.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:30.0625rem;width:30.0625rem;top:2rem;left:39.125rem;display:block; }#Aq1oeeFAJd8CCPpwFhXkf5u76q1csvR8.adaptive-delivery-prevent-bg, #Aq1oeeFAJd8CCPpwFhXkf5u76q1csvR8.lazyload, #Aq1oeeFAJd8CCPpwFhXkf5u76q1csvR8.lazyloading { background-image: none; }
#fUXAm3pZDJGeUogQxPAcU3u2F5mzOfte { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:"times new roman";font-size:4.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.375rem;left:56.125rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KxyVga8MOddMKuuLp4iDT6icUDo0AUz2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.6875rem;left:56.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmW1QC1iOaCElIWE5gUtXWqDk8WptVTB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.21) ;height:10.25rem;width:10.25rem;top:23.4375rem;left:56.0625rem;display:block; }
#VihceSRcbQ85T4OJQZe5VicxuJdTtVbf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:18.375rem;top:30.6875rem;left:49.125rem;overflow:hidden;display:none; }
#ki9yTPHl6r7E1TwbP785Do3VZLIGbBkS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.9375rem;top:11.625rem;left:6.375rem;overflow:hidden;display:block; }
#kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { color:#fdda00;display:block;width:28.75rem;position:absolute;font-family:"times new roman";font-size:7.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6875rem;left:7.125rem;height:9.8310625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZ1MbbP0658UpXuJcH7q9qwR6DKKs5tG { color:#383737;display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:18.3125rem;height:5.11840625rem;font-style:normal;display:block; }
#en5bqF1ZiZEogtyP5RfWAAgf0rLSBItJ { color:rgba(var(--color-tertiary-3),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.5625rem;left:3.25rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pl3ySQa8KaKuk9M6CIL7IZ4Vl1dS1Ux8 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;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:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.65625rem;left:12.4375rem;display:block; }
#d3aqnTPpgRHvhAfwDnXNhiHXhcwZ4Xad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/J8bq1H4i/Group-4vg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.adaptive-delivery-prevent-bg, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyload, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyloading { background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { background-color: transparent; background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .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); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { border-width: 0; border-radius: 0; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#mZPwW838nMDlQlfdnZQF0iSdiNM2m9xE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.125rem;top:7.0625rem;left:26.25rem;overflow:hidden;display:block; }
#ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { color:#383737;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:36.3125rem;height:6.09375rem;font-style:normal;display:block; }
#e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:13.1875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T358l0KZhvoBH69Dr25y3DRCdqGn3f77 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.375rem;left:15.625rem; }
#PghQgCz6g7le3srwbVnoiGGuEunoJZo8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:20.25rem;left:9.5rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nup1AwRat8UX0PrT8QM95pal9AIf7zzU { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.4375rem;left:10.6875rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GsMK13s9fhTGOUllXP9CaUaAoDc0inlQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.375rem;left:35.375rem; }
#g9sT1URiWIzF1bFUGKAUqSMqeDhyQhTb { color:rgba(var(--color-tertiary-3),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:31.75rem;height:2.03125rem;font-style:normal;display:block; }
#g6mxv3BQ3yCIM2CAIvpfRaOnk5MkF0Qo { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.6875rem;left:29.375rem;height:4.38654375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xw0fB49FKIKUwMw1UnPwePsNTvnOVg83 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.375rem;left:54.375rem; }
#Pp1XsSRTQI73WdExlJI8CSOeBbfTouCx { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20rem;left:50.1875rem;height:2.03125rem;font-style:normal;display:block; }
#E5OlJpq31WlgtHRlbRgWbkRliIpE4cuX { color:rgba(var(--color-tertiary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.4375rem;left:50.1875rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/hFkC53eb/Group-7.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz.adaptive-delivery-prevent-bg, #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz.lazyload, #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz.lazyloading { background-image: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { background-color: transparent; background-image: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { display: none; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .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); }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { border-width: 0; border-radius: 0; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { color:#fdda00;display:block;width:56.1875rem;position:absolute;font-family:"times new roman";font-size:6.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.125rem;left:9.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mROEuRsKTKZFTXTAhKzoGtkebaZAVJE9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.9375rem;top:10.0625rem;left:25.5625rem;overflow:hidden;display:block; }
#ATPVKc7bakr6UhvW4VVxEoTTLrik8hHL { color:#383737;display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.125rem;left:37.5rem;height:6.09375rem;font-style:normal;display:block; }
#zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { position:absolute;display:block;z-index:15022;background-color:#ececec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:36.9375rem;width:29.1875rem;top:18.4375rem;left:7.5rem;display:block; }
#SUiJ3EhsTAGfBBgbKKgtU35qrMX2bcJC { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:36.9375rem;width:36.875rem;top:18.4375rem;left:36.875rem;overflow:hidden;display:block; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-form-header {  }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:22rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0.4375rem 0.5rem 1.4375rem rgba(var(--color-tertiary-4),0.18) ;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:7.5rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0.4375rem 0.5rem 1.4375rem rgba(var(--color-tertiary-4),0.18) ;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:22rem;height:3.4375rem;font-family:raleway;overflow:hidden;box-shadow: 0.4375rem 0.5rem 1.4375rem rgba(var(--color-tertiary-4),0.18) ; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:20.9375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-container:first-of-type{padding-top:0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-container:last-of-type{padding-bottom:0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.8125rem;top:26.34375rem;z-index:15025;position:absolute; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22rem;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H {display:block;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.8125rem;top:26.34375rem;z-index:15025;position:absolute; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #ObQGhlQ0Jx4e8yFwEIV3oI7ygrvZKT8O { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JFp79uVdJGCtUrNoDgdO9HBIAWW4VLI1 { position:relative;display:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JydfeEsgmhB5hJB8Cq3TLD9STKyxds2K { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #pohco1tFUBtZlyrz7gT5NUHmHOHX2QKh { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KpfFATX9oC7euM1JcoGXbZJLfSRbzyCv { position:relative;display:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #AhmpITPCBcoK0VbkTgDTy9cF0XHD3zfL { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #BsMiDwnHbtDDC5Kch5kvCIGelxODNHAa { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Ix0wVDqfJhiRXSZXEGzTyTHlD8Fo50I8 { position:relative;display:block; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #gIxg17VVbOgEzy7IKgduowGptaavyxpH { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #VqD4wSOVVk14PadqLZvQ7pXtGmZRwL39 { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #xLWwT7THsTJeQfe7x9pk03u4NqdI0vvp { position:relative;display:none; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #kGZxqaFlDhVXeVqoTm6uetV38eTl1Ens { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #tlzPHluzCDbM2TVmbeaycSO0vB04MD0O { position:relative; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #g2d476G34N09ng5AQXt8mwA9iWTMIyhV { position:relative; }
#neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { color:#383737;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15027;line-height:1.1;letter-spacing:0;top:19.40625rem;left:9.4375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgIwzRBnMBnVQJWOxfvXPqAQtbimS6oG { color:#383737;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.90625rem;left:14.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { background-color: transparent; background-image: none; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container > .video-iframe-container { display: none; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row > .video-iframe-container { display: none; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .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); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { border-width: 0; border-radius: 0; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#mIOIcWIwNtSD2h8ZTyVa5lLA5F4TgBTA { position:absolute;display:block;z-index:15000;height:18.0625rem;width:67.8125rem;top:1rem;left:4.1435546875rem;display:block; }
#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec474c;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; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { background-color: transparent; background-image: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { display: none; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .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); }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { border-width: 0; border-radius: 0; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .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:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .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; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:.9;overflow:hidden; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;color:rgba(var(--color-tertiary-0),1); }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-trigger { width:1rem;min-width:1rem;height:1rem;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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-trigger.adaptive-delivery-prevent-bg, #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-trigger.lazyload, #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-trigger.lazyloading { background-image: none; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK { box-sizing:content-box;height:auto;width:73.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ec474c;background-image:none;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #dk1dsQSwmbfTzriEfvl8ie0aNbvkOEEI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Aan3ZUHt84IRmQteQSuubk8tFdrckwfQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #ZNMudlgmMTE6e7gC32OoPULTaAFxyso9 { display:block;position:relative; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #UTRZSm1EIoTkWnwlN5eM2QT5boTsT6HA {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bl0TbgKc8l2lmuLho74p8w2bJI8L2QCT {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #hnDe0xK0zPB9LhWCR7KiXcpr6X4tyqrt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #OZJtQZOwR5JWgCTrn5o28fCRUhUItTIM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #nPmNRss6SvszUlvaP7uJS0K3TT8EWzbB { display:block;position:relative; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #cEWxPl8pGBnsXk1CBJ7o7ZrqzGnrcrOt {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #lXPA2TaEe6TdkRcgfnhHeDqFGr4iZzLL { display:none; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #E1s4cwceOclzxggz60TDTN2qzxP1RNnq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Sgb20uiX1gMERgATEKI9edUSdIwkTuOf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #X7TsDfP758TSwol742Z2N8RkBeNbdpMo { display:block;position:relative; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #RHJmeAVZWIqrCuTTkoV8sksfrHgoicTe {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #NUiLdiLqpDRQ6ERtBfw1sUDunAeabO2N { display:none; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #OMH7hizmInaNPtZ66UkzvHJPLZfOJoIa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #P3qc9TFuTdWEhB4VbVrxPTNxtrteJKbA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #T0iXMSxkZnx0iQuofKfJkGL9y9hIaXgm { display:block;position:relative; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #XUlNTsnnn4peirQBIJ29PJxsv96ml4lc {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #uI29VOITZnOR0GrA4Nxv7XFuM6ThfNxw { display:none; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #hTW9Qlk5NrOPSNbzAKpTVziOEEQGxTT3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #GFhTDFro8iGKfCnp1X7bTcc52lDdMOq0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #U4OHyS6UJzOz61T5BoJRgU3TQqv6US4o { display:block;position:relative; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #BcLxaRgfnXPD6se9TlbOW3v8PkWOfQdp {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bMA5IS84n5drNoE3o48lHZUZEoMrmx2a { display:none; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #HUCls76MMiGtUFeeRgVLHsuPwHW2SC1C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Z60kSTIL8gOFzcAJKN1NvFh5uAuMVxsa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bDGHKId2R3d7LTLP8nETD8eMy5WG2ZZX { display:block;position:relative; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #HlfVUFhaQbxWwzTdbxaCGkMnen5uXts4 {  }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #M7ckHRKcWNUJC5qJo8qm1hDqLJxHXBn3 { display:none; }
#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container { background-color: transparent; background-image: none; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container > .video-iframe-container { display: none; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row > .video-iframe-container { display: none; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .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); }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container { border-width: 0; border-radius: 0; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#Rm5OmcwSCEWv9lE56VT6dVTlgmGwO5Mv { position:absolute;display:block;z-index:15036;height:3.0625rem;width:5.625rem;top:10.0400390625rem;left:26.9375rem;display:block; }
#lmMwNTtZwQ0AEbISimZoTOsydy8Nr0rn { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TlZIA2OnuAwyspcO1khhvyNv0xuvZOuo { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:4.5rem;left:7.5rem;height:4.1982375rem;text-align:left;text-align-last:left;display:block; }
#bpJ00HqgHUu0qyZz7L2eZDPEs7d7p5ES { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.75rem;top:0.9619140625rem;left:28.5rem;overflow:hidden;display:block; }
#LXGhlDAT3HGTReMfNR29noE1XMXJkLlO { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.57421875rem;left:28.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dowel3qteMHR6PJHessTZUEGECMc5SnE { color:#383737;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.625rem;left:36.125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n6MGa4BfVxpZuGiGqsDTd4HBDlmodzfW { color:rgba(31,51,59,0.6);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.26171875rem;left:29.1875rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#Z6ZAcqTe4XroizdWJfTdXFZ0Cgf58M6n { position:absolute;display:block;z-index:15040;height:3.25rem;width:5.9375rem;top:9.9462890625rem;left:37.5rem;display:block; }
#yZT4C0BMDwvQpvIDbOHOvzuTObJN4LKi { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.4365234375rem;left:49.375rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#oI1XDaFfuDBW4eF67WcDryMiGfCllyFh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.0625rem;top:10.0087890625rem;left:57.1875rem;overflow:hidden;display:block; }
#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/UVNKlBEf/Group-6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg.adaptive-delivery-prevent-bg, #mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg.lazyload, #mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg.lazyloading { background-image: none; }#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg > .row .container { border-width: 0; border-radius: 0; }#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:none; }#On1F28l9DwgXvgKBTwosab7GIOKMmemO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eObd9d1i/Group-5bbb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:18.4375rem;left:5.125rem;display:block; }#On1F28l9DwgXvgKBTwosab7GIOKMmemO.adaptive-delivery-prevent-bg, #On1F28l9DwgXvgKBTwosab7GIOKMmemO.lazyload, #On1F28l9DwgXvgKBTwosab7GIOKMmemO.lazyloading { background-image: none; }
#SSpOdReTEyQFqO8bzDuBZtWBdXHg3Hy3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eObd9d1i/Group-5bbb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:18.4375rem;left:30.1875rem;display:block; }#SSpOdReTEyQFqO8bzDuBZtWBdXHg3Hy3.adaptive-delivery-prevent-bg, #SSpOdReTEyQFqO8bzDuBZtWBdXHg3Hy3.lazyload, #SSpOdReTEyQFqO8bzDuBZtWBdXHg3Hy3.lazyloading { background-image: none; }
#S6ok4haMVO88lUeIB87Q6rU2zdz5WiaT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eObd9d1i/Group-5bbb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:18.4375rem;left:55.1875rem;display:block; }#S6ok4haMVO88lUeIB87Q6rU2zdz5WiaT.adaptive-delivery-prevent-bg, #S6ok4haMVO88lUeIB87Q6rU2zdz5WiaT.lazyload, #S6ok4haMVO88lUeIB87Q6rU2zdz5WiaT.lazyloading { background-image: none; }
#U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { color:#fdda00;display:block;width:25rem;position:absolute;font-family:"times new roman";font-size:7.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:9.8310625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omnra0syw5XTc1KKDDnwVQL1ib3oKR4T { color:#383737;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:27.5rem;height:5.1181625rem;font-style:normal;display:block; }
#bQbPrWp6re01k7hWQzsfouqX3QsWskDk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.9375rem;top:12.375rem;left:28.8125rem;overflow:hidden;display:block; }
#wXbgpHVOVxqCCZQyvmoVl1pGnUGpfftk { color:#a6d433;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.9375rem;left:53.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qe1pfLlL1GZ6DWtzFwofXgPBxz3mgrfC { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:36.9375rem;left:53.4375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4WR0Tsw6lRHGhJMz13LVrc0I3AHoKTl { color:#a6d433;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.9375rem;left:28.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUn8mh4JqpzOPMnESGFyA9xUu3hTO7tq { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:36.9375rem;left:28.4375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bixd460mTcw2TwbMAvOMJvTmRZcJRubL { color:#a6d433;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:33.9375rem;left:3.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGxRPdH4QqCJRso1IC69tX6AaxKRgSIv { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:36.9375rem;left:3.375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2n2ymdTOhgK64pN4te127o42F3oZppc { display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { width:14.875rem;height:1.6875rem;top:1.1875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { width:11.3125rem;height:1.6875rem;top:2.875rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTP4pt3rMepe8GFS0xAasRMN13wCQS7 { top:1.375rem;left:0rem;width:13.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { width:29.4375rem;height:10.6875rem;top:9.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:23.9375rem;height:4.8125rem;top:22.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { width:11.5rem;height:3rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block; }
 }@media only screen and (max-width: 763px) { #UTg7m0enf8QluAvyTHZbfySsm38KemVS { width:47.75rem;height:37.785756154748rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIsur6xxU2JCRMtNZVsh1TQDn4ZT4Xy { top:30.25rem;left:0rem;width:3.875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dImzJoRhzV7aOdrBDEt2TP5SkzmM3wzF { top:30.375rem;left:0rem;width:11.5rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbTP1AwJFSZKUsZUTqbTpEJ78mDu62g7 { width:14.4375rem;height:10.4375rem;top:5.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfOO8buXbrFgezBl6vMUasa7TVN67sep { width:12.5625rem;height:6.5625rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZ7th4SAn9ilccRk1I14aE39mDL7rln { width:8.9375rem;height:2.3125rem;top:6.4375rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:17.625rem;height:1.75rem;top:22.9375rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:17rem;height:2.875rem;top:25rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:19.3125rem;height:2.875rem;top:24.9375rem;left:28.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:16.6875rem;height:1.75rem;top:22.9375rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1da9IFQloPlRgQUZyNlwbtOfUUNMDp6 { width:3.75rem;height:3.75rem;top:39.9375rem;left:8.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:13.3125rem;height:1.75rem;top:31.8125rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { width:16.875rem;height:4.375rem;top:33.75rem;left:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { width:3.8125rem;height:3.8125rem;top:30.875rem;left:33.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAHWAJnNvdTqvJzsVPgJrKecgMqmSqgB { width:47.75rem;height:6.75rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXLKz4bIvH7JenQ3rA9kpzBV834CiiJ { width:18.9375rem;height:4.375rem;top:33.75rem;left:28.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcA9nZFqrfyTCllF2pUl2RIGG2u5pevn { width:18.375rem;height:1.75rem;top:31.8125rem;left:29.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPS1MHhPg9KqUUHrQfqlzzQTb6oW3M4C { width:15.4375rem;height:1.75rem;top:40.625rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn3a3DpHzfRbGsbyN416BE7zF4FUzMWE { width:17rem;height:2.875rem;top:42.5rem;left:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKV0exTB6nZgNFWg2zlziJK7T20UNoKE { width:13.3125rem;height:1.75rem;top:40.625rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8XX7VdzzMhK8me2bAgzQKcBAOJOkyBa { top:40.125rem;left:33rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVUUVZP4UVl4NNG0SeIWbt5w3Sr0dfnw { top:31.1875rem;left:8.5625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgWr4HLlwSksIJorTXIJTA18NHImrqX3 { top:22.25rem;left:32.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbnZ36KbR7Ex8XZfJHHkpmrsbQTULbBi { top:22.4375rem;left:8.5625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzhON2X4pRFPs1xheCcelO02fqhsQcuB { width:18.125rem;height:2.875rem;top:42.375rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Xtr45qeKz511gL54yQHHm4Q6ONUSLF { top:20.125rem;left:0rem;width:13.0625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 { display:block; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfSmrIahr2NHxSvQVV8XRZuXCbCnZJyT { width:26.5rem;height:58.5625rem;top:17.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQH9nTOVlZGbnn6xAQbqmJCPgoG1ml0s { width:13.875rem;height:3.4375rem;top:71rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS3VyKk1I4eXBa8BMdxnvre2ywR3TVm { display:block; }
 }@media only screen and (max-width: 763px) { #oyKMXnrhNePhA9dtxAeKbRrLH8EeQO9M { width:19rem;height:2rem;top:18.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1yE0Va1H18DzuNXSc5VZEHt8P6B71N { width:26.3125rem;height:26.3125rem;top:21.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXVosTyiofxzbJHdqkC4MRQww7usvuzZ { top:45.5625rem;left:21.375rem;width:26.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPABriSVXtQfXLtt81lBRJd5CFJyNLa { width:26.5rem;height:58.5625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtb7Kkpt6t05FyB1Oks3loqizedJDHo8 { width:13.875rem;height:3.4375rem;top:71rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOp3cOgE9XrXoTzfSg2uiVwHJOecm90n { display:block; }
 }@media only screen and (max-width: 763px) { #qQK6FiuGVQ4U19g4hkFLJyEBh7hrU5s3 { top:45.5rem;left:0rem;width:26.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVGISdM26KCGQKxpbpA85ooTNF0nQsn { width:14rem;height:2rem;top:68.125rem;left:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0wXRk8LdWZmyDsTn07Od75QVfEvGvp { width:26.375rem;height:26.375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7az0D6X7eEwlKef24QEldTyPIMk5wwG { width:19rem;height:2rem;top:18.5rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaPlMUpackCff4R0EPE1IdQPqlIH7t6R { width:20.5rem;height:;top:53.25rem;left:3.375rem;font-size:1rem;display:block; }#DaPlMUpackCff4R0EPE1IdQPqlIH7t6R li:before{  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #haAUR5PJb7oAvy278707RO5hBkoep42f {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
 }@media only screen and (max-width: 763px) { #KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 { width:20.5rem;height:;top:53.25rem;left:23.875rem;font-size:1rem;display:block; }#KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 li:before{  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #XkTLBbpAQyOHW6xcPOl2M3TCq8wdfain {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #wVTp11hBZa7Ceub2EqTBgKfM5nef6Elr {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #tUQQozPt1TaXF5FuSPdgKSxo6w9o48Ny {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #gyKurybH4aUG2v6mrTTVF87JprX0wNt3 {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #c5ceCmuHc2yoQ6oNtPK9mTex0Whbu5gs {  }
 }@media only screen and (max-width: 763px) { #Fl7rkIm0wErXapfh5Qov1967tPKhJBTx { width:14rem;height:2rem;top:68.125rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJUNqszZg95uIvyDTBXnXyTJ5XTkvsTc { width:47.75rem;height:8.125rem;top:0rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCOLr3ag4HzDxCCC64pxeC397g0IhlFQ { width:8.9375rem;height:2.3125rem;top:6.4375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fauiVFF4JiTCrdLvWFN9TmZHuSlycNcA { width:47.75rem;height:3.375rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn { display:block; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSL9RH7SOOgmqUEXLDCzrBztSMUlh3AP { width:26.5rem;height:58.5625rem;top:1.0625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3pEUtkJAbVCy0op6TWH09urC80TEX4 { width:13.875rem;height:3.4375rem;top:54.3125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4dF9udz0XgFzA86TtXUtZmyHAOWFnts { display:block; }
 }@media only screen and (max-width: 763px) { #Fl1H7HKcUSeDzJzx1cb7v9c5FHww5TTd { width:19rem;height:2rem;top:1.8125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKTiiSw1TDHmFLrJTQkToHa1GgyrIXrp { width:26.25rem;height:26.25rem;top:4.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdLbDfTC46fh3y4XcAcCnVF0XTT723G { top:28.875rem;left:21.375rem;width:26.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEz8MLb04ck6fQMRoUT8khxz2Vg0QW0V { width:26.5rem;height:58.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ooXSB3vgkmSOTayWOvkTpuxyUUgWIn { width:13.875rem;height:3.4375rem;top:54.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pSKkEdbu3DeXf131W9K7I1NGuPsM4 { display:block; }
 }@media only screen and (max-width: 763px) { #tnUqyugCnWlHOzltrayssPLdbTFM35ho { top:28.875rem;left:0rem;width:26.375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtAhS4h5nwBPVw9wFTlcTIdDD8AduybO { width:14rem;height:2rem;top:51.3125rem;left:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHgI7ywApVDKGipJuBmSCIcByXG1ZpSz { width:26.375rem;height:26.375rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbVfLE3uv01vrRoTKqiQMEE50XNHCeaw { width:19rem;height:2rem;top:1.8125rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb { width:20.0625rem;height:13.4375rem;top:36.5625rem;left:3.8125rem;font-size:1rem;display:block; }#cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb li:before{  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #ZpasnIqf2KgcGbgSSk1A6oOZulOFuEC1 {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #t0CrIPxEgEvCGiHSx4dVXLSMM7aWBngM {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #CwyWXfGeUzO8koZfeKtOKZVlTodse5y1 {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #IEO6XTREw26JfB72B5exTBokaZ6FmLsC {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #Ghf3UdTpRSb5vHR3hid8p8z8PSucDenp {  }
 }@media only screen and (max-width: 763px) { #cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR { width:20.5rem;height:;top:36.5625rem;left:23.875rem;font-size:1rem;display:block; }#cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR li:before{  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg { display:flex;height:auto;width:27.8125rem;top:29.8125rem;left:0rem; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #UQscrzedx6getTnpLGGb027qKWOu6iEQ {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #mgyVSmmcRbubDGBSp8dI6F6zQBA2ahHs {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #wUWsfZUr5lBq6Vor1oJskzQRend9ZItH {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #OILgfDmz0fiIGH2SXZvNhsZSnnNtZyTR {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #gw1SvPIMTGFpH8anmKUUWTUeuBGZufmT {  }
 }@media only screen and (max-width: 763px) { #LWgX1PDAlgRCshMmBRTBR9vieVKCr2Wn { width:14rem;height:2rem;top:51.3125rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq1oeeFAJd8CCPpwFhXkf5u76q1csvR8 { width:30.0625rem;height:30.0625rem;top:2rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUXAm3pZDJGeUogQxPAcU3u2F5mzOfte { width:10.1875rem;height:5.25rem;top:25.375rem;left:37.5625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxyVga8MOddMKuuLp4iDT6icUDo0AUz2 { width:10.3125rem;height:2rem;top:29.6875rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmW1QC1iOaCElIWE5gUtXWqDk8WptVTB { width:10.25rem;height:10.25rem;top:23.4375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihceSRcbQ85T4OJQZe5VicxuJdTtVbf { width:18.375rem;height:8.8123947671869rem;top:30.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki9yTPHl6r7E1TwbP785Do3VZLIGbBkS { width:11.9375rem;height:3.1875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:28.75rem;height:9.8125rem;top:3.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1MbbP0658UpXuJcH7q9qwR6DKKs5tG { width:18.1875rem;height:5.0625rem;top:10.6875rem;left:4.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en5bqF1ZiZEogtyP5RfWAAgf0rLSBItJ { width:32.25rem;height:10.125rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl3ySQa8KaKuk9M6CIL7IZ4Vl1dS1Ux8 { width:13.875rem;height:3.4375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3aqnTPpgRHvhAfwDnXNhiHXhcwZ4Xad { display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZPwW838nMDlQlfdnZQF0iSdiNM2m9xE { width:10.125rem;height:2.625rem;top:7.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { width:18.125rem;height:6.0625rem;top:5.375rem;left:22.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:42.5625rem;height:8.125rem;top:0rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T358l0KZhvoBH69Dr25y3DRCdqGn3f77 { top:14.375rem;left:2rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PghQgCz6g7le3srwbVnoiGGuEunoJZo8 { width:16.9375rem;height:1.5625rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nup1AwRat8UX0PrT8QM95pal9AIf7zzU { width:13.875rem;height:2.875rem;top:23.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMK13s9fhTGOUllXP9CaUaAoDc0inlQ { top:14.375rem;left:21.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9sT1URiWIzF1bFUGKAUqSMqeDhyQhTb { width:11.1875rem;height:2rem;top:20rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6mxv3BQ3yCIM2CAIvpfRaOnk5MkF0Qo { width:16.375rem;height:4.375rem;top:22.6875rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw0fB49FKIKUwMw1UnPwePsNTvnOVg83 { top:14.375rem;left:40.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp1XsSRTQI73WdExlJI8CSOeBbfTouCx { width:15.375rem;height:2rem;top:20rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5OlJpq31WlgtHRlbRgWbkRliIpE4cuX { width:14.625rem;height:2.875rem;top:23.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:47.75rem;height:8.125rem;top:2.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mROEuRsKTKZFTXTAhKzoGtkebaZAVJE9 { width:11.9375rem;height:3.1875rem;top:10.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATPVKc7bakr6UhvW4VVxEoTTLrik8hHL { width:25.6875rem;height:6.0625rem;top:9.125rem;left:22.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { width:29.1875rem;height:36.9375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUiJ3EhsTAGfBBgbKKgtU35qrMX2bcJC { width:36.875rem;height:36.9375rem;top:18.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H  { width:22rem;height:auto;top:26.3125rem;left:0rem; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H {display:block;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H { width:22rem;height:auto;top:26.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #ObQGhlQ0Jx4e8yFwEIV3oI7ygrvZKT8O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JFp79uVdJGCtUrNoDgdO9HBIAWW4VLI1 { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JydfeEsgmhB5hJB8Cq3TLD9STKyxds2K {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #pohco1tFUBtZlyrz7gT5NUHmHOHX2QKh {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KpfFATX9oC7euM1JcoGXbZJLfSRbzyCv { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #AhmpITPCBcoK0VbkTgDTy9cF0XHD3zfL {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #BsMiDwnHbtDDC5Kch5kvCIGelxODNHAa {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Ix0wVDqfJhiRXSZXEGzTyTHlD8Fo50I8 {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #gIxg17VVbOgEzy7IKgduowGptaavyxpH {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #VqD4wSOVVk14PadqLZvQ7pXtGmZRwL39 {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #xLWwT7THsTJeQfe7x9pk03u4NqdI0vvp { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #kGZxqaFlDhVXeVqoTm6uetV38eTl1Ens {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #tlzPHluzCDbM2TVmbeaycSO0vB04MD0O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #g2d476G34N09ng5AQXt8mwA9iWTMIyhV {  }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:25.4375rem;height:5.5rem;top:19.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIwzRBnMBnVQJWOxfvXPqAQtbimS6oG { width:16.125rem;height:1.625rem;top:24.875rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC { display:block; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIOIcWIwNtSD2h8ZTyVa5lLA5F4TgBTA { top:1rem;left:0rem;width:47.75rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #dk1dsQSwmbfTzriEfvl8ie0aNbvkOEEI {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Aan3ZUHt84IRmQteQSuubk8tFdrckwfQ {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #ZNMudlgmMTE6e7gC32OoPULTaAFxyso9 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #UTRZSm1EIoTkWnwlN5eM2QT5boTsT6HA {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bl0TbgKc8l2lmuLho74p8w2bJI8L2QCT {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #hnDe0xK0zPB9LhWCR7KiXcpr6X4tyqrt {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #OZJtQZOwR5JWgCTrn5o28fCRUhUItTIM {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #nPmNRss6SvszUlvaP7uJS0K3TT8EWzbB {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #cEWxPl8pGBnsXk1CBJ7o7ZrqzGnrcrOt {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #lXPA2TaEe6TdkRcgfnhHeDqFGr4iZzLL {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #E1s4cwceOclzxggz60TDTN2qzxP1RNnq {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Sgb20uiX1gMERgATEKI9edUSdIwkTuOf {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #X7TsDfP758TSwol742Z2N8RkBeNbdpMo {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #RHJmeAVZWIqrCuTTkoV8sksfrHgoicTe {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #NUiLdiLqpDRQ6ERtBfw1sUDunAeabO2N {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #OMH7hizmInaNPtZ66UkzvHJPLZfOJoIa {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #P3qc9TFuTdWEhB4VbVrxPTNxtrteJKbA {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #T0iXMSxkZnx0iQuofKfJkGL9y9hIaXgm {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #XUlNTsnnn4peirQBIJ29PJxsv96ml4lc {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #uI29VOITZnOR0GrA4Nxv7XFuM6ThfNxw {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #hTW9Qlk5NrOPSNbzAKpTVziOEEQGxTT3 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #GFhTDFro8iGKfCnp1X7bTcc52lDdMOq0 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #U4OHyS6UJzOz61T5BoJRgU3TQqv6US4o {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #BcLxaRgfnXPD6se9TlbOW3v8PkWOfQdp {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bMA5IS84n5drNoE3o48lHZUZEoMrmx2a {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #HUCls76MMiGtUFeeRgVLHsuPwHW2SC1C {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Z60kSTIL8gOFzcAJKN1NvFh5uAuMVxsa {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bDGHKId2R3d7LTLP8nETD8eMy5WG2ZZX {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #HlfVUFhaQbxWwzTdbxaCGkMnen5uXts4 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #M7ckHRKcWNUJC5qJo8qm1hDqLJxHXBn3 {  }
 }@media only screen and (max-width: 763px) { #JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP { display:block; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rm5OmcwSCEWv9lE56VT6dVTlgmGwO5Mv { top:10rem;left:13.3125rem;width:5.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmMwNTtZwQ0AEbISimZoTOsydy8Nr0rn { width:18.125rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZIA2OnuAwyspcO1khhvyNv0xuvZOuo { width:18.125rem;height:4.1875rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpJ00HqgHUu0qyZz7L2eZDPEs7d7p5ES { top:0.9375rem;left:14.875rem;width:18rem;height:4.499192276626rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXGhlDAT3HGTReMfNR29noE1XMXJkLlO { width:18.125rem;height:1.25rem;top:6.5625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dowel3qteMHR6PJHessTZUEGECMc5SnE { width:31.25rem;height:1.4375rem;top:1.5625rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MGa4BfVxpZuGiGqsDTd4HBDlmodzfW { width:16.625rem;height:0.9375rem;top:15.25rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZAcqTe4XroizdWJfTdXFZ0Cgf58M6n { top:9.9375rem;left:23.875rem;width:5.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZT4C0BMDwvQpvIDbOHOvzuTObJN4LKi { width:18.125rem;height:4.5rem;top:3.375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI1XDaFfuDBW4eF67WcDryMiGfCllyFh { top:10rem;left:37.4375rem;width:10.3125rem;height:3.2027591090351rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg { display:block; }#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On1F28l9DwgXvgKBTwosab7GIOKMmemO { width:13.25rem;height:13.25rem;top:18.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSpOdReTEyQFqO8bzDuBZtWBdXHg3Hy3 { width:13.25rem;height:13.25rem;top:18.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ok4haMVO88lUeIB87Q6rU2zdz5WiaT { width:13.25rem;height:13.25rem;top:18.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:47.75rem;height:9.8125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omnra0syw5XTc1KKDDnwVQL1ib3oKR4T { width:25.6875rem;height:5.0625rem;top:11.375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbPrWp6re01k7hWQzsfouqX3QsWskDk { width:11.9375rem;height:3.1872438728442rem;top:12.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbgpHVOVxqCCZQyvmoVl1pGnUGpfftk { width:19rem;height:2rem;top:33.875rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe1pfLlL1GZ6DWtzFwofXgPBxz3mgrfC { width:19.0625rem;height:5.75rem;top:36.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WR0Tsw6lRHGhJMz13LVrc0I3AHoKTl { width:19rem;height:2rem;top:33.875rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUn8mh4JqpzOPMnESGFyA9xUu3hTO7tq { width:19.0625rem;height:5.75rem;top:36.875rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bixd460mTcw2TwbMAvOMJvTmRZcJRubL { width:19rem;height:2rem;top:33.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGxRPdH4QqCJRso1IC69tX6AaxKRgSIv { width:19.0625rem;height:5.75rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B2n2ymdTOhgK64pN4te127o42F3oZppc { display:block; }#B2n2ymdTOhgK64pN4te127o42F3oZppc > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqhOxTxPN55ddBdrHLaRMxkanNMTO9qX { width:10.1875rem;height:0;top:2.25rem;left:9.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5HkyNuewR9ORAk4lDTQSxU0GKHzktH2 { width:9.625rem;height:0;top:3.6875rem;left:10.375rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITTP4pt3rMepe8GFS0xAasRMN13wCQS7 { width:10.1875rem;height:2.5625rem;top:0.84375rem;left:4.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/260ce4db-1932-4279-92d5-e52dc574a0de/Untitleddesign15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCHMCWWz5Jy7EQNxVaieapIfbZ2pNOyD { width:15.6875rem;height:0;top:5.3125rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;font-weight:400;font-style:normal;font-family:inter;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vWdFTVFcFRSM9vBEIcA146xoK2VSyDyd { width:11.5rem;height:0;top:15.875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #w8r177r9G5NDgTXym8NwxsaUbIZZTrFi { width:9.625rem;height:2.25rem;top:31.1875rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn2pErdTqzGXyAiRZuPxq7G2xhV60m7 { display:block; }
 }@media only screen and (max-width: 763px) { #UTg7m0enf8QluAvyTHZbfySsm38KemVS { width:20rem;height:16rem;top:16.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkIsur6xxU2JCRMtNZVsh1TQDn4ZT4Xy { width:10.125rem;height:3.375rem;top:26.78125rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dImzJoRhzV7aOdrBDEt2TP5SkzmM3wzF { width:11.5rem;height:3rem;top:34rem;left:4.25rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LbTP1AwJFSZKUsZUTqbTpEJ78mDu62g7 { width:14.5625rem;height:10.4980625rem;top:7.1103515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;color:#ffffff;font-weight:400;font-style:normal;font-family:georgia;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KfOO8buXbrFgezBl6vMUasa7TVN67sep { width:12.8125rem;height:6.09375rem;top:19.03125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;z-index:15005;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55dafb95-9717-4299-bee4-362045092fc4/CopyofGlutathioneIV8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.adaptive-delivery-prevent-bg, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyload, #kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0.lazyloading { background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { background-color: transparent; background-image: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row > .video-iframe-container { display: none; }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .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); }#kneUZLnCDnQ03fv3A5gwFOwkgqOXRBr0 > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuVVB0tzng77FTcDNhAeFCMKu0tx2s61 { width:17.3125rem;height:6.1875rem;top:0.75rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #LTZ7th4SAn9ilccRk1I14aE39mDL7rln { width:8.625rem;height:2.25rem;top:7.1103515625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWDVpaE9ZBAXMHsBpQ4o2A1V5AvCXKiP { width:12.4375rem;height:1.625rem;top:25.25rem;left:6.25rem;text-align:left;text-align-last:left;color:#424242;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvMGHCn1Xzc5dHFL2CfILs32coko0yzu { width:11.75rem;height:3.65625rem;top:27.1875rem;left:6.25rem;text-align:left;text-align-last:left;color:#6d6d6d;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtLwIOQ38sCgrs2Li2rfgRcRRs8RFaT { width:12.125rem;height:3.65625rem;top:36.125rem;left:6.25rem;text-align:left;text-align-last:left;color:#6d6d6d;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTJd1qnGt0ynRzAH8ohvazDSx74pwww { width:10.75rem;height:3.25rem;top:32.4375rem;left:6.25rem;text-align:left;text-align-last:left;color:#424242;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1da9IFQloPlRgQUZyNlwbtOfUUNMDp6 { width:5rem;height:5rem;top:59.93359375rem;left:1.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uxxx6FSwRBmAcr8bxmb6UIFFTLgUNX { width:12.9375rem;height:1.625rem;top:41.5625rem;left:6.25rem;text-align:left;text-align-last:left;color:#424242;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNCiwHUDmirC0mBJQee5TlgX20EAR0R { width:12.3125rem;height:4.875rem;top:43.375rem;left:6.25rem;text-align:left;text-align-last:left;color:#6d6d6d;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dPU1G50cF956lgtbJTgg16Gc0lS1iP { width:4.875rem;height:4.875rem;top:49.8671875rem;left:1.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAHWAJnNvdTqvJzsVPgJrKecgMqmSqgB { width:18.375rem;height:12.1875rem;top:11.1875rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXLKz4bIvH7JenQ3rA9kpzBV834CiiJ { width:10.8125rem;height:4.875rem;top:53.69140625rem;left:6.21875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#6d6d6d;display:block; }
 }@media only screen and (max-width: 763px) { #xcA9nZFqrfyTCllF2pUl2RIGG2u5pevn { width:11.4375rem;height:3.25rem;top:50.0546875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #XPS1MHhPg9KqUUHrQfqlzzQTb6oW3M4C { width:13rem;height:1.625rem;top:67.65234375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #kn3a3DpHzfRbGsbyN416BE7zF4FUzMWE { width:11.375rem;height:3.65625rem;top:62.21484375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#6d6d6d;display:block; }
 }@media only screen and (max-width: 763px) { #UKV0exTB6nZgNFWg2zlziJK7T20UNoKE { width:11.4375rem;height:1.625rem;top:60.427734375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #e8XX7VdzzMhK8me2bAgzQKcBAOJOkyBa { display:flex;width:3.9375rem;height:3.9375rem;top:67.689453125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #XVUUVZP4UVl4NNG0SeIWbt5w3Sr0dfnw { display:flex;width:3.875rem;height:3.875rem;top:41.349609375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #DgWr4HLlwSksIJorTXIJTA18NHImrqX3 { display:flex;width:4.0625rem;height:4.0625rem;top:32.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #FbnZ36KbR7Ex8XZfJHHkpmrsbQTULbBi { display:flex;width:3.8125rem;height:3.8125rem;top:25.5625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #EzhON2X4pRFPs1xheCcelO02fqhsQcuB { width:11.4375rem;height:3.65625rem;top:69.34375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#6d6d6d;display:block; }
 }@media only screen and (max-width: 763px) { #s7Xtr45qeKz511gL54yQHHm4Q6ONUSLF { width:6.4375rem;height:15.6875rem;top:100.21484375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1.adaptive-delivery-prevent-bg, #wbmr1EbygsbNxa28ksCNvArfhlAPsdW1.lazyload, #wbmr1EbygsbNxa28ksCNvArfhlAPsdW1.lazyloading { background-image: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container { background-color: transparent; background-image: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container > .video-iframe-container { display: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row > .video-iframe-container { display: none; }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .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); }#wbmr1EbygsbNxa28ksCNvArfhlAPsdW1 > .row .container { width:20rem;height:124.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfSmrIahr2NHxSvQVV8XRZuXCbCnZJyT { width:19.75rem;height:55.625rem;top:67.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQH9nTOVlZGbnn6xAQbqmJCPgoG1ml0s { width:13.875rem;height:3.4375rem;top:116.568359375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS3VyKk1I4eXBa8BMdxnvre2ywR3TVm { display:block; }
 }@media only screen and (max-width: 763px) { #oyKMXnrhNePhA9dtxAeKbRrLH8EeQO9M { width:19rem;height:1.46218125rem;top:68.318359375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1yE0Va1H18DzuNXSc5VZEHt8P6B71N { width:19.6875rem;height:19.6875rem;top:70.380859375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXVosTyiofxzbJHdqkC4MRQww7usvuzZ { width:19.6875rem;height:33.75rem;top:88.693359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPABriSVXtQfXLtt81lBRJd5CFJyNLa { width:19.75rem;height:51.4375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtb7Kkpt6t05FyB1Oks3loqizedJDHo8 { width:13.875rem;height:3.4375rem;top:60.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOp3cOgE9XrXoTzfSg2uiVwHJOecm90n { display:block; }
 }@media only screen and (max-width: 763px) { #qQK6FiuGVQ4U19g4hkFLJyEBh7hrU5s3 { width:19.6875rem;height:31.1875rem;top:34.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVGISdM26KCGQKxpbpA85ooTNF0nQsn { width:14rem;height:2.03125rem;top:57.5rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0wXRk8LdWZmyDsTn07Od75QVfEvGvp { width:19.6875rem;height:19.6875rem;top:16.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7az0D6X7eEwlKef24QEldTyPIMk5wwG { width:19rem;height:1.46218125rem;top:15rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaPlMUpackCff4R0EPE1IdQPqlIH7t6R { width:17.6875rem;height:14.797875rem;top:41.15625rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DaPlMUpackCff4R0EPE1IdQPqlIH7t6R li:before{  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk { display:flex;height:auto;width:16rem;top:90.875rem;left:2rem; }
#sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #haAUR5PJb7oAvy278707RO5hBkoep42f {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #tXGggpwTJtZg5EtTVcOMgKKVQgkMgetK {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #W9Lp80gSsSz4H1d8eBezZt7km1XzGweK {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #WoLKePsFFxD7tKo3mOOwnyTsAfOHNFKX {  }
 }@media only screen and (max-width: 763px) { #sZ51uURWrGGBg0VXZSVsl9DkRrsXrxWk #WyVUdHZ5xhTQqcGaUbe7IiRuMAtr5VnQ {  }
 }@media only screen and (max-width: 763px) { #KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 { width:18.3125rem;height:15.297875rem;top:95.443359375rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#KW98rmpQTzAmq4nfXJTX305PbeXSdoM8 li:before{  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.4;overflow:hidden; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq { display:flex;height:auto;width:14.3125rem;top:37.34375rem;left:2.84375rem; }
#RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #XkTLBbpAQyOHW6xcPOl2M3TCq8wdfain {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #wVTp11hBZa7Ceub2EqTBgKfM5nef6Elr {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #tUQQozPt1TaXF5FuSPdgKSxo6w9o48Ny {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #gyKurybH4aUG2v6mrTTVF87JprX0wNt3 {  }
 }@media only screen and (max-width: 763px) { #RLIhoSpIcnMzrqt2WxIZM7VbS8K0oTGq #c5ceCmuHc2yoQ6oNtPK9mTex0Whbu5gs {  }
 }@media only screen and (max-width: 763px) { #Fl7rkIm0wErXapfh5Qov1967tPKhJBTx { width:14rem;height:2.03125rem;top:113.255859375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJUNqszZg95uIvyDTBXnXyTJ5XTkvsTc { width:20rem;height:5.5rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #xCOLr3ag4HzDxCCC64pxeC397g0IhlFQ { width:8.9375rem;height:2.3125rem;top:6.1875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fauiVFF4JiTCrdLvWFN9TmZHuSlycNcA { width:18.5rem;height:3.65625rem;top:9.537109375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7633f9a3-6391-4b8f-93cd-55fea4da2609/deficiencies_GettyImages960054308mod.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;display:block; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn.adaptive-delivery-prevent-bg, #zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn.lazyload, #zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn.lazyloading { background-image: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container { background-color: transparent; background-image: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container > .video-iframe-container { display: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row > .video-iframe-container { display: none; }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .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); }#zTg7ac1CaAO9lkmoxJlJsdLdNkwcSTqn > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSL9RH7SOOgmqUEXLDCzrBztSMUlh3AP { width:19.75rem;height:53.5rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3pEUtkJAbVCy0op6TWH09urC80TEX4 { width:13.875rem;height:3.4375rem;top:104.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4dF9udz0XgFzA86TtXUtZmyHAOWFnts { display:block; }
 }@media only screen and (max-width: 763px) { #Fl1H7HKcUSeDzJzx1cb7v9c5FHww5TTd { width:19rem;height:1.46218125rem;top:57.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKTiiSw1TDHmFLrJTQkToHa1GgyrIXrp { width:19.6875rem;height:19.6875rem;top:59.625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdLbDfTC46fh3y4XcAcCnVF0XTT723G { width:19.6875rem;height:36.875rem;top:72.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEz8MLb04ck6fQMRoUT8khxz2Vg0QW0V { width:19.75rem;height:53.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2ooXSB3vgkmSOTayWOvkTpuxyUUgWIn { width:13.875rem;height:3.4375rem;top:48.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9pSKkEdbu3DeXf131W9K7I1NGuPsM4 { display:block; }
 }@media only screen and (max-width: 763px) { #tnUqyugCnWlHOzltrayssPLdbTFM35ho { width:19.6875rem;height:33.4375rem;top:20.5625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtAhS4h5nwBPVw9wFTlcTIdDD8AduybO { width:14rem;height:2.03125rem;top:45rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHgI7ywApVDKGipJuBmSCIcByXG1ZpSz { width:19.6875rem;height:19.6875rem;top:4.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbVfLE3uv01vrRoTKqiQMEE50XNHCeaw { width:19rem;height:1.46218125rem;top:1.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt { display:flex;height:auto;width:17.625rem;top:29.8125rem;left:0rem; }
#FPZXoVuTS1ixQe0gHF4WnMVWLc4gE8lt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb { width:17.625rem;height:13.4980625rem;top:29.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cn5R2qXARfmkKJnwei9v3ESdWeBpVWTb li:before{  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE { display:flex;height:auto;width:19rem;top:80rem;left:0.5rem; }
#efMQrImyToBJZu0QvNXTgdIr2ZwmibbE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #ZpasnIqf2KgcGbgSSk1A6oOZulOFuEC1 {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #t0CrIPxEgEvCGiHSx4dVXLSMM7aWBngM {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #CwyWXfGeUzO8koZfeKtOKZVlTodse5y1 {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #IEO6XTREw26JfB72B5exTBokaZ6FmLsC {  }
 }@media only screen and (max-width: 763px) { #efMQrImyToBJZu0QvNXTgdIr2ZwmibbE #Ghf3UdTpRSb5vHR3hid8p8z8PSucDenp {  }
 }@media only screen and (max-width: 763px) { #cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR { width:18.8125rem;height:14.797875rem;top:84.25rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#cz8rm6l179RfnWxp6Q0D0Ogvxk8PeTkR li:before{  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg { display:flex;height:auto;width:14.875rem;top:24.8125rem;left:2.5625rem; }
#PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #UQscrzedx6getTnpLGGb027qKWOu6iEQ {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #mgyVSmmcRbubDGBSp8dI6F6zQBA2ahHs {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #wUWsfZUr5lBq6Vor1oJskzQRend9ZItH {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #OILgfDmz0fiIGH2SXZvNhsZSnnNtZyTR {  }
 }@media only screen and (max-width: 763px) { #PXiStNfxGXaOq1Nm2sqUaGA1ALeNJXGg #gw1SvPIMTGFpH8anmKUUWTUeuBGZufmT {  }
 }@media only screen and (max-width: 763px) { #LWgX1PDAlgRCshMmBRTBR9vieVKCr2Wn { width:14rem;height:2.03125rem;top:101.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u { display:block; }#HK9bpAPuwZbKTUfmioiMSNLJsnVn7t7u > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aq1oeeFAJd8CCPpwFhXkf5u76q1csvR8 { width:20rem;height:20rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUXAm3pZDJGeUogQxPAcU3u2F5mzOfte { width:8.125rem;height:4.46875rem;top:39rem;left:11.4375rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxyVga8MOddMKuuLp4iDT6icUDo0AUz2 { width:6.3125rem;height:1.29980625rem;top:42.9375rem;left:12.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmW1QC1iOaCElIWE5gUtXWqDk8WptVTB { width:8.5625rem;height:8.5625rem;top:37.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VihceSRcbQ85T4OJQZe5VicxuJdTtVbf { width:18.375rem;height:8.8125rem;top:36.6875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ki9yTPHl6r7E1TwbP785Do3VZLIGbBkS { width:9.375rem;height:2.125rem;top:4.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEVnQvBy7GZitbbdV3vPJhDf0i1nVwu { width:16rem;height:4.875rem;top:0rem;left:1.375rem;text-align:left;text-align-last:left;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1MbbP0658UpXuJcH7q9qwR6DKKs5tG { width:8.875rem;height:4.46875rem;top:3.140625rem;left:9.8125rem;text-align:left;text-align-last:left;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en5bqF1ZiZEogtyP5RfWAAgf0rLSBItJ { width:16.125rem;height:13.125rem;top:8.90625rem;left:1.9375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl3ySQa8KaKuk9M6CIL7IZ4Vl1dS1Ux8 { width:11.4375rem;height:2.5625rem;top:48.375rem;left:3.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3aqnTPpgRHvhAfwDnXNhiHXhcwZ4Xad { display:block; }
 }@media only screen and (max-width: 763px) { #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 { background-color:rgba(0,0,0,0.23);background-image:url("https://images.assets-landingi.com/J8bq1H4i/Group-4vg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.adaptive-delivery-prevent-bg, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyload, #iraorH0PrnJJxy2k6Qw8uQFZQois5ho8.lazyloading { background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { background-color: transparent; background-image: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row > .video-iframe-container { display: none; }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .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); }#iraorH0PrnJJxy2k6Qw8uQFZQois5ho8 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZPwW838nMDlQlfdnZQF0iSdiNM2m9xE { width:7.25rem;height:1.8125rem;top:5.34375rem;left:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ModEd6MV2f2gFUJTAabMgOmsqV5ldwVn { width:13.125rem;height:4.46875rem;top:3.953125rem;left:6.75rem;text-align:left;text-align-last:left;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2rMrLodqvbhErb5QIeSwg6AUATvxEU0 { width:11.4375rem;height:4.875rem;top:0.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T358l0KZhvoBH69Dr25y3DRCdqGn3f77 { display:flex;width:4rem;height:4rem;top:10.3486328125rem;left:8rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #PghQgCz6g7le3srwbVnoiGGuEunoJZo8 { width:16.25rem;height:1rem;top:15.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nup1AwRat8UX0PrT8QM95pal9AIf7zzU { width:13.875rem;height:2.5996125rem;top:17.3994140625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMK13s9fhTGOUllXP9CaUaAoDc0inlQ { display:flex;width:4rem;height:4rem;top:21.7353515625rem;left:8rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #g9sT1URiWIzF1bFUGKAUqSMqeDhyQhTb { width:11.1875rem;height:1.29980625rem;top:26.88671875rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6mxv3BQ3yCIM2CAIvpfRaOnk5MkF0Qo { width:16.375rem;height:3.8994125rem;top:28.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw0fB49FKIKUwMw1UnPwePsNTvnOVg83 { display:flex;width:4rem;height:4rem;top:34.4853515625rem;left:8rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Pp1XsSRTQI73WdExlJI8CSOeBbfTouCx { width:15.375rem;height:1.29980625rem;top:39.0478515625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5OlJpq31WlgtHRlbRgWbkRliIpE4cuX { width:14.625rem;height:2.5996125rem;top:40.59765625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz { display:block; }#LVAa7QsAgUUmitUCPmfinWnLVbFZ9Lzz > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtqiupFw6IpxJcI1JyGM119A3EaCzUNi { width:9.375rem;height:4.875rem;top:1.875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mROEuRsKTKZFTXTAhKzoGtkebaZAVJE9 { width:7rem;height:1.75rem;top:6.75rem;left:0.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ATPVKc7bakr6UhvW4VVxEoTTLrik8hHL { width:12.5625rem;height:4.46875rem;top:5.1875rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXelTcEMh5QtUN9Nu6uTuNdWTLvAV59x { width:20rem;height:37.375rem;top:30rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #SUiJ3EhsTAGfBBgbKKgtU35qrMX2bcJC { width:20rem;height:20rem;top:11.5625rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-text {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;color:#424242;text-align:center;text-align-last:center; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-select {padding-top: 0; padding-bottom: 0;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H  { width:17.5rem;height:auto;top:38.8125rem;left:0rem; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H {display:block;}#G7AAsURnnOAM8ViZTTCReBJavwbDSg9H { width:17.5rem;height:auto;top:38.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #ObQGhlQ0Jx4e8yFwEIV3oI7ygrvZKT8O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JFp79uVdJGCtUrNoDgdO9HBIAWW4VLI1 { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #JydfeEsgmhB5hJB8Cq3TLD9STKyxds2K {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #pohco1tFUBtZlyrz7gT5NUHmHOHX2QKh {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #KpfFATX9oC7euM1JcoGXbZJLfSRbzyCv { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #AhmpITPCBcoK0VbkTgDTy9cF0XHD3zfL {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #BsMiDwnHbtDDC5Kch5kvCIGelxODNHAa {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #Ix0wVDqfJhiRXSZXEGzTyTHlD8Fo50I8 { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #gIxg17VVbOgEzy7IKgduowGptaavyxpH {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #VqD4wSOVVk14PadqLZvQ7pXtGmZRwL39 {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #xLWwT7THsTJeQfe7x9pk03u4NqdI0vvp { display:none; }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #kGZxqaFlDhVXeVqoTm6uetV38eTl1Ens {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #tlzPHluzCDbM2TVmbeaycSO0vB04MD0O {  }
 }@media only screen and (max-width: 763px) { #G7AAsURnnOAM8ViZTTCReBJavwbDSg9H #g2d476G34N09ng5AQXt8mwA9iWTMIyhV {  }
 }@media only screen and (max-width: 763px) { #neikLNrZ3cF17Cqvb7q2dkMeqAW8xDIr { width:20rem;height:4.125rem;top:32.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mgIwzRBnMBnVQJWOxfvXPqAQtbimS6oG { width:20rem;height:1.625rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC { background-color:rgba(66,66,66,0.08);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;display:block; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { background-color: transparent; background-image: none; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container > .video-iframe-container { display: none; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row > .video-iframe-container { display: none; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .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); }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { border-width: 0; border-radius: 0; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXMiRMcz0GZd91d6W7ZK6WiWhTZ9A3xC > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIOIcWIwNtSD2h8ZTyVa5lLA5F4TgBTA { width:20rem;height:10.125rem;top:1.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS { display:block; }#QXuFBiVTIgGx1WQIyZWxZIaIx2EKaKuS > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ec474c;background-image:none; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.1;overflow:hidden; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-desc-text { font-size:0.625rem;height:auto; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK { display:flex;height:auto;width:20rem;top:1.25rem;left:0rem;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.25rem; }
#ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #dk1dsQSwmbfTzriEfvl8ie0aNbvkOEEI {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Aan3ZUHt84IRmQteQSuubk8tFdrckwfQ {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #ZNMudlgmMTE6e7gC32OoPULTaAFxyso9 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #UTRZSm1EIoTkWnwlN5eM2QT5boTsT6HA {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bl0TbgKc8l2lmuLho74p8w2bJI8L2QCT {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #hnDe0xK0zPB9LhWCR7KiXcpr6X4tyqrt {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #OZJtQZOwR5JWgCTrn5o28fCRUhUItTIM {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #nPmNRss6SvszUlvaP7uJS0K3TT8EWzbB {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #cEWxPl8pGBnsXk1CBJ7o7ZrqzGnrcrOt {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #lXPA2TaEe6TdkRcgfnhHeDqFGr4iZzLL {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #E1s4cwceOclzxggz60TDTN2qzxP1RNnq {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Sgb20uiX1gMERgATEKI9edUSdIwkTuOf {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #X7TsDfP758TSwol742Z2N8RkBeNbdpMo {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #RHJmeAVZWIqrCuTTkoV8sksfrHgoicTe {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #NUiLdiLqpDRQ6ERtBfw1sUDunAeabO2N {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #OMH7hizmInaNPtZ66UkzvHJPLZfOJoIa {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #P3qc9TFuTdWEhB4VbVrxPTNxtrteJKbA {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #T0iXMSxkZnx0iQuofKfJkGL9y9hIaXgm {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #XUlNTsnnn4peirQBIJ29PJxsv96ml4lc {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #uI29VOITZnOR0GrA4Nxv7XFuM6ThfNxw {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #hTW9Qlk5NrOPSNbzAKpTVziOEEQGxTT3 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #GFhTDFro8iGKfCnp1X7bTcc52lDdMOq0 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #U4OHyS6UJzOz61T5BoJRgU3TQqv6US4o {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #BcLxaRgfnXPD6se9TlbOW3v8PkWOfQdp {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bMA5IS84n5drNoE3o48lHZUZEoMrmx2a {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #HUCls76MMiGtUFeeRgVLHsuPwHW2SC1C {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #Z60kSTIL8gOFzcAJKN1NvFh5uAuMVxsa {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #bDGHKId2R3d7LTLP8nETD8eMy5WG2ZZX {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #HlfVUFhaQbxWwzTdbxaCGkMnen5uXts4 {  }
 }@media only screen and (max-width: 763px) { #ZHJRy3EPghGlq3s2AfbXme3bktvcNHPK #M7ckHRKcWNUJC5qJo8qm1hDqLJxHXBn3 {  }
 }@media only screen and (max-width: 763px) { #JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP { display:block; }#JzRqnvV3ExqssN5N7ot1PQ49ypZhhVRP > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rm5OmcwSCEWv9lE56VT6dVTlgmGwO5Mv { width:2.74946875rem;height:2.24964375rem;top:22.555930137634rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmMwNTtZwQ0AEbISimZoTOsydy8Nr0rn { width:18.125rem;height:1.29980625rem;top:7.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlZIA2OnuAwyspcO1khhvyNv0xuvZOuo { width:18.125rem;height:4.1982375rem;top:9.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpJ00HqgHUu0qyZz7L2eZDPEs7d7p5ES { width:12.5rem;height:3.1875rem;top:2.3046875rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LXGhlDAT3HGTReMfNR29noE1XMXJkLlO { width:18.125rem;height:1.29980625rem;top:29.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dowel3qteMHR6PJHessTZUEGECMc5SnE { width:20rem;height:1.29980625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MGa4BfVxpZuGiGqsDTd4HBDlmodzfW { width:16.624rem;height:0.9747875rem;top:31.375rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZAcqTe4XroizdWJfTdXFZ0Cgf58M6n { width:2.87464375rem;height:2.12446875rem;top:22.618962287903rem;left:16.245560050011rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZT4C0BMDwvQpvIDbOHOvzuTObJN4LKi { width:18.125rem;height:4.5rem;top:17.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI1XDaFfuDBW4eF67WcDryMiGfCllyFh { width:10.0625rem;height:3.125rem;top:24.6875rem;left:4.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg { display:none; }#mnzHdHdcCVqvdDiTEDIOTgN2y3iBohyg > .row .container { width:20rem;height:101.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #On1F28l9DwgXvgKBTwosab7GIOKMmemO { width:13.25rem;height:13.25rem;top:12.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSpOdReTEyQFqO8bzDuBZtWBdXHg3Hy3 { width:13.25rem;height:13.25rem;top:37.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ok4haMVO88lUeIB87Q6rU2zdz5WiaT { width:13.25rem;height:13.25rem;top:63.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Kp8hTsTMTs6lALEZTMq0fuNuTQfNpn { width:18.0625rem;height:6.5rem;top:1.3125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omnra0syw5XTc1KKDDnwVQL1ib3oKR4T { width:10.0625rem;height:2.4375rem;top:6.0625rem;left:9.1875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbPrWp6re01k7hWQzsfouqX3QsWskDk { width:7.4375rem;height:1.9375rem;top:6.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbgpHVOVxqCCZQyvmoVl1pGnUGpfftk { width:19rem;height:1.29980625rem;top:78rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe1pfLlL1GZ6DWtzFwofXgPBxz3mgrfC { width:19.0625rem;height:5.19921875rem;top:81.25rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4WR0Tsw6lRHGhJMz13LVrc0I3AHoKTl { width:19rem;height:1.29980625rem;top:52.4375rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUn8mh4JqpzOPMnESGFyA9xUu3hTO7tq { width:19.0625rem;height:5.19921875rem;top:55.6875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bixd460mTcw2TwbMAvOMJvTmRZcJRubL { width:19rem;height:1.29980625rem;top:26.8125rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGxRPdH4QqCJRso1IC69tX6AaxKRgSIv { width:19.0625rem;height:5.19921875rem;top:30.0625rem;left:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }