.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:250,213,184;--color-primary-1:248,172,120;--color-primary-2:173,121,85;--color-primary-3:106,74,54;--color-primary-4:47,35,26;--color-secondary-0:202,202,202;--color-secondary-1:151,151,151;--color-secondary-2:106,106,106;--color-secondary-3:63,63,63;--color-secondary-4:28,28,28;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { background-color: transparent; background-image: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { display: none; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .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); }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { border-width: 0; border-radius: 0; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP3LrxrwGAou1A03EF9W15BTa5oL9zXi { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.85546875rem;left:0rem;height:2.5371125rem;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; }
#roaM6WlG2r373zAPQOhGVWe4W6BaRE6F { background-color:rgba(var(--color-primary-1),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:none; }#roaM6WlG2r373zAPQOhGVWe4W6BaRE6F > .row .container { border-width: 0; border-radius: 0; }#roaM6WlG2r373zAPQOhGVWe4W6BaRE6F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#roaM6WlG2r373zAPQOhGVWe4W6BaRE6F > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#LP3XXA3c7P4SEFRipQn3u9TS0Unds3Uc { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:0.4375rem;left:0rem;height:1.9125rem;font-style:normal;display:block; }
#oeQ6ByXUg9wh46BqUNPQyK3Zer1odn7X { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:2.375rem;left:0rem;height:1.275rem;font-style:normal;display:block; }
#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1LtwLstsQXI/unsplash/matt-seymour-1LtwLstsQXI-photo-1605357625516-575fec3e086b.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; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.adaptive-delivery-prevent-bg, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyload, #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2.lazyloading { background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { background-color: transparent; background-image: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { display: none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .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); }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { border-width: 0; border-radius: 0; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2::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; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:59.3125rem;width:75rem;position:relative;display:block; }#KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:52.5rem;width:35rem;top:3.625rem;left:40rem;display:block; }
#Qx94E285bDqWM8IwaDATiWqGf87RDnyh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:9.3rem;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; }
#hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:63.625rem;display:block; }
#JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:66rem;display:block; }
#aIzBhFTLT3427QNHTliF44wx3FvwLF38 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:68.375rem;display:block; }
#gN64NWMmvhKvdRJudPxu41UQetrTeoMi { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:70.75rem;display:block; }
#GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:16.9375rem;left:0rem;height:3.4rem;display:block; }
#exdBPXT1Q8HaTCisP5ZA3VTuTAR3seIP { 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:15025;opacity:1;top:21.6875rem;left:0rem; }
#OExGaDORz7pVBsWpvxJtpJUeM7d2d734 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:21.9375rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#MXTAawzv6kbZ1uQqiLeQutZVzAAoCppX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:24.875rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#hKcmDy9phPWfbX2xn36yh7hwn1Kazcki { 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:15027;opacity:1;top:24.625rem;left:0rem; }
#s8JMeOlpeElQPWy2hsqrT4H0VGUNCCOp { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:27.625rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#ZrFa8dTk65LLkaSBtTTMClwIzWKClA98 { 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:15029;opacity:1;top:27.375rem;left:0rem; }
#hWG8BpKCqaaHz4BohbQxLaxbqd5zAppN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:30.5rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#nwHe5yCNxS1zJphWu4MpJBC2NPpXH2xy { 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:15031;opacity:1;top:30.25rem;left:0rem; }
#OKOHvRMkBQeSh22y4figrMzNy1asfOAS { position:absolute;display:block;z-index:15033;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.875rem;width:7.875rem;top:33.6875rem;left:0rem;overflow:hidden;display:block; }
#seD7PHEXidZzL9UtxRKidXiD9LWf6PF7 { position:absolute;display:block;z-index:15032;height:48.5625rem;width:31.4375rem;top:5.25rem;left:41.8125rem;display:block; }
#Zl3cqJCH0m6tpp3JvzNfpT9J38NalsR9 { position:absolute;display:block;z-index:15034;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.9375rem;width:7.9375rem;top:33.6875rem;left:7.875rem;overflow:hidden;display:block; }
#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1LtwLstsQXI/unsplash/matt-seymour-1LtwLstsQXI-photo-1605357625516-575fec3e086b.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:none; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk.adaptive-delivery-prevent-bg, #SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk.lazyload, #SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk.lazyloading { background-image: none; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container { border-width: 0; border-radius: 0; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk::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; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:61.8125rem;width:75rem;position:relative;display:none; }#F3oAx0KCQw2U6qyKcuixmWtT9PQSbZyM { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:55.4375rem;width:35rem;top:3.625rem;left:40rem;display:block; }
#mOwxXvp7VsEPFScf8iT9BkPhwZVpUUko { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:9.3rem;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; }
#nBbd3PFdhEvGGWT9UqLscqOxHsbTtNN5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#uhHxQiFg6W5vzG7yVMC5DReH0UIt3gOH { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#S8ro76T5vIc2RvFMmiAWDkUGLJITSqbV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#tTHXlQAq6GFqF1MlcVJMRHe3VDQ42D8t { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#NZcCGWbU5IS14cGBfl71nxc4CAXZPrw3 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:63.625rem;display:block; }
#mwgui42XTN2TTpLauyMLhRaQnI8RdDN5 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:66rem;display:block; }
#zRR6lhZic2tMqbi5gXow8OJXfe6IWqkA { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:68.375rem;display:block; }
#itlnRvFbWanMUXiyEBVopULH8y2LwJb0 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:31.25rem;width:0.5rem;top:10.6875rem;left:70.75rem;display:block; }
#WRA71dSU9mkEZ1H0Ea82xLGRHiEN4UA4 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:16.9375rem;left:0rem;height:3.4rem;display:block; }
#fP0yICEot9Sb7BwIX3Ec3UD1FWQOppC8 { 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:15025;opacity:1;top:21.6875rem;left:0rem; }
#cWe58XIZnI3Hy7WVOJuUeIRTz9P4LINh { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:21.9375rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#IFTqU9sOB5oAfz5bbp7DPgf0VUpUrLan { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:24.875rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#fn7ZQU9iGfUpf3sJ7DsWdLZ04hxtRukw { 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:15027;opacity:1;top:24.625rem;left:0rem; }
#dTM82QDTDHadVacqQliiIKRd6dRqarAH { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:27.625rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#N0f1zD0DmkTgV4f1WT1vsxEcJWAf7TwT { 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:15029;opacity:1;top:27.375rem;left:0rem; }
#LvUL0954qIfEhaaOboOvpnQPTTGyGDU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:30.5rem;left:2.75rem;height:1.59375rem;font-style:normal;display:block; }
#TDNCkwVqzbbKwHDReBJIolcPsLcIVFtC { 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:15031;opacity:1;top:30.25rem;left:0rem; }
#SP33pEHIhLRotoZEHekD7mJyCSlDLUrX { position:absolute;display:block;z-index:15033;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.875rem;width:7.875rem;top:33.6875rem;left:0rem;overflow:hidden;display:block; }
#PUEq1aTxka7hStehlmJZTLwK0Lw9Cin4 { position:absolute;display:block;z-index:15032;height:50.75rem;width:31.4375rem;top:5.25rem;left:41.8125rem;display:block; }
#IVbDkafTiGkddFfzbmWfua7EFgoqR61D { position:absolute;display:block;z-index:15034;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.9375rem;width:7.9375rem;top:33.6875rem;left:7.875rem;overflow:hidden;display:block; }
#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container { background-color: transparent; background-image: none; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container > .video-iframe-container { display: none; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row > .video-iframe-container { display: none; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .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); }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container { border-width: 0; border-radius: 0; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:55.625rem;width:75rem;position:relative;display:block; }#gU86sI9VoEOyoHUM3hrICllhW0lNvlFe { color:rgba(var(--color-primary-1),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.7rem;font-style:normal;display:block; }
#FSwfcHVWPSNpJ3DtNmiqPFZsw5nQZ2fT { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.94921875rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wn5ehNusBAGTBkxfIXD8zowPFGnPK5bP { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:13.525390625rem;left:0rem;height:13.6rem;display:block; }
#l6gTFdNOXmb8lQLUDOtFNEoAuG1ex6TA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:30.625rem;left:0rem;overflow:hidden;display:block; }
#wCHU03KWHlhUlfdQFakJidy2tasHDdKl { position:absolute;display:block;z-index:15009;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.875rem;width:21.875rem;top:30.625rem;left:21.875rem;overflow:hidden;display:block; }
#aNcfpPUFqLcLvTKARyPyO9GOyp2oeie3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:8.025390625rem;left:43.75rem;overflow:hidden;display:block; }
#Gep5DaCeEkxpis4dfkZUgKTpWd6eGGwd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#Hsxxr5CV7Uzn6eXsBSfaGiibtQ1tKAws { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#aJoGqTOktKKWMpXc9Wl4ZBbKhRlQTV2a { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#o0JpE7XLDQAGpnf9GH8tWssLf474RSQC { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), 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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#IMJTzn9RJurhBI7ZASd4sTvtQURON349 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QA7cVisCbs0/unsplash/clay-banks-QA7cVisCbs0-photo-1696986291642-54225330b8d3.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; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349.adaptive-delivery-prevent-bg, #IMJTzn9RJurhBI7ZASd4sTvtQURON349.lazyload, #IMJTzn9RJurhBI7ZASd4sTvtQURON349.lazyloading { background-image: none; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container { background-color: transparent; background-image: none; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.63); }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container > .video-iframe-container { display: none; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.63); }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row > .video-iframe-container { display: none; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .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); }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container { border-width: 0; border-radius: 0; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349::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; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50rem;width:75rem;position:relative;display:block; }#Sv8fIEiR3ImqNAuIXSG7Zk1tauRoMDG1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#rFcRQF24TX9HaEEIyfaf2eiVfB0iCUKa { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:32.4375rem;left:6.25rem;height:3.4rem;display:block; }
#cCdzV2IpRJKH0ynkkgSFt70AvJQot8ac { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.375rem;left:6.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;display:block; }
#kndRXbRsnT9GREMs47uCTcgtTku47mPA { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:1.875rem;left:1.875rem;display:block; }
#OJBWbB3wAVVds63gfVycxmtR3RRpQu6U { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:9.375rem;width:0.5rem;top:1.875rem;left:4.25rem;display:block; }
#TilETDwmcdiFku9G9Fy9Pup2gacuo4BU { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:1.875rem;left:6.625rem;display:block; }
#JQZWUTrHC3ELRsFxmr1FhgT87A352CPO { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:9.375rem;width:0.5rem;top:1.875rem;left:9rem;display:block; }
#RqDX0yXSpeB083spQsyLM0CT5wJZI9rn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:17.474609375rem;left:6.25rem;overflow:hidden;display:block; }
#rEodoZuHBOzrD2nqTDQoCNxGS0NUykbs { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.0625rem;left:6.25rem;display:block; }
#IeHKIrcDV8lnpanTgw4s7ll33L6hks27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { background-color: transparent; background-image: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .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); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { border-width: 0; border-radius: 0; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.125rem;width:75rem;position:relative;display:block; }#rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:15.3125rem;left:0rem;display:block; }
#p0atUKfWZhW9dJLevmf9TMK9goDH0gHX { 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:15019;opacity:1;top:19.875rem;left:2.5rem; }
#MNIvqAyibJQGJ86g4EhTWoQQpqlQIhSX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:22.9375rem;left:2.5rem;height:2.54980625rem;font-style:normal;display:block; }
#MNJulwbinnPhIiVDkUDJHLfb2AyEIqJO { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:26.125rem;left:2.5rem;height:3.4rem;font-style:normal;display:block; }
#tIWd1ApficL5HUEK9McsPdgXAzmQTpvF { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:15.3125rem;left:37.5rem;display:block; }
#yAChGuOG8LBaSgzEv9cZGJaOOqsAE9bV { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.125rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#TGCsw2DC94tsW2XVIazKLNDrInUGqpNJ { 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:15023;opacity:1;top:19.875rem;left:40rem; }
#GaeMcvx7LE1S00dBENLGwTT9VqgBRDax { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:22.9375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#rPTSA0I2KziEMEINnoHfTv3t56Lw3f2S { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:34.0625rem;left:0rem;display:block; }
#DKOSQXIqKiRDwB6UwopmghuzSsF5MDMq { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:44.875rem;left:2.5rem;height:3.4rem;font-style:normal;display:block; }
#zwQuBWnQQJDVI9fTTHGSGBnv8UXMfuLK { 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:15027;opacity:1;top:38.625rem;left:2.5rem; }
#BhdPnmLTwRHPmo9q3kMkVrD5VmwhlQF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:41.6875rem;left:2.5rem;height:2.54980625rem;font-style:normal;display:block; }
#pl6ZUNmEaiLPs1WxINe6O86gUWOaU3AN { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:18.75rem;width:37.5rem;top:34.0625rem;left:37.5rem;display:block; }
#TDGNcmeXaI3xgWEc2OJdH3tNniqcV69T { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:44.875rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#xVOnRWTlzkKSeMUTNdM19onRvwHOXlA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:41.6875rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#h6dq6EfhitJi1vFoeK1QdBexqWkUHMJo { 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:15031;opacity:1;top:38.625rem;left:40rem; }
#zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { 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:15010;line-height:1.4;letter-spacing:0;top:7.875rem;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; }
#W889gytpRWHcPLXAZJWddSyyCKRH8KlT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#oFhihihD578prBne3f0TQuoMbPvEBRKa { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/itH_VP0MAnA/unsplash/clint-patterson-itH_VP0MAnA-photo-1609537643158-a0fe43b1d830.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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.adaptive-delivery-prevent-bg, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyload, #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu.lazyloading { background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { background-color: transparent; background-image: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { display: none; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .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); }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { border-width: 0; border-radius: 0; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu::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; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:64.0625rem;width:75rem;position:relative;display:block; }#pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { 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:15.8125rem;left:31.625rem; }
#NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:18.875rem;left:31.625rem;height:2.54980625rem;font-style:normal;display:block; }
#Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21.8125rem;left:31.625rem;height:3.4rem;font-style:normal;display:block; }
#ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.125rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;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:20.4375rem;left:0rem;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:left;text-align-last:left;display:block; }
#qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:41.5rem;left:31.625rem;height:3.4rem;font-style:normal;display:block; }
#U5L7WwXpR1TKN1tE8PQTJATviD18lScA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:38.5625rem;left:31.625rem;height:2.54980625rem;font-style:normal;display:block; }
#DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:41.5rem;left:55.3125rem;height:3.4rem;font-style:normal;display:block; }
#IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:38.5625rem;left:55.3125rem;height:2.54980625rem;font-style:normal;display:block; }
#EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:21.8125rem;left:55.3125rem;height:5.1rem;font-style:normal;display:block; }
#ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:18.875rem;left:55.3125rem;height:2.54980625rem;font-style:normal;display:block; }
#RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:28.609375rem;left:0rem;height:8.5rem;display:block; }
#ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:45.625rem;top:13.28125rem;left:29.375rem;display:block; }
#ONC0TCEae0ty9oIcTiN6doGpd2ZR6UOQ { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.5rem;left:0rem;display:block; }
#eZmWx15ptTbOHiJUb3ODIVF5ElnVa6JN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WtQ5MPZfbVk9iudKZ2mb5rKGy8W4KiQ7 { 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:15017;opacity:1;top:35.04296875rem;left:31.625rem; }
#ew0PiQZNDwCn7iWkTcRBsrUyWfvNmib4 { 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:15018;opacity:1;top:15.8125rem;left:55.3125rem; }
#Ty3wpFMxrzhFbnttkqEXsz0xLKWhMQqA { 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:15019;opacity:1;top:35.04296875rem;left:55.3125rem; }
#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { background-color: transparent; background-image: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container > .video-iframe-container { display: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container { display: none; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .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); }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { border-width: 0; border-radius: 0; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:27.5rem;width:75rem;position:relative;display:block; }#PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.0620517730712rem;left:38.437503814698rem;height:3.825rem;text-align:left;text-align-last:left;display:block; }
#uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7495625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.203111648559rem;left:38.437503814698rem;display:block; }
#xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { background-color: transparent; background-image: none; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container > .video-iframe-container { display: none; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row > .video-iframe-container { display: none; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .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); }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { border-width: 0; border-radius: 0; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:78.6875rem;width:75rem;position:relative;display:block; }#WwaP28Lgz4vGtbbl1OyshR6JvSVic4Zx { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.6875rem;left:12.1875rem; }
#Np0UDLSytxkM8OZPrCEg9Oah5GNgmDec { color:rgba(var(--color-tertiary-1),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:14.4375rem;left:12.8125rem;height:5.1rem;font-style:italic;display:block; }
#uyIZvSts8RxcDwqsU6EHaTQKlP6r0rcN { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:22.0869140625rem;left:12.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#SFv0pw2dOZp2bTPuDtQ0i0Mv7eIdwQ0v { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:60rem;top:6.9375rem;left:7.5rem;display:block; }
#TUAKxlbB6emdwTyxQshdwL4f7JWRxQqJ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#ccWbFlIq9tqDSac3AowUntcdISiqGw6W { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#ET9JBy9LaVGDgeDMB6RD1N5fgCdnHsMN { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#yet3aMxxXq8smRE7RMBpw1qMBDaZHIvn { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#FCsFUdNZWcIDb5zoaggAMwS2KDAMTMOv { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:60rem;top:30.25rem;left:7.5rem;display:block; }
#sSGgVaFGWlrKFctXXm0FMn4Ofgp7ESTT { color:rgba(var(--color-tertiary-1),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:37.8125rem;left:13.125rem;height:5.1rem;font-style:italic;display:block; }
#G1aCPIn4OXL8VzpSWD5tbpxSswKRiMTh { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:45.4619140625rem;left:12.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#qSnTSlHPgFDmC5cd9U0TKETvpHbEwsnC { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.0625rem;left:12.5rem; }
#Tf6asVwUAvHdASQ81soMzbJKoKOBfW7g { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:60rem;top:53.625rem;left:7.5rem;display:block; }
#xUQkoNEJTIy4VXsDpKSwvExUEWVOUU3J { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:58.4375rem;left:12.5rem; }
#OswMrM7siTZi7JrHvTuRBT4hXPKPZKrT { color:rgba(var(--color-tertiary-1),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:61.1875rem;left:13.125rem;height:2.54980625rem;font-style:italic;display:block; }
#u1f3AoiLZJCD4nbrwtcvIibUsyvwJlp4 { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:63.568359375rem;left:13.6875rem;height:1.48730625rem;font-style:normal;display:block; }
#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { background-color: transparent; background-image: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .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); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { border-width: 0; border-radius: 0; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:38rem;width:75rem;position:relative;display:block; }#dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;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:6.0625rem;left:0rem;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:left;text-align-last:left;display:block; }
#UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:1.7rem;display:block; }
#u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), 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:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .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; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .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_9a1c83c3ef8493db7223acc279cc51f3ecf2edea.svg");background-size:contain !important; }#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.adaptive-delivery-prevent-bg, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyload, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyloading { background-image: none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { box-sizing:content-box;height:auto;width:42.6854375rem;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:6.0625rem;left:32.3125rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #DdhNPipQRRxhuepsRAiQQE0vNNkUakxt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #k8FLOLAGrP1f2tXtGF2AV503LLDtGlQC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #hlaGczmUUdW8W7gTKL3lech0U9K7QuHL { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #BdpBXRzrSBG82DOZs0U6zMFCUnq014Ny {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #EF1vQKHoyKLLTKrikdQdMNZTbxx4bCuE { display:none; }
#eCqEq5s4yS1z6onts1xqpaqL56Xsm4K3 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.5625rem;left:0rem;display:block; }
#MbUlXKlg7JvP67TGGG9lCnS4cWDulGT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1htMIaKOMS2zDAplKJUyJviLT0osq5u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container { background-color: transparent; background-image: none; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container > .video-iframe-container { display: none; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row > .video-iframe-container { display: none; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .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); }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container { border-width: 0; border-radius: 0; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:27.5rem;width:75rem;position:relative;display:block; }#AO8ZJQbwcUFqgmi7dkV11M0kQ8JsfxWo { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WDgQtTiuBpwtOPW5FCI6BcKJV7RRe197 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.0620517730712rem;left:38.437503814698rem;height:3.825rem;text-align:left;text-align-last:left;display:block; }
#Fy3a5AK1aBpWR1efiRa8WDDNAtWpdcXZ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7495625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.203111648559rem;left:38.437503814698rem;display:block; }
#fr2hZK5qTmkZbNGJd0BZbhvAdvbzpkMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.74956875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3741340637207rem;left:65.625rem;display:block; }
#PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:0rem;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) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #BP3LrxrwGAou1A03EF9W15BTa5oL9zXi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roaM6WlG2r373zAPQOhGVWe4W6BaRE6F { display:block; }#roaM6WlG2r373zAPQOhGVWe4W6BaRE6F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP3XXA3c7P4SEFRipQn3u9TS0Unds3Uc { top:0.4375rem;left:0rem;width:24.8125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeQ6ByXUg9wh46BqUNPQyK3Zer1odn7X { top:2.375rem;left:0rem;width:30.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:block; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:35rem;height:52.5rem;top:3.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx94E285bDqWM8IwaDATiWqGf87RDnyh { top:7rem;left:0rem;width:35.875rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzBhFTLT3427QNHTliF44wx3FvwLF38 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN64NWMmvhKvdRJudPxu41UQetrTeoMi { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { top:16.9375rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exdBPXT1Q8HaTCisP5ZA3VTuTAR3seIP { top:21.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OExGaDORz7pVBsWpvxJtpJUeM7d2d734 { 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) { #MXTAawzv6kbZ1uQqiLeQutZVzAAoCppX { 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) { #hKcmDy9phPWfbX2xn36yh7hwn1Kazcki { top:24.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8JMeOlpeElQPWy2hsqrT4H0VGUNCCOp { 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) { #ZrFa8dTk65LLkaSBtTTMClwIzWKClA98 { top:27.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWG8BpKCqaaHz4BohbQxLaxbqd5zAppN { 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) { #nwHe5yCNxS1zJphWu4MpJBC2NPpXH2xy { top:30.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKOHvRMkBQeSh22y4figrMzNy1asfOAS { top:33.6875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seD7PHEXidZzL9UtxRKidXiD9LWf6PF7 { top:5.25rem;left:16.3125rem;width:31.4375rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl3cqJCH0m6tpp3JvzNfpT9J38NalsR9 { top:33.6875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk { display:none; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F3oAx0KCQw2U6qyKcuixmWtT9PQSbZyM { width:35rem;height:55.4375rem;top:3.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOwxXvp7VsEPFScf8iT9BkPhwZVpUUko { top:7rem;left:0rem;width:35.875rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbd3PFdhEvGGWT9UqLscqOxHsbTtNN5 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhHxQiFg6W5vzG7yVMC5DReH0UIt3gOH { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ro76T5vIc2RvFMmiAWDkUGLJITSqbV { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHXlQAq6GFqF1MlcVJMRHe3VDQ42D8t { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZcCGWbU5IS14cGBfl71nxc4CAXZPrw3 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwgui42XTN2TTpLauyMLhRaQnI8RdDN5 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRR6lhZic2tMqbi5gXow8OJXfe6IWqkA { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itlnRvFbWanMUXiyEBVopULH8y2LwJb0 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRA71dSU9mkEZ1H0Ea82xLGRHiEN4UA4 { top:16.9375rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0yICEot9Sb7BwIX3Ec3UD1FWQOppC8 { top:21.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWe58XIZnI3Hy7WVOJuUeIRTz9P4LINh { 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) { #IFTqU9sOB5oAfz5bbp7DPgf0VUpUrLan { 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) { #fn7ZQU9iGfUpf3sJ7DsWdLZ04hxtRukw { top:24.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTM82QDTDHadVacqQliiIKRd6dRqarAH { 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) { #N0f1zD0DmkTgV4f1WT1vsxEcJWAf7TwT { top:27.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvUL0954qIfEhaaOboOvpnQPTTGyGDU5 { 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) { #TDNCkwVqzbbKwHDReBJIolcPsLcIVFtC { top:30.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP33pEHIhLRotoZEHekD7mJyCSlDLUrX { top:33.6875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUEq1aTxka7hStehlmJZTLwK0Lw9Cin4 { top:5.25rem;left:16.3125rem;width:31.4375rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVbDkafTiGkddFfzbmWfua7EFgoqR61D { top:33.6875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAiNy0p1yPT50bVl8H8178T9AmTvd6F { display:block; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gU86sI9VoEOyoHUM3hrICllhW0lNvlFe { top:6.25rem;left:0rem;width:39.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSwfcHVWPSNpJ3DtNmiqPFZsw5nQZ2fT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5ehNusBAGTBkxfIXD8zowPFGnPK5bP { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6gTFdNOXmb8lQLUDOtFNEoAuG1ex6TA { top:30.625rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCHU03KWHlhUlfdQFakJidy2tasHDdKl { top:30.625rem;left:8.25rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcfpPUFqLcLvTKARyPyO9GOyp2oeie3 { top:8rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gep5DaCeEkxpis4dfkZUgKTpWd6eGGwd { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsxxr5CV7Uzn6eXsBSfaGiibtQ1tKAws { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJoGqTOktKKWMpXc9Wl4ZBbKhRlQTV2a { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0JpE7XLDQAGpnf9GH8tWssLf474RSQC { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJTzn9RJurhBI7ZASd4sTvtQURON349 { display:block; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv8fIEiR3ImqNAuIXSG7Zk1tauRoMDG1 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFcRQF24TX9HaEEIyfaf2eiVfB0iCUKa { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCdzV2IpRJKH0ynkkgSFt70AvJQot8ac { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kndRXbRsnT9GREMs47uCTcgtTku47mPA { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBWbB3wAVVds63gfVycxmtR3RRpQu6U { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilETDwmcdiFku9G9Fy9Pup2gacuo4BU { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQZWUTrHC3ELRsFxmr1FhgT87A352CPO { width:0.5rem;height:9.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqDX0yXSpeB083spQsyLM0CT5wJZI9rn { top:17.4375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEodoZuHBOzrD2nqTDQoCNxGS0NUykbs { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHKIrcDV8lnpanTgw4s7ll33L6hks27 { display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { width:37.5rem;height:18.75rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0atUKfWZhW9dJLevmf9TMK9goDH0gHX { top:19.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNIvqAyibJQGJ86g4EhTWoQQpqlQIhSX { 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) { #MNJulwbinnPhIiVDkUDJHLfb2AyEIqJO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIWd1ApficL5HUEK9McsPdgXAzmQTpvF { width:37.5rem;height:18.75rem;top:15.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAChGuOG8LBaSgzEv9cZGJaOOqsAE9bV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCsw2DC94tsW2XVIazKLNDrInUGqpNJ { top:19.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaeMcvx7LE1S00dBENLGwTT9VqgBRDax { 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) { #rPTSA0I2KziEMEINnoHfTv3t56Lw3f2S { width:37.5rem;height:18.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKOSQXIqKiRDwB6UwopmghuzSsF5MDMq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQuBWnQQJDVI9fTTHGSGBnv8UXMfuLK { top:38.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhdPnmLTwRHPmo9q3kMkVrD5VmwhlQF7 { 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) { #pl6ZUNmEaiLPs1WxINe6O86gUWOaU3AN { width:37.5rem;height:18.75rem;top:34.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGNcmeXaI3xgWEc2OJdH3tNniqcV69T { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOnRWTlzkKSeMUTNdM19onRvwHOXlA3 { 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) { #h6dq6EfhitJi1vFoeK1QdBexqWkUHMJo { top:38.625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { top:15.8125rem;left:18rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { 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) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { top:18.125rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { 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) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { 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) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { 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) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:45.625rem;height:37.5rem;top:13.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONC0TCEae0ty9oIcTiN6doGpd2ZR6UOQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZmWx15ptTbOHiJUb3ODIVF5ElnVa6JN { display:block; }
 }@media only screen and (max-width: 763px) { #WtQ5MPZfbVk9iudKZ2mb5rKGy8W4KiQ7 { top:35rem;left:18rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew0PiQZNDwCn7iWkTcRBsrUyWfvNmib4 { top:15.8125rem;left:41.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3wpFMxrzhFbnttkqEXsz0xLKWhMQqA { top:35rem;left:41.6875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { display:block; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { top:7.4375rem;left:0rem;width:35.9375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { top:8rem;left:11.1875rem;width:36.5625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block; }
 }@media only screen and (max-width: 763px) { #PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s { display:block; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwaP28Lgz4vGtbbl1OyshR6JvSVic4Zx { width:2.75rem;height:2.75rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np0UDLSytxkM8OZPrCEg9Oah5GNgmDec { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyIZvSts8RxcDwqsU6EHaTQKlP6r0rcN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFv0pw2dOZp2bTPuDtQ0i0Mv7eIdwQ0v { width:47.75rem;height:21.375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAKxlbB6emdwTyxQshdwL4f7JWRxQqJ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccWbFlIq9tqDSac3AowUntcdISiqGw6W { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9JBy9LaVGDgeDMB6RD1N5fgCdnHsMN { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yet3aMxxXq8smRE7RMBpw1qMBDaZHIvn { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCsFUdNZWcIDb5zoaggAMwS2KDAMTMOv { width:47.75rem;height:21.375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGgVaFGWlrKFctXXm0FMn4Ofgp7ESTT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1aCPIn4OXL8VzpSWD5tbpxSswKRiMTh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnTSlHPgFDmC5cd9U0TKETvpHbEwsnC { width:2.75rem;height:2.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6asVwUAvHdASQ81soMzbJKoKOBfW7g { width:47.75rem;height:21.375rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQkoNEJTIy4VXsDpKSwvExUEWVOUU3J { width:2.75rem;height:2.75rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OswMrM7siTZi7JrHvTuRBT4hXPKPZKrT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1f3AoiLZJCD4nbrwtcvIibUsyvwJlp4 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #DdhNPipQRRxhuepsRAiQQE0vNNkUakxt {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #k8FLOLAGrP1f2tXtGF2AV503LLDtGlQC {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #hlaGczmUUdW8W7gTKL3lech0U9K7QuHL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #BdpBXRzrSBG82DOZs0U6zMFCUnq014Ny {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #EF1vQKHoyKLLTKrikdQdMNZTbxx4bCuE {  }
 }@media only screen and (max-width: 763px) { #eCqEq5s4yS1z6onts1xqpaqL56Xsm4K3 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbUlXKlg7JvP67TGGG9lCnS4cWDulGT6 { display:block; }
 }@media only screen and (max-width: 763px) { #c1htMIaKOMS2zDAplKJUyJviLT0osq5u { display:none; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AO8ZJQbwcUFqgmi7dkV11M0kQ8JsfxWo { top:7.375rem;left:0rem;width:35.9375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDgQtTiuBpwtOPW5FCI6BcKJV7RRe197 { top:8rem;left:11.1875rem;width:36.5625rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3a5AK1aBpWR1efiRa8WDDNAtWpdcXZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2hZK5qTmkZbNGJd0BZbhvAdvbzpkMg { display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { 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) { #PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa { position:relative;z-index:auto;display:block; }#PJO5TMFXkDCoIeeGDvOBTyAA25w6INZa > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDgmWWabpXtB9Irt0BH4Xz6fTVKT7y8w { width:12.75rem;height:3.75rem;top:7.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdnlK7rNAE0sTmkattdzUXT1POrBnbK { display:block; }
 }@media only screen and (max-width: 763px) { #BP3LrxrwGAou1A03EF9W15BTa5oL9zXi { width:20rem;height:5.6rem;top:1.5239582061768rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roaM6WlG2r373zAPQOhGVWe4W6BaRE6F { display:none; }#roaM6WlG2r373zAPQOhGVWe4W6BaRE6F > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LP3XXA3c7P4SEFRipQn3u9TS0Unds3Uc { width:20rem;height:3.3984375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeQ6ByXUg9wh46BqUNPQyK3Zer1odn7X { width:20rem;height:2.548825rem;top:5.9rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 { display:none; }#OPBX23WuMyJmeEac3bl2PM34mPa0XeA2 > .row .container { width:20rem;height:113.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KKRcUMJeKGZ4lRrUmathfXPZzipu72aK { width:20rem;height:56.5625rem;top:16.157291412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx94E285bDqWM8IwaDATiWqGf87RDnyh { width:20rem;height:4.8rem;top:1.88671875rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hA4Jk82Nz5BWHbvR7Ec7llPSllvO03V5 { width:0.5rem;height:31.25rem;top:49.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQopg5H5QOovLf0Qiz7lzl9TFHdM2ikn { width:0.5rem;height:31.25rem;top:114.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS9s29AHxJnmGUA997BmsVGvvMz6DDvf { width:0.5rem;height:31.25rem;top:244.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8xSRFDOZ8JIzrZp1mfA8nMIOX8xW0nG { width:0.5rem;height:31.25rem;top:179.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lf5HGFhNJmFs5FuRysK82A0QKwZ5E3bf { width:0.5rem;height:31.25rem;top:82.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEs2yZMSJblxEKSQUbygB1AOXuf21ZhB { width:0.5rem;height:31.25rem;top:147.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIzBhFTLT3427QNHTliF44wx3FvwLF38 { width:0.5rem;height:31.25rem;top:212.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gN64NWMmvhKvdRJudPxu41UQetrTeoMi { width:0.5rem;height:31.25rem;top:277.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPHbkI5e6lgXlTJpLakiqbOTEHfo7W4L { width:20rem;height:6.8rem;top:7.4345703125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exdBPXT1Q8HaTCisP5ZA3VTuTAR3seIP { display:flex;width:2.125rem;height:2.125rem;top:47.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #OExGaDORz7pVBsWpvxJtpJUeM7d2d734 { width:20rem;height:1.59375rem;top:76.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXTAawzv6kbZ1uQqiLeQutZVzAAoCppX { width:20rem;height:1.59375rem;top:83rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKcmDy9phPWfbX2xn36yh7hwn1Kazcki { display:flex;width:2.125rem;height:2.125rem;top:79.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #s8JMeOlpeElQPWy2hsqrT4H0VGUNCCOp { width:20rem;height:1.59375rem;top:89.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrFa8dTk65LLkaSBtTTMClwIzWKClA98 { display:flex;width:2.125rem;height:2.125rem;top:85.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #hWG8BpKCqaaHz4BohbQxLaxbqd5zAppN { width:20rem;height:1.59375rem;top:95.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwHe5yCNxS1zJphWu4MpJBC2NPpXH2xy { display:flex;width:2.125rem;height:2.125rem;top:92.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #OKOHvRMkBQeSh22y4figrMzNy1asfOAS { width:5.375rem;height:5.375rem;top:98.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seD7PHEXidZzL9UtxRKidXiD9LWf6PF7 { width:18.25rem;height:54.4375rem;top:16.78125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl3cqJCH0m6tpp3JvzNfpT9J38NalsR9 { width:5.5625rem;height:5.5625rem;top:104.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk { background-color:transparent;background-image: -webkit-linear-gradient(289deg, #484848, #1a1a1a);background-image: -moz-linear-gradient(289deg, #484848, #1a1a1a);background-image: -ms-linear-gradient(289deg, #484848, #1a1a1a);background-image: -o-linear-gradient(289deg, #484848, #1a1a1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#1a1a1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#1a1a1a' );";background-image: linear-gradient(289deg, #484848, #1a1a1a);background-size:cover !important;display:block; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container { background-color: transparent; background-image: none; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container > .video-iframe-container { display: none; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row > .video-iframe-container { display: none; }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .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); }#SdlNPlwdnrhBA2zGz4I38LolD3aKV0mk > .row .container { width:20rem;height:113.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3oAx0KCQw2U6qyKcuixmWtT9PQSbZyM { width:20rem;height:56.5625rem;top:16.157291412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOwxXvp7VsEPFScf8iT9BkPhwZVpUUko { width:20rem;height:4.798825rem;top:1.88671875rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBbd3PFdhEvGGWT9UqLscqOxHsbTtNN5 { width:0.5rem;height:31.25rem;top:49.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhHxQiFg6W5vzG7yVMC5DReH0UIt3gOH { width:0.5rem;height:31.25rem;top:114.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8ro76T5vIc2RvFMmiAWDkUGLJITSqbV { width:0.5rem;height:31.25rem;top:244.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTHXlQAq6GFqF1MlcVJMRHe3VDQ42D8t { width:0.5rem;height:31.25rem;top:179.71975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZcCGWbU5IS14cGBfl71nxc4CAXZPrw3 { width:0.5rem;height:31.25rem;top:82.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwgui42XTN2TTpLauyMLhRaQnI8RdDN5 { width:0.5rem;height:31.25rem;top:147.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRR6lhZic2tMqbi5gXow8OJXfe6IWqkA { width:0.5rem;height:31.25rem;top:212.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #itlnRvFbWanMUXiyEBVopULH8y2LwJb0 { width:0.5rem;height:31.25rem;top:277.21975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRA71dSU9mkEZ1H0Ea82xLGRHiEN4UA4 { width:20rem;height:6.796875rem;top:7.4345703125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP0yICEot9Sb7BwIX3Ec3UD1FWQOppC8 { display:flex;width:2.125rem;height:2.125rem;top:47.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #cWe58XIZnI3Hy7WVOJuUeIRTz9P4LINh { width:20rem;height:1.59375rem;top:76.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFTqU9sOB5oAfz5bbp7DPgf0VUpUrLan { width:20rem;height:1.59375rem;top:83rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fn7ZQU9iGfUpf3sJ7DsWdLZ04hxtRukw { display:flex;width:2.125rem;height:2.125rem;top:79.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #dTM82QDTDHadVacqQliiIKRd6dRqarAH { width:20rem;height:1.59375rem;top:89.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0f1zD0DmkTgV4f1WT1vsxEcJWAf7TwT { display:flex;width:2.125rem;height:2.125rem;top:85.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #LvUL0954qIfEhaaOboOvpnQPTTGyGDU5 { width:20rem;height:1.59375rem;top:95.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDNCkwVqzbbKwHDReBJIolcPsLcIVFtC { display:flex;width:2.125rem;height:2.125rem;top:92.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SP33pEHIhLRotoZEHekD7mJyCSlDLUrX { width:5.375rem;height:5.375rem;top:98.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUEq1aTxka7hStehlmJZTLwK0Lw9Cin4 { width:18.25rem;height:54.4375rem;top:16.78125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVbDkafTiGkddFfzbmWfua7EFgoqR61D { width:5.5625rem;height:5.5625rem;top:104.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAiNy0p1yPT50bVl8H8178T9AmTvd6F { display:block; }#QeAiNy0p1yPT50bVl8H8178T9AmTvd6F > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gU86sI9VoEOyoHUM3hrICllhW0lNvlFe { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSwfcHVWPSNpJ3DtNmiqPFZsw5nQZ2fT { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5ehNusBAGTBkxfIXD8zowPFGnPK5bP { width:20rem;height:27.18753125rem;top:8.249025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6gTFdNOXmb8lQLUDOtFNEoAuG1ex6TA { width:9.25rem;height:9.9375rem;top:59.089630126953rem;left:9.874132454395rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #wCHU03KWHlhUlfdQFakJidy2tasHDdKl { width:10rem;height:9.8125rem;top:59.091800689698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcfpPUFqLcLvTKARyPyO9GOyp2oeie3 { width:20rem;height:20rem;top:39.159072875976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gep5DaCeEkxpis4dfkZUgKTpWd6eGGwd { width:0.5rem;height:31.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hsxxr5CV7Uzn6eXsBSfaGiibtQ1tKAws { width:0.5rem;height:31.25rem;top:0rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJoGqTOktKKWMpXc9Wl4ZBbKhRlQTV2a { width:0.5rem;height:31.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0JpE7XLDQAGpnf9GH8tWssLf474RSQC { width:0.5rem;height:31.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMJTzn9RJurhBI7ZASd4sTvtQURON349 { display:block; }#IMJTzn9RJurhBI7ZASd4sTvtQURON349 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sv8fIEiR3ImqNAuIXSG7Zk1tauRoMDG1 { width:20rem;height:48.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFcRQF24TX9HaEEIyfaf2eiVfB0iCUKa { width:17.5rem;height:6.796875rem;top:33.873699665069rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCdzV2IpRJKH0ynkkgSFt70AvJQot8ac { width:17.5rem;height:2.79980625rem;top:13.625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kndRXbRsnT9GREMs47uCTcgtTku47mPA { width:0.5rem;height:9.375rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBWbB3wAVVds63gfVycxmtR3RRpQu6U { width:0.5rem;height:9.375rem;top:3.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilETDwmcdiFku9G9Fy9Pup2gacuo4BU { width:0.5rem;height:9.375rem;top:3.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQZWUTrHC3ELRsFxmr1FhgT87A352CPO { width:0.5rem;height:9.375rem;top:3.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqDX0yXSpeB083spQsyLM0CT5wJZI9rn { width:12.5rem;height:12.5rem;top:18.598082065582rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEodoZuHBOzrD2nqTDQoCNxGS0NUykbs { width:12.7495625rem;height:3.75rem;top:42.623697757721rem;left:3.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHKIrcDV8lnpanTgw4s7ll33L6hks27 { display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmS5cbnr68WvJGxsAMeJBs3LmfZf70xX { width:20rem;height:16.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0atUKfWZhW9dJLevmf9TMK9goDH0gHX { display:flex;width:2.125rem;height:2.125rem;top:10.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MNIvqAyibJQGJ86g4EhTWoQQpqlQIhSX { width:17.5rem;height:5.0996125rem;top:13.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MNJulwbinnPhIiVDkUDJHLfb2AyEIqJO { width:17.5rem;height:5.09765625rem;top:18.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIWd1ApficL5HUEK9McsPdgXAzmQTpvF { width:20rem;height:16.25rem;top:26.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAChGuOG8LBaSgzEv9cZGJaOOqsAE9bV { width:17.5rem;height:5.09765625rem;top:36.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGCsw2DC94tsW2XVIazKLNDrInUGqpNJ { display:flex;width:2.125rem;height:2.125rem;top:27.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GaeMcvx7LE1S00dBENLGwTT9VqgBRDax { width:17.5rem;height:5.0996125rem;top:31rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSA0I2KziEMEINnoHfTv3t56Lw3f2S { width:20rem;height:16.25rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKOSQXIqKiRDwB6UwopmghuzSsF5MDMq { width:17.5rem;height:5.09765625rem;top:52.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zwQuBWnQQJDVI9fTTHGSGBnv8UXMfuLK { display:flex;width:2.125rem;height:2.125rem;top:46.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BhdPnmLTwRHPmo9q3kMkVrD5VmwhlQF7 { width:17.5rem;height:2.54980625rem;top:49.75rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pl6ZUNmEaiLPs1WxINe6O86gUWOaU3AN { width:20rem;height:18.1875rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGNcmeXaI3xgWEc2OJdH3tNniqcV69T { width:17.5rem;height:6.796875rem;top:72rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVOnRWTlzkKSeMUTNdM19onRvwHOXlA3 { width:17.5rem;height:5.0996125rem;top:66.875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6dq6EfhitJi1vFoeK1QdBexqWkUHMJo { display:flex;width:2.125rem;height:2.125rem;top:63.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { width:20rem;height:1.7rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:20.749025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:33.249025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:45.749025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:8.249025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu { display:block; }#eM6UIN8cHA2TzXkq1IKAsW2MeLGM0qIu > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdpRD2P9DgmOBE3K3gLiGSfBK4z30lyG { display:flex;width:2.125rem;height:2.125rem;top:36rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NWFGTprcRDwFVzqI3T92IrMbLhWueU63 { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu6eaQ8yOUIdVPxROUMuGFZiVFQPBEM { width:17.5rem;height:5.09765625rem;top:41rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADFfEaHR0TFtcbsE4zVOuy9wRcct9zs1 { width:20rem;height:1.7rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3Odph5L0AxKa17TnCLmiRQw5khD6FXQ { width:20rem;height:5.5996125rem;top:6.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwnEOigQUsDwtiqHeJoFlfLT9JJu20CI { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2Q9ILTLeldK3V5mkBWQqCL9SyTHueSC { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDeGB3JnLwLhC3ntpseMyl6xTqlK97WB { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kb2Pr1SbIkEkd4RexIGCuPdMOlFl1nrm { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfQkkvBGQVOSSStVeamne05wUgWkJMA6 { width:17.5rem;height:3.3984375rem;top:67rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U5L7WwXpR1TKN1tE8PQTJATviD18lScA { width:17.5rem;height:2.54980625rem;top:64.0625rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWAziKqPLw2UyGBIbNvQH1W5TFx5KMGE { width:17.5rem;height:3.3984375rem;top:78.3125rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWk2nfiC2yzrJ5ffPzPf37vOvMuieiOg { width:17.5rem;height:2.54980625rem;top:75.375rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EelXTlci9nzhzwLq5Z6sVeLWG2I7bN32 { width:17.5rem;height:5.09765625rem;top:53.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrSE6Zl2683vu06qB8OQXzlzk8MX8W0V { width:17.5rem;height:2.54980625rem;top:50.875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdActzWVkNcTEsFvxg7N2qC4TL1aM2ZV { width:20rem;height:11.89453125rem;top:12.986328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngrGXDRoNkHfIDT3wchbkXdMBkzhnuWc { width:20rem;height:51.311875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONC0TCEae0ty9oIcTiN6doGpd2ZR6UOQ { width:12.75rem;height:3.75rem;top:27.954646587372rem;left:3.7803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZmWx15ptTbOHiJUb3ODIVF5ElnVa6JN { display:block; }
 }@media only screen and (max-width: 763px) { #WtQ5MPZfbVk9iudKZ2mb5rKGy8W4KiQ7 { display:flex;width:2.125rem;height:2.125rem;top:62rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ew0PiQZNDwCn7iWkTcRBsrUyWfvNmib4 { display:flex;width:2.125rem;height:2.125rem;top:48.8125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Ty3wpFMxrzhFbnttkqEXsz0xLKWhMQqA { display:flex;width:2.125rem;height:2.125rem;top:73.3125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 { display:block; }#tgIXcMqv9ZZDdlyvo77RZDUlsBFTLJQ6 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyulRsGSA9bvNkhoSpCy4HgDoF9ma92x { width:20rem;height:9.597625rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsf61mwGTw7yIePEF3qrqztmZ4Q5u3V0 { width:20rem;height:7.6484375rem;top:14.135200977326rem;left:0rem;font-size:1.125rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uBm2cg536gZdDRpTbaiQgxpHtlrfRDDG { width:12.7495625rem;height:3.75rem;top:24.082031726837rem;left:3.6241319775581rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xsXhtVUPK9yGSldaBKyggBbqlSy9Dtl6 { display:block; }
 }@media only screen and (max-width: 763px) { #PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s { display:block; }#PExJ9tvnZUzgT8AWvTJDwAnCNmSIkT5s > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwaP28Lgz4vGtbbl1OyshR6JvSVic4Zx { display:flex;width:2.75rem;height:2.75rem;top:3.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Np0UDLSytxkM8OZPrCEg9Oah5GNgmDec { width:17.5rem;height:17.848625rem;top:6.25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uyIZvSts8RxcDwqsU6EHaTQKlP6r0rcN { width:17.5rem;height:1.48730625rem;top:24.0966796875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFv0pw2dOZp2bTPuDtQ0i0Mv7eIdwQ0v { width:20rem;height:26.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAKxlbB6emdwTyxQshdwL4f7JWRxQqJ { width:0.5rem;height:9.375rem;top:28.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccWbFlIq9tqDSac3AowUntcdISiqGw6W { width:0.5rem;height:9.375rem;top:39.375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ET9JBy9LaVGDgeDMB6RD1N5fgCdnHsMN { width:0.5rem;height:9.375rem;top:50rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yet3aMxxXq8smRE7RMBpw1qMBDaZHIvn { width:0.5rem;height:9.375rem;top:60.625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCsFUdNZWcIDb5zoaggAMwS2KDAMTMOv { width:20rem;height:25.3125rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSGgVaFGWlrKFctXXm0FMn4Ofgp7ESTT { width:17.4375rem;height:17.848625rem;top:32.9814453125rem;left:1.28125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G1aCPIn4OXL8VzpSWD5tbpxSswKRiMTh { width:14.4375rem;height:1.48730625rem;top:50.828125rem;left:1.28125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qSnTSlHPgFDmC5cd9U0TKETvpHbEwsnC { display:flex;width:2.75rem;height:2.75rem;top:30.2939453125rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #Tf6asVwUAvHdASQ81soMzbJKoKOBfW7g { width:20rem;height:21.375rem;top:56.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQkoNEJTIy4VXsDpKSwvExUEWVOUU3J { display:flex;width:2.75rem;height:2.75rem;top:59.5rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #OswMrM7siTZi7JrHvTuRBT4hXPKPZKrT { width:17.625rem;height:7.65rem;top:62.25rem;left:1.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1f3AoiLZJCD4nbrwtcvIibUsyvwJlp4 { width:13.0625rem;height:1.48730625rem;top:70.875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { width:20rem;height:3.3984375rem;top:9.8496125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:20rem;height:0.5rem;top:8.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:20rem;top:16.164315223694rem;left:0rem;gap:2.5rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #DdhNPipQRRxhuepsRAiQQE0vNNkUakxt {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #k8FLOLAGrP1f2tXtGF2AV503LLDtGlQC {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #hlaGczmUUdW8W7gTKL3lech0U9K7QuHL {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #BdpBXRzrSBG82DOZs0U6zMFCUnq014Ny {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #EF1vQKHoyKLLTKrikdQdMNZTbxx4bCuE {  }
 }@media only screen and (max-width: 763px) { #eCqEq5s4yS1z6onts1xqpaqL56Xsm4K3 { width:12.7495625rem;height:3.75rem;top:56.494141578674rem;left:3.6241319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbUlXKlg7JvP67TGGG9lCnS4cWDulGT6 { display:block; }
 }@media only screen and (max-width: 763px) { #c1htMIaKOMS2zDAplKJUyJviLT0osq5u { display:block; }#c1htMIaKOMS2zDAplKJUyJviLT0osq5u > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO8ZJQbwcUFqgmi7dkV11M0kQ8JsfxWo { width:20rem;height:11.9970625rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDgQtTiuBpwtOPW5FCI6BcKJV7RRe197 { width:20rem;height:7.6484375rem;top:14.135200977326rem;left:0rem;font-size:1.125rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy3a5AK1aBpWR1efiRa8WDDNAtWpdcXZ { width:12.7495625rem;height:3.75rem;top:24.082031726837rem;left:3.6241319775581rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #fr2hZK5qTmkZbNGJd0BZbhvAdvbzpkMg { display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:9.375rem;height:2.74956875rem;top:5.698787689209rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:20rem;height:3.3984375rem;top:1.7990455627441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }