.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,226,231;--color-primary-1:133,158,174;--color-primary-2:10,60,93;--color-primary-3:5,30,47;--color-primary-4:2,9,14;--color-secondary-0:254,234,226;--color-secondary-1:251,186,159;--color-secondary-2:246,117,63;--color-secondary-3:123,59,32;--color-secondary-4:37,18,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"montserrat"; }@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:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:75rem;height:6.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:21.25rem;top:1.1822509765625rem;left:0rem;overflow:hidden;display:block; }
#LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43555rem;width:1.43555rem;top:2.9375rem;left:44.748046875rem;overflow:hidden;display:block; }
#AslsOmiKqHUvxd8J8XlfByKcDwP05U6x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:10.8115rem;height:1.311525rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:3rem;left:47.248046875rem;display:block; }
#KTdZ8C8BgMFgkEknRUbTE4ozRn98Pevf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyV8T8cpDIWWnCpRbEBz0K2XD01dew28 { z-index:15003;top:1.8391927480698rem;left:59.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D6GI877ZCtnVWHvHr8P8ryht3OsrSfmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziD6grRDLcogse5ZnvV9eoQ4Om2Qppt7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:11.875rem;height:1.31225625rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:3.4368896484375rem;left:42.039184570312rem;display:none; }
#h35h9Aex78kRV2e2W5pwDTR4lcPGCo9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPnLViWST9TqxUF0GI2i2XT9h3bB4thV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PPnLViWST9TqxUF0GI2i2XT9h3bB4thV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaece3;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; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { background-color: transparent; background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .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); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { border-width: 0; border-radius: 0; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { color:#2f5572;display:block;width:38.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:1.949575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:7.475125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-form-header {  }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:23rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:23rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]:-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]::-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.8125rem;overflow:hidden;font-style:normal;float:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .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; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-container:first-of-type{padding-top:0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-container:last-of-type{padding-bottom:0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.0625rem;top:24rem;z-index:15003;position:absolute; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f {display:block;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.0625rem;top:24rem;z-index:15003;position:absolute; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #Zp1qBMewKUekb00earMATXV7iE6eikpi { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #GVTVfLRfhHOmWplZb90GZs66QEO0EiO5 { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #uxI4PT3TpMhecT48WKxgXDyTehTI8LsI { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #L2xLcOEKRmKJMPEVHWOF1Mr9HEhgIOsa { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ABkDuVOKQxdRR6uFWeOszB2y7vS5TTIb { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #DqMZo9m5zbv7vfXXl5TGvFFDkhSchcbS { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #i99oVxok97GwzK1zAJELtXQEDMgstUhg { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #w9Kncx6ustqV3dJFF6C7i8h3VgWTJ5km { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #OC6Hy03icSrrzdsxtJ7Eld9cDQzp8KWq { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #sdC387GVxhlAd35nvrq9FNybSLTZksGS { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #NPvWtRcdoxB8fu4Tf5LKKyrEd1g1KcTT { position:relative;display:none; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #THsrnt8rOM8yCyHtWUNX0CO8rVLx9OB0 { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #FmZ08z55WWhmfSnn3OSyngdrgqa8u1LA { position:relative; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #vrxXiy1Q6FDz0xkc04GnuMxoHwtRTTVu { position:relative; }
#CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { box-sizing:content-box;height:22.9375rem;width:25.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.6875rem;left:1.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.5) ;display:block; }
#XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.8125rem;left:2.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wvkxi2ToHp2I7BymwQ8FwTW8n9uXweNR { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#epR2H5QOHUpWInTK75OVhqLvOUrs32qW { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fisVbvtffxV4Qw86m2z64TBqTuu89TTv { color:#2f5572;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:14.875rem;left:0rem;height:4.1495rem;font-style:normal;display:block; }#fisVbvtffxV4Qw86m2z64TBqTuu89TTv li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fisVbvtffxV4Qw86m2z64TBqTuu89TTv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23e4c4d7ec53e9778dc3e4549cb366fbe12b497e.svg); }
#OcJ2lRKWMGOKpzDTyWknyaoBIc1n188f { position:absolute;display:block;z-index:14998;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:35.9375rem;width:32.9375rem;top:10.6875rem;left:36.5rem;overflow:hidden;display:block; }
#lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa { color:#2f5572;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:14.875rem;left:12.5625rem;height:4.1495rem;font-style:normal;display:block; }#lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23e4c4d7ec53e9778dc3e4549cb366fbe12b497e.svg); }
#sM44NmxILJWKCGFkVinpItTz0TKFmfMu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:21.4375rem;left:58.875rem;height:2.33709375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xm4mngJqTGlmJe02suT3dPlXFMsoBRdB { color:#2f5572;display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:24.0625rem;left:58.875rem;height:3.599075rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { 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; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { background-color: transparent; background-image: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container > .video-iframe-container { display: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container { display: none; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .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); }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { border-width: 0; border-radius: 0; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#keo7aMksvpKfaXrtw5WsKLXJ70ZqwQW1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.35) ;height:29rem;width:29.75rem;top:3.6534295082092rem;left:0.32986068725586rem;overflow:hidden;display:block; }
#Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5283203125rem;left:32.6875rem;height:3.73756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gz7mZynBnsMTAa00NE6mS942m09al9AT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:15.748046875rem;left:32.6875rem;height:10.685375rem;display:block; }
#PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { z-index:15003;top:28.916015625rem;left:33.153076171875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TonTHbth3I8NEQZDDa2lvThbhQeO55af { color:#2f5572;display:block;width:39.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.2392578125rem;left:32.6875rem;height:5.24946875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { position:relative;display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { background-color: transparent; background-image: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container > .video-iframe-container { display: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row > .video-iframe-container { display: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .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); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { border-width: 0; border-radius: 0; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:15.78125rem;height:3.73756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { position:relative;display:block; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { background-color: transparent; background-image: none; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container > .video-iframe-container { display: none; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row > .video-iframe-container { display: none; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .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); }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { border-width: 0; border-radius: 0; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O47aGRO6VPiRdXhsicPAEAuIhZz3fo5A { 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:23.1875rem;width:36rem;top:1.4970703125rem;left:0.75rem;overflow:hidden;display:block; }
#wq7yVS04CMkglayDnWVnUsT5Mu9J5Tkm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:35.9375rem;top:1.4951171875rem;left:38.25rem;overflow:hidden;display:block; }
#usdHx4GN5aN7rXClF6J478uAV2T1UH8W { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8662109375rem;left:0.8427734375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fl3gEpSgWwqSQDowboqVaA2THqPB2CFK { box-sizing:content-box;height:3.8125rem;width:35.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:20.9345703125rem;left:0.78125rem;display:block; }
#ZbGvSRCedct9cl7eZSahrvm23nToNSTq { box-sizing:content-box;height:3.811525rem;width:35.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:20.9345703125rem;left:38.28125rem;display:block; }
#EAlOOcBw16ZcZQANFWsd7EflgHMwlla2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.8662109375rem;left:38.34375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { position:relative;display:block; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { background-color: transparent; background-image: none; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container > .video-iframe-container { display: none; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row > .video-iframe-container { display: none; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .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); }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { border-width: 0; border-radius: 0; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dk8EU3tNIUXr3O1XA811u73IfOoSFxie { 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:23.1875rem;width:36rem;top:1.4973983764649rem;left:0.74978256225588rem;overflow:hidden;display:block; }
#Wp6qQtVHvHSEqsSHI06gQafcTGVX0Mwz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:36rem;top:1.4952278137207rem;left:38.249782562256rem;overflow:hidden;display:block; }
#TvI1MzFa9QpE6aiOemA5PFGwDsfQtTQv { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.871745109558rem;left:0.84309768676756rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxveXqyJ5WJdfhrAoRQQEc7LdsRs6eSq { box-sizing:content-box;height:3.81185rem;width:35.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:20.940756797791rem;left:0.78125rem;display:block; }
#Z0aKNJ1lsiTBrUbtmgHqaw2yML1oGWSM { box-sizing:content-box;height:3.81185rem;width:35.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:20.940756797791rem;left:38.28125rem;display:block; }
#pCICkNm64ZqRH6FJSK7JWCC1A4vPPcET { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.871745109558rem;left:38.344184875488rem;height:1.949575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { position:relative;display:block; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { background-color: transparent; background-image: none; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container > .video-iframe-container { display: none; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row > .video-iframe-container { display: none; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .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); }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { border-width: 0; border-radius: 0; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aEHc2TJMnmy9zSNE5bqVuL6fTh6IuSMI { z-index:15004;top:7rem;left:26.21875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JarFr3hWTW69BAh4R1SI8B4oizCyZsir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RvZCVO196FKb5IAk32kRPlRneBAzeq65 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { 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; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { background-color: transparent; background-image: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .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); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { border-width: 0; border-radius: 0; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.1955361366275rem;left:1.8022994995118rem;height:28.6923375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CT0lcZJmdd1TV86fDADTNudNOBNaHord { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.9375rem rgba(51,59,76,0.35) ;height:30.9375rem;width:30.9375rem;top:4.435546875rem;left:41.419921875rem;overflow:hidden;display:block; }
#HT1EV8USO5Lo1P2u1OrTObzAzxplduop { color:#8c0e0f;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:36.2578125rem;left:48.451171875rem;height:2.33709375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { z-index:15005;top:42.5625rem;left:26.21875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4228515625rem;left:1.8017578125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { 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; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { background-color: transparent; background-image: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container > .video-iframe-container { display: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container { display: none; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .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); }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { border-width: 0; border-radius: 0; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:0rem;height:3.73756875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { 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; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { background-color: transparent; background-image: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container > .video-iframe-container { display: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container { display: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .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); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { border-width: 0; border-radius: 0; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.35) ;height:20.3125rem;width:22.3125rem;top:3.6552734375rem;left:1.341796875rem;display:block; }
#UVx0T9UUeE3mRh1nHzEyKHxKAAI0wcVd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8096875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1662335395813rem;left:3.0935325622559rem;height:10.23525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.35) ;height:20.3125rem;width:22.5rem;top:3.6534271240234rem;left:26.25rem;display:block; }
#qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.35) ;height:20.3125rem;width:22.375rem;top:3.779296875rem;left:51.311851501465rem;display:block; }
#TprHcP4fHF2ZR9TK5AZmEgF1PiORGVSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.015625rem;left:3.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.1673178672788rem;left:52.937286376953rem;height:10.23525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kWAVGq8lzHGNrpPGRk8GOkRzBF6vBFGG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.015625rem;left:53.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCe37Piz4V1Gvw54DV7gJvEihP1UbQbK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.1662335395813rem;left:27.748481750488rem;height:11.6974375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJAOnzt38ECVT4aIVNFq8EhgiUKWPb3K { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.015625rem;left:27.748046875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DngMpGP29hiVixzocxqR0ToOtFfn1pWS { z-index:15005;top:68.998413085938rem;left:26.124877929688rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.749rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AiEcTTy9gS9ZDSWmzScfTu2KiTd4oOcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { position:absolute;display:block;z-index:15021;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.75rem;width:8.5625rem;top:5.5625rem;left:3.0927734375rem;overflow:hidden;display:block; }
#XSTogNHdgVBo6MnkoFOLe2wrtEnv4kBa { position:absolute;display:block;z-index:15022;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.75rem;width:8.5625rem;top:5.5625rem;left:52.9365234375rem;overflow:hidden;display:block; }
#Zldw4xrUIwvN3aytb21w20vQCIbpSpwG { position:absolute;display:block;z-index:15023;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.5625rem;width:8.5625rem;top:5.5625rem;left:27.748046875rem;overflow:hidden;display:block; }
#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container { background-color: transparent; background-image: none; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container > .video-iframe-container { display: none; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row > .video-iframe-container { display: none; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .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); }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container { border-width: 0; border-radius: 0; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#B0oyG6tFBEnlk9KzTXnJlSzXECVVqloD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:2.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8pxvLDXi5n65TrMw6GXRawnDcRG430K { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.875rem;left:28.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPVnWJ0l5VzhHAteEmT5gLrEGXKTFig1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:2.6875rem;height:3.89959375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9WuKkorN7VpreAsa7SATIcm3xOwu3fs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:28.4375rem;height:3.89959375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKFGbqfuFgnuTtu7Dx8tTbzZS2eGOJHM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:54.9375rem;height:3.89959375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNBdoT1EZmvxrE36OZNGwgu7OWWFkbUE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EEyP9NSG6kWLz48mGACpTnAaKykisXvA { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:24.84375rem;display:block; }
#ph0TgpQtmATWye7BmskoLgiUF0w9iNEb { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.125rem;left:50.46875rem;display:block; }
#yevShHCUPihZgOCKHUp6C6lEkz3RTosD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yoOVXmt2gLXvauCVOPm3FO3AILeagE2g { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 { position:relative;display:block; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 { background-color: transparent; background-image: none; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row .container > .video-iframe-container { display: none; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row > .video-iframe-container { display: none; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .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); }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 { border-width: 0; border-radius: 0; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-2),1);background-image:none;vertical-align:top; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .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; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-style:normal;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.5;overflow:hidden; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .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.0625rem;line-height:1.4;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-0),1); }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-trigger { width:1.125rem;min-width:1.125rem;height:1.125rem;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; }#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-trigger.adaptive-delivery-prevent-bg, #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-trigger.lazyload, #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-trigger.lazyloading { background-image: none; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf { box-sizing:content-box;height:auto;width:68.498125rem;position:absolute;display:flex;flex-direction:column;gap:0.8125rem;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;top:9.6015625rem;left:2.232421875rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #L3z9yl03pBOITrP7LmmcuddZLDeASXFS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #tbLWkfUqhaPJs6P71JOT9IZcOKMvdTg2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #WqFxETIFpRQPMyuLSqtmrT55qe0GrFFy { display:block;position:relative; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #no3Z1gBUN7JMfJfH40RAXEAwPuLcuoTc {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Ll1QJrtqIPCCUWTMFGCUTBBO2G94V61W {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #SIz1gc6iW7mqiTPg6P3fVo1aELhDHKrr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #JSdbzlbHasaK43eQQE1377ukVb64TVlU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #OOUiDS9NpTyRtZA1PFdzWoy56fHacWEu { display:block;position:relative; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #iBcIQxd1Fk64EOD2diofJH9pUVuXctTE {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #gSWRmB0I0ezkv0MqThsuas0ctpyqkXmF { display:none; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #ftkaSeSNa66Eiz6K60SGzG0acGWB8453 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #lZApQkD42Q7z77Mv0z67q2Wp6yKp0yIc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #JW8tRvMioOUDOUFff0wz6yVpdgQmJ7U3 { display:block;position:relative; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Lb57JnLDRrPdu7MhqbFl4ccspflkbhzf {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #OR8rNDFLbZSCAWWzI9BSmUMNw5nAOanx { display:none; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #EEZlPhIbGNuq7tSEhELEdKAVnIUsfJVV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Tos2Pid5xmO0iSKMemuf0io1nl8AU4Ba { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #m91GEmOP7v3wbCphFvivQzQ3pUTQEbxt { display:block;position:relative; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #avIBa9GTKzZwUFVuzeU7dEd9UEs3829g {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #l2I9w9hhQz4OM0PvTANfGqOErTGguTCU { display:none; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #PHVmQpVA7irlwTtwTVcdlbyPD0cmUiGT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #PlT6Ex6aid01AJqgviErDHzwTcqoJV8t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #mKcOdnv8LQi0Gn2TiqE6xbwtsq1tm2Hy { display:block;position:relative; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #tsHF6p0yKwm6dKBof8dNcmRg3btIdTAl {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #ecAVuND629nUEkzQs1UnqR9UVUix51A7 { display:none; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #H2Zv4FrKZZQeVFKG39Ns1XUo3Ty7kP1L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #HKI1niyDR52hcuvPCHdHdGyCJs7UrCvg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #zy6PS0B22ZumrvZBZfp4Wn8MLhTVTT2T { display:block;position:relative; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #twsTvFOwQCUc6Eu3nATsTpBENPKcdUFZ {  }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #XPTgvrfmVQpCOMeUaByBphdqZvWrQ7v7 { display:none; }
#Ii2MaHzQiClBp3rCfuPnBJkrLTGo8bTO { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8857421875rem;left:11.6689453125rem;height:3.73756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo { position:relative;display:block; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo { background-color: transparent; background-image: none; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row .container > .video-iframe-container { display: none; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row > .video-iframe-container { display: none; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .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); }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo { border-width: 0; border-radius: 0; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { background-color: transparent; background-image: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.75); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.75); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { border-width: 0; border-radius: 0; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1e8758d-8ba2-40dc-983f-d9dd1c59f19d/Footer1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.adaptive-delivery-prevent-bg, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyload, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyloading { background-image: none; }#v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { color:rgba(var(--color-tertiary-0),1);display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.640625rem;left:8.375rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { z-index:15005;top:12.616102218628rem;left:26.125217437744rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.7495625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { 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; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { background-color: transparent; background-image: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container > .video-iframe-container { display: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container { display: none; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .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); }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { border-width: 0; border-radius: 0; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { border-width: 0; border-radius: 0; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:none; }#xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81163125rem;width:5.81163125rem;top:2.4685325622559rem;left:62.719184875487rem;overflow:hidden;display:block; }
#noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { position:absolute;display:block;z-index:15005;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:5.18663125rem;width:13.75rem;top:2.7810325622559rem;left:2.5rem;overflow:hidden;display:block; }
#TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { 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.75rem;width:14.436875rem;top:3.9952259063721rem;left:39.656032562256rem;overflow:hidden;display:block; }
#UF5boTi4qL625tArwS83ryPAo0v4Px4C { 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.37456875rem;width:14.436875rem;top:3.6859798431396rem;left:20.906032562256rem;overflow:hidden;display:block; }
#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { background-color: transparent; background-image: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .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); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { border-width: 0; border-radius: 0; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { 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:4.9375rem;width:26.6875rem;top:4.592529296875rem;left:0rem;overflow:hidden;display:block; }
#KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.5625rem;left:36.125rem;height:3.75rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.5625rem;left:60.8125rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.124025rem; height:2.124025rem; }#Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:15.9375rem;left:0rem;height:1.4999125rem;display:block; }
#fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.9375rem;left:52.8125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.75rem;left:32.5rem; }
#muXwQurLICezpuQpMlTSBX8IqhngoaBM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:64.4375rem;height:2.03125rem;display:block; }
#MmlkIoF0WLlvT9ggk49sOauCHefPFvGG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.02885055542rem;left:36.124820709229rem;height:3.75rem;display:block; }
#W0D1ZXMtkcpD9AD8Dic6ByVxea6MiUto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1231375rem;width:2.1231375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.02885055542rem;left:32.49955368042rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:21.25rem;height:4.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { width:1.375rem;height:1.375rem;top:2.9375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AslsOmiKqHUvxd8J8XlfByKcDwP05U6x { width:10.75rem;height:1.25rem;top:3rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdZ8C8BgMFgkEknRUbTE4ozRn98Pevf { display:block; }
 }@media only screen and (max-width: 763px) { #zyV8T8cpDIWWnCpRbEBz0K2XD01dew28 { top:1.8125rem;left:32.4375rem;width:15.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GI877ZCtnVWHvHr8P8ryht3OsrSfmW { display:block; }
 }@media only screen and (max-width: 763px) { #ziD6grRDLcogse5ZnvV9eoQ4Om2Qppt7 { width:11.875rem;height:1.25rem;top:3.375rem;left:28.414184570312rem;display:block; }
 }@media only screen and (max-width: 763px) { #h35h9Aex78kRV2e2W5pwDTR4lcPGCo9E { display:block; }
 }@media only screen and (max-width: 763px) { #PPnLViWST9TqxUF0GI2i2XT9h3bB4thV { display:none; }
#PPnLViWST9TqxUF0GI2i2XT9h3bB4thV > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { width:38.875rem;height:1.9375rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { width:47.75rem;height:7.4375rem;top:5.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-regular-label { display:block;width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f  { width:23rem;height:18.3125rem;top:24rem;left:0rem; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f {display:block;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f { width:23rem;height:18.3125rem;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #Zp1qBMewKUekb00earMATXV7iE6eikpi {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #GVTVfLRfhHOmWplZb90GZs66QEO0EiO5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #uxI4PT3TpMhecT48WKxgXDyTehTI8LsI {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #L2xLcOEKRmKJMPEVHWOF1Mr9HEhgIOsa {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ABkDuVOKQxdRR6uFWeOszB2y7vS5TTIb { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #DqMZo9m5zbv7vfXXl5TGvFFDkhSchcbS {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #i99oVxok97GwzK1zAJELtXQEDMgstUhg {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #w9Kncx6ustqV3dJFF6C7i8h3VgWTJ5km { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #OC6Hy03icSrrzdsxtJ7Eld9cDQzp8KWq {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #sdC387GVxhlAd35nvrq9FNybSLTZksGS {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #NPvWtRcdoxB8fu4Tf5LKKyrEd1g1KcTT { display:block; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #THsrnt8rOM8yCyHtWUNX0CO8rVLx9OB0 {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #FmZ08z55WWhmfSnn3OSyngdrgqa8u1LA {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #vrxXiy1Q6FDz0xkc04GnuMxoHwtRTTVu {  }
 }@media only screen and (max-width: 763px) { #CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { top:21.6875rem;left:0rem;width:25.5625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { width:22.875rem;height:;top:22.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkxi2ToHp2I7BymwQ8FwTW8n9uXweNR { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #epR2H5QOHUpWInTK75OVhqLvOUrs32qW { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fisVbvtffxV4Qw86m2z64TBqTuu89TTv { top:14.875rem;left:0rem;width:12.5625rem;height:4.125rem;font-size:1rem;display:block; }#fisVbvtffxV4Qw86m2z64TBqTuu89TTv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23e4c4d7ec53e9778dc3e4549cb366fbe12b497e.svg); }
 }@media only screen and (max-width: 763px) { #OcJ2lRKWMGOKpzDTyWknyaoBIc1n188f { top:10.6875rem;left:14.8125rem;width:32.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa { top:14.875rem;left:0rem;width:16.375rem;height:4.125rem;font-size:1rem;display:block; }#lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23e4c4d7ec53e9778dc3e4549cb366fbe12b497e.svg); }
 }@media only screen and (max-width: 763px) { #sM44NmxILJWKCGFkVinpItTz0TKFmfMu { width:16.125rem;height:2.3125rem;top:21.4375rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm4mngJqTGlmJe02suT3dPlXFMsoBRdB { width:15.8125rem;height:3.5625rem;top:24.0625rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { display:block; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keo7aMksvpKfaXrtw5WsKLXJ70ZqwQW1 { top:3.625rem;left:0rem;width:29.75rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { top:4.5rem;left:0rem;width:38.875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7mZynBnsMTAa00NE6mS942m09al9AT { top:15.6875rem;left:0rem;width:42.3125rem;height:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { top:28.875rem;left:4.1875rem;width:19.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block; }
 }@media only screen and (max-width: 763px) { #TonTHbth3I8NEQZDDa2lvThbhQeO55af { top:9.1875rem;left:0rem;width:39.5625rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { top:1.4375rem;left:2.15625rem;width:43.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { display:block; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O47aGRO6VPiRdXhsicPAEAuIhZz3fo5A { top:1.4375rem;left:0rem;width:36rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq7yVS04CMkglayDnWVnUsT5Mu9J5Tkm { top:1.4375rem;left:11.8125rem;width:35.9375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdHx4GN5aN7rXClF6J478uAV2T1UH8W { top:21.8125rem;left:0rem;width:35.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3gEpSgWwqSQDowboqVaA2THqPB2CFK { top:20.875rem;left:0rem;width:35.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGvSRCedct9cl7eZSahrvm23nToNSTq { top:20.875rem;left:11.8125rem;width:35.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAlOOcBw16ZcZQANFWsd7EflgHMwlla2 { top:21.8125rem;left:12rem;width:35.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { display:block; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk8EU3tNIUXr3O1XA811u73IfOoSFxie { top:1.4375rem;left:0rem;width:36rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp6qQtVHvHSEqsSHI06gQafcTGVX0Mwz { top:1.4375rem;left:11.625rem;width:36rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvI1MzFa9QpE6aiOemA5PFGwDsfQtTQv { top:21.8125rem;left:0rem;width:35.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxveXqyJ5WJdfhrAoRQQEc7LdsRs6eSq { top:20.9375rem;left:0rem;width:35.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0aKNJ1lsiTBrUbtmgHqaw2yML1oGWSM { top:20.9375rem;left:11.8125rem;width:35.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCICkNm64ZqRH6FJSK7JWCC1A4vPPcET { top:21.8125rem;left:12rem;width:35.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { display:block; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEHc2TJMnmy9zSNE5bqVuL6fTh6IuSMI { top:7rem;left:12.59375rem;width:22.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JarFr3hWTW69BAh4R1SI8B4oizCyZsir { display:block; }
 }@media only screen and (max-width: 763px) { #RvZCVO196FKb5IAk32kRPlRneBAzeq65 { top:3.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:31.25rem;height:28.6875rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { top:4.375rem;left:16.8125rem;width:30.9375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EV8USO5Lo1P2u1OrTObzAzxplduop { width:16.875rem;height:2.3125rem;top:36.25rem;left:30.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { top:42.5625rem;left:12.59375rem;width:22.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { top:3.375rem;left:0rem;width:43.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { display:block; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { top:2.375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { display:block; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:22.3125rem;height:20.3125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVx0T9UUeE3mRh1nHzEyKHxKAAI0wcVd { width:18.75rem;height:10.1875rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:22.5rem;height:20.3125rem;top:3.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:22.375rem;height:20.3125rem;top:3.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprHcP4fHF2ZR9TK5AZmEgF1PiORGVSZ { width:18.75rem;height:1.4375rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:19.0625rem;height:10.1875rem;top:8.125rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAVGq8lzHGNrpPGRk8GOkRzBF6vBFGG { width:18.75rem;height:1.4375rem;top:21rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCe37Piz4V1Gvw54DV7gJvEihP1UbQbK { width:19.4375rem;height:11.6875rem;top:8.125rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJAOnzt38ECVT4aIVNFq8EhgiUKWPb3K { width:18.75rem;height:1.4375rem;top:21rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DngMpGP29hiVixzocxqR0ToOtFfn1pWS { top:68.9375rem;left:12.499877929688rem;width:22.6875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiEcTTy9gS9ZDSWmzScfTu2KiTd4oOcL { display:block; }
 }@media only screen and (max-width: 763px) { #Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { top:5.5625rem;left:0rem;width:8.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTogNHdgVBo6MnkoFOLe2wrtEnv4kBa { top:5.5625rem;left:31.75rem;width:8.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zldw4xrUIwvN3aytb21w20vQCIbpSpwG { top:5.5625rem;left:15.875rem;width:8.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b { display:block; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0oyG6tFBEnlk9KzTXnJlSzXECVVqloD { width:18.125rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8pxvLDXi5n65TrMw6GXRawnDcRG430K { width:18.125rem;height:1.4375rem;top:6.875rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVnWJ0l5VzhHAteEmT5gLrEGXKTFig1 { width:18.125rem;height:3.875rem;top:2rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9WuKkorN7VpreAsa7SATIcm3xOwu3fs { width:18.125rem;height:3.875rem;top:2rem;left:14.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKFGbqfuFgnuTtu7Dx8tTbzZS2eGOJHM { width:18.125rem;height:3.875rem;top:2rem;left:29.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBdoT1EZmvxrE36OZNGwgu7OWWFkbUE { width:18.125rem;height:1.4375rem;top:6.875rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEyP9NSG6kWLz48mGACpTnAaKykisXvA { top:2.125rem;left:11.21875rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0TgpQtmATWye7BmskoLgiUF0w9iNEb { top:2.125rem;left:36.84375rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yevShHCUPihZgOCKHUp6C6lEkz3RTosD { display:none; }
 }@media only screen and (max-width: 763px) { #yoOVXmt2gLXvauCVOPm3FO3AILeagE2g { display:none; }
 }@media only screen and (max-width: 763px) { #IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 { display:block; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf { display:flex;height:auto;width:27.8125rem;top:11rem;left:17.4375rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #L3z9yl03pBOITrP7LmmcuddZLDeASXFS {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #tbLWkfUqhaPJs6P71JOT9IZcOKMvdTg2 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #WqFxETIFpRQPMyuLSqtmrT55qe0GrFFy {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #no3Z1gBUN7JMfJfH40RAXEAwPuLcuoTc {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Ll1QJrtqIPCCUWTMFGCUTBBO2G94V61W {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #SIz1gc6iW7mqiTPg6P3fVo1aELhDHKrr {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #JSdbzlbHasaK43eQQE1377ukVb64TVlU {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #OOUiDS9NpTyRtZA1PFdzWoy56fHacWEu {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #iBcIQxd1Fk64EOD2diofJH9pUVuXctTE {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #gSWRmB0I0ezkv0MqThsuas0ctpyqkXmF {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #ftkaSeSNa66Eiz6K60SGzG0acGWB8453 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #lZApQkD42Q7z77Mv0z67q2Wp6yKp0yIc {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #JW8tRvMioOUDOUFff0wz6yVpdgQmJ7U3 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Lb57JnLDRrPdu7MhqbFl4ccspflkbhzf {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #OR8rNDFLbZSCAWWzI9BSmUMNw5nAOanx {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #EEZlPhIbGNuq7tSEhELEdKAVnIUsfJVV {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Tos2Pid5xmO0iSKMemuf0io1nl8AU4Ba {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #m91GEmOP7v3wbCphFvivQzQ3pUTQEbxt {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #avIBa9GTKzZwUFVuzeU7dEd9UEs3829g {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #l2I9w9hhQz4OM0PvTANfGqOErTGguTCU {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #PHVmQpVA7irlwTtwTVcdlbyPD0cmUiGT {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #PlT6Ex6aid01AJqgviErDHzwTcqoJV8t {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #mKcOdnv8LQi0Gn2TiqE6xbwtsq1tm2Hy {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #tsHF6p0yKwm6dKBof8dNcmRg3btIdTAl {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #ecAVuND629nUEkzQs1UnqR9UVUix51A7 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #H2Zv4FrKZZQeVFKG39Ns1XUo3Ty7kP1L {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #HKI1niyDR52hcuvPCHdHdGyCJs7UrCvg {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #zy6PS0B22ZumrvZBZfp4Wn8MLhTVTT2T {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #twsTvFOwQCUc6Eu3nATsTpBENPKcdUFZ {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #XPTgvrfmVQpCOMeUaByBphdqZvWrQ7v7 {  }
 }@media only screen and (max-width: 763px) { #Ii2MaHzQiClBp3rCfuPnBJkrLTGo8bTO { top:3.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo { display:block; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { top:5.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { top:12.5625rem;left:12.500217437744rem;width:22.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block; }
 }@media only screen and (max-width: 763px) { #B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { display:block; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:5.75rem;height:5.75rem;top:2.4375rem;left:38.875434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:13.75rem;height:5.18663125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.375rem;height:3.7339278756656rem;top:3.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.375rem;height:3.3601056863934rem;top:3.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { top:4.5625rem;left:0rem;width:26.6875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { top:4.5625rem;left:22.5rem;width:17.375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { top:4.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { top:15.875rem;left:0rem;width:36.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { top:15.9375rem;left:25.5625rem;width:22.1875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { top:4.75rem;left:18.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { top:4.5625rem;left:37.1875rem;width:10.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmlkIoF0WLlvT9ggk49sOauCHefPFvGG { top:10rem;left:22.499820709229rem;width:17.375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0D1ZXMtkcpD9AD8Dic6ByVxea6MiUto { top:10rem;left:18.87455368042rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:19.625rem;height:3.5625rem;top:0.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { width:1.4375rem;height:1.4375rem;top:5.40625rem;left:1.6242188215256rem;display:none; }
 }@media only screen and (max-width: 763px) { #AslsOmiKqHUvxd8J8XlfByKcDwP05U6x { width:10rem;height:2.5rem;top:4.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTdZ8C8BgMFgkEknRUbTE4ozRn98Pevf { display:block; }
 }@media only screen and (max-width: 763px) { #zyV8T8cpDIWWnCpRbEBz0K2XD01dew28 { top:3.0620727539062rem;left:2.3125rem;width:15.3125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6GI877ZCtnVWHvHr8P8ryht3OsrSfmW { display:block; }
 }@media only screen and (max-width: 763px) { #ziD6grRDLcogse5ZnvV9eoQ4Om2Qppt7 { width:12.375rem;height:1.8125rem;top:5.2490234375rem;left:3.8125rem;color:#000000;font-weight:700;font-style:normal;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h35h9Aex78kRV2e2W5pwDTR4lcPGCo9E { display:block; }
 }@media only screen and (max-width: 763px) { #PPnLViWST9TqxUF0GI2i2XT9h3bB4thV { display:flex;top:5.3115234375rem;left:2.1875rem;width:1.686525rem;height:1.686525rem;z-index:15008; }
#PPnLViWST9TqxUF0GI2i2XT9h3bB4thV > img { max-width: 100%;max-height:100%; width:1.686525rem; height:1.686525rem; } }@media only screen and (max-width: 763px) { #SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs { background-color:#eaece3;background-image:none;display:block; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { background-color: transparent; background-image: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row > .video-iframe-container { display: none; }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .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); }#SZcERaEHbpuMesfsGTE7UvTD3oeBqlDs > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrlBLQwmbK5m64TidAzGC0r4dJoQZ3kh { width:18.0625rem;height:3.2492875rem;top:0.9990234375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WVzHFuDWyG0xBmo5UxumM0RI1WrsZryk { width:20rem;height:7.0671875rem;top:4.8857421875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#dpHF3DZJgWgBTPhyihfpCLc0pGi6CnT4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .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; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .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; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f  { width:17.5rem;height:auto;top:41.25rem;left:0rem;z-index:15009; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f {display:block;}#ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f { width:17.5rem;height:auto;top:41.25rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #Zp1qBMewKUekb00earMATXV7iE6eikpi {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #GVTVfLRfhHOmWplZb90GZs66QEO0EiO5 { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #uxI4PT3TpMhecT48WKxgXDyTehTI8LsI {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #L2xLcOEKRmKJMPEVHWOF1Mr9HEhgIOsa {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #ABkDuVOKQxdRR6uFWeOszB2y7vS5TTIb { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #DqMZo9m5zbv7vfXXl5TGvFFDkhSchcbS {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #i99oVxok97GwzK1zAJELtXQEDMgstUhg {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #w9Kncx6ustqV3dJFF6C7i8h3VgWTJ5km { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #OC6Hy03icSrrzdsxtJ7Eld9cDQzp8KWq {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #sdC387GVxhlAd35nvrq9FNybSLTZksGS {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #NPvWtRcdoxB8fu4Tf5LKKyrEd1g1KcTT { display:none; }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #THsrnt8rOM8yCyHtWUNX0CO8rVLx9OB0 {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #FmZ08z55WWhmfSnn3OSyngdrgqa8u1LA {  }
 }@media only screen and (max-width: 763px) { #ZPhlduNFg1lPRcqaHXkT3Q4iiw8IQC9f #vrxXiy1Q6FDz0xkc04GnuMxoHwtRTTVu {  }
 }@media only screen and (max-width: 763px) { #CIT0Tq4oHmFWzWvNCWTHvUVduTocQ0xc { width:20rem;height:24.5625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBo14HPbgmSrQzwSx7T2RIh4pFbu0fVu { width:20rem;height:1.949575rem;top:38.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wvkxi2ToHp2I7BymwQ8FwTW8n9uXweNR { width:8.75rem;height:0;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #epR2H5QOHUpWInTK75OVhqLvOUrs32qW { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #xhp2LFpo6ThKwsw2oDgiyopTMe6q7y5B { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #fisVbvtffxV4Qw86m2z64TBqTuu89TTv { width:6.375rem;height:2.9496625rem;top:13rem;left:2rem;font-size:1rem;line-height:1.1;display:block; }#fisVbvtffxV4Qw86m2z64TBqTuu89TTv li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#fisVbvtffxV4Qw86m2z64TBqTuu89TTv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23e4c4d7ec53e9778dc3e4549cb366fbe12b497e.svg); }
 }@media only screen and (max-width: 763px) { #OcJ2lRKWMGOKpzDTyWknyaoBIc1n188f { width:15.1875rem;height:16.625rem;top:16.5rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa { width:10.1875rem;height:2.9496625rem;top:13rem;left:8.9375rem;font-size:1rem;line-height:1.1;display:block; }#lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQS30LGoF5IPFToXWTS3CxpLMwTbXhFa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23e4c4d7ec53e9778dc3e4549cb366fbe12b497e.svg); }
 }@media only screen and (max-width: 763px) { #sM44NmxILJWKCGFkVinpItTz0TKFmfMu { width:16.125rem;height:1.375rem;top:33.4375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm4mngJqTGlmJe02suT3dPlXFMsoBRdB { width:16.9375rem;height:1.125rem;top:34.9248046875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe { display:block; }#CmCO7NKWyUXqTG02dyeMVGlnZPKIHBNe > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keo7aMksvpKfaXrtw5WsKLXJ70ZqwQW1 { width:18.0625rem;height:17.625rem;top:11.5791015625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9cXg5Aty136IzTK09fD67fm9n8xM4T { width:20rem;height:1.94970625rem;top:2.2041015625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7mZynBnsMTAa00NE6mS942m09al9AT { width:20rem;height:20.7221875rem;top:30.373046875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PG67e3hVa6a5N22mIKGmRa4BTQJ4AdR2 { top:53.3115234375rem;left:1.09375rem;width:17.8125rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyme8FrVi9eCtnOTT6Eiag7LZZUiMTUc { display:block; }
 }@media only screen and (max-width: 763px) { #TonTHbth3I8NEQZDDa2lvThbhQeO55af { width:20rem;height:4.8739375rem;top:5.0283203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { width:20rem;height:2.599875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW { display:block; }#ykKzlb9Nnzd0beWv28eoQ4q05Jg5HBVW > .row .container { width:20rem;height:28.154296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O47aGRO6VPiRdXhsicPAEAuIhZz3fo5A { width:20rem;height:12.881944444444rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq7yVS04CMkglayDnWVnUsT5Mu9J5Tkm { width:20rem;height:12.9043125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdHx4GN5aN7rXClF6J478uAV2T1UH8W { width:20rem;height:1.625rem;top:11.818359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl3gEpSgWwqSQDowboqVaA2THqPB2CFK { width:20rem;height:3.125rem;top:11.1923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbGvSRCedct9cl7eZSahrvm23nToNSTq { width:20rem;height:3.125rem;top:25.029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAlOOcBw16ZcZQANFWsd7EflgHMwlla2 { width:20rem;height:1.625rem;top:25.779296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a { display:block; }#nUZS5txD1yZSJbE1wDTes2yBXLGuGH1a > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dk8EU3tNIUXr3O1XA811u73IfOoSFxie { width:20rem;height:12.8818125rem;top:1.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp6qQtVHvHSEqsSHI06gQafcTGVX0Mwz { width:20rem;height:12.881944444444rem;top:15.267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvI1MzFa9QpE6aiOemA5PFGwDsfQtTQv { width:20rem;height:1.625rem;top:11.568359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxveXqyJ5WJdfhrAoRQQEc7LdsRs6eSq { width:20rem;height:3.125rem;top:10.818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0aKNJ1lsiTBrUbtmgHqaw2yML1oGWSM { width:20rem;height:3.125rem;top:25.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCICkNm64ZqRH6FJSK7JWCC1A4vPPcET { width:20rem;height:1.625rem;top:25.8359375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR { display:block; }#WkrDE1y52xvIGemkDG3X6n7oHgZwxCXR > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEHc2TJMnmy9zSNE5bqVuL6fTh6IuSMI { top:7.546875rem;left:0.5rem;width:19rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JarFr3hWTW69BAh4R1SI8B4oizCyZsir { display:block; }
 }@media only screen and (max-width: 763px) { #RvZCVO196FKb5IAk32kRPlRneBAzeq65 { width:20rem;height:4.8739375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:20rem;height:41.649525rem;top:27.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-family:montserrat;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { width:20rem;height:20rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1EV8USO5Lo1P2u1OrTObzAzxplduop { width:15.6875rem;height:1.5123375rem;top:3.875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ey3g8QVucPXpl9n08Or61iAVWNgZVP { top:72.0625rem;left:0.875rem;width:18.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9qK68H6tHfzJAXdpqb25D6iGtbatbAN { display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { width:20rem;height:2.4375rem;top:0.92578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov4dh9648trBGgrveQJo3DCOeNmsNCsX { display:block; }#Ov4dh9648trBGgrveQJo3DCOeNmsNCsX > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { width:20rem;height:2.599875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { display:block; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:18.75rem;height:18.5rem;top:2.3798828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVx0T9UUeE3mRh1nHzEyKHxKAAI0wcVd { width:16.749rem;height:9.66975rem;top:6.6259765625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:18.75rem;height:18.4375rem;top:23.3759765625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:18.75rem;height:21.4375rem;top:44.306640625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprHcP4fHF2ZR9TK5AZmEgF1PiORGVSZ { width:14.6875rem;height:1.4624rem;top:17.9619140625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:17.1875rem;height:9.66975rem;top:27.60546875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAVGq8lzHGNrpPGRk8GOkRzBF6vBFGG { width:12.375rem;height:1.4624rem;top:38.7275390625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCe37Piz4V1Gvw54DV7gJvEihP1UbQbK { width:16.8125rem;height:12.4325rem;top:49.248046875rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJAOnzt38ECVT4aIVNFq8EhgiUKWPb3K { width:12.9375rem;height:1.4624rem;top:62.7939453125rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DngMpGP29hiVixzocxqR0ToOtFfn1pWS { top:69.3173828125rem;left:0.1875rem;width:19.6230625rem;height:3.125rem;font-size:1.125rem;z-index:15006;background-color:#0a3c5d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AiEcTTy9gS9ZDSWmzScfTu2KiTd4oOcL { display:block; }
 }@media only screen and (max-width: 763px) { #Q3tVzClPTv7ngJSWiHBcXLs4ynDZu2gF { width:6.5625rem;height:1.375rem;top:25.00390625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTogNHdgVBo6MnkoFOLe2wrtEnv4kBa { width:6.5625rem;height:1.375rem;top:4.0478515625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zldw4xrUIwvN3aytb21w20vQCIbpSpwG { width:6.5625rem;height:1.375rem;top:46.12890625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b { display:block; }#xIyGgrA1mQ0KBnu06AwNBXmRCMNJw03b > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0oyG6tFBEnlk9KzTXnJlSzXECVVqloD { width:17.5rem;height:1.4624rem;top:4.974609375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8pxvLDXi5n65TrMw6GXRawnDcRG430K { width:17.5rem;height:1.4624rem;top:12.787109375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPVnWJ0l5VzhHAteEmT5gLrEGXKTFig1 { width:17.5rem;height:2.599875rem;top:2.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9WuKkorN7VpreAsa7SATIcm3xOwu3fs { width:17.5rem;height:2.599875rem;top:10.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKFGbqfuFgnuTtu7Dx8tTbzZS2eGOJHM { width:17.5rem;height:2.599875rem;top:17.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBdoT1EZmvxrE36OZNGwgu7OWWFkbUE { width:17.5rem;height:1.4624rem;top:20.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEyP9NSG6kWLz48mGACpTnAaKykisXvA { width:0.125rem;height:6.25rem;top:44.2734375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ph0TgpQtmATWye7BmskoLgiUF0w9iNEb { width:0.125rem;height:6.25rem;top:51.7734375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yevShHCUPihZgOCKHUp6C6lEkz3RTosD { top:8.4375rem;left:5.3125rem;width:9.375rem;height:0.125rem;z-index:15014;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yoOVXmt2gLXvauCVOPm3FO3AILeagE2g { top:16.3125rem;left:5.3125rem;width:9.375rem;height:0.125rem;z-index:15015;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 { display:block; }#IzXD3qfN42d2LkCHolkxvGxdH7gmbVX5 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.4;overflow:hidden; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf { display:flex;height:auto;width:20rem;top:7.994140625rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.5rem; }
#nveOdMKGaeDcsDRzOLb4t8SyKV191qQf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #L3z9yl03pBOITrP7LmmcuddZLDeASXFS {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #tbLWkfUqhaPJs6P71JOT9IZcOKMvdTg2 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #WqFxETIFpRQPMyuLSqtmrT55qe0GrFFy {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #no3Z1gBUN7JMfJfH40RAXEAwPuLcuoTc {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Ll1QJrtqIPCCUWTMFGCUTBBO2G94V61W {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #SIz1gc6iW7mqiTPg6P3fVo1aELhDHKrr {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #JSdbzlbHasaK43eQQE1377ukVb64TVlU {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #OOUiDS9NpTyRtZA1PFdzWoy56fHacWEu {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #iBcIQxd1Fk64EOD2diofJH9pUVuXctTE {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #gSWRmB0I0ezkv0MqThsuas0ctpyqkXmF {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #ftkaSeSNa66Eiz6K60SGzG0acGWB8453 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #lZApQkD42Q7z77Mv0z67q2Wp6yKp0yIc {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #JW8tRvMioOUDOUFff0wz6yVpdgQmJ7U3 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Lb57JnLDRrPdu7MhqbFl4ccspflkbhzf {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #OR8rNDFLbZSCAWWzI9BSmUMNw5nAOanx {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #EEZlPhIbGNuq7tSEhELEdKAVnIUsfJVV {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #Tos2Pid5xmO0iSKMemuf0io1nl8AU4Ba {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #m91GEmOP7v3wbCphFvivQzQ3pUTQEbxt {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #avIBa9GTKzZwUFVuzeU7dEd9UEs3829g {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #l2I9w9hhQz4OM0PvTANfGqOErTGguTCU {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #PHVmQpVA7irlwTtwTVcdlbyPD0cmUiGT {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #PlT6Ex6aid01AJqgviErDHzwTcqoJV8t {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #mKcOdnv8LQi0Gn2TiqE6xbwtsq1tm2Hy {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #tsHF6p0yKwm6dKBof8dNcmRg3btIdTAl {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #ecAVuND629nUEkzQs1UnqR9UVUix51A7 {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #H2Zv4FrKZZQeVFKG39Ns1XUo3Ty7kP1L {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #HKI1niyDR52hcuvPCHdHdGyCJs7UrCvg {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #zy6PS0B22ZumrvZBZfp4Wn8MLhTVTT2T {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #twsTvFOwQCUc6Eu3nATsTpBENPKcdUFZ {  }
 }@media only screen and (max-width: 763px) { #nveOdMKGaeDcsDRzOLb4t8SyKV191qQf #XPTgvrfmVQpCOMeUaByBphdqZvWrQ7v7 {  }
 }@media only screen and (max-width: 763px) { #Ii2MaHzQiClBp3rCfuPnBJkrLTGo8bTO { width:20rem;height:4.54900625rem;top:1.9248046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo { display:block; }#GTcUkl5lkk9JKNctRdtZsQbNhh3igsZo > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 { background-color: transparent; background-image: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.65); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row > .video-iframe-container { display: none; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,60,93,0.65); }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container { width:20rem;height:17.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1e8758d-8ba2-40dc-983f-d9dd1c59f19d/Footer1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.adaptive-delivery-prevent-bg, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyload, #EdPXWd0NwzoHGcmVMboWTOECPNALTTa6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #v1rWT6qVX2yZUTdgrZ0gWrwN4HPHQeUl { width:18rem;height:3.57510625rem;top:4rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERcDZ67UCrrhimFX59NPNoxB61kwXA5T { top:11.7353515625rem;left:1.09375rem;width:17.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAWWFDNCNKM05qv8pRqQ6bT8KETVVkLi { display:block; }
 }@media only screen and (max-width: 763px) { #B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz { display:block; }#B8v4oRAvTv10FmomUZoyZGLyDDvyWWnz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:3.999025rem;height:3.999025rem;top:5.2490234375rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:7.124rem;height:2.5rem;top:1.1552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:9.4365rem;height:2.311525rem;top:1.25rem;left:10.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:8.6875rem;height:1.8125rem;top:6.3427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { width:16.6875rem;height:3.25rem;top:1.4208984375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { width:15.372875rem;height:3.3744625rem;top:7.6819953918456rem;left:3.7499998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { display:flex;width:1.75rem;height:1.75rem;top:17.0625rem;left:3.75rem;font-size:1.1875rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { width:20rem;height:2.999825rem;top:21.124822616577rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { width:20rem;height:1.29971875rem;top:28.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { display:flex;width:1.75rem;height:1.75rem;top:7.6826171875rem;left:0.9375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { width:12.5rem;height:1.62464375rem;top:17.125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmlkIoF0WLlvT9ggk49sOauCHefPFvGG { width:14.18725rem;height:3.3744625rem;top:12rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W0D1ZXMtkcpD9AD8Dic6ByVxea6MiUto { display:flex;width:1.75rem;height:1.75rem;top:12rem;left:0.9375rem;font-size:1.1875rem; }
 }