.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,233,217;--color-primary-1:255,180,128;--color-primary-2:255,105,0;--color-primary-3:128,53,0;--color-primary-4:38,16,0;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Anton";--paragraphs-font-family:"Barlow"; }@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); }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container { background-color: transparent; background-image: none; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container > .video-iframe-container { display: none; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row > .video-iframe-container { display: none; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .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); }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container { border-width: 0; border-radius: 0; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#KOFyF1LQbSPDJwbHhZZU2LUuS61wQkvA { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4370125rem;width:11.93625rem;top:1.5625rem;left:0.5rem;overflow:hidden;display:block; }
#L2vsiKzyssKvusfltLuIT4VTLACtcMJZ { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:2.74956875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.9375rem;left:56.25rem;display:block; }
#daTzpw9CZqASdkK95AZUTl0pQHTGRGTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4c72f36-958e-443c-89d3-b0892deec84b/G2MotorsportsParkMarch2026206.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.26); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.26); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ge2C7cJ6yvWbd5ZLoAWBg7vdUTywKsqm { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:anton;font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.66);top:22.5625rem;left:0.8125rem;height:4.6308625rem;font-style:normal;display:block; }
#s54ItOGc0wF3S6FkURHPMt8tyg0FlmzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:47.87475rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.66);top:26.625rem;left:0.8125rem;height:1.625rem;font-style:normal;display:block; }
#rp2XRMOWQ6sL1gUPhhAKGbowIn3OFGnW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8745rem;width:6.8745rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.5rem;left:0rem; }
#pFxAoqK1KikgCic2XEci9CiW5pLKPlHg { color:#ffd900;display:block;width:20.31225rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.25rem;left:6.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#fgAa8JcPPJavcgutNKnD5UDgdfI0yA56 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:anton;font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.66);top:28.625rem;left:0.8125rem;height:4.6308625rem;font-style:normal;display:none; }
#rZmoAxMzzPp7Vfr4O63BWZwdEDCWO00T { color:rgba(var(--color-tertiary-0),1);display:block;width:47.87475rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.8125rem;height:1.625rem;font-style:normal;display:none; }
#SoxE0LrrclsT6y7SmfwTXxx9FOt4WKlh { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:2.74956875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.4375rem;left:0.8125rem;display:block; }
#uwPFnrsM60H1JHoH2oPt04AbpFbysN7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container { background-color: transparent; background-image: none; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container > .video-iframe-container { display: none; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row > .video-iframe-container { display: none; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .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); }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container { border-width: 0; border-radius: 0; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#pxVmaScUy9vAkQi24k2A3tbvbVXowbVw { position:absolute;display:block;z-index:15001;height:17.9375rem;width:32.125rem;top:18.4375rem;left:2.8125rem;display:block; }
#rp1dk0gsP7oEdcJuGsJMPvTc7ySUyxgz { color:rgba(var(--color-secondary-2),1);display:block;width:17.625rem;position:absolute;font-family:anton;font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:39.375rem;height:5.76855625rem;text-align:left;text-align-last:left;display:block; }
#pI7yspBXdJi1kG0hxgsLx1E7HBG6CLbS { color:#ff6900;display:block;width:16.6875rem;position:absolute;font-family:anton;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:39.375rem;height:3.0874rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AdFyc2Igd2EPGmG8eiSzDbO8IW2ECO20 { color:rgba(var(--color-secondary-2),1);display:block;width:32.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:11.9375rem;left:39.375rem;height:3.5rem;display:block; }
#cnUxe46WaVETlct9NiLmNU5Nw4VSyLVd { color:rgba(var(--color-secondary-2),1);display:block;width:29.937rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.3125rem;left:39.375rem;height:15rem;font-style:normal;display:block; }
#lCVmMpZbbhGAyK3eGKWZpDqvyTGbzkPQ { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:2.74956875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.625rem;left:39.0625rem;display:block; }
#ar8dNqVsEpylvnNkJbDKluTSgPer4mV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRaKlmxROxgTWlhNuH70yfJQWE4XtoZ3 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:2.25rem;left:2.8125rem;overflow:hidden;display:block; }
#AVcT6LewN9NA5awIvefdT4Q0GPIXBq8o { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:2.25rem;left:19.0625rem;overflow:hidden;display:block; }
#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container { background-color: transparent; background-image: none; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container > .video-iframe-container { display: none; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row > .video-iframe-container { display: none; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .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); }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container { border-width: 0; border-radius: 0; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#M6uwf9h16DOTHpS8gpNJ8wbh2N31kRAz { position:absolute;display:block;z-index:15001;height:18rem;width:32.25rem;top:18.1875rem;left:38.625rem;display:block; }
#wFrvNMCuLfqa045TZUfTQvakuyvHJC89 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485625rem;position:absolute;font-family:anton;font-size:4.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:4.125rem;height:6.01236875rem;display:block; }
#Doi7OkuLGtqhs9PGrwHcWylUfDkyrDH4 { color:rgba(var(--color-primary-2),1);display:block;width:27.374125rem;position:absolute;font-family:anton;font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:4.125rem;height:2.68115rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yzgR9CDL75owp2JyBk6HUzgUTPka9ArW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.125rem;height:4.875rem;display:block; }
#S4Cm0n0v2lIIJSpXwZKKw3POSfXBZmET { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5rem;left:4.125rem;height:13.125rem;display:block; }
#m6h5gz6htWsI1ZGXHLGdbLlFtKTQKTif { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:2.74956875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.0625rem;left:4.125rem;display:block; }
#Id8XMHNdvFwIr1GkZTF9kzb7F9HZ9Pa5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyM9CF5lv5sy17Q3GgCQ5Pdy06ZpxSgT { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:2.125rem;left:38.625rem;overflow:hidden;display:block; }
#azeS38TFvRWUlg67H53NKcPXtW5X9ExZ { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:2.125rem;left:55rem;overflow:hidden;display:block; }
#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);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; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container { background-color: transparent; background-image: none; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container > .video-iframe-container { display: none; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row > .video-iframe-container { display: none; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .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); }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container { border-width: 0; border-radius: 0; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#KVIEJdo3digybUXCu77bmXc9Fc0Xdkfl { box-sizing:content-box;height:4.3125rem;width:31.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:19.125rem;left:41.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
#NCxVnkNJazeC1qPiKUvVuI2plzN54nOH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.0625rem;height:5.0371125rem;display:block; }
#gNHlnVqn3pGQnMMpnIrNT7zh04ggD0bG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.24875rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.75rem;left:2.0625rem;height:5.19921875rem;display:block; }
#NZnWP7ROxBCvmx0xDTCnn8TAwd8z4OlL { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.75rem;left:42.875rem;height:3.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qkvyuX7hJkCZlRA9uuQNHvXcJ5ZyfUA9 { box-sizing:content-box;height:2.8125rem;width:29.4375rem;position:absolute;display:block;z-index:15021;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:2.0625rem;display:block; }
#I8FD2eh6HDsT5milxXlA5tzCQKM64OsR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.875rem;left:2.25rem;height:2.68115rem;display:block; }
#efJT7LZEuqB3EQTlnXEdKcidwPvDJgdP { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:31.1875rem;top:4rem;left:41.75rem;overflow:hidden;display:block; }
#U9WBXT17VT1O8FqxfAfVGNf5AiLep70P { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:2.74956875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.9375rem;left:2.0625rem;display:block; }
#bPETMEML1noktSBDTpmTiQbu2NK50lT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elkGvMOHXldUHu0RuTk0eypqIhhV7kqo { position:relative;display:block; } #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection *:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="text"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="email"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="tel"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection textarea:focus-visible { outline: none; } #elkGvMOHXldUHu0RuTk0eypqIhhV7kqo > .row .container { position:relative;display:block; }#BfThTliuaZNVmiO92pC0wSgrQ4unpgtT { position:relative;display:block; } #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection *:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="text"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="email"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="tel"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection textarea:focus-visible { outline: none; } #BfThTliuaZNVmiO92pC0wSgrQ4unpgtT > .row .container { position:relative;display:block; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk { position:relative;display:block; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk { background-color: transparent; background-image: none; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row .container > .video-iframe-container { display: none; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row > .video-iframe-container { display: none; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .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); }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk { border-width: 0; border-radius: 0; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem dotted rgba(var(--color-secondary-2),1);border-left:0.0625rem dotted rgba(var(--color-secondary-2),1);border-right:0.0625rem dotted rgba(var(--color-secondary-2),1);border-bottom:0.0625rem dotted rgba(var(--color-secondary-2),1);vertical-align:top; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-heading-text { display:block;position:relative;width:100%;font-family:barlow;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .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_5020a1a1baab2cd6bb498f5e0ee21730.svg");background-size:contain !important; }#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-trigger.adaptive-delivery-prevent-bg, #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-trigger.lazyload, #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-trigger.lazyloading { background-image: none; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X { box-sizing:content-box;height:auto;width:42.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.3125rem;left:1.375rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #FaRl0sZ9Tlf5rGZf6RZ6T9a2nFEGpql6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #bHgawN2KbWaDyFs5SBCyxmEEwaB4zoKa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #xzNvd3TedLNg6RbdCkR4f2fBFbPweavV { display:block;position:relative; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #kE2eWgR4eRean13MZS7OucMSSVuOJVCT {  }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #gWBvgSs7A3gyTMAGooOhVBqaIzTAxOAl {  }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #KrGhIuSdWOdbVipkvD7yJEETNV2UoqCE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #bWMNalqxLQs3t0iFfdbHZJ2svFXQmWGe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #DLZJDDvfOcOP0ACxMRK0404cZn9Tv3Hh { display:block;position:relative; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #cg08KMcivzLDVWnh2A3BSm4LWwA2gySf {  }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #mi5KsifL7p7rotDT2eNLw91z9keFoTLZ { display:none; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #ddVlIDAziMq6zNaXQIvidMDIUqVPuBwm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #vwMCMxOWxBSKRoNs7WPd1ZkLTmQg203O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #TyyG4bHgntOCS5AX75DREUf4VJE1hw0v { display:block;position:relative; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #GmLsRtHNu3Z6NDsAN1TB4TZG95TyU2wG {  }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #G08Ui72oq7iTd3rHFe4gKhuqlgVw6eeC { display:none; }
#wvHBy4Gr7EAqRbMb7gcEoNnKDZya3J5g { color:rgba(var(--color-secondary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;top:9.25rem;left:48.8125rem;height:8.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8353ae8c-25d0-479e-89da-1de6cd7b0c53/Untitleddesign49.svg");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; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz.adaptive-delivery-prevent-bg, #IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz.lazyload, #IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz.lazyloading { background-image: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container { background-color: transparent; background-image: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container > .video-iframe-container { display: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row > .video-iframe-container { display: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .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); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container { border-width: 0; border-radius: 0; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz::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; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#foOH0tEC3TShIUW9g0S2M6yVbi25OaQf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:400;z-index:15107;line-height:1.1;letter-spacing:0;top:2.6875rem;left:46.875rem;height:1.4433625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a1gMfT16NxdNl4Wr5KzpUxHwQGnBTlPH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:31.1875rem;left:9.25rem;height:4.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TWOTOKxu63GTMVZ0K7dXdTklNahzZ5wZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:39.625rem;left:9.1875rem;height:4.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UDIxdkOFxAflJJwJ3lgpaX9L6czqX9yH { box-sizing:content-box;height:7.3125rem;width:31.0625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:20.25rem;left:2.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#lgyD434GENo2zuSZKHqATRunkkOPbnHy { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:23rem;left:9.5625rem;height:3.375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#C7D6sN525k3LFztu2T1HiL920vXHwH4E { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:21.875rem;left:3.8125rem;overflow:hidden;display:block; }
#HIS4TDn9DeHdx5QWXnAGA1SZZy5irx2h { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:30.3125rem;left:3.625rem;overflow:hidden;display:block; }
#OUsh2roo1mRuoomu9w7PxuVmfp7CIPbx { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.4375rem;width:4.4375rem;top:38.8125rem;left:3.6875rem;overflow:hidden;display:block; }
#TWM6wdK41VsFa1mGHBEzmOBcq3HZeu0b { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:21.3125rem;left:15.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#RNG7ZA2obcnxJSGCy70TdMxTCQi8bi5f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:37.9375rem;left:15.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#nqSxllnmmKBoWN0U2ad7vVewdy44XwcJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:29.5rem;left:15.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#pDSJtOc1dFSE6qFdWMMNkLigvUbzeCu2 { position:absolute;display:block;z-index:15031;height:39.6875rem;width:23.6875rem;top:5.125rem;left:47.5625rem;display:block; }
#OAupUEGg4u0yeZsvu4ctwQCF7KFWhTdt { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15108;line-height:1;letter-spacing:0;top:2.375rem;left:2.75rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FI9WM9WMDL5OEXK484tTOcgTWSkLDAs9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:19.25rem;left:9.5rem; }
#hXZfylcuh4QELIMaRWQuiZHpyWtLmgtQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:27.5rem;left:9.25rem; }
#yNAuHNxim380euCALcpI6yMqaZ783Mk2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:36rem;left:9.1875rem; }
#zasNE4UF8uCtpB9nQZcItAZGbq314H4v { box-sizing:content-box;height:2.0625rem;width:25.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:46.5625rem;display:block; }
#gq6ffTN6QSDXxnWp33dwhkpvdVG5X74F { box-sizing:content-box;height:7.3125rem;width:31.0625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:28.8125rem;left:2.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#soib8c6CmX0WynPECNJd7ELqrfZbTZ0i { box-sizing:content-box;height:7.3125rem;width:31.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:37.375rem;left:2.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container { background-color: transparent; background-image: none; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container > .video-iframe-container { display: none; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row > .video-iframe-container { display: none; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .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); }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container { border-width: 0; border-radius: 0; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#w3N5J54mcQn6NeNzUTgsZHFAfbDcBZqL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:7.6875rem;left:1.5625rem;height:10.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wESlGtSfHKkxIBZELFktvIJDyMNzAMbC { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.5625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sk7oDHCO6ICfmkguBTOsKHGTlzlCR4Dy { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2498125rem;height:2.74956875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.221789121627rem;left:1.5625rem;display:block; }
#hcwQpsDxUBze4dUOAdvVnoHl1eUsBcnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5EAcvmyMRiA5v2bsb9OZUEOVJHqeJQ2 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:35.625rem;top:0.99826431274412rem;left:38.764110565186rem;overflow:hidden;display:block; }
#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76c50b78-2789-4ef2-899c-69b33f68f6ef/d82c1b52xtvideobg.svg");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; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC.adaptive-delivery-prevent-bg, #uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC.lazyload, #uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC.lazyloading { background-image: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container { background-color: transparent; background-image: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),1); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container > .video-iframe-container { display: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-1),1); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row > .video-iframe-container { display: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .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); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container { border-width: 0; border-radius: 0; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC::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; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#E2HyEUz8nDdiPHEMxvMZtQKBooJXkgBW { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.2493495941162rem;left:11.15625rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFIPPDNlQiJTx1qGVt6G36IQZnsnyObt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.625rem;left:11.25rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D0qX0Q4GEUa3Gmu0wEnmuDVyTVfRGxTX { box-sizing:content-box;height:29.125rem;width:6.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.9375rem;left:23.9375rem;display:block; }
#UGBZdTPzAcP0M6i4BahSNKBZ0M2dOdTa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:4.375rem;top:12.125rem;left:25rem;overflow:hidden;display:block; }
#MpbKpTS88wqSlUJQsPo6D2rDUDilJOaT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.1875rem;left:31.5625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVI52eqIVgT4ETJOIXhqNx9QKbGV9cl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:12.1875rem;left:40.0625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3QzF1F8tNb5KGMeUvmqd7z5twtRGTnB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.1875rem;left:48.4375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sgaa5Dvf3A0SvF0ZVgWe6ARUB4fkvRvf { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:"barlow condensed";font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.1875rem;left:56.375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzoKciKvGWQvG5c0CwltyS5FSscdtDU9 { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.8125rem;left:11.25rem;display:block; }
#lpJIvzbhZbzcVuZHsQ0AuMwGSUhEbvUN { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:19.25rem;left:11.25rem;display:block; }
#hZcM9S5gouZqZuz4MgqMyJthDv3TVRGX { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:22.75rem;left:11.25rem;display:block; }
#luMCCtPr1nZIb1OZQzkBgNx0xGUztxtR { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:26.125rem;left:11.25rem;display:block; }
#yGD9TKLkE3iluiKphVptWthapBwOlHkh { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:29.5rem;left:11.25rem;display:block; }
#OQpcqb9ixQb17id35d7wDZVQXJQ2pBkT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.0625rem;left:11.25rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AW1inshCqDBCag5vS3nDKqKG7VlZmFPn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:23rem;left:11.25rem;height:2.6123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsFxIoH9ToDBnsnS4XC3vG5sKJZsauDI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:26.375rem;left:11.25rem;height:2.6123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fHX84ED0FQJOFcigSVwRsU3d7tzKe1Il { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:29.8125rem;left:11.25rem;height:2.6123rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkPt7mXS5EuAV8N1SZ94LAmpmgkhdA6E { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:33rem;left:11.25rem;display:block; }
#oWEDRwtoPW3CdsTWXwxpbl4IT14p1VAc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:33.8125rem;left:11.25rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g0HPodwDa1xu65EyxzzboLMwTHda3tvD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:37.25rem;left:11.25rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3DwT6CTVNQ55V3TpPIbXFxpGpsN9qtN { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:block; }
#GGcfEw5EzTD12HImWZcnIynIMukg54sI { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:16.625rem;left:26.1875rem;overflow:hidden;display:block; }
#Fx49Px6G4HE5e0i8dNgeX16bZIHQkliL { 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:2rem;width:2rem;top:20rem;left:26.1875rem;overflow:hidden;display:block; }
#houmZa3TyV8el2LLK8QhKEIIp8v6TTi5 { position:absolute;display:block;z-index:15026;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:2rem;width:2rem;top:23.4375rem;left:26.1875rem;overflow:hidden;display:block; }
#E5O1elAX6t2byW9axSk5sTcKM3qzu2qV { position:absolute;display:block;z-index:15027;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:2rem;width:2rem;top:26.875rem;left:26.1875rem;overflow:hidden;display:block; }
#c1PdvXDQpTh8ipwNtXsEFWhmt1xhMzzX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:30.3125rem;left:26.1875rem;overflow:hidden;display:block; }
#cBUThWUDqMselzuXrV5VBgWh1vatvWA7 { position:absolute;display:block;z-index:15029;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:2rem;width:2rem;top:33.75rem;left:26.1875rem;overflow:hidden;display:block; }
#JpRVbS1Mq1uKEAJZIuSon0TXJtbaXnon { position:absolute;display:block;z-index:15030;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:2rem;width:2rem;top:37.1875rem;left:26.1875rem;overflow:hidden;display:block; }
#InPDRt8SIP98kzq71rUgVJwllJodbbVC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:16.75rem;left:34.1875rem;overflow:hidden;display:block; }
#T5Csc7cV5yXu12FMtaV15cugLIELdERh { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.25rem;left:34.1875rem;overflow:hidden;display:block; }
#V5NUTcu1KfHT48kzH0k06wOd7TTKFkLn { 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:1.5rem;width:1.5rem;top:23.6875rem;left:34.1875rem;overflow:hidden;display:block; }
#A0Nwc4KDxL2cP8TpQFd3AGiPpuKrNZvC { 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:1.5rem;width:1.5rem;top:30.5625rem;left:34.1875rem;overflow:hidden;display:block; }
#k0bllJ06sP7TinuiypzFQRGgD1HU8Fnl { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34rem;left:34.1875rem;overflow:hidden;display:block; }
#Lm4TuJKEPLFHreE7yJ6Uz9UtmiKFnFPD { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:37.4375rem;left:34.1875rem;overflow:hidden;display:block; }
#y3obAXIrThSrCysKZfATQNDTTNQlmQa9 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:16.75rem;left:42.6875rem;overflow:hidden;display:block; }
#pIULxXKbO53NU9fcdKneZg1S2cJbVR80 { 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:1.5rem;width:1.5rem;top:20.25rem;left:42.6875rem;overflow:hidden;display:block; }
#V1HD5ZQd6TJqEQnXzaBz1yunHemwkVXT { 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:1.5rem;width:1.5rem;top:23.6875rem;left:42.6875rem;overflow:hidden;display:block; }
#V3O7ApMNb7HHvSZR2xBUrA3OIyTx3IvD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34rem;left:42.6875rem;overflow:hidden;display:block; }
#pouhoFNG0c3okE8lOxafFk2HbWTvqdNP { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:37.4375rem;left:42.6875rem;overflow:hidden;display:block; }
#QeFEQ1aiadIOthfa7nlXieX3HGZtr6kJ { 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:1.5rem;width:1.5rem;top:16.75rem;left:51.0625rem;overflow:hidden;display:block; }
#O6tiRNGZP1T6sqOZm2s7enPlEr1fem9e { 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:1.5rem;width:1.5rem;top:16.75rem;left:59rem;overflow:hidden;display:block; }
#iPd2OUhv2pG6b5XnToiWxs2pax42A2HD { 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:1.5rem;width:1.5rem;top:27.125rem;left:51.0625rem;overflow:hidden;display:block; }
#OHoQR4eT0VCaUR6ZVn3a3520y22KfFqs { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:27.125rem;left:59rem;overflow:hidden;display:block; }
#ZovpzhM3TkzD49OZk8nOB7Srq6xaANxT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30.5625rem;left:59rem;overflow:hidden;display:block; }
#hUm6QcVgiFEEJsclcuCinyL7cyOCKScw { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34rem;left:51.0625rem;overflow:hidden;display:block; }
#tDlog4dvW1MatPVv0eGN5pv2DgXxxqtM { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:37.4375rem;left:51.0625rem;overflow:hidden;display:block; }
#eknl2lKuAo6vzvT4cxHw0kQxABfKtTO0 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:37.4375rem;left:59rem;overflow:hidden;display:block; }
#mpHTpNXOzJIIa116PakEzTQV5J3cgzJB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:27.125rem;left:34.1875rem;overflow:hidden;display:block; }
#LWRFuVOUlskhuRorTvcCBZay87GqSIKp { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:27.125rem;left:42.6875rem;overflow:hidden;display:block; }
#v0Eyu8aMTOAFWXskweUsEsTxcTrcrUfA { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30.5625rem;left:42.6875rem;overflow:hidden;display:block; }
#tKxFuVMbph9XuwSCD9i2AweWOMgiL4uy { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.25rem;left:51.0625rem;overflow:hidden;display:block; }
#Uc7oSko1c23f2f4wRH9PQOGQz2sbfrDi { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:23.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#DuoMxUmxOkJ29efLTlTU2GCLvJDZtOmU { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30.5625rem;left:51.0625rem;overflow:hidden;display:block; }
#LwHvlJn6WNt20kTwUmDdgfkcPbc1dlaJ { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:20.25rem;left:59rem;overflow:hidden;display:block; }
#UUe2s5ZbI2XwLJ0nI6BLolHvhCGgbfo7 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:23.6875rem;left:59rem;overflow:hidden;display:block; }
#ruPo48JCMXNx5DTcHscPhvxyqhZaScta { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34rem;left:59rem;overflow:hidden;display:block; }
#htTNt8adbaz6ssiEGIDym64J02W0fe3y { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:none; }
#zmNQErTLI7NkwfFJQZMZyTeJpwxyeUzD { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:none; }
#WiDmV732HfBcSrMWFCLvP5XQ3tscl2D8 { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:none; }
#LUkudy0XMWAz5OGD41lpiFT6cTKPnvHD { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:none; }
#CSOtUQwq9uOWqFKsrJVJi7mO1o0Kaqdk { box-sizing:content-box;height:0.0625rem;width:52.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:36.5rem;left:11.25rem;display:none; }
#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container { background-color: transparent; background-image: none; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container > .video-iframe-container { display: none; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row > .video-iframe-container { display: none; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .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); }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container { border-width: 0; border-radius: 0; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#zv7QtuvX2KqOr7wvnmn7t9wq3sFltU9i { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.5625rem;left:49.625rem;height:13.32425rem;text-align:right;text-align-last:right;display:block; }
#iQr82aix22qsL3L0QHraIcywXhMOscvE { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:32.875rem;left:49.3125rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto;color:#ffffff; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto;color:#ffffff; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .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_215531deaefa5a7b9f78bb183585d92955d91d04.svg");background-size:contain !important; }#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-trigger.adaptive-delivery-prevent-bg, #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-trigger.lazyload, #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-trigger.lazyloading { background-image: none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.0625rem;left:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aui4G6kPx0XHKMioT5vW5Nym7iuT7zrQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #bTlfagMwU4Vnb9wkMoUQcQDBMb958QKp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #TkRlTlRJBbWHePcXzEGbxpI9G6T05TSr { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #yQmToGRAvMpAdV7hJUXSICR3Cpb4wPlg {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #lt4JuXdPnbQSO1SoDIWq7zUWfbTyfTrd {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #O3DH49Of9uLcpSHlyHWzliE1snp35c95 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #y02qilW1WmL646KCI00Rb9owqXfWrTps { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #dEDqqcvF4TbNgVGxi09ktltrZyIV0UMh { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #PsGIO3MQiiAu6PdzzzPr22wgEAKxoT3n {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #FNUZKEdQnuyL8Aavtv2ARmT6SlrasGFu { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #RtEJaZxqABr1rkwgbWqdII4xEnfINmWa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #iQODbUrc1H8aalSvf5IFu4xJi52mFgrF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #s93uQq8VL4DNNxhcLZFySPz6CdU8XTlH { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #msK9fXCCd0ZU401PGxhCaPKEGBV0fvDB {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #JA8rNwkbH2GF57uyd5MPDLMNW7PAzL13 { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #JT2d1c27tLkMEhiwJ7PaaTeUNEJtKXGf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #e8epeTAzVlvWdbZO52SBArqFqeE2VEWN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #mAik1d7J76nht3NflTXOTspCNRL0Al0f { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Aw97mAfsyHctwb5OtEd4oc2F9Qsr6o98 {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #nerkeBPU7wX5C0RDD2FsRI5VZldzRTvR { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #fv7eTW6TWWnT0QDSO0RwxiDoDTb9MvQD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #OkuIZKozHPdFvBQ7BNT0RwQUw1ylgPPq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #FqmAaEk4dZtr2knDTnKSwJTnbs7ikFBo { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #VFHCugOdKm0dLJztJ4qWXPZKdVAOPN4T {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #WeG4MBOAvomXOHy6IcsOrE3TwKEZzQXP { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #EIycbqUnmSkXDrHO6bXIxouQ3T1iTRt5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #BTXpamAEGqM8UOp6GGNJcHn39MsCClRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Hkzp1czxafFT3aHyNaBrEp6LCE5OZEFb { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #eQ8usf9TDtlITPPMcurzh7IDg7rrfkME {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #AnTwK0IyVLe6iqCm8seX0JPnVHJfhNPc { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #e5rIoNUmzp8N8i5G3XrrBzQ1NH2mmGNT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #QqUNlibTaJD1I0Iv2c27B9ZbiDHTpUTC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #oTVcSNckIuFG0crA7NhznLlxZW1LX37b { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #M7T6cQNAnwBW64sZSDZFUI1WBZ4CUAtD {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #gvWutQUKxU1HOhZbTXLq7DF6PlLTTFT0 { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #V47MTItknb3M01xEgXSNGhxnVdshgxx9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #i0AihJEDAwnMhHhtMW2VfoSfE3fnvBWv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #NIzucOXAtPa0LxEun1lRZiFET86qZZqA { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #OGzEeoF1v5Swrzxo9Puzs0u8sUZUa9tv {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #sTfin2JdsaURsTiTHQkGTZagoldwyA6b { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aQGClag9et2OGOR8h0SSTyJCsTEuRUpg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #mFkT2tk5mAf0rNbywCDxzAk9Eu9Isn2h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #uMyiuv2ucZ8pJ1Vmtr9IyWGzb8dsAhoz { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #cxTp7LWS6t2ryZQNcMmELoKSNZWnJAJk {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Ev9L8qHC1btop8z77NtTZcmLbTGSJUHZ { display:none; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #oabo0sTkHfJS7hrGcDoryHRbmKT68a7S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #kO6Mlpbh0rz5fVP16vpx4AcABnlfuO5Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aMS6fTNGJ4uez7aV3C9mCg6E2vsOJdQ5 { display:block;position:relative; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Xvq78istvzkiXauUSrVIgHKAUpK0N8xB {  }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #tz9EQuyZ88MBaF1NsxrTxIavh0tMtPst { display:none; }
#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container { background-color: transparent; background-image: none; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container > .video-iframe-container { display: none; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row > .video-iframe-container { display: none; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .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); }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container { border-width: 0; border-radius: 0; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#eTQFKfOTrGp0skIQJPUtkvaEMhyS2UCg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#xkKq2ZF1JqyC0c2lt6EyeRHca1iB8hkK { color:rgba(var(--color-tertiary-4),0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#VXTJgGx7vaVzmEClLBcLkuvvL091nDUP { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.29980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k { display:none; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOFyF1LQbSPDJwbHhZZU2LUuS61wQkvA { top:1.5625rem;left:0rem;width:11.875rem;height:1.4293191541168rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vsiKzyssKvusfltLuIT4VTLACtcMJZ { width:18.1875rem;height:2.6875rem;top:0.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daTzpw9CZqASdkK95AZUTl0pQHTGRGTG { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge2C7cJ6yvWbd5ZLoAWBg7vdUTywKsqm { top:22.5625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54ItOGc0wF3S6FkURHPMt8tyg0FlmzJ { top:26.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2XRMOWQ6sL1gUPhhAKGbowIn3OFGnW { top:18.5rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxAoqK1KikgCic2XEci9CiW5pLKPlHg { top:21.25rem;left:0rem;width:20.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAa8JcPPJavcgutNKnD5UDgdfI0yA56 { top:28.625rem;left:0rem;width:46.9375rem;height:4.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZmoAxMzzPp7Vfr4O63BWZwdEDCWO00T { top:2.75rem;left:0rem;width:17.0625rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoxE0LrrclsT6y7SmfwTXxx9FOt4WKlh { width:18.1875rem;height:2.6875rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPFnrsM60H1JHoH2oPt04AbpFbysN7k { display:block; }
 }@media only screen and (max-width: 763px) { #fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 { display:block; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxVmaScUy9vAkQi24k2A3tbvbVXowbVw { top:18.4375rem;left:0rem;width:32.125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp1dk0gsP7oEdcJuGsJMPvTc7ySUyxgz { top:2.8125rem;left:25.75rem;width:17.625rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI7yspBXdJi1kG0hxgsLx1E7HBG6CLbS { top:8rem;left:25.75rem;width:16.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFyc2Igd2EPGmG8eiSzDbO8IW2ECO20 { top:11.9375rem;left:14.9375rem;width:32.8125rem;height:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnUxe46WaVETlct9NiLmNU5Nw4VSyLVd { top:16.3125rem;left:17.875rem;width:29.875rem;height:15rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCVmMpZbbhGAyK3eGKWZpDqvyTGbzkPQ { width:18.1875rem;height:2.6875rem;top:33.625rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8dNqVsEpylvnNkJbDKluTSgPer4mV5 { display:block; }
 }@media only screen and (max-width: 763px) { #xRaKlmxROxgTWlhNuH70yfJQWE4XtoZ3 { top:2.25rem;left:0rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVcT6LewN9NA5awIvefdT4Q0GPIXBq8o { top:2.25rem;left:5.4375rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 { display:block; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6uwf9h16DOTHpS8gpNJ8wbh2N31kRAz { top:18.1875rem;left:15.5rem;width:32.25rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFrvNMCuLfqa045TZUfTQvakuyvHJC89 { top:2.5625rem;left:0rem;width:25.1875rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doi7OkuLGtqhs9PGrwHcWylUfDkyrDH4 { top:7.75rem;left:0rem;width:27.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzgR9CDL75owp2JyBk6HUzgUTPka9ArW { top:11.4375rem;left:0rem;width:32.9375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Cm0n0v2lIIJSpXwZKKw3POSfXBZmET { top:17.5rem;left:0rem;width:29.875rem;height:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6h5gz6htWsI1ZGXHLGdbLlFtKTQKTif { width:18.1875rem;height:2.6875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id8XMHNdvFwIr1GkZTF9kzb7F9HZ9Pa5 { display:block; }
 }@media only screen and (max-width: 763px) { #gyM9CF5lv5sy17Q3GgCQ5Pdy06ZpxSgT { top:2.125rem;left:25rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azeS38TFvRWUlg67H53NKcPXtW5X9ExZ { top:2.125rem;left:32.0625rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX { display:block; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVIEJdo3digybUXCu77bmXc9Fc0Xdkfl { top:19.125rem;left:0.3125rem;width:31.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCxVnkNJazeC1qPiKUvVuI2plzN54nOH { top:7.6875rem;left:0rem;width:29.8125rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHlnVqn3pGQnMMpnIrNT7zh04ggD0bG { top:14.75rem;left:0rem;width:37.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZnWP7ROxBCvmx0xDTCnn8TAwd8z4OlL { top:19.75rem;left:2.5rem;width:29.1875rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkvyuX7hJkCZlRA9uuQNHvXcJ5ZyfUA9 { top:4.8125rem;left:0rem;width:29.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FD2eh6HDsT5milxXlA5tzCQKM64OsR { top:4.875rem;left:0rem;width:29.0625rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJT7LZEuqB3EQTlnXEdKcidwPvDJgdP { top:4rem;left:0.5625rem;width:31.125rem;height:14.221330509646rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WBXT17VT1O8FqxfAfVGNf5AiLep70P { width:18.1875rem;height:2.6875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPETMEML1noktSBDTpmTiQbu2NK50lT1 { display:block; }
 }@media only screen and (max-width: 763px) { #elkGvMOHXldUHu0RuTk0eypqIhhV7kqo { display:block; } #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection *:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="text"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="email"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="tel"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection textarea:focus-visible { outline: none; } #elkGvMOHXldUHu0RuTk0eypqIhhV7kqo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfThTliuaZNVmiO92pC0wSgrQ4unpgtT { display:block; } #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection *:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="text"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="email"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="tel"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection textarea:focus-visible { outline: none; } #BfThTliuaZNVmiO92pC0wSgrQ4unpgtT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmzmC0lvKa4QT690lKNsyfNCPye20ngk { display:block; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #FaRl0sZ9Tlf5rGZf6RZ6T9a2nFEGpql6 {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #bHgawN2KbWaDyFs5SBCyxmEEwaB4zoKa {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #xzNvd3TedLNg6RbdCkR4f2fBFbPweavV {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #kE2eWgR4eRean13MZS7OucMSSVuOJVCT {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #gWBvgSs7A3gyTMAGooOhVBqaIzTAxOAl {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #KrGhIuSdWOdbVipkvD7yJEETNV2UoqCE {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #bWMNalqxLQs3t0iFfdbHZJ2svFXQmWGe {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #DLZJDDvfOcOP0ACxMRK0404cZn9Tv3Hh {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #cg08KMcivzLDVWnh2A3BSm4LWwA2gySf {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #mi5KsifL7p7rotDT2eNLw91z9keFoTLZ {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #ddVlIDAziMq6zNaXQIvidMDIUqVPuBwm {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #vwMCMxOWxBSKRoNs7WPd1ZkLTmQg203O {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #TyyG4bHgntOCS5AX75DREUf4VJE1hw0v {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #GmLsRtHNu3Z6NDsAN1TB4TZG95TyU2wG {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #G08Ui72oq7iTd3rHFe4gKhuqlgVw6eeC {  }
 }@media only screen and (max-width: 763px) { #wvHBy4Gr7EAqRbMb7gcEoNnKDZya3J5g { width:24.0625rem;height:8.75rem;top:9.25rem;left:23.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz { display:block; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foOH0tEC3TShIUW9g0S2M6yVbi25OaQf { width:25.125rem;height:1.4375rem;top:2.6875rem;left:22.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1gMfT16NxdNl4Wr5KzpUxHwQGnBTlPH { top:31.1875rem;left:0rem;width:22.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOTOKxu63GTMVZ0K7dXdTklNahzZ5wZ { top:39.625rem;left:0rem;width:23.625rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDIxdkOFxAflJJwJ3lgpaX9L6czqX9yH { top:20.25rem;left:0rem;width:31.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgyD434GENo2zuSZKHqATRunkkOPbnHy { top:23rem;left:0rem;width:23.125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7D6sN525k3LFztu2T1HiL920vXHwH4E { top:21.875rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIS4TDn9DeHdx5QWXnAGA1SZZy5irx2h { top:30.3125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUsh2roo1mRuoomu9w7PxuVmfp7CIPbx { top:38.8125rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWM6wdK41VsFa1mGHBEzmOBcq3HZeu0b { top:21.3125rem;left:2.1875rem;width:7rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNG7ZA2obcnxJSGCy70TdMxTCQi8bi5f { top:37.9375rem;left:2.1875rem;width:14.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqSxllnmmKBoWN0U2ad7vVewdy44XwcJ { top:29.5rem;left:2.1875rem;width:14.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSJtOc1dFSE6qFdWMMNkLigvUbzeCu2 { top:5.125rem;left:24.0625rem;width:23.6875rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAupUEGg4u0yeZsvu4ctwQCF7KFWhTdt { width:35.5rem;height:15.75rem;top:2.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9WM9WMDL5OEXK484tTOcgTWSkLDAs9 { top:19.25rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXZfylcuh4QELIMaRWQuiZHpyWtLmgtQ { top:27.5rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNAuHNxim380euCALcpI6yMqaZ783Mk2 { top:36rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zasNE4UF8uCtpB9nQZcItAZGbq314H4v { top:2.375rem;left:22.0625rem;width:25.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq6ffTN6QSDXxnWp33dwhkpvdVG5X74F { top:28.8125rem;left:0rem;width:31.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soib8c6CmX0WynPECNJd7ELqrfZbTZ0i { top:37.375rem;left:0rem;width:31.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPkK3FufQZshg3GVWQmrSXd2FZo9mwez { display:block; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3N5J54mcQn6NeNzUTgsZHFAfbDcBZqL { width:27.3125rem;height:10.875rem;top:7.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESlGtSfHKkxIBZELFktvIJDyMNzAMbC { width:35.4375rem;height:1.375rem;top:5.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk7oDHCO6ICfmkguBTOsKHGTlzlCR4Dy { width:18.1875rem;height:2.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcwQpsDxUBze4dUOAdvVnoHl1eUsBcnD { display:block; }
 }@media only screen and (max-width: 763px) { #T5EAcvmyMRiA5v2bsb9OZUEOVJHqeJQ2 { top:0.9375rem;left:12.125rem;width:35.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC { display:block; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2HyEUz8nDdiPHEMxvMZtQKBooJXkgBW { width:47.75rem;height:5.25rem;top:3.1875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFIPPDNlQiJTx1qGVt6G36IQZnsnyObt { width:11.3125rem;height:1.8125rem;top:16.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0qX0Q4GEUa3Gmu0wEnmuDVyTVfRGxTX { width:6.5625rem;height:29.125rem;top:10.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGBZdTPzAcP0M6i4BahSNKBZ0M2dOdTa { width:4.375rem;height:2.5rem;top:12.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbKpTS88wqSlUJQsPo6D2rDUDilJOaT { width:6.8125rem;height:2.375rem;top:12.1875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVI52eqIVgT4ETJOIXhqNx9QKbGV9cl2 { width:6.8125rem;height:2.375rem;top:12.1875rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3QzF1F8tNb5KGMeUvmqd7z5twtRGTnB { width:6.8125rem;height:2.375rem;top:12.1875rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgaa5Dvf3A0SvF0ZVgWe6ARUB4fkvRvf { width:6.8125rem;height:2.375rem;top:12.1875rem;left:40.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzoKciKvGWQvG5c0CwltyS5FSscdtDU9 { width:47.75rem;height:0.0625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpJIvzbhZbzcVuZHsQ0AuMwGSUhEbvUN { width:47.75rem;height:0.0625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZcM9S5gouZqZuz4MgqMyJthDv3TVRGX { width:47.75rem;height:0.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luMCCtPr1nZIb1OZQzkBgNx0xGUztxtR { width:47.75rem;height:0.0625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGD9TKLkE3iluiKphVptWthapBwOlHkh { width:47.75rem;height:0.0625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQpcqb9ixQb17id35d7wDZVQXJQ2pBkT { width:11.3125rem;height:1.75rem;top:20.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1inshCqDBCag5vS3nDKqKG7VlZmFPn { width:12.75rem;height:2.5625rem;top:23rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsFxIoH9ToDBnsnS4XC3vG5sKJZsauDI { width:12.75rem;height:2.5625rem;top:26.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHX84ED0FQJOFcigSVwRsU3d7tzKe1Il { width:12.75rem;height:2.5625rem;top:29.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPt7mXS5EuAV8N1SZ94LAmpmgkhdA6E { width:47.75rem;height:0.0625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWEDRwtoPW3CdsTWXwxpbl4IT14p1VAc { width:11.3125rem;height:1.75rem;top:33.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0HPodwDa1xu65EyxzzboLMwTHda3tvD { width:11.3125rem;height:1.75rem;top:37.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3DwT6CTVNQ55V3TpPIbXFxpGpsN9qtN { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGcfEw5EzTD12HImWZcnIynIMukg54sI { width:2rem;height:2rem;top:16.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx49Px6G4HE5e0i8dNgeX16bZIHQkliL { width:2rem;height:2rem;top:20rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #houmZa3TyV8el2LLK8QhKEIIp8v6TTi5 { width:2rem;height:2rem;top:23.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5O1elAX6t2byW9axSk5sTcKM3qzu2qV { width:2rem;height:2rem;top:26.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PdvXDQpTh8ipwNtXsEFWhmt1xhMzzX { width:2rem;height:2rem;top:30.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBUThWUDqMselzuXrV5VBgWh1vatvWA7 { width:2rem;height:2rem;top:33.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRVbS1Mq1uKEAJZIuSon0TXJtbaXnon { width:2rem;height:2rem;top:37.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InPDRt8SIP98kzq71rUgVJwllJodbbVC { width:1.5rem;height:1.5rem;top:16.75rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Csc7cV5yXu12FMtaV15cugLIELdERh { width:1.5rem;height:1.5rem;top:20.25rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5NUTcu1KfHT48kzH0k06wOd7TTKFkLn { width:1.5rem;height:1.5rem;top:23.6875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Nwc4KDxL2cP8TpQFd3AGiPpuKrNZvC { width:1.5rem;height:1.5rem;top:30.5625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0bllJ06sP7TinuiypzFQRGgD1HU8Fnl { width:1.5rem;height:1.5rem;top:34rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm4TuJKEPLFHreE7yJ6Uz9UtmiKFnFPD { width:1.5rem;height:1.5rem;top:37.4375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3obAXIrThSrCysKZfATQNDTTNQlmQa9 { width:1.5rem;height:1.5rem;top:16.75rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIULxXKbO53NU9fcdKneZg1S2cJbVR80 { width:1.5rem;height:1.5rem;top:20.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1HD5ZQd6TJqEQnXzaBz1yunHemwkVXT { width:1.5rem;height:1.5rem;top:23.6875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3O7ApMNb7HHvSZR2xBUrA3OIyTx3IvD { width:1.5rem;height:1.5rem;top:34rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pouhoFNG0c3okE8lOxafFk2HbWTvqdNP { width:1.5rem;height:1.5rem;top:37.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeFEQ1aiadIOthfa7nlXieX3HGZtr6kJ { width:1.5rem;height:1.5rem;top:16.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6tiRNGZP1T6sqOZm2s7enPlEr1fem9e { width:1.5rem;height:1.5rem;top:16.75rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPd2OUhv2pG6b5XnToiWxs2pax42A2HD { width:1.5rem;height:1.5rem;top:27.125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHoQR4eT0VCaUR6ZVn3a3520y22KfFqs { width:1.5rem;height:1.5rem;top:27.125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZovpzhM3TkzD49OZk8nOB7Srq6xaANxT { width:1.5rem;height:1.5rem;top:30.5625rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUm6QcVgiFEEJsclcuCinyL7cyOCKScw { width:1.5rem;height:1.5rem;top:34rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlog4dvW1MatPVv0eGN5pv2DgXxxqtM { width:1.5rem;height:1.5rem;top:37.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eknl2lKuAo6vzvT4cxHw0kQxABfKtTO0 { width:1.5rem;height:1.5rem;top:37.4375rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpHTpNXOzJIIa116PakEzTQV5J3cgzJB { width:1.5rem;height:1.5rem;top:27.125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWRFuVOUlskhuRorTvcCBZay87GqSIKp { width:1.5rem;height:1.5rem;top:27.125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Eyu8aMTOAFWXskweUsEsTxcTrcrUfA { width:1.5rem;height:1.5rem;top:30.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKxFuVMbph9XuwSCD9i2AweWOMgiL4uy { width:1.5rem;height:1.5rem;top:20.25rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc7oSko1c23f2f4wRH9PQOGQz2sbfrDi { width:1.5rem;height:1.5rem;top:23.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuoMxUmxOkJ29efLTlTU2GCLvJDZtOmU { width:1.5rem;height:1.5rem;top:30.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHvlJn6WNt20kTwUmDdgfkcPbc1dlaJ { width:1.5rem;height:1.5rem;top:20.25rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUe2s5ZbI2XwLJ0nI6BLolHvhCGgbfo7 { width:1.5rem;height:1.5rem;top:23.6875rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruPo48JCMXNx5DTcHscPhvxyqhZaScta { width:1.5rem;height:1.5rem;top:34rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htTNt8adbaz6ssiEGIDym64J02W0fe3y { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmNQErTLI7NkwfFJQZMZyTeJpwxyeUzD { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiDmV732HfBcSrMWFCLvP5XQ3tscl2D8 { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUkudy0XMWAz5OGD41lpiFT6cTKPnvHD { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSOtUQwq9uOWqFKsrJVJi7mO1o0Kaqdk { width:47.75rem;height:0.0625rem;top:36.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ { display:block; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv7QtuvX2KqOr7wvnmn7t9wq3sFltU9i { top:19.5625rem;left:23.9375rem;width:23.8125rem;height:13.3125rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQr82aix22qsL3L0QHraIcywXhMOscvE { top:32.875rem;left:23.3125rem;width:24.4375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aui4G6kPx0XHKMioT5vW5Nym7iuT7zrQ {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #bTlfagMwU4Vnb9wkMoUQcQDBMb958QKp {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #TkRlTlRJBbWHePcXzEGbxpI9G6T05TSr {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #yQmToGRAvMpAdV7hJUXSICR3Cpb4wPlg {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #lt4JuXdPnbQSO1SoDIWq7zUWfbTyfTrd {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #O3DH49Of9uLcpSHlyHWzliE1snp35c95 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #y02qilW1WmL646KCI00Rb9owqXfWrTps {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #dEDqqcvF4TbNgVGxi09ktltrZyIV0UMh {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #PsGIO3MQiiAu6PdzzzPr22wgEAKxoT3n {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #FNUZKEdQnuyL8Aavtv2ARmT6SlrasGFu {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #RtEJaZxqABr1rkwgbWqdII4xEnfINmWa {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #iQODbUrc1H8aalSvf5IFu4xJi52mFgrF {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #s93uQq8VL4DNNxhcLZFySPz6CdU8XTlH {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #msK9fXCCd0ZU401PGxhCaPKEGBV0fvDB {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #JA8rNwkbH2GF57uyd5MPDLMNW7PAzL13 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #JT2d1c27tLkMEhiwJ7PaaTeUNEJtKXGf {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #e8epeTAzVlvWdbZO52SBArqFqeE2VEWN {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #mAik1d7J76nht3NflTXOTspCNRL0Al0f {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Aw97mAfsyHctwb5OtEd4oc2F9Qsr6o98 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #nerkeBPU7wX5C0RDD2FsRI5VZldzRTvR {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #fv7eTW6TWWnT0QDSO0RwxiDoDTb9MvQD {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #OkuIZKozHPdFvBQ7BNT0RwQUw1ylgPPq {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #FqmAaEk4dZtr2knDTnKSwJTnbs7ikFBo {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #VFHCugOdKm0dLJztJ4qWXPZKdVAOPN4T {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #WeG4MBOAvomXOHy6IcsOrE3TwKEZzQXP {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #EIycbqUnmSkXDrHO6bXIxouQ3T1iTRt5 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #BTXpamAEGqM8UOp6GGNJcHn39MsCClRk {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Hkzp1czxafFT3aHyNaBrEp6LCE5OZEFb {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #eQ8usf9TDtlITPPMcurzh7IDg7rrfkME {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #AnTwK0IyVLe6iqCm8seX0JPnVHJfhNPc {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #e5rIoNUmzp8N8i5G3XrrBzQ1NH2mmGNT {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #QqUNlibTaJD1I0Iv2c27B9ZbiDHTpUTC {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #oTVcSNckIuFG0crA7NhznLlxZW1LX37b {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #M7T6cQNAnwBW64sZSDZFUI1WBZ4CUAtD {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #gvWutQUKxU1HOhZbTXLq7DF6PlLTTFT0 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #V47MTItknb3M01xEgXSNGhxnVdshgxx9 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #i0AihJEDAwnMhHhtMW2VfoSfE3fnvBWv {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #NIzucOXAtPa0LxEun1lRZiFET86qZZqA {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #OGzEeoF1v5Swrzxo9Puzs0u8sUZUa9tv {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #sTfin2JdsaURsTiTHQkGTZagoldwyA6b {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aQGClag9et2OGOR8h0SSTyJCsTEuRUpg {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #mFkT2tk5mAf0rNbywCDxzAk9Eu9Isn2h {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #uMyiuv2ucZ8pJ1Vmtr9IyWGzb8dsAhoz {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #cxTp7LWS6t2ryZQNcMmELoKSNZWnJAJk {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Ev9L8qHC1btop8z77NtTZcmLbTGSJUHZ {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #oabo0sTkHfJS7hrGcDoryHRbmKT68a7S {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #kO6Mlpbh0rz5fVP16vpx4AcABnlfuO5Q {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aMS6fTNGJ4uez7aV3C9mCg6E2vsOJdQ5 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Xvq78istvzkiXauUSrVIgHKAUpK0N8xB {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #tz9EQuyZ88MBaF1NsxrTxIavh0tMtPst {  }
 }@media only screen and (max-width: 763px) { #WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 { display:block; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTQFKfOTrGp0skIQJPUtkvaEMhyS2UCg { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKq2ZF1JqyC0c2lt6EyeRHca1iB8hkK { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTJgGx7vaVzmEClLBcLkuvvL091nDUP { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ebODQ7QsDdS9U3pneTXkszFXWUVyTp2k > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOFyF1LQbSPDJwbHhZZU2LUuS61wQkvA { width:10.5625rem;height:0.875rem;top:0.40625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vsiKzyssKvusfltLuIT4VTLACtcMJZ { width:18.1875rem;height:2.6875rem;top:2.5303847387791rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daTzpw9CZqASdkK95AZUTl0pQHTGRGTG { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4c72f36-958e-443c-89d3-b0892deec84b/G2MotorsportsParkMarch2026206.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.32); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.32); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge2C7cJ6yvWbd5ZLoAWBg7vdUTywKsqm { width:17.4375rem;height:0;top:16.375rem;left:1.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #s54ItOGc0wF3S6FkURHPMt8tyg0FlmzJ { width:17.875rem;height:0;top:18.0625rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #rp2XRMOWQ6sL1gUPhhAKGbowIn3OFGnW { display:flex;width:6.75rem;height:6.75rem;top:4.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #pFxAoqK1KikgCic2XEci9CiW5pLKPlHg { width:13.0625rem;height:0.89355625rem;top:7.625rem;left:6.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffd900;font-family:barlow;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fgAa8JcPPJavcgutNKnD5UDgdfI0yA56 { width:15.7498125rem;height:4.12543125rem;top:8.7489156723025rem;left:2.1245660781861rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:15001;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rZmoAxMzzPp7Vfr4O63BWZwdEDCWO00T { width:17.9996875rem;height:1.79980625rem;top:22.5625rem;left:1.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SoxE0LrrclsT6y7SmfwTXxx9FOt4WKlh { width:18.187375rem;height:2.687175rem;top:25.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwPFnrsM60H1JHoH2oPt04AbpFbysN7k { display:block; }
 }@media only screen and (max-width: 763px) { #fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 { display:block; }#fOxfS2U5tzQMhed1XNRzJrM5K3y9dIJ9 > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxVmaScUy9vAkQi24k2A3tbvbVXowbVw { width:18.5625rem;height:10.1875rem;top:15.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp1dk0gsP7oEdcJuGsJMPvTc7ySUyxgz { width:17.3745rem;height:3.57486875rem;top:0.3125rem;left:2.4375rem;font-size:2.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pI7yspBXdJi1kG0hxgsLx1E7HBG6CLbS { width:16.9995rem;height:2.19346875rem;top:3.5rem;left:2.8125rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AdFyc2Igd2EPGmG8eiSzDbO8IW2ECO20 { width:17.0625rem;height:1.625rem;top:26.3125rem;left:1.5rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;z-index:15010;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cnUxe46WaVETlct9NiLmNU5Nw4VSyLVd { width:16.875rem;height:9.75rem;top:28.5rem;left:1.5625rem;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lCVmMpZbbhGAyK3eGKWZpDqvyTGbzkPQ { width:18.1875rem;height:2.6875rem;top:39.5rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8dNqVsEpylvnNkJbDKluTSgPer4mV5 { display:block; }
 }@media only screen and (max-width: 763px) { #xRaKlmxROxgTWlhNuH70yfJQWE4XtoZ3 { width:9.125rem;height:9.125rem;top:5.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVcT6LewN9NA5awIvefdT4Q0GPIXBq8o { width:9.125rem;height:9.125rem;top:5.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 { display:block; }#s5bHgag9OwET7mVGO5lS3yf9kpeeQGR2 > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6uwf9h16DOTHpS8gpNJ8wbh2N31kRAz { width:18.375rem;height:10.25rem;top:16.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFrvNMCuLfqa045TZUfTQvakuyvHJC89 { width:13.9365rem;height:3.57486875rem;top:1.375rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Doi7OkuLGtqhs9PGrwHcWylUfDkyrDH4 { width:18.4375rem;height:1.94986875rem;top:4.625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzgR9CDL75owp2JyBk6HUzgUTPka9ArW { width:17.75rem;height:2.6621125rem;top:28.3125rem;left:1.125rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S4Cm0n0v2lIIJSpXwZKKw3POSfXBZmET { width:17.875rem;height:8.53125rem;top:31.6875rem;left:1.125rem;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #m6h5gz6htWsI1ZGXHLGdbLlFtKTQKTif { width:18.1875rem;height:2.6875rem;top:41.470278747559rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id8XMHNdvFwIr1GkZTF9kzb7F9HZ9Pa5 { display:block; }
 }@media only screen and (max-width: 763px) { #gyM9CF5lv5sy17Q3GgCQ5Pdy06ZpxSgT { width:9rem;height:9rem;top:7.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azeS38TFvRWUlg67H53NKcPXtW5X9ExZ { width:9.0625rem;height:9.0625rem;top:7.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX { display:block; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kN664sCBcIJFh5TrplQsFTz3vN0ZGtZX > .row .container { width:20rem;height:29.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVIEJdo3digybUXCu77bmXc9Fc0Xdkfl { width:19.3125rem;height:2.5625rem;top:13.9375rem;left:0.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCxVnkNJazeC1qPiKUvVuI2plzN54nOH { width:13.5rem;height:2.03125rem;top:2.625rem;left:0.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNHlnVqn3pGQnMMpnIrNT7zh04ggD0bG { width:19.5rem;height:5.84765625rem;top:17.5rem;left:0.25rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NZnWP7ROxBCvmx0xDTCnn8TAwd8z4OlL { width:17.6875rem;height:1.6494125rem;top:14.4560546875rem;left:1.15625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qkvyuX7hJkCZlRA9uuQNHvXcJ5ZyfUA9 { width:11.6875rem;height:1.4375rem;top:1.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FD2eh6HDsT5milxXlA5tzCQKM64OsR { width:11.4375rem;height:1.0563125rem;top:1.375rem;left:0.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efJT7LZEuqB3EQTlnXEdKcidwPvDJgdP { width:19.4375rem;height:8.6875rem;top:5.0625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9WBXT17VT1O8FqxfAfVGNf5AiLep70P { width:18.1875rem;height:2.6875rem;top:24.59635625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPETMEML1noktSBDTpmTiQbu2NK50lT1 { display:block; }
 }@media only screen and (max-width: 763px) { #elkGvMOHXldUHu0RuTk0eypqIhhV7kqo { display:block; } #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection *:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="text"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="email"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection input[type="tel"]:focus-visible, #X9a6d8218f9310a9fd4c20dac1d8f10d.widget-smartsection textarea:focus-visible { outline: none; } #elkGvMOHXldUHu0RuTk0eypqIhhV7kqo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfThTliuaZNVmiO92pC0wSgrQ4unpgtT { display:block; } #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection *:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="text"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="email"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection input[type="tel"]:focus-visible, #Ga0d12c233d308e0256cbcc3d5d9c5bc.widget-smartsection textarea:focus-visible { outline: none; } #BfThTliuaZNVmiO92pC0wSgrQ4unpgtT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmzmC0lvKa4QT690lKNsyfNCPye20ngk { display:block; }#xmzmC0lvKa4QT690lKNsyfNCPye20ngk > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X { display:flex;height:auto;width:17.5rem;top:3.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #FaRl0sZ9Tlf5rGZf6RZ6T9a2nFEGpql6 {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #bHgawN2KbWaDyFs5SBCyxmEEwaB4zoKa {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #xzNvd3TedLNg6RbdCkR4f2fBFbPweavV {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #kE2eWgR4eRean13MZS7OucMSSVuOJVCT {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #gWBvgSs7A3gyTMAGooOhVBqaIzTAxOAl {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #KrGhIuSdWOdbVipkvD7yJEETNV2UoqCE {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #bWMNalqxLQs3t0iFfdbHZJ2svFXQmWGe {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #DLZJDDvfOcOP0ACxMRK0404cZn9Tv3Hh {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #cg08KMcivzLDVWnh2A3BSm4LWwA2gySf {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #mi5KsifL7p7rotDT2eNLw91z9keFoTLZ {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #ddVlIDAziMq6zNaXQIvidMDIUqVPuBwm {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #vwMCMxOWxBSKRoNs7WPd1ZkLTmQg203O {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #TyyG4bHgntOCS5AX75DREUf4VJE1hw0v {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #GmLsRtHNu3Z6NDsAN1TB4TZG95TyU2wG {  }
 }@media only screen and (max-width: 763px) { #TLCQcRWyAfxd81hGLtC0ZKt6wkg24N6X #G08Ui72oq7iTd3rHFe4gKhuqlgVw6eeC {  }
 }@media only screen and (max-width: 763px) { #wvHBy4Gr7EAqRbMb7gcEoNnKDZya3J5g { width:17.6875rem;height:1.81260625rem;top:0.875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/108e48c3-6f16-4704-920e-4f141f397a95/Untitled320x800px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz.adaptive-delivery-prevent-bg, #IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz.lazyload, #IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz.lazyloading { background-image: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container { background-color: transparent; background-image: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container > .video-iframe-container { display: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row > .video-iframe-container { display: none; }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .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); }#IlHbDmksIJLXC4bZhdWZIE8QHGAR6bVz > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foOH0tEC3TShIUW9g0S2M6yVbi25OaQf { width:17.8125rem;height:0.9624rem;top:6.2682285308837rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a1gMfT16NxdNl4Wr5KzpUxHwQGnBTlPH { width:13.1875rem;height:5.3994125rem;top:52.375rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TWOTOKxu63GTMVZ0K7dXdTklNahzZ5wZ { width:11.6875rem;height:6.2993125rem;top:61.4375rem;left:5.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UDIxdkOFxAflJJwJ3lgpaX9L6czqX9yH { width:19.875rem;height:7.9375rem;top:42.625rem;left:0.0625rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #lgyD434GENo2zuSZKHqATRunkkOPbnHy { width:13rem;height:5.84765625rem;top:43.75rem;left:5.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C7D6sN525k3LFztu2T1HiL920vXHwH4E { width:3.5rem;height:3.5rem;top:52.375rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HIS4TDn9DeHdx5QWXnAGA1SZZy5irx2h { width:3.5625rem;height:3.5625rem;top:43.75rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OUsh2roo1mRuoomu9w7PxuVmfp7CIPbx { width:3.5rem;height:3.5rem;top:61.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWM6wdK41VsFa1mGHBEzmOBcq3HZeu0b { width:5.6875rem;height:1.40625rem;top:48rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNG7ZA2obcnxJSGCy70TdMxTCQi8bi5f { width:5.3125rem;height:1.40625rem;top:65.4375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqSxllnmmKBoWN0U2ad7vVewdy44XwcJ { width:4.25rem;height:1.40625rem;top:56.375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSJtOc1dFSE6qFdWMMNkLigvUbzeCu2 { width:19rem;height:33rem;top:8.15625rem;left:0.5rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #OAupUEGg4u0yeZsvu4ctwQCF7KFWhTdt { width:17.4375rem;height:4.3125rem;top:0.875rem;left:1.28125rem;text-align:justify;text-align-last:initial;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FI9WM9WMDL5OEXK484tTOcgTWSkLDAs9 { display:flex;width:3.875rem;height:3.875rem;top:47.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hXZfylcuh4QELIMaRWQuiZHpyWtLmgtQ { display:flex;width:4rem;height:4rem;top:65.5rem;left:1.125rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #yNAuHNxim380euCALcpI6yMqaZ783Mk2 { display:flex;width:3.9375rem;height:3.9375rem;top:56.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zasNE4UF8uCtpB9nQZcItAZGbq314H4v { width:18.4375rem;height:1.5rem;top:6rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq6ffTN6QSDXxnWp33dwhkpvdVG5X74F { width:19.875rem;height:7.875rem;top:51.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #soib8c6CmX0WynPECNJd7ELqrfZbTZ0i { width:19.875rem;height:7.3125rem;top:60.875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #FPkK3FufQZshg3GVWQmrSXd2FZo9mwez { display:block; }#FPkK3FufQZshg3GVWQmrSXd2FZo9mwez > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3N5J54mcQn6NeNzUTgsZHFAfbDcBZqL { width:20rem;height:2.12510625rem;top:3.94921875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESlGtSfHKkxIBZELFktvIJDyMNzAMbC { width:17.9375rem;height:1.875rem;top:1.25rem;left:0rem;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sk7oDHCO6ICfmkguBTOsKHGTlzlCR4Dy { width:18.186875rem;height:2.68663125rem;top:21.496313095092rem;left:0.906033039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcwQpsDxUBze4dUOAdvVnoHl1eUsBcnD { display:block; }
 }@media only screen and (max-width: 763px) { #T5EAcvmyMRiA5v2bsb9OZUEOVJHqeJQ2 { width:20rem;height:14.561403508772rem;top:6.0720691680908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC { background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container { background-color: transparent; background-image: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container > .video-iframe-container { display: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row > .video-iframe-container { display: none; }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .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); }#uXrhzZizlWHVZXiFlh2nOKAfG2E6DVmC > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2HyEUz8nDdiPHEMxvMZtQKBooJXkgBW { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFIPPDNlQiJTx1qGVt6G36IQZnsnyObt { width:11.3125rem;height:1.78125rem;top:4.625rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0qX0Q4GEUa3Gmu0wEnmuDVyTVfRGxTX { width:4.5625rem;height:29.125rem;top:4.53125rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGBZdTPzAcP0M6i4BahSNKBZ0M2dOdTa { width:4.375rem;height:2.5rem;top:20.375rem;left:13.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpbKpTS88wqSlUJQsPo6D2rDUDilJOaT { width:6.8125rem;height:0;top:7.7rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVI52eqIVgT4ETJOIXhqNx9QKbGV9cl2 { width:6.8125rem;height:0;top:11.35rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3QzF1F8tNb5KGMeUvmqd7z5twtRGTnB { width:6.8125rem;height:0;top:15rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sgaa5Dvf3A0SvF0ZVgWe6ARUB4fkvRvf { width:6.8125rem;height:0;top:18.65rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzoKciKvGWQvG5c0CwltyS5FSscdtDU9 { width:20rem;height:0.0625rem;top:4.53125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpJIvzbhZbzcVuZHsQ0AuMwGSUhEbvUN { width:20rem;height:0.0625rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZcM9S5gouZqZuz4MgqMyJthDv3TVRGX { width:20rem;height:0.0625rem;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luMCCtPr1nZIb1OZQzkBgNx0xGUztxtR { width:20rem;height:0.0625rem;top:14.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGD9TKLkE3iluiKphVptWthapBwOlHkh { width:20rem;height:0.0625rem;top:18.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQpcqb9ixQb17id35d7wDZVQXJQ2pBkT { width:11.3125rem;height:1.78125rem;top:7.6875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW1inshCqDBCag5vS3nDKqKG7VlZmFPn { width:12.75rem;height:2.6123rem;top:10.6875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsFxIoH9ToDBnsnS4XC3vG5sKJZsauDI { width:12.75rem;height:2.6123rem;top:14.4375rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHX84ED0FQJOFcigSVwRsU3d7tzKe1Il { width:12.75rem;height:2.6123rem;top:18.3125rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkPt7mXS5EuAV8N1SZ94LAmpmgkhdA6E { width:20rem;height:0.0625rem;top:22.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWEDRwtoPW3CdsTWXwxpbl4IT14p1VAc { width:11.3125rem;height:1.78125rem;top:22.1875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0HPodwDa1xu65EyxzzboLMwTHda3tvD { width:11.3125rem;height:1.78125rem;top:25.125rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3DwT6CTVNQ55V3TpPIbXFxpGpsN9qtN { width:16.25rem;height:0.125rem;top:24.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGcfEw5EzTD12HImWZcnIynIMukg54sI { width:2rem;height:2rem;top:4.5625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx49Px6G4HE5e0i8dNgeX16bZIHQkliL { width:2rem;height:2rem;top:7.5625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #houmZa3TyV8el2LLK8QhKEIIp8v6TTi5 { width:2rem;height:2rem;top:11rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5O1elAX6t2byW9axSk5sTcKM3qzu2qV { width:2rem;height:2rem;top:14.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PdvXDQpTh8ipwNtXsEFWhmt1xhMzzX { width:2rem;height:2rem;top:18.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBUThWUDqMselzuXrV5VBgWh1vatvWA7 { width:2rem;height:2rem;top:22.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRVbS1Mq1uKEAJZIuSon0TXJtbaXnon { width:2rem;height:2rem;top:25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InPDRt8SIP98kzq71rUgVJwllJodbbVC { width:1.5rem;height:1.5rem;top:5.46875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Csc7cV5yXu12FMtaV15cugLIELdERh { width:1.5rem;height:1.5rem;top:9.328125rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5NUTcu1KfHT48kzH0k06wOd7TTKFkLn { width:1.5rem;height:1.5rem;top:13.15625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0Nwc4KDxL2cP8TpQFd3AGiPpuKrNZvC { width:1.5rem;height:1.5rem;top:21.5058625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0bllJ06sP7TinuiypzFQRGgD1HU8Fnl { width:1.5rem;height:1.5rem;top:25.61816875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm4TuJKEPLFHreE7yJ6Uz9UtmiKFnFPD { width:1.5rem;height:1.5rem;top:29.39941875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3obAXIrThSrCysKZfATQNDTTNQlmQa9 { width:1.5rem;height:1.5rem;top:5.46875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIULxXKbO53NU9fcdKneZg1S2cJbVR80 { width:1.5rem;height:1.5rem;top:9.328125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1HD5ZQd6TJqEQnXzaBz1yunHemwkVXT { width:1.5rem;height:1.5rem;top:13.0244140625rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3O7ApMNb7HHvSZR2xBUrA3OIyTx3IvD { width:1.5rem;height:1.5rem;top:25.61816875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pouhoFNG0c3okE8lOxafFk2HbWTvqdNP { width:1.5rem;height:1.5rem;top:29.39941875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeFEQ1aiadIOthfa7nlXieX3HGZtr6kJ { width:1.5rem;height:1.5rem;top:5.46875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6tiRNGZP1T6sqOZm2s7enPlEr1fem9e { width:1.5rem;height:1.5rem;top:5.46875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPd2OUhv2pG6b5XnToiWxs2pax42A2HD { width:1.5rem;height:1.5rem;top:17.33105625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHoQR4eT0VCaUR6ZVn3a3520y22KfFqs { width:1.5rem;height:1.5rem;top:17.33105625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZovpzhM3TkzD49OZk8nOB7Srq6xaANxT { width:1.5rem;height:1.5rem;top:21.5058625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUm6QcVgiFEEJsclcuCinyL7cyOCKScw { width:1.5rem;height:1.5rem;top:25.61816875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDlog4dvW1MatPVv0eGN5pv2DgXxxqtM { width:1.5rem;height:1.5rem;top:29.39941875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eknl2lKuAo6vzvT4cxHw0kQxABfKtTO0 { width:1.5rem;height:1.5rem;top:29.39941875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpHTpNXOzJIIa116PakEzTQV5J3cgzJB { width:1.5rem;height:1.5rem;top:17.33105625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWRFuVOUlskhuRorTvcCBZay87GqSIKp { width:1.5rem;height:1.5rem;top:17.33105625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0Eyu8aMTOAFWXskweUsEsTxcTrcrUfA { width:1.5rem;height:1.5rem;top:21.5058625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKxFuVMbph9XuwSCD9i2AweWOMgiL4uy { width:1.5rem;height:1.5rem;top:9.375rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc7oSko1c23f2f4wRH9PQOGQz2sbfrDi { width:1.5rem;height:1.5rem;top:13.15625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuoMxUmxOkJ29efLTlTU2GCLvJDZtOmU { width:1.5rem;height:1.5rem;top:21.5058625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwHvlJn6WNt20kTwUmDdgfkcPbc1dlaJ { width:1.5rem;height:1.5rem;top:9.375rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUe2s5ZbI2XwLJ0nI6BLolHvhCGgbfo7 { width:1.5rem;height:1.5rem;top:13.15625rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruPo48JCMXNx5DTcHscPhvxyqhZaScta { width:1.5rem;height:1.5rem;top:25.61816875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #htTNt8adbaz6ssiEGIDym64J02W0fe3y { width:16.25rem;height:0.125rem;top:21.5rem;left:1.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zmNQErTLI7NkwfFJQZMZyTeJpwxyeUzD { width:16.25rem;height:0.125rem;top:17.6875rem;left:1.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #WiDmV732HfBcSrMWFCLvP5XQ3tscl2D8 { width:16.25rem;height:0.125rem;top:13.8125rem;left:1.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LUkudy0XMWAz5OGD41lpiFT6cTKPnvHD { width:16.25rem;height:0.125rem;top:10.1875rem;left:1.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #CSOtUQwq9uOWqFKsrJVJi7mO1o0Kaqdk { width:16.25rem;height:0.125rem;top:7.0625rem;left:1.875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ { display:block; }#TTLwGrgW0nf0MwIaCJ6wexOJOX5TCNTJ > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv7QtuvX2KqOr7wvnmn7t9wq3sFltU9i { width:20rem;height:2.2749rem;top:1.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQr82aix22qsL3L0QHraIcywXhMOscvE { width:18.125rem;height:2.4375rem;top:3.5rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#lWVSRtA8wb9sVnbApVA91Umw3zaC5acw { display:flex;height:auto;width:17.375rem;top:6.625rem;left:0rem;gap:0.4375rem;border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0rem solid rgba(0,0,0,0); }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aui4G6kPx0XHKMioT5vW5Nym7iuT7zrQ {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #bTlfagMwU4Vnb9wkMoUQcQDBMb958QKp {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #TkRlTlRJBbWHePcXzEGbxpI9G6T05TSr {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #yQmToGRAvMpAdV7hJUXSICR3Cpb4wPlg {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #lt4JuXdPnbQSO1SoDIWq7zUWfbTyfTrd {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #O3DH49Of9uLcpSHlyHWzliE1snp35c95 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #y02qilW1WmL646KCI00Rb9owqXfWrTps {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #dEDqqcvF4TbNgVGxi09ktltrZyIV0UMh {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #PsGIO3MQiiAu6PdzzzPr22wgEAKxoT3n {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #FNUZKEdQnuyL8Aavtv2ARmT6SlrasGFu {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #RtEJaZxqABr1rkwgbWqdII4xEnfINmWa {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #iQODbUrc1H8aalSvf5IFu4xJi52mFgrF {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #s93uQq8VL4DNNxhcLZFySPz6CdU8XTlH {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #msK9fXCCd0ZU401PGxhCaPKEGBV0fvDB {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #JA8rNwkbH2GF57uyd5MPDLMNW7PAzL13 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #JT2d1c27tLkMEhiwJ7PaaTeUNEJtKXGf {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #e8epeTAzVlvWdbZO52SBArqFqeE2VEWN {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #mAik1d7J76nht3NflTXOTspCNRL0Al0f {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Aw97mAfsyHctwb5OtEd4oc2F9Qsr6o98 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #nerkeBPU7wX5C0RDD2FsRI5VZldzRTvR {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #fv7eTW6TWWnT0QDSO0RwxiDoDTb9MvQD {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #OkuIZKozHPdFvBQ7BNT0RwQUw1ylgPPq {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #FqmAaEk4dZtr2knDTnKSwJTnbs7ikFBo {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #VFHCugOdKm0dLJztJ4qWXPZKdVAOPN4T {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #WeG4MBOAvomXOHy6IcsOrE3TwKEZzQXP {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #EIycbqUnmSkXDrHO6bXIxouQ3T1iTRt5 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #BTXpamAEGqM8UOp6GGNJcHn39MsCClRk {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Hkzp1czxafFT3aHyNaBrEp6LCE5OZEFb {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #eQ8usf9TDtlITPPMcurzh7IDg7rrfkME {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #AnTwK0IyVLe6iqCm8seX0JPnVHJfhNPc {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #e5rIoNUmzp8N8i5G3XrrBzQ1NH2mmGNT {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #QqUNlibTaJD1I0Iv2c27B9ZbiDHTpUTC {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #oTVcSNckIuFG0crA7NhznLlxZW1LX37b {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #M7T6cQNAnwBW64sZSDZFUI1WBZ4CUAtD {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #gvWutQUKxU1HOhZbTXLq7DF6PlLTTFT0 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #V47MTItknb3M01xEgXSNGhxnVdshgxx9 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #i0AihJEDAwnMhHhtMW2VfoSfE3fnvBWv {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #NIzucOXAtPa0LxEun1lRZiFET86qZZqA {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #OGzEeoF1v5Swrzxo9Puzs0u8sUZUa9tv {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #sTfin2JdsaURsTiTHQkGTZagoldwyA6b {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aQGClag9et2OGOR8h0SSTyJCsTEuRUpg {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #mFkT2tk5mAf0rNbywCDxzAk9Eu9Isn2h {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #uMyiuv2ucZ8pJ1Vmtr9IyWGzb8dsAhoz {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #cxTp7LWS6t2ryZQNcMmELoKSNZWnJAJk {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Ev9L8qHC1btop8z77NtTZcmLbTGSJUHZ {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #oabo0sTkHfJS7hrGcDoryHRbmKT68a7S {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #kO6Mlpbh0rz5fVP16vpx4AcABnlfuO5Q {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #aMS6fTNGJ4uez7aV3C9mCg6E2vsOJdQ5 {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #Xvq78istvzkiXauUSrVIgHKAUpK0N8xB {  }
 }@media only screen and (max-width: 763px) { #lWVSRtA8wb9sVnbApVA91Umw3zaC5acw #tz9EQuyZ88MBaF1NsxrTxIavh0tMtPst {  }
 }@media only screen and (max-width: 763px) { #WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 { position:relative;z-index:auto;display:block; }#WyxttlZCqQUAfwZi02Tv8LsED7ie50z6 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTQFKfOTrGp0skIQJPUtkvaEMhyS2UCg { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKq2ZF1JqyC0c2lt6EyeRHca1iB8hkK { width:6.74925rem;height:1.05644375rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXTJgGx7vaVzmEClLBcLkuvvL091nDUP { width:7.936375rem;height:1.05644375rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }