.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:241,236,228;--color-primary-1:210,192,164;--color-primary-2:164,129,73;--color-primary-3:82,65,37;--color-primary-4:25,19,11;--color-secondary-0:255,232,222;--color-secondary-1:254,179,146;--color-secondary-2:253,103,36;--color-secondary-3:127,52,18;--color-secondary-4:38,15,5;--color-tertiary-0:255,255,255;--color-tertiary-1:255,252,247;--color-tertiary-2:254,244,229;--color-tertiary-3:127,122,115;--color-tertiary-4:25,24,23;--headlines-font-family:"Gontserrat";--paragraphs-font-family:"Gontserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { background-color: transparent; background-image: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container > .video-iframe-container { display: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container { display: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .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); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { border-width: 0; border-radius: 0; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#vUZegq42ACekAUnxpTGMoKgbvVJsnO5P { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:12.625rem;top:0.84375rem;left:31.1875rem;overflow:hidden;display:block; }
#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86f5d3bb-a7a6-42a9-868a-32af62ffa1d8/hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW.adaptive-delivery-prevent-bg, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyload, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyloading { background-image: none; }#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(var(--color-primary-4),0.5); }#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(var(--color-primary-4),0.5); }#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::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; }#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:50rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:rgba(var(--color-tertiary-2),1);display:block;width:46.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:13.875rem;left:0rem;height:9.2990625rem;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-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:12.75rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.8125rem;left:0rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:12.75rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.8125rem;left:14.75rem;display:block; }
#VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oy3GCmTfIFn9RubB9i8vfOADGsUTksER { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:75rem;top:30.041736227045rem;left:0rem;overflow:hidden;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/cfb78154-dff6-4a9b-8fbe-e5a587ac177a/to1.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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#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:34.9375rem;width:75rem;position:relative;display:block; }#qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { color:rgba(var(--color-tertiary-2),1);display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.5rem;left:9.90625rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container { background-color: transparent; background-image: none; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container > .video-iframe-container { display: none; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row > .video-iframe-container { display: none; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .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); }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container { border-width: 0; border-radius: 0; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#aPvRxz2MbJADvdFbRQh9S6soVovb76eo { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:3.0625rem;left:11.25rem;height:1.6997625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STpd8FgqTIWIJFaK5kos45M5d2lq6Ue4 { color:rgba(var(--color-primary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.13671875rem;left:11.53125rem;height:2.10015rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-1),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-primary-4),1);height:auto; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto;line-height:1.7;overflow:hidden; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .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_7a46e447b891ec6c67bf2d413529fc9b334eacdf.svg");background-size:contain !important; }#D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-trigger.adaptive-delivery-prevent-bg, #D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-trigger.lazyload, #D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-trigger.lazyloading { background-image: none; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw { box-sizing:content-box;height:auto;width:49.75rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.3125rem;left:25.25rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #gH1HqNGldrTFwOIOqGD3sImz9JDspsa2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #FiHE9wLxp5UTSKxBTVhW8XDQzKuzEqyS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #eTL0C9VTO81BHDWyb1JZeTnIqEPK7hSk { display:block;position:relative; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #h0PMMsJhS3C9x3FF6O9NQAx0AMfH7Fco {  }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #puvL77ouC9WRhuTG4JG5zFWZPpsFSko7 {  }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #wNJ2MEt3ED2eDvTf7pOuNi9OUQK242H6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #QVsTNCuoNFBiA9qaGogsGTMTFF6KSz0K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #FnhZaN8TV5JBySXnNHm8qzvEKnZEOKCI { display:block;position:relative; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #uz9A67X4nl48ZKzphDva0lFnOgSOtXeR {  }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #WJZi95UpTkcnXTyw3E0pTKAGS7EmM7w2 { display:none; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #PgHHcqF8efwJcrxfn3cUxd4hGw9h4MxI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #JDvTKoW3xNl5fAyh2Z5OScHktRTGHrCO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #XvoN5FqLUZqiNFAbfAs0WxmT240vNXSU { display:block;position:relative; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #lsQ1RwTD6Zmu3MkT1MITap4BIX4H9Q6d {  }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #dTsuDAkASQRayzqfNbGoJcMuQmpIIrGu { display:none; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #K2yDofr3No8THD0cZEVwxALbN7TIWazI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #J7urP0lxwcXe7Lc7qzxRr4aA91L7Tonk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #Q9w8LJiTAVxp6DTIyB050vQt1ZJsg7J5 { display:block;position:relative; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #mrAiJLeMIWfT2p8Tl9Fw0hMSoMtbGJZk {  }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #xpXGNFlnpU81Bd8DrZvmaqszcRsKyimL { display:none; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #a2c5rJxJQGvRdSOOmSPMRk5zafc4T6r9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #sh52iDxyTRTSveblSevBsVMlbgyfaE4N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #mxoAwWaplWqW8Jcup08Lt6dVwq1zFaID { display:block;position:relative; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #XhqDw59vHJSgeWvmcLuok2hTU4w5CrUV {  }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw #DbLFNynJCT2TaWai2B37FUHQERSAA2dc { display:none; }
#fDZAgsSA2qCCfkCrbC64Ip9vCRvSObBH { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:22.25rem;top:5.13671875rem;left:0rem;overflow:hidden;display:block; }
#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container { background-color: transparent; background-image: none; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container > .video-iframe-container { display: none; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row > .video-iframe-container { display: none; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .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); }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container { border-width: 0; border-radius: 0; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container { font-size:0.875rem;font-family:arial;height:107.1875rem;width:75rem;position:relative;display:block; }#c58OhtaQzyUqIJUTFTODwoiX1akTTsog { 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:18.75rem;width:18.5625rem;top:10.875rem;left:2.5rem;overflow:hidden;display:block; }
#HS7897h2mTr6q3gwl3sdTiqr3DFakW7E { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.75rem;top:29.625rem;left:2.5rem;display:block; }
#TUiuBbN4SBtd7l9iOw0yeppqZN2h7Nu6 { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.3125rem;left:3.625rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MheAXQbCR37HQ5UPrawt7zXPlzuWmgXV { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:18.625rem;top:34.5rem;left:2.5rem;display:block; }
#lwOpKpPNOR7Nx0r6mew2qUcSFkFXx2mZ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:35.6875rem;left:3.5rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#beGK1EaPsRbTBZhEZdBqkCnou6oxCNby { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.1875rem;left:11.25rem;height:1.6997625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z86Vx5V90Fwo9QxtPFiPfMI3QnkhAtCV { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:4.88671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nfZFhyEg4aQvJ0ATBxD9R9TZ2EAHi1Bh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.5625rem;top:10.875rem;left:28.125rem;overflow:hidden;display:block; }
#m2wIapt5a9KlUzaAUTmmge0A71UZWMGm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.75rem;top:29.625rem;left:28.125rem;display:block; }
#qqSCOmWAynMqmV08rBlVS6pKsb3P7agi { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.3125rem;left:29.25rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKuQyWta1xmBLOWWAAEUgm1clBqzCgPp { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:18.625rem;top:34.5rem;left:28.125rem;display:block; }
#NatCaBFFf2W5URPaMRT9QuNMlhg7sCSK { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:35.421875rem;left:29.25rem;height:14.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8eyHZOEU0SveV9l3Un1xTpnAGIvDRlu { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:18.625rem;top:34.5rem;left:53.125rem;display:block; }
#iS9TNZdttN9XGTDQGJ3lJXbDGkup324E { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:35.3984375rem;left:54.28125rem;height:14.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zvBMWbawUVXdzq0Lsruuc6Mind3fvgbs { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:18.75rem;top:29.625rem;left:53.125rem;display:block; }
#GgKaNBn8k1BbgwmXxZT70oyEJ1gclcKx { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.3125rem;left:54.25rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#chrUkhz02rArfCDvTmcUz9VT4NcGn8TK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.5625rem;top:10.875rem;left:53.125rem;overflow:hidden;display:block; }
#D2ZEekgfpBuNdtvLC4GFD8bOdOmE85Sp { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:18.625rem;top:81.4375rem;left:2.4375rem;display:block; }
#Rs4OuuPRodzrw3VPa6mq6sILVTrRbNEJ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:82.625rem;left:3.4375rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdgD8VTqsvxo19dyfIdUrTNczctDr7rS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.75rem;top:76.5625rem;left:2.4375rem;display:block; }
#xRfZ7Wn64B4fTcByVWNT1Qtmy7DnJlOS { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:78.25rem;left:3.5625rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFFOmypqXMskURD65rDViOTgB3OVaUht { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.5625rem;top:57.8125rem;left:2.4375rem;overflow:hidden;display:block; }
#RZgVGInMgT02q9zUva3knwvWyKJMihk1 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:18.625rem;top:81.25rem;left:28.125rem;display:block; }
#i6fADs8cVgIgdllQkABiMQ2ctABNEy2S { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:82.4375rem;left:29.125rem;height:14.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9Oa0e6BHZdTFR4u3OvHu92QxWlLtTO5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:18.75rem;top:76.375rem;left:28.125rem;display:block; }
#mBuG5Fzcfpx3MJK1VAcRTtsDNTaovXsl { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:77rem;left:29.3125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E5x6GyOtAaXXqVka2rNEhyGohLoCt9g0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.5625rem;top:57.625rem;left:28.125rem;overflow:hidden;display:block; }
#zHW3nMbQJ9geaVo8BfDFTAcS7fczVTkq { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:18.625rem;top:81.125rem;left:53.125rem;display:block; }
#icnA5CuOUTAyc22rhqgKHZbZSXTn7npa { color:rgba(var(--color-tertiary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:82.3125rem;left:54.125rem;height:14.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7v1dQ5O8vQy0IMg57NLTuvR6cVlfDsL { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.75rem;top:76.25rem;left:53.125rem;display:block; }
#HIZgIUW9herOHAif2Tk8K5uXxWMOprBv { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:76.9375rem;left:54.3125rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sd142xWrd7a87GaHZD51RFAmBwQBv806 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.5625rem;top:57.5rem;left:53.125rem;overflow:hidden;display:block; }
#GQhac2bTSM7lmULvTmaoymiIKybT9StG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f4227af-88a1-4822-83e4-d804bc7d7912/topattern.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG.adaptive-delivery-prevent-bg, #GQhac2bTSM7lmULvTmaoymiIKybT9StG.lazyload, #GQhac2bTSM7lmULvTmaoymiIKybT9StG.lazyloading { background-image: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container { background-color: transparent; background-image: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container > .video-iframe-container { display: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row > .video-iframe-container { display: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .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); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container { border-width: 0; border-radius: 0; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG::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; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#P1mZ1AUiHx5tckuTlKadTGiSECrWnRpi { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.775390625rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#znU1x7MRsq6O2oQxsJsXMdSGbJhcKDpg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:12.75rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.88671875rem;left:31.125rem;display:block; }
#DmGAXgTLU8XZSkR0BKTJINwZbyknh16T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container { background-color: transparent; background-image: none; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container > .video-iframe-container { display: none; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row > .video-iframe-container { display: none; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .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); }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container { border-width: 0; border-radius: 0; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;position:relative;display:block; }#Ke5EWu3IOaJ7v2coTBGXzB4zal1q0VIW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:32.25rem;top:3.8125rem;left:25.0625rem;overflow:hidden;display:block; }
#rN48wFCGl19WFbN058SEqkIVNSl3yJwE { position:absolute;display:block;z-index:15012;border-top:1.25rem solid rgba(var(--color-tertiary-1),1);border-left:1.25rem solid rgba(var(--color-tertiary-1),1);border-right:1.25rem solid rgba(var(--color-tertiary-1),1);border-bottom:1.25rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:29.875rem;top:8.6875rem;left:40.0625rem;overflow:hidden;display:block; }
#RTeFuOyvCBzqzZS5bXkx7T8fzRUdndah { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:30.75rem;top:23.625rem;left:20.75rem;overflow:hidden;display:block; }
#TK2w861FOk4vtgPc3I3OgTkq8pUcnlB1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:20.9375rem;left:2.5625rem;overflow:hidden;display:block; }
#FGLI9aycIg0BfF2lQ1szWCn7pCBTwIoa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:31.75rem;left:2.5625rem;overflow:hidden;display:block; }
#ilpAvJGdTutDi9Mdc014WVm0ACc1Na0e { color:rgba(var(--color-primary-2),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.8125rem;left:2.5625rem;height:1.6997625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WgqZE4iO5bIawubTyxz9N4hPwN8dZTWF { color:rgba(var(--color-primary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:6.125rem;left:2.5625rem;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;text-align:left;text-align-last:left;display:block; }
#bFZq4n32mAixQDT4h2ut3mLU28MtUNT5 { color:rgba(var(--color-primary-4),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:44.8125rem;left:2.5625rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibTPpFulQzToZvL40NLV86ivCAbLhKBF { color:rgba(var(--color-primary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:51.5625rem;left:2.5625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/faca4909-9e3d-490a-ac4d-35cf70d09fa4/to2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:75rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.125rem;left:12.25rem; }
#haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:21.1875rem;left:4.625rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.9375rem;left:11.25rem;height:1.6997625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5625rem;left:11.25rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.9375rem;left:11.0625rem;display:block; }
#REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:21.3125rem;left:56.3125rem;height:2.5499125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:16.0625rem;left:61rem;display:block; }
#pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.25rem;left:62.1875rem; }
#K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:21.3125rem;left:26.25rem;height:5.099825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.9375rem;left:35.25rem;display:block; }
#X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.125rem;left:36.4375rem; }
#HWme8De4vW5TaxT7yLS5HqMe1cXp9zcP { position:absolute;display:block;z-index:15018;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.75rem;width:6.75rem;top:39.5rem;left:9.0625rem;overflow:hidden;display:block; }
#ggouhhv2yScMylc0CH1L4OCzlUJWnTKt { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:46.75rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNFLJDafX2zksM4QfscA8XZpMrVr7PEC { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:46.75rem;left:28.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGbi2olKdw1GNNVNoB8gEcTG6hnl6Xkv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:39.5rem;left:34.0625rem;overflow:hidden;display:block; }
#H7iEmnUWwIeKrJEGERP9qp6KQIyqKxGT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:46.75rem;left:53.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIG8SRht76DC2T1sPeUITLEexaaGDC7V { position:absolute;display:block;z-index:15018;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.75rem;width:6.75rem;top:52rem;left:9rem;overflow:hidden;display:block; }
#PZMIwbGa5fwkrpq59GX1Re4Tt9uLDfuf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:52rem;left:34rem;overflow:hidden;display:block; }
#t3oRDfeXqoFuitTsDAMoyZXGRhTBkreD { position:absolute;display:block;z-index:15024;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.75rem;width:6.75rem;top:52rem;left:59rem;overflow:hidden;display:block; }
#QWPg5eqqlvWgyT7SIJxCJ7MB6ycc3KWh { position:absolute;display:block;z-index:15024;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.75rem;width:6.75rem;top:39.5rem;left:59.0625rem;overflow:hidden;display:block; }
#zxTWArDgk8gDDn6hRzPOBiz0USbUOhoK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:59.25rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQhRcJJUcJfNwzxebwyttpVnLdiJAilq { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:59.25rem;left:28rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAJC3OLEoPBsKiqDrcqO2wtOsTZUZP7t { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:59.25rem;left:53.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgwGVKelNCou7iV59TuRhJn3MB2MOV2t { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:32.3125rem;left:11.25rem;height:1.6997625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEHC08VOKq5nA3wT1mHX700ktzzPPvSM { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:34.5rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WfET9lMP7UiNz78W2MJziVRKuBLdAlzs { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:65.8125rem;left:11.25rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqbbIM6Mre7ZdAn2L0O44DBAxaFWArAU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.5rem;left:11.5625rem;display:none; }
#C2ifdAITD5GeO6l6sF46tIOu5wBZNBKg { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:17.3125rem;left:10.375rem;display:none; }
#nU5L0AOu6qbCQriR6ytTLMGbpryApCwz { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.5rem;left:11.5625rem;display:none; }
#ZW4kI7WMULi74ieVucLU7v8esdZ8bM5s { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:17.3125rem;left:10.375rem;display:none; }
#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Qe9h0Wud265qcFHomikIm3TKmN2nogmV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.5rem;left:0rem;height:3.1494125rem;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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-form-header {  }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:first-of-type{padding-top:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:last-of-type{padding-bottom:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.1923828125rem;left:43.6875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.1923828125rem;left:43.6875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #p7TMtoLxwWHlTuTh1QXiv72RKQA97bnL { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #obsnhXoz1h0Tdq0iAxG9Z7xECMqTZJsz { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #aqi1vLmR7fLtLWknd4ndlVzkn6oBzfSC { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #vnfS5p89J2wlSQRBvdWF3E53takBp1pp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #BQTwzAATaDDzdM7QgPWsDi0fO8N7fA8L { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #K7s4vlNNAu8cML4Oq6Ocg1O45zIxXKHC { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WmzW8uNZhg1oupEPuq7K9OXFMrtqssKP { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #rZzZ0INZgMSa1fM5vqa9P3QTOgoAND3R { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #HeXGB1PUq2VAWsf5VWDW4Hmmx3Dl1VWx { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #MPUIemRGsX1X4JLAQUBybWJKsHkTOsHm { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Wu1PVWNyKns2LlKMSwDNOxmpKJJ75yqT { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #cQRki9S7fZ06I4N2JSUdTo7xBts4Cy8m { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK { position:relative;z-index:2; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs { position:relative; }
#Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.375rem;left:0rem;height:3.1875rem;display:block; }
#TTro9PetZn5QP0l8shNaAh4O54CoMpMm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:32.4375rem;left:0rem;height:1.48763125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QE3mlNQgxW1cff4qoJam1EWQ5CFcRHGt { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:34.5625rem;left:0rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQwSlyyelTCTLn0XTANAwQ7bc0GxT3sA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:36.0625rem;left:0rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCnPduwv2hvSIrqeGwJ0WzTgUQTCVDSf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.4375rem;left:12.4375rem;height:1.48763125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ugJsh4PTD072vkac4lh7OiyKfJn6KCJh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:34.5625rem;left:12.4375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PsztrdegZUgF9VWo8rgaGsLUCTgxXpQg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:36.0498046875rem;left:12.4375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ia8XKOG4Ai9ferNupTxuoDVkDpvqZx32 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:32.4375rem;left:26.4375rem;height:1.48763125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tHTS293LhGtFTcam4qoksZ194w2leyo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:34.5625rem;left:26.4375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RlSTn7n1FE7aWOQLeGtsxTElgAXK6WN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:36.0498046875rem;left:26.4375rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/4c5642a5-941e-4142-b80a-ff63a06719e0/tostopka.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.adaptive-delivery-prevent-bg, #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.lazyload, #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.lazyloading { background-image: none; }#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:14.0625rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:2.4375rem;left:0rem;height:1.48763125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lkhpa1iwPX7nO8PcxqNvRIuD8haPrIP9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:4.5rem;left:0rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#fgeCSFViTmbsSJ5b7ETV8KQ7xmNctMd0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:2.4375rem;left:26.375rem;height:1.48763125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGl8P600H9n8l5TTenqgerkKgAwIAlRL { color:rgba(var(--color-primary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:4.5rem;left:26.375rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#yXxe7wSAllh8K2xw0oEhmh0soOm1qcLV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:2.4375rem;left:55.6875rem;height:1.48763125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JB15rhes0CylS6357ybdJWEwfiyi8TXn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:4.5rem;left:55.75rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#bMmQymfzyM1wOTvJzMf1EBBKsf4OlPf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:5.9375rem;left:55.6875rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#ZdCpCS3cyTX514w7yoAi9h5sICOLIZCt { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:10.25rem;left:26.25rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#KA1rnDqCgTam6Maq8Dw3y3amn5mCmWvO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:8.82421875rem;left:26.25rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vhR8EhTFb8bZOy5t8oaVEldrpgWz8iGx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:7.474609375rem;left:55.6875rem;height:1.48730625rem;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) { #iU3zyTnc0VhDRLCh14O7FFU0nUySazDA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { background-color: transparent; background-image: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container > .video-iframe-container { display: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container { display: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .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); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { border-width: 0; border-radius: 0; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUZegq42ACekAUnxpTGMoKgbvVJsnO5P { width:12.625rem;height:7.6875rem;top:0.8125rem;left:17.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;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:13.875rem;left:0rem;width:46.9375rem;height:9.25rem;font-size:1.875rem;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) { #z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block; }
 }@media only screen and (max-width: 763px) { #Oy3GCmTfIFn9RubB9i8vfOADGsUTksER { width:47.75rem;height:31.75375rem;top:30rem;left:0rem;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) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k { display:block; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPvRxz2MbJADvdFbRQh9S6soVovb76eo { top:3.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STpd8FgqTIWIJFaK5kos45M5d2lq6Ue4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #gH1HqNGldrTFwOIOqGD3sImz9JDspsa2 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #FiHE9wLxp5UTSKxBTVhW8XDQzKuzEqyS {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #eTL0C9VTO81BHDWyb1JZeTnIqEPK7hSk {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #h0PMMsJhS3C9x3FF6O9NQAx0AMfH7Fco {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #puvL77ouC9WRhuTG4JG5zFWZPpsFSko7 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #wNJ2MEt3ED2eDvTf7pOuNi9OUQK242H6 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #QVsTNCuoNFBiA9qaGogsGTMTFF6KSz0K {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #FnhZaN8TV5JBySXnNHm8qzvEKnZEOKCI {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #uz9A67X4nl48ZKzphDva0lFnOgSOtXeR {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #WJZi95UpTkcnXTyw3E0pTKAGS7EmM7w2 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #PgHHcqF8efwJcrxfn3cUxd4hGw9h4MxI {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #JDvTKoW3xNl5fAyh2Z5OScHktRTGHrCO {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #XvoN5FqLUZqiNFAbfAs0WxmT240vNXSU {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #lsQ1RwTD6Zmu3MkT1MITap4BIX4H9Q6d {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #dTsuDAkASQRayzqfNbGoJcMuQmpIIrGu {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #K2yDofr3No8THD0cZEVwxALbN7TIWazI {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #J7urP0lxwcXe7Lc7qzxRr4aA91L7Tonk {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #Q9w8LJiTAVxp6DTIyB050vQt1ZJsg7J5 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #mrAiJLeMIWfT2p8Tl9Fw0hMSoMtbGJZk {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #xpXGNFlnpU81Bd8DrZvmaqszcRsKyimL {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #a2c5rJxJQGvRdSOOmSPMRk5zafc4T6r9 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #sh52iDxyTRTSveblSevBsVMlbgyfaE4N {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #mxoAwWaplWqW8Jcup08Lt6dVwq1zFaID {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #XhqDw59vHJSgeWvmcLuok2hTU4w5CrUV {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #DbLFNynJCT2TaWai2B37FUHQERSAA2dc {  }
 }@media only screen and (max-width: 763px) { #fDZAgsSA2qCCfkCrbC64Ip9vCRvSObBH { width:22.25rem;height:36.6875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu { display:block; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c58OhtaQzyUqIJUTFTODwoiX1akTTsog { width:18.5625rem;height:18.75rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7897h2mTr6q3gwl3sdTiqr3DFakW7E { width:18.75rem;height:4.875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUiuBbN4SBtd7l9iOw0yeppqZN2h7Nu6 { width:16.4375rem;height:1.9375rem;top:31.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MheAXQbCR37HQ5UPrawt7zXPlzuWmgXV { width:18.625rem;height:19.4375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwOpKpPNOR7Nx0r6mew2qUcSFkFXx2mZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beGK1EaPsRbTBZhEZdBqkCnou6oxCNby { top:3.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z86Vx5V90Fwo9QxtPFiPfMI3QnkhAtCV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfZFhyEg4aQvJ0ATBxD9R9TZ2EAHi1Bh { width:18.5625rem;height:18.75rem;top:10.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2wIapt5a9KlUzaAUTmmge0A71UZWMGm { width:18.75rem;height:4.875rem;top:29.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqSCOmWAynMqmV08rBlVS6pKsb3P7agi { width:16.4375rem;height:1.9375rem;top:31.3125rem;left:15.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKuQyWta1xmBLOWWAAEUgm1clBqzCgPp { width:18.625rem;height:19.4375rem;top:34.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NatCaBFFf2W5URPaMRT9QuNMlhg7sCSK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8eyHZOEU0SveV9l3Un1xTpnAGIvDRlu { width:18.625rem;height:19.5rem;top:34.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS9TNZdttN9XGTDQGJ3lJXbDGkup324E { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvBMWbawUVXdzq0Lsruuc6Mind3fvgbs { width:18.75rem;height:4.875rem;top:29.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKaNBn8k1BbgwmXxZT70oyEJ1gclcKx { width:16.4375rem;height:1.9375rem;top:31.3125rem;left:31.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chrUkhz02rArfCDvTmcUz9VT4NcGn8TK { width:18.5625rem;height:18.75rem;top:10.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZEekgfpBuNdtvLC4GFD8bOdOmE85Sp { width:18.625rem;height:21.125rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4OuuPRodzrw3VPa6mq6sILVTrRbNEJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgD8VTqsvxo19dyfIdUrTNczctDr7rS { width:18.75rem;height:4.875rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRfZ7Wn64B4fTcByVWNT1Qtmy7DnJlOS { width:16.4375rem;height:1.9375rem;top:78.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFFOmypqXMskURD65rDViOTgB3OVaUht { width:18.5625rem;height:18.75rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZgVGInMgT02q9zUva3knwvWyKJMihk1 { width:18.625rem;height:21.4375rem;top:81.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fADs8cVgIgdllQkABiMQ2ctABNEy2S { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Oa0e6BHZdTFR4u3OvHu92QxWlLtTO5 { width:18.75rem;height:4.875rem;top:76.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBuG5Fzcfpx3MJK1VAcRTtsDNTaovXsl { width:16.4375rem;height:3.875rem;top:77rem;left:15.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5x6GyOtAaXXqVka2rNEhyGohLoCt9g0 { width:18.5625rem;height:18.75rem;top:57.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHW3nMbQJ9geaVo8BfDFTAcS7fczVTkq { width:18.625rem;height:21.375rem;top:81.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icnA5CuOUTAyc22rhqgKHZbZSXTn7npa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7v1dQ5O8vQy0IMg57NLTuvR6cVlfDsL { width:18.75rem;height:4.875rem;top:76.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZgIUW9herOHAif2Tk8K5uXxWMOprBv { width:16.4375rem;height:3.875rem;top:76.9375rem;left:31.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd142xWrd7a87GaHZD51RFAmBwQBv806 { width:18.5625rem;height:18.75rem;top:57.5rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQhac2bTSM7lmULvTmaoymiIKybT9StG { display:block; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1mZ1AUiHx5tckuTlKadTGiSECrWnRpi { width:47.75rem;height:3.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znU1x7MRsq6O2oQxsJsXMdSGbJhcKDpg { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmGAXgTLU8XZSkR0BKTJINwZbyknh16T { display:block; }
 }@media only screen and (max-width: 763px) { #JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc { display:block; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke5EWu3IOaJ7v2coTBGXzB4zal1q0VIW { width:32.25rem;height:18rem;top:3.8125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN48wFCGl19WFbN058SEqkIVNSl3yJwE { width:29.875rem;height:16.6875rem;top:8.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeFuOyvCBzqzZS5bXkx7T8fzRUdndah { width:30.75rem;height:17.25rem;top:23.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2w861FOk4vtgPc3I3OgTkq8pUcnlB1 { width:16.625rem;height:9.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGLI9aycIg0BfF2lQ1szWCn7pCBTwIoa { width:16.625rem;height:9.3125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilpAvJGdTutDi9Mdc014WVm0ACc1Na0e { top:3.8125rem;left:0rem;width:3.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqZE4iO5bIawubTyxz9N4hPwN8dZTWF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFZq4n32mAixQDT4h2ut3mLU28MtUNT5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTPpFulQzToZvL40NLV86ivCAbLhKBF { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:17.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { 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) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { top:3.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { 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) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:16.0625rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:17.25rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { 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) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:15.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:17.125rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWme8De4vW5TaxT7yLS5HqMe1cXp9zcP { width:6.75rem;height:6.75rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggouhhv2yScMylc0CH1L4OCzlUJWnTKt { width:18.75rem;height:3rem;top:46.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNFLJDafX2zksM4QfscA8XZpMrVr7PEC { width:18.75rem;height:3rem;top:46.75rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbi2olKdw1GNNVNoB8gEcTG6hnl6Xkv { width:6.75rem;height:6.75rem;top:39.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7iEmnUWwIeKrJEGERP9qp6KQIyqKxGT { width:18.75rem;height:1.5rem;top:46.75rem;left:29rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIG8SRht76DC2T1sPeUITLEexaaGDC7V { width:6.75rem;height:6.75rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZMIwbGa5fwkrpq59GX1Re4Tt9uLDfuf { width:6.75rem;height:6.75rem;top:52rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3oRDfeXqoFuitTsDAMoyZXGRhTBkreD { width:6.75rem;height:6.75rem;top:52rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPg5eqqlvWgyT7SIJxCJ7MB6ycc3KWh { width:6.75rem;height:6.75rem;top:39.5rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTWArDgk8gDDn6hRzPOBiz0USbUOhoK { width:18.75rem;height:1.5rem;top:59.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQhRcJJUcJfNwzxebwyttpVnLdiJAilq { width:19.0625rem;height:3rem;top:59.25rem;left:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAJC3OLEoPBsKiqDrcqO2wtOsTZUZP7t { width:18.75rem;height:1.5rem;top:59.25rem;left:29rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgwGVKelNCou7iV59TuRhJn3MB2MOV2t { top:32.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEHC08VOKq5nA3wT1mHX700ktzzPPvSM { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfET9lMP7UiNz78W2MJziVRKuBLdAlzs { top:65.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqbbIM6Mre7ZdAn2L0O44DBAxaFWArAU { top:18.5rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2ifdAITD5GeO6l6sF46tIOu5wBZNBKg { width:4.5rem;height:4.5rem;top:17.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nU5L0AOu6qbCQriR6ytTLMGbpryApCwz { top:18.5rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZW4kI7WMULi74ieVucLU7v8esdZ8bM5s { width:4.5rem;height:4.5rem;top:17.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { top:3.5rem;left:0rem;width:29.375rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:25rem;height:auto;top:2.1875rem;left:20.25rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:25rem;height:auto;top:2.1875rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #p7TMtoLxwWHlTuTh1QXiv72RKQA97bnL {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #obsnhXoz1h0Tdq0iAxG9Z7xECMqTZJsz {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #aqi1vLmR7fLtLWknd4ndlVzkn6oBzfSC {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #vnfS5p89J2wlSQRBvdWF3E53takBp1pp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #BQTwzAATaDDzdM7QgPWsDi0fO8N7fA8L {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #K7s4vlNNAu8cML4Oq6Ocg1O45zIxXKHC {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WmzW8uNZhg1oupEPuq7K9OXFMrtqssKP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #rZzZ0INZgMSa1fM5vqa9P3QTOgoAND3R {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #HeXGB1PUq2VAWsf5VWDW4Hmmx3Dl1VWx {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #MPUIemRGsX1X4JLAQUBybWJKsHkTOsHm {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Wu1PVWNyKns2LlKMSwDNOxmpKJJ75yqT {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #cQRki9S7fZ06I4N2JSUdTo7xBts4Cy8m {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { top:10.375rem;left:0rem;width:37rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTro9PetZn5QP0l8shNaAh4O54CoMpMm { 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) { #QE3mlNQgxW1cff4qoJam1EWQ5CFcRHGt { 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) { #uQwSlyyelTCTLn0XTANAwQ7bc0GxT3sA { 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) { #KCnPduwv2hvSIrqeGwJ0WzTgUQTCVDSf { 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) { #ugJsh4PTD072vkac4lh7OiyKfJn6KCJh { 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) { #PsztrdegZUgF9VWo8rgaGsLUCTgxXpQg { 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) { #Ia8XKOG4Ai9ferNupTxuoDVkDpvqZx32 { 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) { #tHTS293LhGtFTcam4qoksZ194w2leyo0 { 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) { #RlSTn7n1FE7aWOQLeGtsxTElgAXK6WN7 { 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) { #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) { #lkhpa1iwPX7nO8PcxqNvRIuD8haPrIP9 { 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) { #fgeCSFViTmbsSJ5b7ETV8KQ7xmNctMd0 { 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) { #QGl8P600H9n8l5TTenqgerkKgAwIAlRL { 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) { #yXxe7wSAllh8K2xw0oEhmh0soOm1qcLV { 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) { #JB15rhes0CylS6357ybdJWEwfiyi8TXn { 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) { #bMmQymfzyM1wOTvJzMf1EBBKsf4OlPf0 { 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) { #ZdCpCS3cyTX514w7yoAi9h5sICOLIZCt { 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) { #KA1rnDqCgTam6Maq8Dw3y3amn5mCmWvO { 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) { #vhR8EhTFb8bZOy5t8oaVEldrpgWz8iGx { 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) { #iU3zyTnc0VhDRLCh14O7FFU0nUySazDA { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-3),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { background-color: transparent; background-image: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container > .video-iframe-container { display: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row > .video-iframe-container { display: none; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .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); }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { border-width: 0; border-radius: 0; }#iU3zyTnc0VhDRLCh14O7FFU0nUySazDA > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUZegq42ACekAUnxpTGMoKgbvVJsnO5P { width:5.0625rem;height:3.3125rem;top:0.84375rem;left:7.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:6.75rem;top:7.6875rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:2.4375rem;top:16rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { width:12.75rem;height:2.5rem;top:19.75rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block; }
 }@media only screen and (max-width: 763px) { #Oy3GCmTfIFn9RubB9i8vfOADGsUTksER { width:20rem;height:13.3125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { width:17.5rem;height:18.375rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k { display:block; }#pu2HttwCTtr6BTPRl9ETzL0chK2Kzv9k > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPvRxz2MbJADvdFbRQh9S6soVovb76eo { width:20rem;height:2.625rem;top:29.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #STpd8FgqTIWIJFaK5kos45M5d2lq6Ue4 { width:20rem;height:2.625rem;top:32.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-heading-text { font-size:1.375rem;height:auto;line-height:1.5;overflow:hidden; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw .accordion-desc-text { font-size:0.875rem;height:auto; }
#D9Fqim343rMzntVF8EtlGoreqHtEloyw { display:flex;height:auto;width:20rem;top:36.16259765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #gH1HqNGldrTFwOIOqGD3sImz9JDspsa2 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #FiHE9wLxp5UTSKxBTVhW8XDQzKuzEqyS {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #eTL0C9VTO81BHDWyb1JZeTnIqEPK7hSk {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #h0PMMsJhS3C9x3FF6O9NQAx0AMfH7Fco {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #puvL77ouC9WRhuTG4JG5zFWZPpsFSko7 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #wNJ2MEt3ED2eDvTf7pOuNi9OUQK242H6 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #QVsTNCuoNFBiA9qaGogsGTMTFF6KSz0K {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #FnhZaN8TV5JBySXnNHm8qzvEKnZEOKCI {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #uz9A67X4nl48ZKzphDva0lFnOgSOtXeR {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #WJZi95UpTkcnXTyw3E0pTKAGS7EmM7w2 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #PgHHcqF8efwJcrxfn3cUxd4hGw9h4MxI {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #JDvTKoW3xNl5fAyh2Z5OScHktRTGHrCO {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #XvoN5FqLUZqiNFAbfAs0WxmT240vNXSU {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #lsQ1RwTD6Zmu3MkT1MITap4BIX4H9Q6d {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #dTsuDAkASQRayzqfNbGoJcMuQmpIIrGu {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #K2yDofr3No8THD0cZEVwxALbN7TIWazI {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #J7urP0lxwcXe7Lc7qzxRr4aA91L7Tonk {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #Q9w8LJiTAVxp6DTIyB050vQt1ZJsg7J5 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #mrAiJLeMIWfT2p8Tl9Fw0hMSoMtbGJZk {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #xpXGNFlnpU81Bd8DrZvmaqszcRsKyimL {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #a2c5rJxJQGvRdSOOmSPMRk5zafc4T6r9 {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #sh52iDxyTRTSveblSevBsVMlbgyfaE4N {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #mxoAwWaplWqW8Jcup08Lt6dVwq1zFaID {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #XhqDw59vHJSgeWvmcLuok2hTU4w5CrUV {  }
 }@media only screen and (max-width: 763px) { #D9Fqim343rMzntVF8EtlGoreqHtEloyw #DbLFNynJCT2TaWai2B37FUHQERSAA2dc {  }
 }@media only screen and (max-width: 763px) { #fDZAgsSA2qCCfkCrbC64Ip9vCRvSObBH { width:18.1875rem;height:30rem;top:0rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu { display:block; }#SbUZ17LgQyy45dMRgaJCOZMHoFHbu0Eu > .row .container { width:20rem;height:260.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c58OhtaQzyUqIJUTFTODwoiX1akTTsog { width:18.75rem;height:18.75rem;top:8.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS7897h2mTr6q3gwl3sdTiqr3DFakW7E { width:18.75rem;height:5.0625rem;top:27.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUiuBbN4SBtd7l9iOw0yeppqZN2h7Nu6 { width:16.4375rem;height:1.7871125rem;top:28.8125rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MheAXQbCR37HQ5UPrawt7zXPlzuWmgXV { width:18.75rem;height:16.0625rem;top:32.1875rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lwOpKpPNOR7Nx0r6mew2qUcSFkFXx2mZ { width:16.4375rem;height:13.994125rem;top:33.5rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #beGK1EaPsRbTBZhEZdBqkCnou6oxCNby { width:20rem;height:1.48730625rem;top:2.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z86Vx5V90Fwo9QxtPFiPfMI3QnkhAtCV { width:20rem;height:2.625rem;top:3.6748046875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfZFhyEg4aQvJ0ATBxD9R9TZ2EAHi1Bh { width:18.75rem;height:18.75rem;top:91.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2wIapt5a9KlUzaAUTmmge0A71UZWMGm { width:18.75rem;height:4.875rem;top:109.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqSCOmWAynMqmV08rBlVS6pKsb3P7agi { width:16.4375rem;height:1.7871125rem;top:111.5625rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKuQyWta1xmBLOWWAAEUgm1clBqzCgPp { width:18.75rem;height:15.625rem;top:114.75rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NatCaBFFf2W5URPaMRT9QuNMlhg7sCSK { width:16.4375rem;height:13.994125rem;top:115.625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #B8eyHZOEU0SveV9l3Un1xTpnAGIvDRlu { width:18.75rem;height:16.9375rem;top:197.9375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iS9TNZdttN9XGTDQGJ3lJXbDGkup324E { width:16.4375rem;height:15.3935625rem;top:198.8125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zvBMWbawUVXdzq0Lsruuc6Mind3fvgbs { width:18.75rem;height:4.875rem;top:193.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgKaNBn8k1BbgwmXxZT70oyEJ1gclcKx { width:16.4375rem;height:1.7871125rem;top:194.75rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chrUkhz02rArfCDvTmcUz9VT4NcGn8TK { width:18.75rem;height:18.75rem;top:174.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZEekgfpBuNdtvLC4GFD8bOdOmE85Sp { width:18.75rem;height:15.875rem;top:73.625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4OuuPRodzrw3VPa6mq6sILVTrRbNEJ { width:16.4375rem;height:13.994125rem;top:74.75rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sdgD8VTqsvxo19dyfIdUrTNczctDr7rS { width:18.75rem;height:4.875rem;top:68.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRfZ7Wn64B4fTcByVWNT1Qtmy7DnJlOS { width:16.4375rem;height:1.7871125rem;top:70.4375rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFFOmypqXMskURD65rDViOTgB3OVaUht { width:18.75rem;height:18.75rem;top:50.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZgVGInMgT02q9zUva3knwvWyKJMihk1 { width:18.75rem;height:17.25rem;top:155.5625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #i6fADs8cVgIgdllQkABiMQ2ctABNEy2S { width:16.4375rem;height:15.3935625rem;top:156.75rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #O9Oa0e6BHZdTFR4u3OvHu92QxWlLtTO5 { width:18.75rem;height:4.875rem;top:150.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBuG5Fzcfpx3MJK1VAcRTtsDNTaovXsl { width:16.4375rem;height:1.7871125rem;top:151.625rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5x6GyOtAaXXqVka2rNEhyGohLoCt9g0 { width:18.75rem;height:18.75rem;top:131.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHW3nMbQJ9geaVo8BfDFTAcS7fczVTkq { width:18.75rem;height:17.25rem;top:240.1875rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #icnA5CuOUTAyc22rhqgKHZbZSXTn7npa { width:16.4375rem;height:15.3935625rem;top:241.375rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #r7v1dQ5O8vQy0IMg57NLTuvR6cVlfDsL { width:18.75rem;height:4.875rem;top:235.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZgIUW9herOHAif2Tk8K5uXxWMOprBv { width:16.4375rem;height:3.575rem;top:236.25rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sd142xWrd7a87GaHZD51RFAmBwQBv806 { width:18.75rem;height:18.75rem;top:216.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQhac2bTSM7lmULvTmaoymiIKybT9StG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f4227af-88a1-4822-83e4-d804bc7d7912/topattern.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG.adaptive-delivery-prevent-bg, #GQhac2bTSM7lmULvTmaoymiIKybT9StG.lazyload, #GQhac2bTSM7lmULvTmaoymiIKybT9StG.lazyloading { background-image: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container { background-color: transparent; background-image: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container > .video-iframe-container { display: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.54); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row > .video-iframe-container { display: none; }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .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); }#GQhac2bTSM7lmULvTmaoymiIKybT9StG > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1mZ1AUiHx5tckuTlKadTGiSECrWnRpi { width:20rem;height:9.746125rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znU1x7MRsq6O2oQxsJsXMdSGbJhcKDpg { width:12.75rem;height:2.625rem;top:13.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmGAXgTLU8XZSkR0BKTJINwZbyknh16T { display:block; }
 }@media only screen and (max-width: 763px) { #JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc { display:block; }#JNbwXp4GOTArDMsNJpnOMi9fPyTLRaKc > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke5EWu3IOaJ7v2coTBGXzB4zal1q0VIW { width:20rem;height:10.875rem;top:26.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN48wFCGl19WFbN058SEqkIVNSl3yJwE { width:20rem;height:10.875rem;top:15.0859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RTeFuOyvCBzqzZS5bXkx7T8fzRUdndah { width:20rem;height:11rem;top:48.8984375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TK2w861FOk4vtgPc3I3OgTkq8pUcnlB1 { width:20rem;height:11rem;top:60.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGLI9aycIg0BfF2lQ1szWCn7pCBTwIoa { width:20rem;height:11.1875rem;top:37.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilpAvJGdTutDi9Mdc014WVm0ACc1Na0e { width:3.8125rem;height:1.48730625rem;top:1.25rem;left:8.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgqZE4iO5bIawubTyxz9N4hPwN8dZTWF { width:20rem;height:9rem;top:2.7373046875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bFZq4n32mAixQDT4h2ut3mLU28MtUNT5 { width:20rem;height:9.1875rem;top:72.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ibTPpFulQzToZvL40NLV86ivCAbLhKBF { width:20rem;height:15.75rem;top:83.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:126rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:1.3125rem;height:1.4375rem;top:17.375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { width:20rem;height:2.3374rem;top:19.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { width:20rem;height:1.48730625rem;top:1.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:20rem;height:11.25rem;top:3.01171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:3rem;height:3rem;top:16.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { width:20rem;height:2.3374rem;top:35.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:41.75rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:2.125rem;height:2.125rem;top:42.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { width:20rem;height:3.298825rem;top:27.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:3.375rem;height:3.375rem;top:30.1875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:2.125rem;height:2.125rem;top:31.5rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWme8De4vW5TaxT7yLS5HqMe1cXp9zcP { width:6.75rem;height:6.75rem;top:49.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggouhhv2yScMylc0CH1L4OCzlUJWnTKt { width:18.75rem;height:2.625rem;top:56.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uNFLJDafX2zksM4QfscA8XZpMrVr7PEC { width:18.75rem;height:2.625rem;top:67.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TGbi2olKdw1GNNVNoB8gEcTG6hnl6Xkv { width:6.75rem;height:6.75rem;top:60.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7iEmnUWwIeKrJEGERP9qp6KQIyqKxGT { width:18.75rem;height:1.3125rem;top:79.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OIG8SRht76DC2T1sPeUITLEexaaGDC7V { width:6.75rem;height:6.75rem;top:83.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZMIwbGa5fwkrpq59GX1Re4Tt9uLDfuf { width:6.75rem;height:6.75rem;top:93.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3oRDfeXqoFuitTsDAMoyZXGRhTBkreD { width:6.75rem;height:6.75rem;top:105.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPg5eqqlvWgyT7SIJxCJ7MB6ycc3KWh { width:6.75rem;height:6.75rem;top:72.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTWArDgk8gDDn6hRzPOBiz0USbUOhoK { width:18.75rem;height:1.3999rem;top:90.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQhRcJJUcJfNwzxebwyttpVnLdiJAilq { width:18.75rem;height:2.625rem;top:100.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eAJC3OLEoPBsKiqDrcqO2wtOsTZUZP7t { width:18.75rem;height:1.3994125rem;top:112rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgwGVKelNCou7iV59TuRhJn3MB2MOV2t { width:20rem;height:2.9746125rem;top:42.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEHC08VOKq5nA3wT1mHX700ktzzPPvSM { width:20rem;height:2.625rem;top:45.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfET9lMP7UiNz78W2MJziVRKuBLdAlzs { width:20rem;height:7.4365rem;top:116.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqbbIM6Mre7ZdAn2L0O44DBAxaFWArAU { display:flex;width:1.3125rem;height:1.4375rem;top:24.3125rem;left:9.375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #C2ifdAITD5GeO6l6sF46tIOu5wBZNBKg { width:3rem;height:3rem;top:23.5rem;left:8.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nU5L0AOu6qbCQriR6ytTLMGbpryApCwz { display:flex;width:1.3125rem;height:1.4375rem;top:33.3125rem;left:9.375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #ZW4kI7WMULi74ieVucLU7v8esdZ8bM5s { width:3rem;height:3rem;top:32.5rem;left:8.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:17.5rem;height:auto;top:14.1689453125rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:17.5rem;height:auto;top:14.1689453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #p7TMtoLxwWHlTuTh1QXiv72RKQA97bnL {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #obsnhXoz1h0Tdq0iAxG9Z7xECMqTZJsz { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #aqi1vLmR7fLtLWknd4ndlVzkn6oBzfSC {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #vnfS5p89J2wlSQRBvdWF3E53takBp1pp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #BQTwzAATaDDzdM7QgPWsDi0fO8N7fA8L { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #K7s4vlNNAu8cML4Oq6Ocg1O45zIxXKHC {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WmzW8uNZhg1oupEPuq7K9OXFMrtqssKP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #rZzZ0INZgMSa1fM5vqa9P3QTOgoAND3R { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #HeXGB1PUq2VAWsf5VWDW4Hmmx3Dl1VWx {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #MPUIemRGsX1X4JLAQUBybWJKsHkTOsHm {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Wu1PVWNyKns2LlKMSwDNOxmpKJJ75yqT { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #cQRki9S7fZ06I4N2JSUdTo7xBts4Cy8m {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { width:20rem;height:5.25rem;top:7.29785rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TTro9PetZn5QP0l8shNaAh4O54CoMpMm { width:6.4375rem;height:1.69970625rem;top:52.875rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QE3mlNQgxW1cff4qoJam1EWQ5CFcRHGt { width:6.4375rem;height:1.7rem;top:54.5625rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQwSlyyelTCTLn0XTANAwQ7bc0GxT3sA { width:8.5rem;height:1.69970625rem;top:56.25rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCnPduwv2hvSIrqeGwJ0WzTgUQTCVDSf { width:6.4375rem;height:1.69970625rem;top:60.0625rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugJsh4PTD072vkac4lh7OiyKfJn6KCJh { width:6.4375rem;height:1.69970625rem;top:61.8125rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsztrdegZUgF9VWo8rgaGsLUCTgxXpQg { width:11.8125rem;height:1.69970625rem;top:63.5rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8XKOG4Ai9ferNupTxuoDVkDpvqZx32 { width:10.5625rem;height:1.69970625rem;top:67.25rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHTS293LhGtFTcam4qoksZ194w2leyo0 { width:6.4375rem;height:1.69970625rem;top:68.875rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlSTn7n1FE7aWOQLeGtsxTElgAXK6WN7 { width:12.125rem;height:1.69970625rem;top:70.5rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/4c5642a5-941e-4142-b80a-ff63a06719e0/tostopka.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.adaptive-delivery-prevent-bg, #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.lazyload, #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.lazyloading { background-image: none; }#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 { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkhpa1iwPX7nO8PcxqNvRIuD8haPrIP9 { width:20rem;height:1.69921875rem;top:4.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgeCSFViTmbsSJ5b7ETV8KQ7xmNctMd0 { width:20rem;height:1.69921875rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGl8P600H9n8l5TTenqgerkKgAwIAlRL { width:20rem;height:3.3984375rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXxe7wSAllh8K2xw0oEhmh0soOm1qcLV { width:20rem;height:1.69921875rem;top:19.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JB15rhes0CylS6357ybdJWEwfiyi8TXn { width:20rem;height:1.69921875rem;top:21rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMmQymfzyM1wOTvJzMf1EBBKsf4OlPf0 { width:20rem;height:1.69921875rem;top:22.6875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdCpCS3cyTX514w7yoAi9h5sICOLIZCt { width:20rem;height:1.69921875rem;top:15.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KA1rnDqCgTam6Maq8Dw3y3amn5mCmWvO { width:20rem;height:1.69921875rem;top:14rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhR8EhTFb8bZOy5t8oaVEldrpgWz8iGx { width:12.6875rem;height:1.69921875rem;top:24.38671875rem;left:3.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }