.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:220,237,153;--color-primary-1:203,230,124;--color-primary-2:176,186,104;--color-primary-3:168,204,23;--color-primary-4:185,205,19;--color-secondary-0:226,236,232;--color-secondary-1:178,211,194;--color-secondary-2:109,159,139;--color-secondary-3:65,95,83;--color-secondary-4:12,95,62;--color-tertiary-0:255,255,255;--color-tertiary-1:168,169,182;--color-tertiary-2:110,112,133;--color-tertiary-3:66,67,80;--color-tertiary-4:14,17,51;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f3f4f8;background-image:url("https://images.assets-landingi.com/uc/2d74030c-dbe7-41a0-9e3d-0b217e8959e5/bg2.svg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd { 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; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container { background-color: transparent; background-image: none; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container > .video-iframe-container { display: none; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row > .video-iframe-container { display: none; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .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); }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container { border-width: 0; border-radius: 0; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#OkgzErWJTIr3FHIlmvTrt5SoOSZie1o6 { 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.5625rem;width:9.3125rem;top:0.28125rem;left:1.8125rem;overflow:hidden;display:block; }
#gZ0OrUuXrNeQJKkW4Rn7WtOv3FKZTIDI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:1.25rem;left:19.4375rem;display:block; }
#IwblG4P0u2nzH7M3TmAPkzdtq6SKDfid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEFIUXyu6pnebQ2MTQts2NxuPmFINgS2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:1.25rem;left:32.21875rem;display:block; }
#mqJhGJNGMN5Zkd5STz3fUlvS0f4kNCdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsEfHqof7D2R0MsWBChCc8i46cU9JPxO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.25rem;left:44.9375rem;display:block; }
#MUXLJ4bXOoRwmah5Wd4GOBhf39NxS0xW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uo1Nh00J28mQA5J23lztk3ChZI5PDxse { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.25rem;left:55.375rem;display:block; }
#zu3LyQa7FupkrPoaCyJl6eWEd3mN3IZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4pNIcuHEfXmLlG2zdeCMLiloKaA5LVb { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: 0.0625rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.1875rem;left:66.125rem;display:block; }
#H9tPJGsuxWq5uz0Tg3P24W37wbXRqteL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:rgba(var(--color-tertiary-4),1);display:block;width:55.25rem;position:absolute;font-family:"lato bold";font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:9.7021484375rem;left:18.375rem;height:28.8720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.3125rem;left:2.625rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:#5741fe;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.625rem;left:2.625rem;display:block; }
#yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVvzITFPZAhgfehD6NZPTEFaeCtDFWqk { 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:3.375rem;width:6.6875rem;top:37.125rem;left:19.375rem;overflow:hidden;display:block; }
#r6ZKpI0mD06gS9bfpQNKNkFbyOngdT98 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1.7;letter-spacing:0;top:48.3125rem;left:4.6875rem;height:5.41845rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgdF8FNarcCHCqFUMnaBOrITZoSkEWon { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:47.5625rem;left:8.8125rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XamPWCpShaCItb4rtuOS08BnZuoad5RL { color:rgba(var(--color-tertiary-4),1);display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.7;letter-spacing:0;top:46.96875rem;left:55.9375rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IXpXopSTVlXziJtMVqDUIzQgc87u5NhN { position:absolute;display:block;z-index:15080;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:22.375rem;width:22.375rem;top:28.625rem;left:50.5625rem;overflow:hidden;display:block; }
#ViPBKsoUKqRUx7p5NVgWFD1Nu0AWslQR { position:absolute;display:block;z-index:14995;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23rem;width:16.1875rem;top:7.625rem;left:0.875rem;overflow:hidden;display:block; }
#pn1ZImCBRaSQUn7n9LN22s3TXKOHqW5X { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:"lato bold";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:1.91357421875rem;left:18.375rem;height:5.7744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.6875rem;left:12.6875rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container { background-color: transparent; background-image: none; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container > .video-iframe-container { display: none; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row > .video-iframe-container { display: none; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .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); }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container { border-width: 0; border-radius: 0; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#KpoZNFV7AtpEa2JaxDm2mOQVvQOkkANH { position:absolute;display:block;z-index:15016;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: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.5rem 0.875rem rgba(48,35,148,0.06) ;height:29.6875rem;width:21.25rem;top:2.1875rem;left:3.75rem;display:block; }
#Z8tIcT4Q6LzBiaxo7O74Auk4UP9tnvNP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:7.3125rem;left:5.3125rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KrNTXpI3ubudbpD8mtgAPw7Z3VpfLeHy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:10.0625rem;left:5.625rem;height:13.597625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i1Xt8AD81cxOEf9gSrbuArNo9sLygOTi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:27.962890625rem;left:9.4375rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7mOEInxkCELGdQSTpMXZ1v6Rgv4y26H { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:27.0625rem;left:5.625rem;overflow:hidden;display:block; }
#WHAvZbwTgv0sAEusoQZAVcNu4fgnFRo7 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.5rem;top:3.75rem;left:5.3125rem;overflow:hidden;display:block; }
#RZEaLN88bbhp9lSHav3MWH9Jox6cWo02 { position:absolute;display:block;z-index:15022;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: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.5rem 0.875rem rgba(48,35,148,0.06) ;height:29.6875rem;width:21.25rem;top:2.1875rem;left:26.875rem;display:block; }
#ddTuiUChDxrm0yaeSE2p5xuwui9KyPOR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:10.0625rem;left:28.75rem;height:13.597625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLDz3eNZwh2SudgEPUoPm5NfCuUbaDgu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:7.3125rem;left:28.4375rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUJBQxO8Gt4hLedPsw4tfxQO9AebwoLq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.7;letter-spacing:0;top:27.9375rem;left:32.59375rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eMD6ctacPtoOxvXDNN391VA5qLQzQxvp { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:27.0625rem;left:28.75rem;overflow:hidden;display:block; }
#nCR9fnenzNXliPxVGutb8z4HVsa1nNZA { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.5rem;top:3.75rem;left:28.4375rem;overflow:hidden;display:block; }
#RgKxrhFu0Btde0rceSg0ClnPKUG9R741 { position:absolute;display:block;z-index:15028;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: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.5rem 0.875rem rgba(48,35,148,0.06) ;height:29.6875rem;width:21.25rem;top:2.1875rem;left:50rem;display:block; }
#Q3X3n1dvSaxuZbI85yBpONoZPkhowzoG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.7;letter-spacing:0;top:10.0625rem;left:51.875rem;height:10.19825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0QMTTfEgPcQR4EnZKpg9oZ3SEvo7bvO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:7.3125rem;left:51.5625rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yrlzGezewhyiXD0Vq9759VvA7x9gvUF3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:27.48681640625rem;left:56.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzTIIisaO2oJaAFq445ikThFUK2c3cq7 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:27.0625rem;left:51.875rem;overflow:hidden;display:block; }
#SzsudzlHwEeTSHOrNNa482JnP9DW6nLR { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.5rem;top:3.75rem;left:51.5625rem;overflow:hidden;display:block; }
#NOrWULim9pDm43v83U4i9gR3UIc4OUdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container { background-color: transparent; background-image: none; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container > .video-iframe-container { display: none; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row > .video-iframe-container { display: none; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .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); }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container { border-width: 0; border-radius: 0; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#FtPpwkWJ7t7nNXbW2S5SIfGpTdlyhT9P { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:6.25rem;left:34.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kcdG1uOk5ML45r8ce2Iu3QlbAUiQhQFX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:6.25rem;left:45.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v9wXBP7iHaUGX2KG4MQkIvBTcvSHsz3m { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.5625rem;left:36.375rem;overflow:hidden;display:block; }
#UG8dZfCq8GE4Sdvt3CwrBeTLDPzqUHhp { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.625rem;left:21.375rem;overflow:hidden;display:block; }
#QaeZ28xwpzqrHUIqBVgE1OVhZM3TdOog { position:absolute;display:block;z-index:15078;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.6875rem;width:7.9375rem;top:0.96875rem;left:46rem;overflow:hidden;display:block; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-form-header {  }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-regular-label { display:block;width:13.4375rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.25rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.375rem;width:16.375rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:42.25rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.53125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-container:first-of-type{padding-top:0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-container:last-of-type{padding-bottom:0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:47rem;height:auto;box-shadow: 0.0625rem 0.5rem 0.875rem rgba(48,35,148,0.06) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;left:11.0625rem;top:9.75rem;z-index:15091;position:absolute; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .radio-container { width:14.0625rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:47rem;height:auto;box-shadow: 0.0625rem 0.5rem 0.875rem rgba(48,35,148,0.06) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;left:11.0625rem;top:10.8125rem;z-index:15091;position:absolute; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #ALRTGFlvp4MGQcXBfxOkbnxouvF0Eku1 { position:relative; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #kFdee5lXftOkxpML62wqivclKMAJInJu { position:relative;display:block; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #SI6HHCc9x58WLJFO3Vd6FrZ4Sx1qcLBL { position:relative; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #ocN2L8h17cyC1JSl4UEvJ6GekKvKxupu { position:relative; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #sx9lkVur5SwNsWSNumRRqKubxdhQAHHp { position:relative;display:block; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #KLpyCEv6JMRZ9SmQgBD2SvUSXt1Fb9lD { position:relative; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #FbRtn13bGKMULKrOePbD0QGfBwgAl9kQ { position:relative; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #qKyRWsz2UzNXpUGHtJy5to334AXOT6Be { position:relative; }
#maR9TR3vgVUwXy4ZJIw8s9N3VCllWegJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:19.5rem;left:38rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xREubCIRHkrBTVsTxn1rMqf4to6qx4XV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:6.25rem;left:14.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container { background-color: transparent; background-image: none; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container > .video-iframe-container { display: none; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row > .video-iframe-container { display: none; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .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); }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container { border-width: 0; border-radius: 0; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#yV2ofIwS3QoF7Mcg0JOWJlTpzFds31NV { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.40625rem;left:6.75rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dph5l6Wini2huSOqNHHnVc1sbBT9MXib { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:6.5625rem;left:9.6875rem;height:1.69970625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#wdZiCEpSRnFf6Zxtz0OeeiQM2e50aXTt { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:9.5rem;left:9.6875rem;height:1.69970625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#N5LFWQWs6LVzaT3VkkWcE0rOSVTT9W23 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:12.4375rem;left:9.6875rem;height:3.3994125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#g90fgoADOhXEgFk8xMFPB1pSVtyb99dw { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:17.1875rem;left:9.6875rem;height:10.1982375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pihk50smw936tyO83UVF9yrRTaF9px6l { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15068;line-height:1.7;letter-spacing:0;top:25rem;left:9.6875rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container { background-color: transparent; background-image: none; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container > .video-iframe-container { display: none; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row > .video-iframe-container { display: none; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .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); }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container { border-width: 0; border-radius: 0; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#W9IuxUHzlWd6E7uMD7uObBTZkBL90Op5 { background-color:#e5e6ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#vR9OO11D7Hak1aufJtzUKQfgw2oGzyue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpBbSTsVv95lvXyMZB7bUsaih6awTA4N { background-color:#e5e6ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:14.6875rem;display:block; }
#nzcFCFWcCnqk4CbZUZ5Tf1XmfamFDHVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUBnlK1ffztRQdD6Z3mozvx53oDFDJOX { background-color:#e5e6ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:27.46875rem;display:block; }
#QB5yw6XhN5ufZT47Anzh0iGezoL2Z8ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHaEHRXfteTCLbDFiahPbTUcU7lrugfm { background-color:#e5e6ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:43.84375rem;display:block; }
#fT779CQrT4WwMMPiKmZZq0gUWAg6VEXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vfl6TeD0vu8D4iX6TGfcg4LyFFg57Ahr { background-color:#e5e6ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:57.125rem;display:block; }
#BTBkJ7PH4ZPul5ENWQ1KPKW2ifxn4Ua7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D57ElOmISC8pwO5mcne7fVFMDn04C0hG { position:relative;display:block; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG { background-color: transparent; background-image: none; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row .container > .video-iframe-container { display: none; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row > .video-iframe-container { display: none; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .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); }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG { border-width: 0; border-radius: 0; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .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; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4efc4;background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;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; }#QQZZqXXx6AX4o4ZFkef8sc4mV9byJEfs { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:6.5625rem;left:5.625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGOyd2v0r8dutIuZooTGmCuqTuhw5XlT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:5.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bi4BrcEvBUC4cLEcQ2eATcy0qnlm4wER { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(0,0,0,0.5) ;height:16.25rem;width:24.375rem;top:2.96875rem;left:47.5rem;overflow:hidden;display:block; }
#CiwxbEEWylc0dLxQ2vcJdaFR7HQFpLQM { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:11.2109375rem;left:5.625rem;height:10.1982375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c { position:relative;display:block; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c { background-color: transparent; background-image: none; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row .container > .video-iframe-container { display: none; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row > .video-iframe-container { display: none; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .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); }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c { border-width: 0; border-radius: 0; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .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; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ace1af;background-image:none;font-size:0.875rem;font-family:arial;height:30.5rem;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; }#FMQuCGL6xLhDOkFxizZ32QsADoaC4E96 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:6.5625rem;left:5.625rem;height:23.795875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fr4e1UiprCyqn9zopdqHvGcGNiqDh9s6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:5.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FS9aayKyMwvMoAMasupFlWs4yC9qozAk { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(0,0,0,0.5) ;height:16.125rem;width:24.375rem;top:4.6875rem;left:47.5625rem;overflow:hidden;display:block; }
#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V { position:relative;display:block; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V { background-color: transparent; background-image: none; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row .container > .video-iframe-container { display: none; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row > .video-iframe-container { display: none; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .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); }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V { border-width: 0; border-radius: 0; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .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; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;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; }#TnPSVIPPutLn00e2iTgt6vMyzRWuKxmK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:6.5625rem;left:5.625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vqrBEL1r8Dr75UKBEpCavDgKv3pIEAes { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:5.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LM2MbwtLCbMsw6lJsTTIdqJZ8Q2q5S7I { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(0,0,0,0.5) ;height:16.1875rem;width:24.375rem;top:3rem;left:47.5rem;overflow:hidden;display:block; }
#oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:13.53515625rem;left:5.625rem;height:9.7485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_388a3fe4e73c9b407b6e3d7eb4113247722ef6bb.svg); }
#CsyShSV883orKCa2NyqbTlME9pLFM5yh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:11.2109375rem;left:5.625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8ibuPuw8HV89QZZhEMtW8GoPc1ZGIW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:24.53125rem;left:5.625rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwES9sheGkyK14FrFwsFwAXnamxQ8aJh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:30.87890625rem;left:5.625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI { position:relative;display:block; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI { background-color: transparent; background-image: none; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row .container > .video-iframe-container { display: none; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row > .video-iframe-container { display: none; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .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); }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI { border-width: 0; border-radius: 0; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .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; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;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; }#vhTuBfT7DlUJTFGlG9Sdz1RIdNrnTs3w { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:6.5625rem;left:5.625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pV42l00ORJ1u2TuP3mfDRWKxg1XeC1M0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:5.625rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vtcESyNTUythqzKH0zL7upSnb2ckf6tn { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(0,0,0,0.5) ;height:16.1875rem;width:24.375rem;top:3rem;left:47.5rem;overflow:hidden;display:block; }
#mr1RV2Lppvo3EBv7HdaMXtq4vVMn5XLB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:11.1875rem;left:5.625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:13.5625rem;left:5.625rem;height:7.7363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_388a3fe4e73c9b407b6e3d7eb4113247722ef6bb.svg); }
#CKKghfSsHulwKXdExXzUzVTmSZ5ycv7J { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:22.6875rem;left:5.625rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I { position:relative;display:block; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I { background-color: transparent; background-image: none; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row .container > .video-iframe-container { display: none; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row > .video-iframe-container { display: none; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .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); }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I { border-width: 0; border-radius: 0; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .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; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;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; }#nonQMxq4utUV65TxvMRmuTW40Fkd2n4E { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:6.5625rem;left:5.625rem;height:15.29735625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7b6ZbDX9w6LRow7dB6uw68GcWNWamU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:5.625rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HFaTJUrUPTceZxiDZbwSJwkVTW7RD3T4 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem rgba(0,0,0,0.5) ;height:20.4375rem;width:20.4375rem;top:2.3125rem;left:49.6875rem;overflow:hidden;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:122.375rem;width:75rem;position:relative;display:block; }#INUavt8dqXreIuv6AMq4JoHH4ERtNhTS { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem 0.1875rem rgba(0,0,0,0.5) ;height:22.625rem;width:24.5rem;top:2.25rem;left:4.125rem;overflow:hidden;display:block; }
#gu67L9w5Pv77EH3K102ctGRg3cTw1VI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:60.67578125rem;left:33.09375rem;height:33.99413125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGIeP3EES5SC9JaWKnOBm1ZJT4bmttpQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.8125rem 0.875rem rgba(48,35,148,0.1) ;height:36.625rem;width:24.5rem;top:24.875rem;left:4.125rem;display:block; }
#A82FoAfIRdEPt2tbAxB9gagIDPvJc5u3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.25rem;left:33.1875rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZlpDus7aTT5TOSFK960U2vutKsGsaPe { color:rgba(var(--color-secondary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:106.25rem;left:22rem;height:3.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqa5u3bmVbqfTLmiQrVzCy7mE8aH9r6o { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:110.4375rem;left:22rem;height:1.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6Po5aFaX8pwPsKAUWDnp33WlMNPugI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:110.4375rem;left:32.75rem;height:1.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eS6STfT2dFC3QMIqFIq8OzhETv6xhZTK { color:rgba(var(--color-secondary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:106.25rem;left:32.75rem;height:3.0249rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSfJgrIfbwT9ffL72fH6FpVss1Tg6bpL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:109.875rem;left:44.4375rem;height:1.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBBEKuT8DnLQfGKUNvK5TVZl1A6UsQrQ { color:rgba(var(--color-secondary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:106.25rem;left:44.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yC04yokluBTmwCxGVt5UlevrvEGfw5Qk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:104.375rem;left:44.4375rem;height:1.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNUICyptKSNd7fVs48PdlcrUew69FlNf { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:113.3125rem;left:29.4375rem;display:block; }
#LLezpuVenzEuVMDF1M0oUBbARPdIS8Qx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmoAsiRs0eRI20IizRumLCHHFLXzCxyK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:63.23828125rem;left:4.40625rem;height:9.4995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s7La7pt1TNOqCkt3GLXGATcHz5Qd1eg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:98.625rem;left:11.6875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWBNlehUrooMIT3kdi3nb053ndqeqOAm { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:9.6875rem;left:33.09375rem;height:45.8920625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B0tCDVTbtBDMJubxIiwqauygiyCz7K3V { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:117.5rem;left:24.5rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvZZWK2IT3zaaniyqTgRfBmdB38034Rq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:27.02783203125rem;left:7.5rem;height:27.084rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sa2zJ0atw8KTAshcFTAmuH5eIEPEX86T { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.0625rem;width:21.0625rem;top:75.1875rem;left:4.875rem;overflow:hidden;display:block; }
#GcmXdK4c9hI9AvTwp1RzwMdHuct5xCrO { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:16.9375rem;width:16.9375rem;top:71.4375rem;left:0.9375rem;overflow:hidden;display:block; }
#FX8DH7wM6rNi06s1devRiis4gnDucgP4 { position:absolute;display:block;z-index:14995;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:11.9375rem;width:22.25rem;top:83.787109375rem;left:6.5rem;overflow:hidden;display:block; }
#RNchAaTCqV0CzbPLwPn0PZFEGC62BK5U { box-sizing:content-box;height:18.875rem;width:21.5rem;position:absolute;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:78.25rem;left:3.0625rem;display:block; }
#G9RKNfZCJKwuFEiGW0BZp25i55210a93 { 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; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container { background-color: transparent; background-image: none; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container > .video-iframe-container { display: none; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row > .video-iframe-container { display: none; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .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); }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container { border-width: 0; border-radius: 0; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#NiIXOsfvs7hpd8HQy1ZsVf87DbDaL34Q { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.1875rem;left:15.3125rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R07H3ToG9JTmfwp71ztuBKToETNCcX9W { 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; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container { background-color: transparent; background-image: none; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container > .video-iframe-container { display: none; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row > .video-iframe-container { display: none; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .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); }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container { border-width: 0; border-radius: 0; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#ey9P5abfysBCaxfOe34eT9SzhCcRGKOu { position:absolute;display:block;z-index:15000;height:9.875rem;width:75rem;top:0rem;left:0.125rem;display:block; }
#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container { background-color: transparent; background-image: none; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container > .video-iframe-container { display: none; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row > .video-iframe-container { display: none; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .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); }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container { border-width: 0; border-radius: 0; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#sLXBh99wNBrbDqcPn2Xgs4vL9MABQn9d { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.03125rem;left:15.3125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lc7uareso7bdTIfnxzpVbQWxOf9wkt2t { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:12.3125rem;left:9.375rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XDUzTQZAB5FaIfJnNboK7SJ2xXCQKTgE { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:17.3125rem;left:9.375rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container { background-color: transparent; background-image: none; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container > .video-iframe-container { display: none; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row > .video-iframe-container { display: none; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .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); }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container { border-width: 0; border-radius: 0; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#cNxUSJHcU0oToFdc6X09nubeXL8TViah { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.1875rem;left:6.25rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCJEG5ueRpXynzbNcCXXuP8LznH4UR19 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:7.625rem;left:6.25rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZ5TQKt5Dfd3B4oUayApdSdJmKUaMHpl { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:17.375rem;top:15.3125rem;left:41.6875rem;overflow:hidden;display:block; }
#SXn8a1VwkrQGlxkOV2xqTtaJfMiddZli { 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.375rem;width:31.25rem;top:3.9375rem;left:39.8125rem;overflow:hidden;display:block; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0;border-right:0;border-bottom:0; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .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; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:rgba(var(--color-tertiary-4),1); }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e6c4a374479a4750c862a2c914a3c0711a3a389d.svg");background-size:contain !important; }#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-trigger.adaptive-delivery-prevent-bg, #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-trigger.lazyload, #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-trigger.lazyloading { background-image: none; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X { box-sizing:content-box;height:auto;width:27.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15071;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:22.6875rem;left:6.25rem; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #FU2hgT3TFsupciVWLiH7PZrn4P8N686y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #IuFVVoCWA7Z64uRC4CWCwyHdbXzTBDV2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #A4WKu1H9uAxDeMH7rrbcZ2KhNGPHUShV { display:block;position:relative; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #LnQ2fyyCQmh8FIUn8KTPItomkE2qwNfv {  }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #I8nfv1QXuHt4OiQpimVBEQEkyVB5P99y {  }
#FhMBahRq8m9fUvlzs7yWMJg99vBJgfCz { box-sizing:content-box;height:18.875rem;width:21.5rem;position:absolute;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;top:2.125rem;left:46.4375rem;display:block; }
#LdtxGEs5budoE9HBCIEQLgARf1fW48MX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:15.6875rem;left:6.25rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EK1EB7W9maaNaEDbHl7bEJGU2iPN1qpz { position:absolute;display:block;z-index:15070;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.875rem;width:4.8125rem;top:1.125rem;left:40.5rem;overflow:hidden;display:block; }
#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container { background-color: transparent; background-image: none; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container > .video-iframe-container { display: none; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row > .video-iframe-container { display: none; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .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); }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container { border-width: 0; border-radius: 0; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container { font-size:0.875rem;font-family:arial;height:82rem;width:75rem;position:relative;display:block; }#HK3wk15AV7kktQGtlqvbN0uo5do09sny { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:58.375rem;left:42.1875rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xX64IDuWF25M2JkHuoZhUpTMIOqdAzBL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:63.6875rem;left:42.1875rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dBrqgwofqv7JSxRkA4ksCPO4eOHHJL0S { box-sizing:content-box;height:17.6875rem;width:20.75rem;position:absolute;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),1);background-image:none;top:62.375rem;left:6.5625rem;display:block; }
#Naq5A75A0qourfmUciBaWXDsWwz7wiST { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.4375rem;width:19.4375rem;top:58.75rem;left:6.5625rem;overflow:hidden;display:block; }
#W7c6zczls2crefVWXnIdOpL8obWWQFqZ { position:absolute;display:block;z-index:14995;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:9.5rem;width:17.375rem;top:58.75rem;left:12.5rem;overflow:hidden;display:block; }
#GZ9OUMqu8H4ybSILGS8aZmF16bfgMKgL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:71.75rem;left:42.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRbyVLxC49L1GJqRsDP9D8TmTPWT1pk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15069;line-height:1.7;letter-spacing:0;top:1.6875rem;left:6.53125rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iDChzuke1lDFMN4TQRIKUHtBccfNf1T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:8.875rem;left:6.75rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wsp2p7oK8V2oXshwE7PRMobLrGWadhm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:17rem;left:6.75rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5SAttPKBd1nKxbM89KEyz7iILFIkx1y { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:6.1875rem;left:6.75rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3TGVQoHTs0iWlS5UCF7yfdBDFZwKALG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15070;line-height:1.7;letter-spacing:0;top:22.3125rem;left:6.75rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pEp4KuNL5TnGSHKt0NoUI2Q4gnXLMsdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:26.6875rem;left:6.75rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wm4yzLJBictWlot0RAB5LMiCLki6ay80 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.7;letter-spacing:0;top:35rem;left:6.5625rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aHFDr0pRltpRM5uczCIsDV77uDEJwqJB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:40.5625rem;left:6.5625rem;height:11.89794375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8SMtnGkursIq8NoG8pbnFhZ3iIuBcQb { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:19.4375rem;top:35rem;left:45.4375rem;overflow:hidden;display:block; }
#Tf1RohuiKBdZEtV72B65uyAlODUg9eAn { box-sizing:content-box;height:17.6875rem;width:20.75rem;position:absolute;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;top:37.5498046875rem;left:44.1875rem;display:block; }
#FDH6iaHB8cuUEGcFNSDBRRBKUaNuAUPv { position:absolute;display:block;z-index:14994;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:11.5625rem;width:21.375rem;top:35rem;left:45.875rem;overflow:hidden;display:block; }
#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container { background-color: transparent; background-image: none; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container > .video-iframe-container { display: none; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row > .video-iframe-container { display: none; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .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); }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container { border-width: 0; border-radius: 0; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#atitqtpVkulUFLf47ChBnzMqrUleANmK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:3.1875rem;left:6.375rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBxOvTDvHVlU7x5XymT9lI01tl3DPwwl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:8.5625rem;left:6.375rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRFrADmH5cFQ3ww8WomPMC63G69dItPS { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:18.6875rem;width:18.625rem;top:3.1875rem;left:41.875rem;overflow:hidden;display:block; }
#spT1E3lsX6kRe4VfoD3vzHnW7TZD4iOn { position:absolute;display:block;z-index:14993;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:11.5625rem;width:21.375rem;top:3.3125rem;left:43.375rem;overflow:hidden;display:block; }
#WnB1AyfOi57BfBTUgUwqpQZZK67TTfxO { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:14.8125rem;left:6.375rem;height:11.89793125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nRZefORghq51kDcKRSUKz4EPR6C67v2M { box-sizing:content-box;height:17.6875rem;width:20.75rem;position:absolute;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.0625rem;left:41.875rem;display:block; }
#FHETB5xHH4UTmLNOTQicLaTQKlep7Cqe { position:absolute;display:block;z-index:15080;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:18.6875rem;width:18.6875rem;top:30.25rem;left:25.625rem;overflow:hidden;display:block; }
#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT { border-top:0.625rem solid #b0dc53;border-left:0.625rem solid #b0dc53;border-right:0.625rem solid #b0dc53;border-bottom:0.625rem solid #b0dc53;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container { background-color: transparent; background-image: none; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container > .video-iframe-container { display: none; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row > .video-iframe-container { display: none; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .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); }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container { border-width: 0; border-radius: 0; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#mhOsSxRnpX0LTf7Blg1IoHuQGWeReqdo { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.3125rem;left:42.25rem;height:1.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OdTUAPlxHqw7I1iWirIy0uIdatoNGTKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:5.75rem;left:42.25rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kIAtNrgLqMcHGUZyCouIZ3K5bxSiHf3v { position:absolute;display:block;z-index:14991;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:9.5rem;width:17.375rem;top:15.6875rem;left:15.375rem;overflow:hidden;display:block; }
#CGTUfXHiIcmpEmbUyavsLQ7Qu4MXq84V { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:13.8125rem;left:42.25rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cNUvKCMpt5kKWkT3EHXZGWhTQU9d5Ag4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:26.125rem;left:2.125rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ShvLZKO9eioMTc0PNWmR5P0WdJhXHxCW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.7;letter-spacing:0;top:22.25rem;left:42.25rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MROghzkocr58UghTZnsnFiIU1929XkGg { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:21.1875rem;width:21.1875rem;top:2.3125rem;left:6.75rem;overflow:hidden;display:block; }
#rEPI9ixXEnmGR3ao21kp2OCq5eik5MUJ { box-sizing:content-box;height:18.8125rem;width:23.5625rem;position:absolute;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.3125rem;left:4.4375rem;display:block; }
#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container { background-color: transparent; background-image: none; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container > .video-iframe-container { display: none; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row > .video-iframe-container { display: none; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .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); }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container { border-width: 0; border-radius: 0; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:block; }#sQLqb5WnvbuZoKHqeqH1td3UHKSMCQGo { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.125rem;left:29.0625rem;display:block; }
#p7MdGS99kbH1eT92SvEF5VmNbq68V2dJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDa3c49pKqtS5gqLHIJcxMvEaIEq7hJh { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15073;line-height:1.7;letter-spacing:0;top:10.375rem;left:13.5625rem;height:2.4433625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zOB4ZGa75vEvr0g1foc7rbn38XdSCMgs { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15074;line-height:1.7;letter-spacing:0;top:15.1875rem;left:18.3125rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xB1hL2K95hUSTtwcTxb7NNxFqgJoFV22 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8f1;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; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container { background-color: transparent; background-image: none; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container > .video-iframe-container { display: none; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row > .video-iframe-container { display: none; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .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); }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container { border-width: 0; border-radius: 0; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#fFkOuZMhAryCVZw4iiZkzchXNDou7Rpy { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.84375rem;left:15.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V45ZKi7pfa9SvCtwIo8QvfllKwRnQnJK { 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:2.6875rem;width:5.5625rem;top:7.75rem;left:45.25rem;overflow:hidden;display:block; }
#docIQpKDgPgGTwoz1vol9e4cT73Pxzpp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15070;line-height:1.2;letter-spacing:0;top:8.04345703125rem;left:50.8125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8f1;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; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container { background-color: transparent; background-image: none; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container > .video-iframe-container { display: none; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row > .video-iframe-container { display: none; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .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); }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container { border-width: 0; border-radius: 0; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#MTtyc2JamQg6S1vDeVyKZ6UMpB6OIxkL { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b6fc3115-c91c-4b0a-bf20-ef69796ef7df/b1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5625rem;left:28.375rem;display:block; }#MTtyc2JamQg6S1vDeVyKZ6UMpB6OIxkL.adaptive-delivery-prevent-bg, #MTtyc2JamQg6S1vDeVyKZ6UMpB6OIxkL.lazyload, #MTtyc2JamQg6S1vDeVyKZ6UMpB6OIxkL.lazyloading { background-image: none; }
#uBxamDTLCMQiizAuVAnJXd6TacKTUHvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT7yn78xadouWDO8JaybwKnzZSpWSL34 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1095282-ecc6-4ec4-bf5d-b055f28ad27d/b2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.5625rem;left:38.125rem;display:block; }#tT7yn78xadouWDO8JaybwKnzZSpWSL34.adaptive-delivery-prevent-bg, #tT7yn78xadouWDO8JaybwKnzZSpWSL34.lazyload, #tT7yn78xadouWDO8JaybwKnzZSpWSL34.lazyloading { background-image: none; }
#BzqvZHCM06oh1vCLvBozpb7XkIEmdiwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8f1;background-image:none;position:relative;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container { background-color: transparent; background-image: none; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container > .video-iframe-container { display: none; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row > .video-iframe-container { display: none; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .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); }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container { border-width: 0; border-radius: 0; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row > .video-iframe-container { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container { font-size:0.875rem;font-family:arial;height:73.8125rem;width:75rem;position:relative;display:block; }#JFZKl9h60TP8n6ND7tNysqhso4PegXyB { box-sizing:content-box;height:15.875rem;width:32.5rem;position:absolute;display:block;z-index:15000;background-color:#e4efc4;background-image:none;top:33.1875rem;left:2.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#NfJsIPA0rSo3C3ErFTB241spS5bTOc4i { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8310546875rem;left:2.625rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyTGX0G78aw7plCZaiCFQJzewgEsTBwT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:34.9375rem;left:6.125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGaqDB50TgTlen6Cm0nvTaceulhbOmtz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:37.1875rem;left:6.125rem;height:8.4985625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F0TOrtKW9PfkKCtm3ZPTqtQf5QubXv45 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:37.5rem;left:40.1875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c3nTMzzcnT37ox8dOSrN2vPqzSbXV45t { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:35.125rem;left:40.1875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSTle47aA7TeBOIqg8ZFUyGVZpzGfNQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:52.0625rem;left:6.125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdpcQBbaQPx51XgJyUEAgXLfvXfA2rAv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.7;letter-spacing:0;top:54.3125rem;left:6.125rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B1OZyOm6xxNeAVeBK7cx5abnLxMzRAxc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.7;letter-spacing:0;top:54.625rem;left:39.875rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#td4BzRH7C3KMAG7JT82Ue3V2DQW3OpAi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:52.25rem;left:39.875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vMv1RI0Iyb8QXZALTnax95265AJKa572 { box-sizing:content-box;height:20.3125rem;width:32.5rem;position:absolute;display:block;z-index:15001;background-color:#e4efc4;background-image:none;top:50.8125rem;left:2.625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#F0bm4pSnMT6mSzWPUJet9JyUQpsThcEi { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.1;letter-spacing:0;top:34.9375rem;left:3.9375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDNJR6qekyLldOmmtfXNpxqht7udTSvE { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.1;letter-spacing:0;top:35.125rem;left:38rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5wW3Sw4y5HVgk6qTWhOTx9WH39S369D { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.1;letter-spacing:0;top:52.0625rem;left:3.8125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFW2daLCrrWI70l87O8tCnoG3vUwiB0W { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;top:52.25rem;left:37.5625rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sd2fXafpHmicTTbko5FAQxWNWyQlZ7NM { box-sizing:content-box;height:15.875rem;width:31.1875rem;position:absolute;display:block;z-index:15001;background-color:#e4efc4;background-image:none;top:33.1875rem;left:36.6875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#vt9bQ6n8K6TTTTUEKphSkwOQg5rxt7pl { box-sizing:content-box;height:23.25rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.6875rem;left:45.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:60.5rem;left:39.75rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
#at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:58.5rem;left:6.125rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
#A5HHx66txuVLghrSqWLGvzmr0x0ESweA { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.3125rem;width:42.125rem;top:7.6875rem;left:2.625rem;display:block; }
#LcoOstnswnpnDT1vh9itEAagEQrwE8Fy { box-sizing:content-box;height:20.3125rem;width:30.625rem;position:absolute;display:block;z-index:15003;background-color:#e4efc4;background-image:none;top:50.8125rem;left:37.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Fn7J42U5Bfr3GIRFRVNVqNAmgOQv0biP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.7;letter-spacing:0;top:10.1875rem;left:47.8125rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8f1;background-image:none;position:relative;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container { background-color: transparent; background-image: none; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container > .video-iframe-container { display: none; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row > .video-iframe-container { display: none; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .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); }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container { border-width: 0; border-radius: 0; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row > .video-iframe-container { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container { font-size:0.875rem;font-family:arial;height:78.1875rem;width:75rem;position:relative;display:block; }#y2eLR34wuHrMCloiFrA0JT8AGqNwWKPy { box-sizing:content-box;height:32.3125rem;width:32.5rem;position:absolute;display:block;z-index:15000;background-color:#e4efc4;background-image:none;top:14.6875rem;left:4.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#WiPTdTGMQqG5QRk5PhOClThJ5SFOVdDu { position:absolute;display:block;z-index:15069;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:306.25rem;border-top-right-radius:306.25rem;border-bottom-left-radius:306.25rem;border-bottom-right-radius:306.25rem;box-shadow: none;height:7.5rem;width:7.5rem;top:3.625rem;left:54.6875rem;overflow:hidden;display:block; }
#mci0hJs06erkRhtom6aDzOnbK5rgTtwg { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.53759765625rem;left:4.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hs2b0nBwZk0csTKJTk74sBuRmSz5Fs7T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:16.4375rem;left:7.6875rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzDhXT6pwL7EVR8GTz5ef9ZTib70b22T { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:50rem;left:41.75rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiZQCqJRBcl0oqEgb5A2aQTwXGIMU4gt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15075;line-height:1.7;letter-spacing:0;top:61.5rem;left:4.75rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S1kgUtBJTGXRVRRsImTq8nmxu6O31QtL { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.1;letter-spacing:0;top:16.625rem;left:5.5rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzEdOGkd9TGrss46TxSB7EZtOiK4l43t { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.1;letter-spacing:0;top:50.1875rem;left:39rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QF0JEadlQqwJzRELiEeeST6Hk4DamRo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:6.3125rem;left:63.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVgq9xEVbyMyG6nIfBUKhDZU8AicliXi { box-sizing:content-box;height:27.8125rem;width:32.5rem;position:absolute;display:block;z-index:15001;background-color:#e4efc4;background-image:none;top:48.25rem;left:37.8125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#fbZTlJVKytfiSNF4LK3ZACh4STgsv4AL { position:absolute;display:block;z-index:15091;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:11.375rem;width:26.6875rem;top:21.3125rem;left:7.375rem;overflow:hidden;display:block; }
#omS2deegb8UpkwQgsKsoqK73VFFVLEJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:34.9375rem;left:7.0625rem;height:3.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#omS2deegb8UpkwQgsKsoqK73VFFVLEJZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#omS2deegb8UpkwQgsKsoqK73VFFVLEJZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
#Lg4SlGRLSQ0ftXMNR561lFpluyC52EbK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:21.72265625rem;left:31.53125rem; }
#Nlu4Sez5lg33pls8ekwxPqPIOCm12zGt { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15093;background-color:#eaf7cf;background-image:none;top:21.3125rem;left:31.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.25rem 0.75rem rgba(0,0,0,0.1) ;display:block; }
#ZDFDtADbpGIOXthZQz0lMpxZoloi0BCT { position:absolute;display:block;z-index:15090;height:4.3125rem;width:25.0625rem;top:52.875rem;left:41.25rem;display:block; }
#PWe7hcEU3QeruaW8hJJWcgcAANcAZXJV { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.7;letter-spacing:0;top:57.9375rem;left:41.25rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1N8QVv64GOp8HeD9o8PNkB6VsM1HuR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:61.5rem;left:41.25rem;height:1.23730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R6V4fWGk63goDNHLvE1ixpzLnEftCcrT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:63.75rem;left:41.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#R6V4fWGk63goDNHLvE1ixpzLnEftCcrT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R6V4fWGk63goDNHLvE1ixpzLnEftCcrT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
#DOMiiA2e4kggA8ZfI5Fg6Dy1lBlLqWno { box-sizing:content-box;height:32.3125rem;width:32.5rem;position:absolute;display:block;z-index:15007;background-color:#e4efc4;background-image:none;top:14.6875rem;left:37.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#f27PysBmqiIknlPnsAmmlN0lVdyae0Nz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.7;letter-spacing:0;top:32.375rem;left:41.4375rem;height:11.44825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#f27PysBmqiIknlPnsAmmlN0lVdyae0Nz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f27PysBmqiIknlPnsAmmlN0lVdyae0Nz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
#xW2G4B0WWr7ygQyyCWIgBMXc5N9v5DdE { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:16.4375rem;left:41.4375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oO4PJ7rD5LsLs9CIO2QBOAJ52onsDdaB { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.1;letter-spacing:0;top:16.625rem;left:39rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mWHflXE2IXqD6V2XTqd7o8c3yTz6zoeI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.7;letter-spacing:0;top:22.45703125rem;left:41.4375rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkBlPP5WIChWafCZTe0fEaJ94sU5EXEK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:30.5rem;left:41.4375rem;height:1.48730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHeh0gPDlTeyQffM3UfLvfGWTSmOR4qp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.7;letter-spacing:0;top:52.875rem;left:7.625rem;height:6.7988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UKAO7L55yecmqErrdXGbSOT7TcsaHaN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:50.5rem;left:7.625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3mI0bKi1TXXQhG7fXKZkTBsbspAU4D0 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.1;letter-spacing:0;top:50.6875rem;left:5.1875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JWR7DScoSXWtSCp7UpXDVse1ClJiCzn5 { box-sizing:content-box;height:20.8125rem;width:32.5rem;position:absolute;display:block;z-index:15001;background-color:#e4efc4;background-image:none;top:48.25rem;left:4.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e94e16eb-e569-4cf9-bd59-64c1cb2eea34/NurseryBuiltTechnology.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.adaptive-delivery-prevent-bg, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyload, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyloading { background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { background-color: transparent; background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.44); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.44); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .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); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { border-width: 0; border-radius: 0; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#sqwtWtarkp5h4Wt4i67gNQtkiJGgFbaA { color:rgba(var(--color-tertiary-0),1);display:block;width:70.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.6875rem;left:1.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoRTcVlzREAAA84LoUxeiT716FBPcDCv { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container { background-color: transparent; background-image: none; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container > .video-iframe-container { display: none; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row > .video-iframe-container { display: none; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .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); }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container { border-width: 0; border-radius: 0; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;overflow:visible;position:relative;display:block; }#IOpyvoyNR8RzlavCifqfiqGZsGHwpETy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.3125rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZznZipB0sIFPwWLWdrJ9Q1hUeVWT5pm { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:9.625rem;left:21.0625rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z72rsMgrTHznBMAEvRGPVhdR4bTQNJud { position:absolute;display:block;z-index:15092;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.1875rem;width:8.1875rem;top:23.125rem;left:58.4375rem;overflow:hidden;display:block; }
#bL5vDizxwpV93DHApMu0TODwQqsFm9wQ { 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:12.25rem;width:10.8125rem;top:23.625rem;left:8.375rem;overflow:hidden;display:block; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-form-header {  }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-regular-label { display:block;width:13.4375rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.25rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:2.9375rem;width:13.4375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:13.4375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.375rem;width:16.375rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#c7c7c7;font-weight:300;font-style:normal; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:42.25rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.53125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-container:first-of-type{padding-top:0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-container:last-of-type{padding-bottom:0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:47rem;height:auto;box-shadow: 0.0625rem 0.5rem 0.875rem rgba(48,35,148,0.06) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;left:12.625rem;top:25.8125rem;z-index:15090;position:absolute; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .radio-container { width:14.0625rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:47rem;height:auto;box-shadow: 0.0625rem 0.5rem 0.875rem rgba(48,35,148,0.06) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;left:12.625rem;top:25.8125rem;z-index:15090;position:absolute; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #edL96w81G1W5MLde2CstoFnkrlf95Vr7 { position:relative; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #iAcF5S6Kc7sh6dsxld4otyraVh7AbJk5 { position:relative;display:block; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #cSQg5o0K2sxEvkURR3maDAWaduQ69wFV { position:relative; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #vkLNOVntTy8HwS7pmNxw4UCnITD1Z83w { position:relative; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #g1XSoMevIZV8oDrhNEtKGP0F0w8nF5wP { position:relative;display:block; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #XQm3lXeaf3oI0PP0MyXQ2lzApuR0kzsu { position:relative; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #MAb2T0g8FwtA9a59TfEFLiNKwf4MeZ7P { position:relative; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #NpC4rX6hfsTOWhDfWhbdQnmIdKPVUrNu { position:relative; }
#D5TDI7UIBRDWfn755811TKvPQxdmayw0 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.5rem;left:36.3125rem;overflow:hidden;display:block; }
#CyReDbLkQv4WTP5RCqU0BEcM6yRWcVaR { position:absolute;display:block;z-index:15086;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.0625rem;width:7.3125rem;top:14.46875rem;left:45.6875rem;overflow:hidden;display:block; }
#XF402ZviBW58FuTTbHh07W3mopPgmVqT { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:15.5625rem;left:23.8125rem;overflow:hidden;display:block; }
#dUesxgfRftWdFvScdIkqXeJvGnEGnbX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:19.25rem;left:34.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gp68xodSpqftS5drotGXSmpke0m48Xs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:19.25rem;left:44.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iptz36xDy65r72hkIyJNAukZAfvrNdJv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15085;line-height:1.9;letter-spacing:0;top:48.875rem;left:21.6875rem;height:11.3994rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I9ECbaRDrnkKNWmONV6xhxfTMRGrD2SR { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:39.5625rem;left:19.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bf4JfDkEzXgpmCr9tb08OPtrgTQh9rb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:19.1875rem;left:17.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DrJeIEa4947Zu1DaXT24G1UHPnL9WmsU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:6.625rem;left:14.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ef7q8AXEuM5I9uqaPK6Vd2vrsHEHe6Tl { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:43rem;left:21.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NtXiS9JxQ6fprFrVIAqwu5wCIIwuxU7y { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:60.25rem;left:11.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dNe5g7XR6WxnyAQdaR6S8IznNMZsJyZR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:34.375rem;left:39.5625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { 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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#231b41;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:2.125rem;left:60.125rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#QrimDyAqzD8bVz8UaRoXXaRbT6iHiAJ4 { color:#231b41;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:4.037109375rem;left:60.125rem;height:4.72411875rem;text-align:left;text-align-last:left;display:block; }
#P77ZvpfK22P2Xu3gUMzNvHkFm31DlIqF { color:#231b41;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:2.125rem;left:26.3125rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#ixTNTHF7ff5xcUwVLXs4eWhXu6pzVJfG { color:#231b41;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:4.037109375rem;left:26.3125rem;height:4.72411875rem;text-align:left;text-align-last:left;display:block; }
#FBhsbqm6qPQbRQCLTLmhGnswqTGce0kO { color:rgba(35,27,65,0.6);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:14.37060546875rem;left:55.78125rem;height:2.9746125rem;text-align:right;text-align-last:right;display:block; }
#iBQv12BXViv23k2gfDOg3EmdVNef50dw { color:#231b41;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:4.037109375rem;left:42.75rem;height:4.72411875rem;text-align:left;text-align-last:left;display:block; }
#SKFGBPXMTL7W1nqhza2QP3isFZHZULN6 { color:#231b41;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:2.125rem;left:42.75rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#K2Ibg6vbD3KDllnVmWpcUz0liKnXoNWs { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#d8dbe5;background-image:none;top:12.9375rem;left:0rem;display:block; }
#LAt0ewc1UIX509dMXIHeb9WoKmZDnFNZ { 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:6.6875rem;width:13.125rem;top:2.125rem;left:2.8125rem;overflow:hidden;display:block; }
#SRdRU477ouTloN3XBEgFmgzPEsvtIz9T { color:#231b41;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:8.07275390625rem;left:42.75rem;height:6.298825rem;text-align:left;text-align-last:left;display:block; }
#bNg3Bhm6ONtQb1lhlUSPyDzOqXkptl1P { color:#231b41;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:9.869140625rem;left:1.4375rem;height:1.57470625rem;text-align:left;text-align-last:left;display:block; }
#E8pSiH50oUPFmdaKy8729CQ0TvTUc4SW { color:#231b41;display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:9.3623046875rem;left:0.6875rem;height:2.5874rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #upKwLogeXxMGP6OwKti8LNqStV2ClTmd { display:block; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkgzErWJTIr3FHIlmvTrt5SoOSZie1o6 { width:9.3125rem;height:4.5625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ0OrUuXrNeQJKkW4Rn7WtOv3FKZTIDI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwblG4P0u2nzH7M3TmAPkzdtq6SKDfid { display:block; }
 }@media only screen and (max-width: 763px) { #MEFIUXyu6pnebQ2MTQts2NxuPmFINgS2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJhGJNGMN5Zkd5STz3fUlvS0f4kNCdT { display:block; }
 }@media only screen and (max-width: 763px) { #QsEfHqof7D2R0MsWBChCc8i46cU9JPxO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXLJ4bXOoRwmah5Wd4GOBhf39NxS0xW { display:block; }
 }@media only screen and (max-width: 763px) { #uo1Nh00J28mQA5J23lztk3ChZI5PDxse { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu3LyQa7FupkrPoaCyJl6eWEd3mN3IZd { display:block; }
 }@media only screen and (max-width: 763px) { #y4pNIcuHEfXmLlG2zdeCMLiloKaA5LVb { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tPJGsuxWq5uz0Tg3P24W37wbXRqteL { display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:9.6875rem;left:0rem;width:47.75rem;height:31.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block; }
 }@media only screen and (max-width: 763px) { #LVvzITFPZAhgfehD6NZPTEFaeCtDFWqk { width:6.6875rem;height:3.375rem;top:37.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ZKpI0mD06gS9bfpQNKNkFbyOngdT98 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgdF8FNarcCHCqFUMnaBOrITZoSkEWon { top:47.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamPWCpShaCItb4rtuOS08BnZuoad5RL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXpXopSTVlXziJtMVqDUIzQgc87u5NhN { width:22.375rem;height:22.375rem;top:28.625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPBKsoUKqRUx7p5NVgWFD1Nu0AWslQR { width:16.1875rem;height:23rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn1ZImCBRaSQUn7n9LN22s3TXKOHqW5X { top:1.875rem;left:4.75rem;width:39rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { top:1.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl { display:block; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpoZNFV7AtpEa2JaxDm2mOQVvQOkkANH { width:21.25rem;height:29.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8tIcT4Q6LzBiaxo7O74Auk4UP9tnvNP { top:7.3125rem;left:0rem;width:17.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrNTXpI3ubudbpD8mtgAPw7Z3VpfLeHy { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Xt8AD81cxOEf9gSrbuArNo9sLygOTi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mOEInxkCELGdQSTpMXZ1v6Rgv4y26H { width:3.5rem;height:3.5rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHAvZbwTgv0sAEusoQZAVcNu4fgnFRo7 { width:2.5rem;height:2.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEaLN88bbhp9lSHav3MWH9Jox6cWo02 { width:21.25rem;height:29.6875rem;top:2.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTuiUChDxrm0yaeSE2p5xuwui9KyPOR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLDz3eNZwh2SudgEPUoPm5NfCuUbaDgu { top:7.3125rem;left:14.8125rem;width:17.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUJBQxO8Gt4hLedPsw4tfxQO9AebwoLq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMD6ctacPtoOxvXDNN391VA5qLQzQxvp { width:3.5rem;height:3.5rem;top:27.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCR9fnenzNXliPxVGutb8z4HVsa1nNZA { width:2.5rem;height:2.0625rem;top:3.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgKxrhFu0Btde0rceSg0ClnPKUG9R741 { width:21.25rem;height:29.6875rem;top:2.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3X3n1dvSaxuZbI85yBpONoZPkhowzoG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QMTTfEgPcQR4EnZKpg9oZ3SEvo7bvO { top:7.3125rem;left:29.9375rem;width:17.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrlzGezewhyiXD0Vq9759VvA7x9gvUF3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTIIisaO2oJaAFq445ikThFUK2c3cq7 { width:3.5rem;height:3.5rem;top:27.0625rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzsudzlHwEeTSHOrNNa482JnP9DW6nLR { width:2.5rem;height:2.0625rem;top:3.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrWULim9pDm43v83U4i9gR3UIc4OUdn { display:block; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtPpwkWJ7t7nNXbW2S5SIfGpTdlyhT9P { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcdG1uOk5ML45r8ce2Iu3QlbAUiQhQFX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9wXBP7iHaUGX2KG4MQkIvBTcvSHsz3m { width:2.5rem;height:2.5rem;top:2.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8dZfCq8GE4Sdvt3CwrBeTLDPzqUHhp { width:2.4375rem;height:2.4375rem;top:2.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaeZ28xwpzqrHUIqBVgE1OVhZM3TdOog { width:7.9375rem;height:5.6875rem;top:0.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-regular-label { display:block;width:12.5625rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-text { width:12.5625rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-textarea { width:12.5625rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-select { width:12.5625rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-checkbox-label { width:43.125rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-radio-label { width:5.09375rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l  { width:45.25rem;height:5.375rem;top:9.75rem;left:0rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .radio-container { width:13.1875rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l {display:inline-block;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l { width:45.25rem;height:5.375rem;top:10.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #ALRTGFlvp4MGQcXBfxOkbnxouvF0Eku1 {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #kFdee5lXftOkxpML62wqivclKMAJInJu {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #SI6HHCc9x58WLJFO3Vd6FrZ4Sx1qcLBL {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #ocN2L8h17cyC1JSl4UEvJ6GekKvKxupu {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #sx9lkVur5SwNsWSNumRRqKubxdhQAHHp { display:none; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #KLpyCEv6JMRZ9SmQgBD2SvUSXt1Fb9lD {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #FbRtn13bGKMULKrOePbD0QGfBwgAl9kQ {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #qKyRWsz2UzNXpUGHtJy5to334AXOT6Be {  }
 }@media only screen and (max-width: 763px) { #maR9TR3vgVUwXy4ZJIw8s9N3VCllWegJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xREubCIRHkrBTVsTxn1rMqf4to6qx4XV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf { display:block; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yV2ofIwS3QoF7Mcg0JOWJlTpzFds31NV { top:1.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dph5l6Wini2huSOqNHHnVc1sbBT9MXib { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdZiCEpSRnFf6Zxtz0OeeiQM2e50aXTt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5LFWQWs6LVzaT3VkkWcE0rOSVTT9W23 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g90fgoADOhXEgFk8xMFPB1pSVtyb99dw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pihk50smw936tyO83UVF9yrRTaF9px6l { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU { display:block; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9IuxUHzlWd6E7uMD7uObBTZkBL90Op5 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR9OO11D7Hak1aufJtzUKQfgw2oGzyue { display:block; }
 }@media only screen and (max-width: 763px) { #QpBbSTsVv95lvXyMZB7bUsaih6awTA4N { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzcFCFWcCnqk4CbZUZ5Tf1XmfamFDHVE { display:block; }
 }@media only screen and (max-width: 763px) { #HUBnlK1ffztRQdD6Z3mozvx53oDFDJOX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB5yw6XhN5ufZT47Anzh0iGezoL2Z8ET { display:block; }
 }@media only screen and (max-width: 763px) { #mHaEHRXfteTCLbDFiahPbTUcU7lrugfm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT779CQrT4WwMMPiKmZZq0gUWAg6VEXB { display:block; }
 }@media only screen and (max-width: 763px) { #Vfl6TeD0vu8D4iX6TGfcg4LyFFg57Ahr { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTBkJ7PH4ZPul5ENWQ1KPKW2ifxn4Ua7 { display:block; }
 }@media only screen and (max-width: 763px) { #D57ElOmISC8pwO5mcne7fVFMDn04C0hG { display:block; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQZZqXXx6AX4o4ZFkef8sc4mV9byJEfs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGOyd2v0r8dutIuZooTGmCuqTuhw5XlT { top:3.75rem;left:0rem;width:30.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi4BrcEvBUC4cLEcQ2eATcy0qnlm4wER { width:24.375rem;height:16.25rem;top:2.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiwxbEEWylc0dLxQ2vcJdaFR7HQFpLQM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c { display:block; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMQuCGL6xLhDOkFxizZ32QsADoaC4E96 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr4e1UiprCyqn9zopdqHvGcGNiqDh9s6 { top:3.75rem;left:0rem;width:30.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS9aayKyMwvMoAMasupFlWs4yC9qozAk { width:24.375rem;height:16.125rem;top:4.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V { display:block; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnPSVIPPutLn00e2iTgt6vMyzRWuKxmK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqrBEL1r8Dr75UKBEpCavDgKv3pIEAes { top:3.75rem;left:0rem;width:30.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM2MbwtLCbMsw6lJsTTIdqJZ8Q2q5S7I { width:24.375rem;height:16.1875rem;top:3rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_388a3fe4e73c9b407b6e3d7eb4113247722ef6bb.svg); }
 }@media only screen and (max-width: 763px) { #CsyShSV883orKCa2NyqbTlME9pLFM5yh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ibuPuw8HV89QZZhEMtW8GoPc1ZGIW2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwES9sheGkyK14FrFwsFwAXnamxQ8aJh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXJ9iQou12R93ALXw8d1TgTLVER4eMnI { display:block; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhTuBfT7DlUJTFGlG9Sdz1RIdNrnTs3w { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV42l00ORJ1u2TuP3mfDRWKxg1XeC1M0 { top:3.75rem;left:0rem;width:30.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtcESyNTUythqzKH0zL7upSnb2ckf6tn { width:24.375rem;height:16.1875rem;top:3rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr1RV2Lppvo3EBv7HdaMXtq4vVMn5XLB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_388a3fe4e73c9b407b6e3d7eb4113247722ef6bb.svg); }
 }@media only screen and (max-width: 763px) { #CKKghfSsHulwKXdExXzUzVTmSZ5ycv7J { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I { display:block; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonQMxq4utUV65TxvMRmuTW40Fkd2n4E { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7b6ZbDX9w6LRow7dB6uw68GcWNWamU4 { top:3.75rem;left:0rem;width:30.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFaTJUrUPTceZxiDZbwSJwkVTW7RD3T4 { width:20.4375rem;height:20.4375rem;top:2.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INUavt8dqXreIuv6AMq4JoHH4ERtNhTS { width:24.5rem;height:22.625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu67L9w5Pv77EH3K102ctGRg3cTw1VI8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIeP3EES5SC9JaWKnOBm1ZJT4bmttpQ { width:24.5rem;height:36.625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A82FoAfIRdEPt2tbAxB9gagIDPvJc5u3 { top:2.25rem;left:10rem;width:37.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZlpDus7aTT5TOSFK960U2vutKsGsaPe { top:106.25rem;left:8.375rem;width:8.5625rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqa5u3bmVbqfTLmiQrVzCy7mE8aH9r6o { top:110.4375rem;left:8.375rem;width:7.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Po5aFaX8pwPsKAUWDnp33WlMNPugI5 { top:110.4375rem;left:19.125rem;width:7.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS6STfT2dFC3QMIqFIq8OzhETv6xhZTK { top:106.25rem;left:19.125rem;width:8.5625rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSfJgrIfbwT9ffL72fH6FpVss1Tg6bpL { top:109.875rem;left:30.8125rem;width:7.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBBEKuT8DnLQfGKUNvK5TVZl1A6UsQrQ { top:106.25rem;left:30.8125rem;width:8.5625rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC04yokluBTmwCxGVt5UlevrvEGfw5Qk { top:104.375rem;left:30.8125rem;width:7.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNUICyptKSNd7fVs48PdlcrUew69FlNf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLezpuVenzEuVMDF1M0oUBbARPdIS8Qx { display:block; }
 }@media only screen and (max-width: 763px) { #tmoAsiRs0eRI20IizRumLCHHFLXzCxyK { top:63.1875rem;left:0rem;width:23.9375rem;height:9.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7La7pt1TNOqCkt3GLXGATcHz5Qd1eg3 { top:98.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWBNlehUrooMIT3kdi3nb053ndqeqOAm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0tCDVTbtBDMJubxIiwqauygiyCz7K3V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZZWK2IT3zaaniyqTgRfBmdB38034Rq { top:27rem;left:0rem;width:17.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2zJ0atw8KTAshcFTAmuH5eIEPEX86T { width:21.0625rem;height:21.0625rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmXdK4c9hI9AvTwp1RzwMdHuct5xCrO { width:16.9375rem;height:16.9375rem;top:71.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8DH7wM6rNi06s1devRiis4gnDucgP4 { width:22.25rem;height:11.9375rem;top:83.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNchAaTCqV0CzbPLwPn0PZFEGC62BK5U { width:21.5rem;height:18.875rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9RKNfZCJKwuFEiGW0BZp25i55210a93 { display:block; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiIXOsfvs7hpd8HQy1ZsVf87DbDaL34Q { top:2.1875rem;left:1.6875rem;width:44.375rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R07H3ToG9JTmfwp71ztuBKToETNCcX9W { display:block; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey9P5abfysBCaxfOe34eT9SzhCcRGKOu { width:47.75rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB { display:block; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLXBh99wNBrbDqcPn2Xgs4vL9MABQn9d { top:5rem;left:1.6875rem;width:44.375rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7uareso7bdTIfnxzpVbQWxOf9wkt2t { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDUzTQZAB5FaIfJnNboK7SJ2xXCQKTgE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd { display:block; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNxUSJHcU0oToFdc6X09nubeXL8TViah { top:4.1875rem;left:0rem;width:28.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJEG5ueRpXynzbNcCXXuP8LznH4UR19 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5TQKt5Dfd3B4oUayApdSdJmKUaMHpl { width:17.375rem;height:9.5rem;top:15.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXn8a1VwkrQGlxkOV2xqTtaJfMiddZli { width:31.25rem;height:23.375rem;top:3.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X { display:flex;height:auto;width:27.8125rem;top:26.125rem;left:0rem; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #FU2hgT3TFsupciVWLiH7PZrn4P8N686y {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #IuFVVoCWA7Z64uRC4CWCwyHdbXzTBDV2 {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #A4WKu1H9uAxDeMH7rrbcZ2KhNGPHUShV {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #LnQ2fyyCQmh8FIUn8KTPItomkE2qwNfv {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #I8nfv1QXuHt4OiQpimVBEQEkyVB5P99y {  }
 }@media only screen and (max-width: 763px) { #FhMBahRq8m9fUvlzs7yWMJg99vBJgfCz { width:21.5rem;height:18.875rem;top:2.125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdtxGEs5budoE9HBCIEQLgARf1fW48MX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1EB7W9maaNaEDbHl7bEJGU2iPN1qpz { width:4.8125rem;height:4.875rem;top:1.125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX { display:block; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK3wk15AV7kktQGtlqvbN0uo5do09sny { top:58.375rem;left:19.4375rem;width:28.3125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX64IDuWF25M2JkHuoZhUpTMIOqdAzBL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBrqgwofqv7JSxRkA4ksCPO4eOHHJL0S { width:20.75rem;height:17.6875rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naq5A75A0qourfmUciBaWXDsWwz7wiST { width:19.4375rem;height:19.4375rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7c6zczls2crefVWXnIdOpL8obWWQFqZ { width:17.375rem;height:9.5rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ9OUMqu8H4ybSILGS8aZmF16bfgMKgL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRbyVLxC49L1GJqRsDP9D8TmTPWT1pk0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDChzuke1lDFMN4TQRIKUHtBccfNf1T1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsp2p7oK8V2oXshwE7PRMobLrGWadhm1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5SAttPKBd1nKxbM89KEyz7iILFIkx1y { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TGVQoHTs0iWlS5UCF7yfdBDFZwKALG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEp4KuNL5TnGSHKt0NoUI2Q4gnXLMsdZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4yzLJBictWlot0RAB5LMiCLki6ay80 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHFDr0pRltpRM5uczCIsDV77uDEJwqJB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8SMtnGkursIq8NoG8pbnFhZ3iIuBcQb { width:19.4375rem;height:18.625rem;top:35rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1RohuiKBdZEtV72B65uyAlODUg9eAn { width:20.75rem;height:17.6875rem;top:37.5rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDH6iaHB8cuUEGcFNSDBRRBKUaNuAUPv { width:21.375rem;height:11.5625rem;top:35rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyGET06SaCxqF8KTcTklUndX3ftNdCy2 { display:block; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atitqtpVkulUFLf47ChBnzMqrUleANmK { top:3.1875rem;left:0rem;width:28.3125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBxOvTDvHVlU7x5XymT9lI01tl3DPwwl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRFrADmH5cFQ3ww8WomPMC63G69dItPS { width:18.625rem;height:18.6875rem;top:3.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spT1E3lsX6kRe4VfoD3vzHnW7TZD4iOn { width:21.375rem;height:11.5625rem;top:3.3125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnB1AyfOi57BfBTUgUwqpQZZK67TTfxO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRZefORghq51kDcKRSUKz4EPR6C67v2M { width:20.75rem;height:17.6875rem;top:6.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHETB5xHH4UTmLNOTQicLaTQKlep7Cqe { width:18.6875rem;height:18.6875rem;top:30.25rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT { display:block; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhOsSxRnpX0LTf7Blg1IoHuQGWeReqdo { top:2.3125rem;left:19.4375rem;width:28.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTUAPlxHqw7I1iWirIy0uIdatoNGTKZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIAtNrgLqMcHGUZyCouIZ3K5bxSiHf3v { width:17.375rem;height:9.5rem;top:15.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTUfXHiIcmpEmbUyavsLQ7Qu4MXq84V { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUvKCMpt5kKWkT3EHXZGWhTQU9d5Ag4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvLZKO9eioMTc0PNWmR5P0WdJhXHxCW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MROghzkocr58UghTZnsnFiIU1929XkGg { width:21.1875rem;height:21.1875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEPI9ixXEnmGR3ao21kp2OCq5eik5MUJ { width:23.5625rem;height:18.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz { display:block; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQLqb5WnvbuZoKHqeqH1td3UHKSMCQGo { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7MdGS99kbH1eT92SvEF5VmNbq68V2dJ { display:block; }
 }@media only screen and (max-width: 763px) { #WDa3c49pKqtS5gqLHIJcxMvEaIEq7hJh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOB4ZGa75vEvr0g1foc7rbn38XdSCMgs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1hL2K95hUSTtwcTxb7NNxFqgJoFV22 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD { display:block; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFkOuZMhAryCVZw4iiZkzchXNDou7Rpy { top:3.8125rem;left:1.6875rem;width:44.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45ZKi7pfa9SvCtwIo8QvfllKwRnQnJK { width:5.5625rem;height:2.6875rem;top:7.75rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #docIQpKDgPgGTwoz1vol9e4cT73Pxzpp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOterfIpaaPHV9l0EIeNIaEt2QDL92WL { display:block; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTtyc2JamQg6S1vDeVyKZ6UMpB6OIxkL { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBxamDTLCMQiizAuVAnJXd6TacKTUHvt { display:block; }
 }@media only screen and (max-width: 763px) { #tT7yn78xadouWDO8JaybwKnzZSpWSL34 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzqvZHCM06oh1vCLvBozpb7XkIEmdiwf { display:block; }
 }@media only screen and (max-width: 763px) { #TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 { display:block; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFZKl9h60TP8n6ND7tNysqhso4PegXyB { width:32.5rem;height:15.875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfJsIPA0rSo3C3ErFTB241spS5bTOc4i { top:2.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTGX0G78aw7plCZaiCFQJzewgEsTBwT { top:34.9375rem;left:0rem;width:16.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGaqDB50TgTlen6Cm0nvTaceulhbOmtz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0TOrtKW9PfkKCtm3ZPTqtQf5QubXv45 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3nTMzzcnT37ox8dOSrN2vPqzSbXV45t { top:35.125rem;left:26.5625rem;width:10.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSTle47aA7TeBOIqg8ZFUyGVZpzGfNQQ { top:52.0625rem;left:0rem;width:10.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdpcQBbaQPx51XgJyUEAgXLfvXfA2rAv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1OZyOm6xxNeAVeBK7cx5abnLxMzRAxc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #td4BzRH7C3KMAG7JT82Ue3V2DQW3OpAi { top:52.25rem;left:22.25rem;width:25.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMv1RI0Iyb8QXZALTnax95265AJKa572 { width:32.5rem;height:20.3125rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0bm4pSnMT6mSzWPUJet9JyUQpsThcEi { top:34.9375rem;left:0rem;width:1.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNJR6qekyLldOmmtfXNpxqht7udTSvE { top:35.125rem;left:24.375rem;width:1.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5wW3Sw4y5HVgk6qTWhOTx9WH39S369D { top:52.0625rem;left:0rem;width:2.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFW2daLCrrWI70l87O8tCnoG3vUwiB0W { top:52.25rem;left:23.9375rem;width:2.5625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd2fXafpHmicTTbko5FAQxWNWyQlZ7NM { width:31.1875rem;height:15.875rem;top:33.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9bQ6n8K6TTTTUEKphSkwOQg5rxt7pl { width:22.5625rem;height:23.25rem;top:7.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #A5HHx66txuVLghrSqWLGvzmr0x0ESweA { top:7.6875rem;left:0rem;width:42.125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcoOstnswnpnDT1vh9itEAagEQrwE8Fy { width:30.625rem;height:20.3125rem;top:50.8125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn7J42U5Bfr3GIRFRVNVqNAmgOQv0biP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy { display:block; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2eLR34wuHrMCloiFrA0JT8AGqNwWKPy { width:32.5rem;height:32.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPTdTGMQqG5QRk5PhOClThJ5SFOVdDu { width:7.5rem;height:7.5rem;top:3.625rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mci0hJs06erkRhtom6aDzOnbK5rgTtwg { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs2b0nBwZk0csTKJTk74sBuRmSz5Fs7T { top:16.4375rem;left:0rem;width:28.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzDhXT6pwL7EVR8GTz5ef9ZTib70b22T { top:50rem;left:28.125rem;width:10.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiZQCqJRBcl0oqEgb5A2aQTwXGIMU4gt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1kgUtBJTGXRVRRsImTq8nmxu6O31QtL { top:16.625rem;left:0rem;width:1.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzEdOGkd9TGrss46TxSB7EZtOiK4l43t { top:50.1875rem;left:25.375rem;width:2.0625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0JEadlQqwJzRELiEeeST6Hk4DamRo6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVgq9xEVbyMyG6nIfBUKhDZU8AicliXi { width:32.5rem;height:27.8125rem;top:48.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZTlJVKytfiSNF4LK3ZACh4STgsv4AL { width:26.6875rem;height:11.375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omS2deegb8UpkwQgsKsoqK73VFFVLEJZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#omS2deegb8UpkwQgsKsoqK73VFFVLEJZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #Lg4SlGRLSQ0ftXMNR561lFpluyC52EbK { width:2.4375rem;height:2.4375rem;top:21.6875rem;left:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlu4Sez5lg33pls8ekwxPqPIOCm12zGt { width:3.125rem;height:3.125rem;top:21.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDFDtADbpGIOXthZQz0lMpxZoloi0BCT { width:25.0625rem;height:4.3125rem;top:52.875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWe7hcEU3QeruaW8hJJWcgcAANcAZXJV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1N8QVv64GOp8HeD9o8PNkB6VsM1HuR6 { top:61.5rem;left:22.25rem;width:25.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6V4fWGk63goDNHLvE1ixpzLnEftCcrT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#R6V4fWGk63goDNHLvE1ixpzLnEftCcrT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #DOMiiA2e4kggA8ZfI5Fg6Dy1lBlLqWno { width:32.5rem;height:32.3125rem;top:14.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27PysBmqiIknlPnsAmmlN0lVdyae0Nz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#f27PysBmqiIknlPnsAmmlN0lVdyae0Nz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #xW2G4B0WWr7ygQyyCWIgBMXc5N9v5DdE { top:16.4375rem;left:19.6875rem;width:28.0625rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4PJ7rD5LsLs9CIO2QBOAJ52onsDdaB { top:16.625rem;left:25.375rem;width:1.9375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHflXE2IXqD6V2XTqd7o8c3yTz6zoeI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBlPP5WIChWafCZTe0fEaJ94sU5EXEK { top:30.5rem;left:19.6875rem;width:28.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHeh0gPDlTeyQffM3UfLvfGWTSmOR4qp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAO7L55yecmqErrdXGbSOT7TcsaHaN2 { top:50.5rem;left:0rem;width:28.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3mI0bKi1TXXQhG7fXKZkTBsbspAU4D0 { top:50.6875rem;left:0rem;width:1.9375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWR7DScoSXWtSCp7UpXDVse1ClJiCzn5 { width:32.5rem;height:20.8125rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqwtWtarkp5h4Wt4i67gNQtkiJGgFbaA { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRTcVlzREAAA84LoUxeiT716FBPcDCv { display:block; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOpyvoyNR8RzlavCifqfiqGZsGHwpETy { top:1.9375rem;left:2.6875rem;width:42.125rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZznZipB0sIFPwWLWdrJ9Q1hUeVWT5pm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z72rsMgrTHznBMAEvRGPVhdR4bTQNJud { width:8.1875rem;height:4.1875rem;top:23.125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5vDizxwpV93DHApMu0TODwQqsFm9wQ { width:10.8125rem;height:12.25rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-regular-label { display:block;width:12.5625rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-text { width:12.5625rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-textarea { width:12.5625rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-select { width:12.5625rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-checkbox-label { width:43.125rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-radio-label { width:5.09375rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3  { width:45.25rem;height:5.375rem;top:25.8125rem;left:0rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .radio-container { width:13.1875rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 {display:inline-block;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 { width:45.25rem;height:5.375rem;top:25.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #edL96w81G1W5MLde2CstoFnkrlf95Vr7 {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #iAcF5S6Kc7sh6dsxld4otyraVh7AbJk5 {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #cSQg5o0K2sxEvkURR3maDAWaduQ69wFV {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #vkLNOVntTy8HwS7pmNxw4UCnITD1Z83w {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #g1XSoMevIZV8oDrhNEtKGP0F0w8nF5wP { display:none; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #XQm3lXeaf3oI0PP0MyXQ2lzApuR0kzsu {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #MAb2T0g8FwtA9a59TfEFLiNKwf4MeZ7P {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #NpC4rX6hfsTOWhDfWhbdQnmIdKPVUrNu {  }
 }@media only screen and (max-width: 763px) { #D5TDI7UIBRDWfn755811TKvPQxdmayw0 { width:2.5rem;height:2.5rem;top:15.5rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyReDbLkQv4WTP5RCqU0BEcM6yRWcVaR { width:7.3125rem;height:5.0625rem;top:14.4375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF402ZviBW58FuTTbHh07W3mopPgmVqT { width:2.4375rem;height:2.4375rem;top:15.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUesxgfRftWdFvScdIkqXeJvGnEGnbX8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp68xodSpqftS5drotGXSmpke0m48Xs4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptz36xDy65r72hkIyJNAukZAfvrNdJv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ECbaRDrnkKNWmONV6xhxfTMRGrD2SR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4JfDkEzXgpmCr9tb08OPtrgTQh9rb4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJeIEa4947Zu1DaXT24G1UHPnL9WmsU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef7q8AXEuM5I9uqaPK6Vd2vrsHEHe6Tl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtXiS9JxQ6fprFrVIAqwu5wCIIwuxU7y { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNe5g7XR6WxnyAQdaR6S8IznNMZsJyZR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrimDyAqzD8bVz8UaRoXXaRbT6iHiAJ4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77ZvpfK22P2Xu3gUMzNvHkFm31DlIqF { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTNTHF7ff5xcUwVLXs4eWhXu6pzVJfG { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhsbqm6qPQbRQCLTLmhGnswqTGce0kO { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQv12BXViv23k2gfDOg3EmdVNef50dw { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFGBPXMTL7W1nqhza2QP3isFZHZULN6 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Ibg6vbD3KDllnVmWpcUz0liKnXoNWs { width:47.75rem;height:0.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAt0ewc1UIX509dMXIHeb9WoKmZDnFNZ { width:13.125rem;height:6.6875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRdRU477ouTloN3XBEgFmgzPEsvtIz9T { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNg3Bhm6ONtQb1lhlUSPyDzOqXkptl1P { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8pSiH50oUPFmdaKy8729CQ0TvTUc4SW { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #upKwLogeXxMGP6OwKti8LNqStV2ClTmd { display:block; }#upKwLogeXxMGP6OwKti8LNqStV2ClTmd > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkgzErWJTIr3FHIlmvTrt5SoOSZie1o6 { width:6.375rem;height:3.1875rem;top:1.03125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ0OrUuXrNeQJKkW4Rn7WtOv3FKZTIDI { width:4.25rem;height:2.5rem;top:1.3125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwblG4P0u2nzH7M3TmAPkzdtq6SKDfid { display:block; }
 }@media only screen and (max-width: 763px) { #MEFIUXyu6pnebQ2MTQts2NxuPmFINgS2 { width:5.9375rem;height:2.5rem;top:1.3125rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqJhGJNGMN5Zkd5STz3fUlvS0f4kNCdT { display:block; }
 }@media only screen and (max-width: 763px) { #QsEfHqof7D2R0MsWBChCc8i46cU9JPxO { width:10.4375rem;height:2.5rem;top:1.25rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUXLJ4bXOoRwmah5Wd4GOBhf39NxS0xW { display:block; }
 }@media only screen and (max-width: 763px) { #uo1Nh00J28mQA5J23lztk3ChZI5PDxse { width:7.8125rem;height:2.5rem;top:1.25rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu3LyQa7FupkrPoaCyJl6eWEd3mN3IZd { display:block; }
 }@media only screen and (max-width: 763px) { #y4pNIcuHEfXmLlG2zdeCMLiloKaA5LVb { width:6.75rem;height:2.625rem;top:1.3125rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9tPJGsuxWq5uz0Tg3P24W37wbXRqteL { display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:97.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:38.3984375rem;top:29.125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:16.375rem;height:2.8125rem;top:66.375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { width:16.75rem;height:3.125rem;top:69.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block; }
 }@media only screen and (max-width: 763px) { #LVvzITFPZAhgfehD6NZPTEFaeCtDFWqk { width:5.9375rem;height:2.9375rem;top:63.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ZKpI0mD06gS9bfpQNKNkFbyOngdT98 { width:20rem;height:9.0307625rem;top:76.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgdF8FNarcCHCqFUMnaBOrITZoSkEWon { width:20rem;height:4.04980625rem;top:73.8125rem;left:0rem;font-size:1.6875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XamPWCpShaCItb4rtuOS08BnZuoad5RL { width:2.4375rem;height:5.3125rem;top:70.875rem;left:16rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXpXopSTVlXziJtMVqDUIzQgc87u5NhN { width:14.375rem;height:14.375rem;top:82.8427734375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViPBKsoUKqRUx7p5NVgWFD1Nu0AWslQR { width:13.625rem;height:19.3125rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn1ZImCBRaSQUn7n9LN22s3TXKOHqW5X { width:20rem;height:7.1996875rem;top:20.2802734375rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { width:18rem;height:4.5rem;top:1.25rem;left:1rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl { display:block; }#LRIpSgUbwKE2pQTTdIkoM6wG4KH56ITl > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpoZNFV7AtpEa2JaxDm2mOQVvQOkkANH { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8tIcT4Q6LzBiaxo7O74Auk4UP9tnvNP { width:17.8125rem;height:1.6499rem;top:6.375rem;left:1.5625rem;font-size:1.5rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KrNTXpI3ubudbpD8mtgAPw7Z3VpfLeHy { width:17.3125rem;height:15.297375rem;top:9.125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1Xt8AD81cxOEf9gSrbuArNo9sLygOTi { width:11.6875rem;height:2.79980625rem;top:27.025390625rem;left:5.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D7mOEInxkCELGdQSTpMXZ1v6Rgv4y26H { width:3.5rem;height:3.5rem;top:26.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHAvZbwTgv0sAEusoQZAVcNu4fgnFRo7 { width:2.5rem;height:2.0625rem;top:2.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEaLN88bbhp9lSHav3MWH9Jox6cWo02 { width:20rem;height:29.6875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTuiUChDxrm0yaeSE2p5xuwui9KyPOR { width:17.6875rem;height:15.297375rem;top:40.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLDz3eNZwh2SudgEPUoPm5NfCuUbaDgu { width:17.8125rem;height:1.6499rem;top:37.625rem;left:1.5625rem;font-size:1.5rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUJBQxO8Gt4hLedPsw4tfxQO9AebwoLq { width:9.8125rem;height:1.69970625rem;top:58.25rem;left:5.71875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eMD6ctacPtoOxvXDNN391VA5qLQzQxvp { width:3.375rem;height:3.375rem;top:57.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCR9fnenzNXliPxVGutb8z4HVsa1nNZA { width:2.5rem;height:2.0625rem;top:34.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgKxrhFu0Btde0rceSg0ClnPKUG9R741 { width:20rem;height:18.6875rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3X3n1dvSaxuZbI85yBpONoZPkhowzoG { width:17.6875rem;height:11.8979375rem;top:68.5625rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n0QMTTfEgPcQR4EnZKpg9oZ3SEvo7bvO { width:17.8125rem;height:1.6499rem;top:68.5625rem;left:1.5625rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrlzGezewhyiXD0Vq9759VvA7x9gvUF3 { width:13.25rem;height:2.5996125rem;top:84.0625rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzTIIisaO2oJaAFq445ikThFUK2c3cq7 { width:3.5rem;height:3.5rem;top:83.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzsudzlHwEeTSHOrNNa482JnP9DW6nLR { width:2.5rem;height:2.0625rem;top:65rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrWULim9pDm43v83U4i9gR3UIc4OUdn { display:block; }#NOrWULim9pDm43v83U4i9gR3UIc4OUdn > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtPpwkWJ7t7nNXbW2S5SIfGpTdlyhT9P { width:6.8125rem;height:2.2744125rem;top:5.0625rem;left:8.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcdG1uOk5ML45r8ce2Iu3QlbAUiQhQFX { width:7.75rem;height:2.2744125rem;top:8.5625rem;left:8.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9wXBP7iHaUGX2KG4MQkIvBTcvSHsz3m { width:2.5rem;height:2.5rem;top:4.94921875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8dZfCq8GE4Sdvt3CwrBeTLDPzqUHhp { width:2.4375rem;height:2.4375rem;top:1.41796875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaeZ28xwpzqrHUIqBVgE1OVhZM3TdOog { width:7.375rem;height:5.0625rem;top:7.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-regular-label { display:block;width:16.25rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-text { width:16.25rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-textarea { width:16.25rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-select { width:16.25rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-input-button { width:16.25rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-checkbox-label { width:15.375rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .widget-radio-label { width:6.9375rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l  { width:17.5rem;height:14.75rem;top:12.125rem;left:0rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l .radio-container { width:16.875rem; }
#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l {display:inline-block;}#C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l { width:17.5rem;height:14.75rem;top:12.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #ALRTGFlvp4MGQcXBfxOkbnxouvF0Eku1 {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #kFdee5lXftOkxpML62wqivclKMAJInJu { display:block; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #SI6HHCc9x58WLJFO3Vd6FrZ4Sx1qcLBL {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #ocN2L8h17cyC1JSl4UEvJ6GekKvKxupu {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #sx9lkVur5SwNsWSNumRRqKubxdhQAHHp { display:block; }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #KLpyCEv6JMRZ9SmQgBD2SvUSXt1Fb9lD {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #FbRtn13bGKMULKrOePbD0QGfBwgAl9kQ {  }
 }@media only screen and (max-width: 763px) { #C2AEMcFnZhKmBFgtN5BdcwZbVu62Tf0l #qKyRWsz2UzNXpUGHtJy5to334AXOT6Be {  }
 }@media only screen and (max-width: 763px) { #maR9TR3vgVUwXy4ZJIw8s9N3VCllWegJ { width:20rem;height:3.0869125rem;top:30.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xREubCIRHkrBTVsTxn1rMqf4to6qx4XV { width:15.25rem;height:2.2744125rem;top:1.5rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf { display:block; }#Se6OJNXu4GgywLxaXDT5ys0foLB6S2Xf > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yV2ofIwS3QoF7Mcg0JOWJlTpzFds31NV { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dph5l6Wini2huSOqNHHnVc1sbBT9MXib { width:20rem;height:3.3994125rem;top:7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdZiCEpSRnFf6Zxtz0OeeiQM2e50aXTt { width:20rem;height:5.09911875rem;top:11.648925rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5LFWQWs6LVzaT3VkkWcE0rOSVTT9W23 { width:20rem;height:8.4985625rem;top:17.99755625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g90fgoADOhXEgFk8xMFPB1pSVtyb99dw { width:20rem;height:16.99705625rem;top:27.74611875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pihk50smw936tyO83UVF9yrRTaF9px6l { width:20rem;height:15.9375rem;top:40.93017578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU { display:block; }#OPIvuSL8PlNdgVzNv9uqbiIb3Bvq6DAU > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9IuxUHzlWd6E7uMD7uObBTZkBL90Op5 { width:15rem;height:2.5rem;top:1.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR9OO11D7Hak1aufJtzUKQfgw2oGzyue { display:block; }
 }@media only screen and (max-width: 763px) { #QpBbSTsVv95lvXyMZB7bUsaih6awTA4N { width:15rem;height:2.5rem;top:5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzcFCFWcCnqk4CbZUZ5Tf1XmfamFDHVE { display:block; }
 }@media only screen and (max-width: 763px) { #HUBnlK1ffztRQdD6Z3mozvx53oDFDJOX { width:15rem;height:2.5rem;top:8.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB5yw6XhN5ufZT47Anzh0iGezoL2Z8ET { display:block; }
 }@media only screen and (max-width: 763px) { #mHaEHRXfteTCLbDFiahPbTUcU7lrugfm { width:15rem;height:2.5rem;top:12.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT779CQrT4WwMMPiKmZZq0gUWAg6VEXB { display:block; }
 }@media only screen and (max-width: 763px) { #Vfl6TeD0vu8D4iX6TGfcg4LyFFg57Ahr { width:17.375rem;height:2.9375rem;top:16.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTBkJ7PH4ZPul5ENWQ1KPKW2ifxn4Ua7 { display:block; }
 }@media only screen and (max-width: 763px) { #D57ElOmISC8pwO5mcne7fVFMDn04C0hG { display:block; }#D57ElOmISC8pwO5mcne7fVFMDn04C0hG > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQZZqXXx6AX4o4ZFkef8sc4mV9byJEfs { width:17.3125rem;height:5.09911875rem;top:4.1494125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGOyd2v0r8dutIuZooTGmCuqTuhw5XlT { width:16.125rem;height:1.6499rem;top:1.25rem;left:1.9375rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bi4BrcEvBUC4cLEcQ2eATcy0qnlm4wER { width:17.3125rem;height:11.4375rem;top:27.2568359375rem;left:1.34375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiwxbEEWylc0dLxQ2vcJdaFR7HQFpLQM { width:16.625rem;height:18.69676875rem;top:10.49804375rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c { display:block; }#FL0ME3GivMiGFtnZFbXgsxauKkcFpt5c > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMQuCGL6xLhDOkFxizZ32QsADoaC4E96 { width:17.25rem;height:39.09324375rem;top:4.1494125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr4e1UiprCyqn9zopdqHvGcGNiqDh9s6 { width:14.75rem;height:1.6499rem;top:1.25rem;left:2.625rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FS9aayKyMwvMoAMasupFlWs4yC9qozAk { width:17.3125rem;height:11.4375rem;top:44.4921625rem;left:1.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V { display:block; }#PyJDiCbLhQZcOZf8CbOKwaKwt5kiLA5V > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnPSVIPPutLn00e2iTgt6vMyzRWuKxmK { width:17.9375rem;height:8.4985625rem;top:6.398925rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqrBEL1r8Dr75UKBEpCavDgKv3pIEAes { width:15rem;height:3.8994125rem;top:1.25rem;left:2.5rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LM2MbwtLCbMsw6lJsTTIdqJZ8Q2q5S7I { width:17.3125rem;height:11.4375rem;top:36.8936rem;left:1.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt { width:17.625rem;height:14.847625rem;top:20.7964125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#oTNbuZU4IFWLXgAW1mz72wilrTlvcFJt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_388a3fe4e73c9b407b6e3d7eb4113247722ef6bb.svg); }
 }@media only screen and (max-width: 763px) { #CsyShSV883orKCa2NyqbTlME9pLFM5yh { width:18rem;height:3.3994125rem;top:16.1474875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8ibuPuw8HV89QZZhEMtW8GoPc1ZGIW2 { width:18.0625rem;height:8.4985625rem;top:49.5811rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwES9sheGkyK14FrFwsFwAXnamxQ8aJh { width:18.5rem;height:5.09911875rem;top:59.3296625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXJ9iQou12R93ALXw8d1TgTLVER4eMnI { display:block; }#nXJ9iQou12R93ALXw8d1TgTLVER4eMnI > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhTuBfT7DlUJTFGlG9Sdz1RIdNrnTs3w { width:17.5rem;height:6.7988125rem;top:4.1494125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pV42l00ORJ1u2TuP3mfDRWKxg1XeC1M0 { width:16.5625rem;height:1.6499rem;top:1.25rem;left:1.6875rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtcESyNTUythqzKH0zL7upSnb2ckf6tn { width:17.3125rem;height:11.4375rem;top:30.93163125rem;left:1.3125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr1RV2Lppvo3EBv7HdaMXtq4vVMn5XLB { width:17.5rem;height:1.69970625rem;top:12.197725rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y { width:18.125rem;height:14.535125rem;top:15.14694375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#t6kKUF1n8u6GTqKALbG25v8f5d7SMN9y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_388a3fe4e73c9b407b6e3d7eb4113247722ef6bb.svg); }
 }@media only screen and (max-width: 763px) { #CKKghfSsHulwKXdExXzUzVTmSZ5ycv7J { width:18.125rem;height:3.3994125rem;top:43.61913125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I { display:block; }#OHJQVNNWz3aqQMHb6xJ4LkGnJTr2RL6I > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonQMxq4utUV65TxvMRmuTW40Fkd2n4E { width:17.5rem;height:32.294475rem;top:5.46142578125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7b6ZbDX9w6LRow7dB6uw68GcWNWamU4 { width:16.5625rem;height:3.29980625rem;top:1.25rem;left:1.6875rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFaTJUrUPTceZxiDZbwSJwkVTW7RD3T4 { width:11.4375rem;height:11.4375rem;top:38.49365234375rem;left:4.28125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:284.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INUavt8dqXreIuv6AMq4JoHH4ERtNhTS { width:16.875rem;height:15.5625rem;top:3.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu67L9w5Pv77EH3K102ctGRg3cTw1VI8 { width:20rem;height:62.8891375rem;top:160.21142578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGIeP3EES5SC9JaWKnOBm1ZJT4bmttpQ { width:20rem;height:34.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A82FoAfIRdEPt2tbAxB9gagIDPvJc5u3 { width:20rem;height:6.75rem;top:20.875rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XZlpDus7aTT5TOSFK960U2vutKsGsaPe { width:5.4375rem;height:2.19970625rem;top:242.125rem;left:3.9375rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqa5u3bmVbqfTLmiQrVzCy7mE8aH9r6o { width:3.8125rem;height:1.0996125rem;top:242.6875rem;left:10.375rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6Po5aFaX8pwPsKAUWDnp33WlMNPugI5 { width:5.6875rem;height:1.0996125rem;top:238.5625rem;left:10.375rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eS6STfT2dFC3QMIqFIq8OzhETv6xhZTK { width:5.0625rem;height:2.19970625rem;top:237.9375rem;left:4.125rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSfJgrIfbwT9ffL72fH6FpVss1Tg6bpL { width:5.5rem;height:2.19921875rem;top:245.6875rem;left:10.375rem;font-size:1rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBBEKuT8DnLQfGKUNvK5TVZl1A6UsQrQ { width:4.5625rem;height:2.19970625rem;top:245.625rem;left:4.375rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yC04yokluBTmwCxGVt5UlevrvEGfw5Qk { width:6.0625rem;height:1.0996125rem;top:235rem;left:6.9375rem;font-size:1rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNUICyptKSNd7fVs48PdlcrUew69FlNf { width:16.0625rem;height:3.375rem;top:249.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLezpuVenzEuVMDF1M0oUBbARPdIS8Qx { display:block; }
 }@media only screen and (max-width: 763px) { #tmoAsiRs0eRI20IizRumLCHHFLXzCxyK { width:20rem;height:11.3994375rem;top:64.763671875rem;left:0rem;font-size:1.1875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7La7pt1TNOqCkt3GLXGATcHz5Qd1eg3 { width:20rem;height:10rem;top:223.625rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWBNlehUrooMIT3kdi3nb053ndqeqOAm { width:20rem;height:81.5858875rem;top:77.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0tCDVTbtBDMJubxIiwqauygiyCz7K3V { width:20rem;height:3.0869125rem;top:269.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvZZWK2IT3zaaniyqTgRfBmdB38034Rq { width:17.75rem;height:29.933625rem;top:31.25146484375rem;left:1.125rem;font-size:1.1875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sa2zJ0atw8KTAshcFTAmuH5eIEPEX86T { width:16.5rem;height:16.5rem;top:257.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmXdK4c9hI9AvTwp1RzwMdHuct5xCrO { width:13.1875rem;height:13.1875rem;top:271.4375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8DH7wM6rNi06s1devRiis4gnDucgP4 { width:17.4375rem;height:9.3125rem;top:263.64892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNchAaTCqV0CzbPLwPn0PZFEGC62BK5U { width:16.3125rem;height:15.375rem;top:256.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9RKNfZCJKwuFEiGW0BZp25i55210a93 { display:block; }#G9RKNfZCJKwuFEiGW0BZp25i55210a93 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiIXOsfvs7hpd8HQy1ZsVf87DbDaL34Q { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R07H3ToG9JTmfwp71ztuBKToETNCcX9W { display:block; }#R07H3ToG9JTmfwp71ztuBKToETNCcX9W > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey9P5abfysBCaxfOe34eT9SzhCcRGKOu { width:20rem;height:9.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB { display:block; }#ZwxTf6XyS34lvx1yJQzm3inqZDH9PbQB > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLXBh99wNBrbDqcPn2Xgs4vL9MABQn9d { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7uareso7bdTIfnxzpVbQWxOf9wkt2t { width:20rem;height:10.19825rem;top:9.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDUzTQZAB5FaIfJnNboK7SJ2xXCQKTgE { width:20rem;height:15.297375rem;top:20.69825rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd { display:block; }#qLqziLJsLNcPOifVqM0TG8nhL1d3vXvd > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNxUSJHcU0oToFdc6X09nubeXL8TViah { width:17.8125rem;height:4.5rem;top:1.25rem;left:1.0625rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZCJEG5ueRpXynzbNcCXXuP8LznH4UR19 { width:19.25rem;height:8.4985625rem;top:20.3125rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5TQKt5Dfd3B4oUayApdSdJmKUaMHpl { width:9.75rem;height:5.25rem;top:14.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXn8a1VwkrQGlxkOV2xqTtaJfMiddZli { width:15.125rem;height:11.25rem;top:7rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X { display:flex;height:auto;width:19.5625rem;top:38.359375rem;left:0rem; }
#BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #FU2hgT3TFsupciVWLiH7PZrn4P8N686y {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #IuFVVoCWA7Z64uRC4CWCwyHdbXzTBDV2 {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #A4WKu1H9uAxDeMH7rrbcZ2KhNGPHUShV {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #LnQ2fyyCQmh8FIUn8KTPItomkE2qwNfv {  }
 }@media only screen and (max-width: 763px) { #BQgmRWJVcun9JLDSO4CaGaGJe2vWVt1X #I8nfv1QXuHt4OiQpimVBEQEkyVB5P99y {  }
 }@media only screen and (max-width: 763px) { #FhMBahRq8m9fUvlzs7yWMJg99vBJgfCz { width:9.1875rem;height:10.0625rem;top:7.59375rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdtxGEs5budoE9HBCIEQLgARf1fW48MX { width:20rem;height:6.7988125rem;top:30.24853515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EK1EB7W9maaNaEDbHl7bEJGU2iPN1qpz { width:4.1875rem;height:4.25rem;top:4.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX { display:block; }#uUQ1e6wFAVsTKAwHCWSfkhfoL7yhWApX > .row .container { width:20rem;height:149.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HK3wk15AV7kktQGtlqvbN0uo5do09sny { width:17.8125rem;height:4.19921875rem;top:78.76416015625rem;left:1.09375rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xX64IDuWF25M2JkHuoZhUpTMIOqdAzBL { width:20rem;height:10.19825rem;top:83.90087890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBrqgwofqv7JSxRkA4ksCPO4eOHHJL0S { width:15.5rem;height:14.375rem;top:62.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naq5A75A0qourfmUciBaWXDsWwz7wiST { width:12.875rem;height:12.875rem;top:62.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7c6zczls2crefVWXnIdOpL8obWWQFqZ { width:8.75rem;height:4.75rem;top:73.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ9OUMqu8H4ybSILGS8aZmF16bfgMKgL { width:20rem;height:8.4985625rem;top:95.16162109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRbyVLxC49L1GJqRsDP9D8TmTPWT1pk0 { width:20rem;height:5.0996125rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDChzuke1lDFMN4TQRIKUHtBccfNf1T1 { width:20rem;height:18.69675rem;top:9.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wsp2p7oK8V2oXshwE7PRMobLrGWadhm1 { width:20rem;height:6.7988125rem;top:28.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5SAttPKBd1nKxbM89KEyz7iILFIkx1y { width:20rem;height:1.69970625rem;top:6.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3TGVQoHTs0iWlS5UCF7yfdBDFZwKALG { width:20rem;height:5.0996125rem;top:37rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEp4KuNL5TnGSHKt0NoUI2Q4gnXLMsdZ { width:20rem;height:16.9970625rem;top:43.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4yzLJBictWlot0RAB5LMiCLki6ay80 { width:20rem;height:2.54980625rem;top:104.91018359375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHFDr0pRltpRM5uczCIsDV77uDEJwqJB { width:20rem;height:20.39651875rem;top:108.70998984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8SMtnGkursIq8NoG8pbnFhZ3iIuBcQb { width:15.25rem;height:14.625rem;top:132.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1RohuiKBdZEtV72B65uyAlODUg9eAn { width:15.75rem;height:14.9375rem;top:133.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDH6iaHB8cuUEGcFNSDBRRBKUaNuAUPv { width:16.75rem;height:9rem;top:130.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyGET06SaCxqF8KTcTklUndX3ftNdCy2 { display:block; }#tyGET06SaCxqF8KTcTklUndX3ftNdCy2 > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atitqtpVkulUFLf47ChBnzMqrUleANmK { width:17.8125rem;height:6.2988125rem;top:1.25rem;left:1.0625rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TBxOvTDvHVlU7x5XymT9lI01tl3DPwwl { width:19.75rem;height:8.49853125rem;top:8.7983125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRFrADmH5cFQ3ww8WomPMC63G69dItPS { width:12.5rem;height:12.5rem;top:37.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spT1E3lsX6kRe4VfoD3vzHnW7TZD4iOn { width:10.25rem;height:5.5625rem;top:35.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnB1AyfOi57BfBTUgUwqpQZZK67TTfxO { width:20rem;height:15.2973875rem;top:18.2958984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRZefORghq51kDcKRSUKz4EPR6C67v2M { width:15.25rem;height:13.5rem;top:37.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHETB5xHH4UTmLNOTQicLaTQKlep7Cqe { width:15.4375rem;height:15.4375rem;top:48.6875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT { display:block; }#QvqXUuZ0uKJmxzHLZxTDUDubWGMqQKyT > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhOsSxRnpX0LTf7Blg1IoHuQGWeReqdo { width:17.8125rem;height:1.6499rem;top:22.125rem;left:1.125rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdTUAPlxHqw7I1iWirIy0uIdatoNGTKZ { width:20rem;height:8.4985625rem;top:25.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIAtNrgLqMcHGUZyCouIZ3K5bxSiHf3v { width:11.25rem;height:6rem;top:11.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTUfXHiIcmpEmbUyavsLQ7Qu4MXq84V { width:20rem;height:8.4985625rem;top:34.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNUvKCMpt5kKWkT3EHXZGWhTQU9d5Ag4 { width:20rem;height:5.09911875rem;top:44.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShvLZKO9eioMTc0PNWmR5P0WdJhXHxCW { width:20rem;height:8.49853125rem;top:50.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MROghzkocr58UghTZnsnFiIU1929XkGg { width:13.4375rem;height:13.4375rem;top:2.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEPI9ixXEnmGR3ao21kp2OCq5eik5MUJ { width:14.6875rem;height:12.875rem;top:1.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz { display:block; }#USJl1d7yTn6n1UgEK3duSkyRhs5oVtCz > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQLqb5WnvbuZoKHqeqH1td3UHKSMCQGo { width:16.0625rem;height:3.375rem;top:0.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7MdGS99kbH1eT92SvEF5VmNbq68V2dJ { display:block; }
 }@media only screen and (max-width: 763px) { #WDa3c49pKqtS5gqLHIJcxMvEaIEq7hJh { width:20rem;height:3.3994125rem;top:8.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOB4ZGa75vEvr0g1foc7rbn38XdSCMgs { width:20rem;height:6.798825rem;top:13.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xB1hL2K95hUSTtwcTxb7NNxFqgJoFV22 { width:20rem;height:3.0869125rem;top:4.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD { display:block; }#FA8RQA43EfNSodGtzsm9HJ6sT3KZDHSD > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFkOuZMhAryCVZw4iiZkzchXNDou7Rpy { width:20rem;height:2.25rem;top:0.6875rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V45ZKi7pfa9SvCtwIo8QvfllKwRnQnJK { width:5.5625rem;height:2.6875rem;top:5.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #docIQpKDgPgGTwoz1vol9e4cT73Pxzpp { width:19.1875rem;height:3.59911875rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOterfIpaaPHV9l0EIeNIaEt2QDL92WL { display:block; }#lOterfIpaaPHV9l0EIeNIaEt2QDL92WL > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTtyc2JamQg6S1vDeVyKZ6UMpB6OIxkL { width:8.5rem;height:2.375rem;top:4.5rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBxamDTLCMQiizAuVAnJXd6TacKTUHvt { display:block; }
 }@media only screen and (max-width: 763px) { #tT7yn78xadouWDO8JaybwKnzZSpWSL34 { width:8.5rem;height:2.375rem;top:0rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzqvZHCM06oh1vCLvBozpb7XkIEmdiwf { display:block; }
 }@media only screen and (max-width: 763px) { #TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 { display:block; }#TWerwzAJ1y8qlsfkiOUbbdAPpIbx04O7 > .row .container { width:20rem;height:152.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFZKl9h60TP8n6ND7tNysqhso4PegXyB { width:20rem;height:5.375rem;top:55.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfJsIPA0rSo3C3ErFTB241spS5bTOc4i { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #tyTGX0G78aw7plCZaiCFQJzewgEsTBwT { width:12.5rem;height:1.5rem;top:40.5009765625rem;left:4.96875rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FGaqDB50TgTlen6Cm0nvTaceulhbOmtz { width:16rem;height:16.9970625rem;top:43.314453125rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F0TOrtKW9PfkKCtm3ZPTqtQf5QubXv45 { width:15.4375rem;height:8.4985625rem;top:67.1875rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3nTMzzcnT37ox8dOSrN2vPqzSbXV45t { width:10.5rem;height:1.5rem;top:64.5625rem;left:4.75rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QSTle47aA7TeBOIqg8ZFUyGVZpzGfNQQ { width:10.5rem;height:1.5rem;top:79.375rem;left:4.75rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TdpcQBbaQPx51XgJyUEAgXLfvXfA2rAv { width:15.75rem;height:6.7988125rem;top:82.25rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1OZyOm6xxNeAVeBK7cx5abnLxMzRAxc { width:15.25rem;height:8.4985625rem;top:111.65673828125rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #td4BzRH7C3KMAG7JT82Ue3V2DQW3OpAi { width:12.5625rem;height:3.5rem;top:107.1875rem;left:4.90625rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vMv1RI0Iyb8QXZALTnax95265AJKa572 { width:20rem;height:26.375rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0bm4pSnMT6mSzWPUJet9JyUQpsThcEi { width:1.5rem;height:1.5rem;top:40.5009765625rem;left:1.6875rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NDNJR6qekyLldOmmtfXNpxqht7udTSvE { width:1.5rem;height:1.5rem;top:64.5625rem;left:1.6875rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K5wW3Sw4y5HVgk6qTWhOTx9WH39S369D { width:2.3125rem;height:1.5rem;top:79.375rem;left:1.6875rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LFW2daLCrrWI70l87O8tCnoG3vUwiB0W { width:2.5625rem;height:1.5rem;top:107.1875rem;left:1.40625rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sd2fXafpHmicTTbko5FAQxWNWyQlZ7NM { width:20rem;height:14.3125rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9bQ6n8K6TTTTUEKphSkwOQg5rxt7pl { width:20rem;height:22.875rem;top:39.0634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 { width:15.5rem;height:15.9375rem;top:122.7509765625rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Q5TKhF2n9kTFbr13qtaMkTG5Os3QaME3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e { width:15.4375rem;height:12.9375rem;top:90.5625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#at23RKmAdGHaBNOmXkhQRPGlyVPayJ2e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #A5HHx66txuVLghrSqWLGvzmr0x0ESweA { height:11.015625rem;width:19.625rem;top:8.7983125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcoOstnswnpnDT1vh9itEAagEQrwE8Fy { width:20rem;height:15.875rem;top:105.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn7J42U5Bfr3GIRFRVNVqNAmgOQv0biP { width:16.5rem;height:17rem;top:21.1884765625rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy { display:block; }#mHUfVPXTk89mioshfoZE5Jhi4FuWaqvy > .row .container { width:20rem;height:158.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2eLR34wuHrMCloiFrA0JT8AGqNwWKPy { width:20rem;height:25.1875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPTdTGMQqG5QRk5PhOClThJ5SFOVdDu { width:7.5rem;height:7.5rem;top:13.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mci0hJs06erkRhtom6aDzOnbK5rgTtwg { width:20rem;height:12.597625rem;top:0rem;left:0rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Hs2b0nBwZk0csTKJTk74sBuRmSz5Fs7T { width:14.875rem;height:4.5rem;top:27rem;left:3.5rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mzDhXT6pwL7EVR8GTz5ef9ZTib70b22T { width:10.5rem;height:1.5rem;top:123.25rem;left:4.75rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qiZQCqJRBcl0oqEgb5A2aQTwXGIMU4gt { width:14.5625rem;height:4.798825rem;top:115.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #S1kgUtBJTGXRVRRsImTq8nmxu6O31QtL { width:1.5rem;height:1.5rem;top:27.1875rem;left:1.3125rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EzEdOGkd9TGrss46TxSB7EZtOiK4l43t { width:1.5rem;height:1.5rem;top:123.25rem;left:1.3125rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QF0JEadlQqwJzRELiEeeST6Hk4DamRo6 { width:7.0625rem;height:2.3994125rem;top:22.25rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVgq9xEVbyMyG6nIfBUKhDZU8AicliXi { width:20rem;height:34.875rem;top:121.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZTlJVKytfiSNF4LK3ZACh4STgsv4AL { width:17.9375rem;height:7.625rem;top:31.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omS2deegb8UpkwQgsKsoqK73VFFVLEJZ { width:15.9375rem;height:7.1113125rem;top:40.875rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#omS2deegb8UpkwQgsKsoqK73VFFVLEJZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #Lg4SlGRLSQ0ftXMNR561lFpluyC52EbK { display:flex;width:2.4375rem;height:2.4375rem;top:34.65626875rem;left:17.34375rem; }
 }@media only screen and (max-width: 763px) { #Nlu4Sez5lg33pls8ekwxPqPIOCm12zGt { width:3.125rem;height:3.125rem;top:34.2461125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDFDtADbpGIOXthZQz0lMpxZoloi0BCT { width:18.1875rem;height:3.9375rem;top:126.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWe7hcEU3QeruaW8hJJWcgcAANcAZXJV { width:16.1875rem;height:3.19921875rem;top:132.3125rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #h1N8QVv64GOp8HeD9o8PNkB6VsM1HuR6 { width:16.125rem;height:2.92480625rem;top:137.1875rem;left:1.3125rem;font-size:1.125rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6V4fWGk63goDNHLvE1ixpzLnEftCcrT { width:17.875rem;height:14.4375rem;top:141.25rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#R6V4fWGk63goDNHLvE1ixpzLnEftCcrT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #DOMiiA2e4kggA8ZfI5Fg6Dy1lBlLqWno { width:20rem;height:47.875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f27PysBmqiIknlPnsAmmlN0lVdyae0Nz { width:17.625rem;height:19.94675rem;top:77.5625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#f27PysBmqiIknlPnsAmmlN0lVdyae0Nz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f84624ad64e62ebfdf8021ceee345b4332eff8a9.svg); }
 }@media only screen and (max-width: 763px) { #xW2G4B0WWr7ygQyyCWIgBMXc5N9v5DdE { width:15.8125rem;height:7.5rem;top:53.0625rem;left:3.5rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oO4PJ7rD5LsLs9CIO2QBOAJ52onsDdaB { width:1.9375rem;height:1.5rem;top:53.25rem;left:1.0625rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mWHflXE2IXqD6V2XTqd7o8c3yTz6zoeI { width:17.25rem;height:11.8979375rem;top:61.625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkBlPP5WIChWafCZTe0fEaJ94sU5EXEK { width:16.8125rem;height:1.2749rem;top:74.625rem;left:1.625rem;font-size:1.0625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WHeh0gPDlTeyQffM3UfLvfGWTSmOR4qp { width:17.5rem;height:10.19825rem;top:104.6875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKAO7L55yecmqErrdXGbSOT7TcsaHaN2 { width:12.9375rem;height:1.5rem;top:101.9375rem;left:3.4375rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m3mI0bKi1TXXQhG7fXKZkTBsbspAU4D0 { width:1.9375rem;height:1.5rem;top:102.125rem;left:1rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JWR7DScoSXWtSCp7UpXDVse1ClJiCzn5 { width:20rem;height:21rem;top:100.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqwtWtarkp5h4Wt4i67gNQtkiJGgFbaA { width:18.1875rem;height:17.9980625rem;top:3.31298828125rem;left:0.90625rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WoRTcVlzREAAA84LoUxeiT716FBPcDCv { display:block; }#WoRTcVlzREAAA84LoUxeiT716FBPcDCv > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOpyvoyNR8RzlavCifqfiqGZsGHwpETy { width:19.75rem;height:4.19921875rem;top:4.8125rem;left:0.125rem;font-size:1.75rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LZznZipB0sIFPwWLWdrJ9Q1hUeVWT5pm { width:18.125rem;height:5.09911875rem;top:10.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z72rsMgrTHznBMAEvRGPVhdR4bTQNJud { width:6.5625rem;height:3.3125rem;top:48.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL5vDizxwpV93DHApMu0TODwQqsFm9wQ { width:10.8125rem;height:12.25rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-regular-label { display:block;width:16.25rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-text { width:16.25rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-textarea { width:16.25rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-select { width:16.25rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-input-button { width:16.25rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-checkbox-label { width:15.375rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .widget-radio-label { width:6.9375rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3  { width:17.5rem;height:auto;top:29.08056640625rem;left:0rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 .radio-container { width:16.875rem; }
#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 {display:inline-block;}#TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 { width:17.5rem;height:auto;top:30.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #edL96w81G1W5MLde2CstoFnkrlf95Vr7 {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #iAcF5S6Kc7sh6dsxld4otyraVh7AbJk5 { display:block; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #cSQg5o0K2sxEvkURR3maDAWaduQ69wFV {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #vkLNOVntTy8HwS7pmNxw4UCnITD1Z83w {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #g1XSoMevIZV8oDrhNEtKGP0F0w8nF5wP { display:block; }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #XQm3lXeaf3oI0PP0MyXQ2lzApuR0kzsu {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #MAb2T0g8FwtA9a59TfEFLiNKwf4MeZ7P {  }
 }@media only screen and (max-width: 763px) { #TsxaaFL4S0esBcVQmA6kHCzG6MJAKyy3 #NpC4rX6hfsTOWhDfWhbdQnmIdKPVUrNu {  }
 }@media only screen and (max-width: 763px) { #D5TDI7UIBRDWfn755811TKvPQxdmayw0 { width:2.5rem;height:2.5rem;top:20.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyReDbLkQv4WTP5RCqU0BEcM6yRWcVaR { width:7rem;height:4.875rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF402ZviBW58FuTTbHh07W3mopPgmVqT { width:2.4375rem;height:2.4375rem;top:17.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUesxgfRftWdFvScdIkqXeJvGnEGnbX8 { width:6.8125rem;height:2.2744125rem;top:20.6875rem;left:8.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gp68xodSpqftS5drotGXSmpke0m48Xs4 { width:6.5rem;height:2.2744125rem;top:24.1875rem;left:9.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iptz36xDy65r72hkIyJNAukZAfvrNdJv { width:20rem;height:16.03125rem;top:70rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9ECbaRDrnkKNWmONV6xhxfTMRGrD2SR { width:20rem;height:3.4121125rem;top:56.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bf4JfDkEzXgpmCr9tb08OPtrgTQh9rb4 { width:15.25rem;height:2.2744125rem;top:17.1875rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrJeIEa4947Zu1DaXT24G1UHPnL9WmsU { width:11.8125rem;height:2.2744125rem;top:1.375rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7q8AXEuM5I9uqaPK6Vd2vrsHEHe6Tl { width:20rem;height:9.75rem;top:61.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtXiS9JxQ6fprFrVIAqwu5wCIIwuxU7y { width:20rem;height:5.60595625rem;top:85.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNe5g7XR6WxnyAQdaR6S8IznNMZsJyZR { width:20rem;height:3.0869125rem;top:52.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:16.0625rem;height:2.125rem;top:19.6875rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrimDyAqzD8bVz8UaRoXXaRbT6iHiAJ4 { width:13.1875rem;height:5.39941875rem;top:19.6875rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P77ZvpfK22P2Xu3gUMzNvHkFm31DlIqF { width:8.125rem;height:2.125rem;top:7.3125rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixTNTHF7ff5xcUwVLXs4eWhXu6pzVJfG { width:13.0625rem;height:5.39941875rem;top:7.3125rem;left:5.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBhsbqm6qPQbRQCLTLmhGnswqTGce0kO { width:19.0625rem;height:3.3994125rem;top:30.736328125rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBQv12BXViv23k2gfDOg3EmdVNef50dw { width:11.3125rem;height:5.39941875rem;top:14.3125rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKFGBPXMTL7W1nqhza2QP3isFZHZULN6 { width:8.125rem;height:2.125rem;top:14.3125rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2Ibg6vbD3KDllnVmWpcUz0liKnXoNWs { width:20rem;height:0.125rem;top:36.26025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAt0ewc1UIX509dMXIHeb9WoKmZDnFNZ { width:7.125rem;height:3.6875rem;top:2.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRdRU477ouTloN3XBEgFmgzPEsvtIz9T { width:14.0625rem;height:6.298825rem;top:25.88525390625rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNg3Bhm6ONtQb1lhlUSPyDzOqXkptl1P { width:20rem;height:5.3994125rem;top:38.18505859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8pSiH50oUPFmdaKy8729CQ0TvTUc4SW { width:1.375rem;height:2.8125rem;top:37.19775390625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }