.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:89,89,89;--color-secondary-3:49,49,49;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:178,178,178;--color-tertiary-2:135,135,135;--color-tertiary-3:81,81,81;--color-tertiary-4:0,0,0;--headlines-font-family:"Formular";--paragraphs-font-family:"Formular"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1a1a1c;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); }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk { position:relative;display:none; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk { border-width: 0; border-radius: 0; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .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; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Nzgzr9xDfsJ1wT7sgtMktmXBAHWTXal0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:50.937501907349rem;height:;text-align:right;text-align-last:right;display:none; }
#G9cAy0WlyzsRUTUvzkzI20wToRTFVoPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.0625rem;left:56.4375rem;display:none; }
#G9cAy0WlyzsRUTUvzkzI20wToRTFVoPc > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/150400c9-6fb4-424f-80bb-8e6f54355d5d/HBOMaxweb.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;overflow:visible;position:relative;display:block; }#euDHIslTzp4i2dRW8fxxIRvyEqy1rvdg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.875rem;left:34.6875rem;display:block; }
#Hfllz8M9T3g7nvTXquENLi9qvQznv1Ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgAmtCz2DPoT5VAo22Bpl2IpAcH9wFZs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:25.125rem;top:7.8125rem;left:31.180557250976rem;overflow:hidden;display:block; }
#LT0N7wyR5I4Ak6R7rbXTX00ZDgsfUIOt { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:16.875rem;left:28.743057250976rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#p6tGfT1RpCu6HLy5sOECNkB2gkw5gEgp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.0625rem;left:56.4375rem; }
#p6tGfT1RpCu6HLy5sOECNkB2gkw5gEgp > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#sK4vPqPaEQdPxe2BMUOUZK9IHPyp36eo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:49.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#uxliHZyVCHIxEw0nzXpdBLT0huSDse7C { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.4375rem;left:38.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb { position:relative;display:none; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb { border-width: 0; border-radius: 0; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .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; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UZgAq355l0ctIRwTJG2C6afNn8AGlD6f { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.1875rem;left:40.5625rem;height:1.13715rem;text-align:center;text-align-last:center;display:none; }
#q8coLmc1I9EtDnQAS66fbsir87LH7FU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:"go3 font";font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#Sloz54koysVowSQcpO4r87koeBeWa9iE { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:40.5rem;height:1.13715rem;text-align:center;text-align-last:center;display:none; }
#DEzEDceBUf7N2SXFQ5cuaZAgEaAvON6w { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:40.5rem;height:1.13715rem;text-align:center;text-align-last:center;display:none; }
#QVFOOitQvUTHspEDRGtA2Pn1tbo06ccp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.875rem;left:36.1875rem;display:none; }
#QhRMAoqRE0L42efQEEGtlS98UcZVLS2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q964yVka5BKu4DcGk9Tmg1Txes9ILOei { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.875rem;left:36.1875rem;display:none; }
#KSLTCyslFuTtGLade1PC9klNVfTcxlyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMuMKtuGqtq3NNDbTWy4Qa5mg60NkAy8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:28.812499403954rem;left:20.9375rem;display:none; }
#den13so4DT2QJNyRTixLm5Jr7U8cQ8Iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1c;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; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container { background-color: transparent; background-image: none; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container > .video-iframe-container { display: none; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row > .video-iframe-container { display: none; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .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); }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container { border-width: 0; border-radius: 0; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#UIpATVJZu47fXMWNo9NcTyBQzGTSc4LE { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:3.5607652664184rem;left:10.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx { position:relative;display:block; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx { background-color: transparent; background-image: none; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row .container > .video-iframe-container { display: none; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row > .video-iframe-container { display: none; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .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); }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx { border-width: 0; border-radius: 0; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .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; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1a1c;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p6C0RNqb7wVlW9qgIuTDzpi9k5HNsXXU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:4rem;left:48.75rem;overflow:hidden;display:block; }
#zh66MWfz7fZfZQQb9UgI178MFdMPDEkT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:44rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gncbDXlVC99FtMtrBXGpsBsNJLUlPKIg { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.875rem;left:42.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cP2hV5el69f6lRvl0Gxe0QKqZcT8xMDA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:24.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzuNisvFW02bAGwACUOQfmGQMuTxeZsF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:4rem;left:28.625rem;overflow:hidden;display:block; }
#cOmwFIvEoC0JvJcXLZrh2HAOB4mqf0vU { color:rgba(var(--color-tertiary-1),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:23.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vPoAy8UcCRZ1Ka8GpVRU5U1UVPuZRsDI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygwrAeIXtLReVQvpztaWJeGKXru6Sn8v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.3125rem;top:3.4375rem;left:8.375rem;overflow:hidden;display:block; }
#pacVTOpIurh3Bz1daGrCvSbKxZ3lLdpi { color:rgba(var(--color-tertiary-1),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container { background-color: transparent; background-image: none; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container > .video-iframe-container { display: none; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row > .video-iframe-container { display: none; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .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); }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container { border-width: 0; border-radius: 0; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#Tyq5avd1RE82CxRrWZ9tzgp0d9GTllSI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:9.4305496215819rem;left:1.0625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#on1UhdqyhxanEz1G2559nmSUfoaCozHr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:"go3 font";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.5486068725588rem;left:8.125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trnuoK6zrt9oRhTpN8dfVNeXRczGrM6S { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.0625rem;width:14rem;top:14.125rem;left:0.5rem;overflow:hidden;display:block; }
#yMFC9loaQ4myL7X9gNzpzHE2mC1b98F1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.0625rem;width:14rem;top:14.125rem;left:15.5rem;overflow:hidden;display:block; }
#RKk1H4WEW27vNoLmQx9JKiVH1h6BfJbK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.0625rem;width:14rem;top:14.125rem;left:30.5rem;overflow:hidden;display:block; }
#T48RpI4TBcw6sNTQaRu8sdfZWWWi71Ft { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.0625rem;width:14rem;top:14.125rem;left:45.500003814698rem;overflow:hidden;display:block; }
#wr0UpzolBkoxaay9JbgHJJwaiHz6gkug { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5.9375rem;top:4.3602447509766rem;left:1.0625rem;overflow:hidden;display:block; }
#rSkFKyZqhNxT8DOVBuPqfBDvlL9TTe9t { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.44357252121rem;left:1.0625rem;display:block; }
#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container { background-color: transparent; background-image: none; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container > .video-iframe-container { display: none; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row > .video-iframe-container { display: none; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .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); }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container { border-width: 0; border-radius: 0; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#CZtI2Sn36gDTTt7MU0TziaPSqZPfQXTn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:4.3734378814697rem;left:10.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container { background-color: transparent; background-image: none; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container > .video-iframe-container { display: none; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row > .video-iframe-container { display: none; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .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); }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container { border-width: 0; border-radius: 0; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#xJD4hZ2p0RPGd03w9lLz1o8zwwmO9tOR { position:absolute;display:block;z-index:15172;height:29.25rem;width:60rem;top:0.15625rem;left:0rem;display:block; }
#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container { background-color: transparent; background-image: none; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container > .video-iframe-container { display: none; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row > .video-iframe-container { display: none; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .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); }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container { border-width: 0; border-radius: 0; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#M0H3DTO7vLkzK85xfFMvHdluRTQvD8qo { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15002;background-color:#1a1a1c;background-image:none;top:9.9374995231631rem;left:11.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#iCDgvNIqxHzJFkfQ17t8WNbifVZui6Xz { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15003;background-color:#1a1a1c;background-image:none;top:9.9374995231631rem;left:18.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#sb9xffmrPRDWp7bcWfG8wOZTyiHT3XT2 { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15004;background-color:#1a1a1c;background-image:none;top:9.9374995231631rem;left:26.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#MfTLbi0aRwGZttgQ309gRCxOnv5Fz7TN { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15005;background-color:#1a1a1c;background-image:none;top:9.9374995231631rem;left:34.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#hCfFTpbJFD3qxGcLWV0lLOKswMUev1f1 { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15006;background-color:#1a1a1c;background-image:none;top:9.9374995231631rem;left:41.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#WaSKFTzQN2CK6gnU2OkqdZecweWIPqxJ { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15007;background-color:#1a1a1c;background-image:none;top:17.68749935925rem;left:14.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#C21WWDntlpC6G6ouQnhgB2LPlWpeO55H { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15008;background-color:#1a1a1c;background-image:none;top:17.749999366701rem;left:22.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#RrcbA0yxo3aZJeFL7mL8skDv5QHkbNqI { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15009;background-color:#1a1a1c;background-image:none;top:17.812499362976rem;left:30.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#ilkFh9SPo3lECAJC9zLH8itP3X8HnXTM { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#1a1a1c;background-image:none;top:17.812499362976rem;left:38.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#uSRf3o4n8DT3TSW1sNqgACrssTB0VTii { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:10.499999523163rem;left:11.75rem;overflow:hidden;display:block; }
#H0gEpEoRgLVWwDUOphBlFz0luw8sC2gv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:10.499999523163rem;left:19.4375rem;overflow:hidden;display:block; }
#nbSq6flWbgE6D62RqswbUfev3nU73zUN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:10.499999523163rem;left:27.1875rem;overflow:hidden;display:block; }
#xvzX4l7pAxgNMZ3wtVQxkAbyN5THgW6o { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:10.499999523163rem;left:34.875rem;overflow:hidden;display:block; }
#JadVtfa462BrNz6Shh9xvGHsECgVbu7l { 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:6.0625rem;width:6.0625rem;top:18.312499374151rem;left:23.25rem;overflow:hidden;display:block; }
#GNOiNLWamevtueNPfJRAml0IwX4KZ56z { 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:6.0625rem;width:6.0625rem;top:18.249999374151rem;left:15.5625rem;overflow:hidden;display:block; }
#PV8ia54v93KVRx2icOpGPOJTu8btp0iW { 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:6.0625rem;width:6.0625rem;top:10.499999523163rem;left:42.5625rem;overflow:hidden;display:block; }
#QZTMW6XSnrXMIxNBb1HBLUJAaLrRgUeX { 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:6.0625rem;width:6.0625rem;top:18.374999344349rem;left:31rem;overflow:hidden;display:block; }
#TTBOLnSv8DG24r0tWStvxLFnmLsaHO8X { 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:6.0625rem;width:6.0625rem;top:18.374999344349rem;left:38.75rem;overflow:hidden;display:block; }
#bsto71VZEMDn4K2AKSA6bted4SmD1CnD { color:rgba(var(--color-tertiary-0),1);display:block;width:45.25rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:3.3984375rem;left:7.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQeItPdCO9GiFMO0DQh1ty5UQ9Wg51oo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:53.1875rem;top:18.312499374151rem;left:3.40625rem;overflow:hidden;display:block; }
#Ptm0zH44LhOq8thHQWFxqc2IdAHVTL9W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:28.812499403954rem;left:20.9375rem;display:block; }
#ULkEEAuf2ObqITutME2V1w3apTh3ZfnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);background-color:#1a1a1c;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; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container { background-color: transparent; background-image: none; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container > .video-iframe-container { display: none; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row > .video-iframe-container { display: none; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .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); }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container { border-width: 0; border-radius: 0; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container { font-size:0.875rem;font-family:arial;height:40.9722225rem;width:60rem;position:relative;display:block; }#I8WPDM5WqUxGzyrasf2Az9xoTJvnEzST { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:"go3 font";font-size:2.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.99826335907rem;left:1.0625rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTELQd1rVBPZtKpCkABSBvx6BwtEyn07 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.8) ;height:18.6875rem;width:14rem;top:18.249999046326rem;left:0.5rem;overflow:hidden;display:block; }
#IfzWHKBLUBdlu1643e5BtT8Di8un475f { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.8) ;height:18.6875rem;width:14rem;top:18.249999046326rem;left:15.5rem;overflow:hidden;display:block; }
#gkRESFfv7zzlzfxKV7zPIOsbAaVZTInw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.8) ;height:18.6875rem;width:14rem;top:18.249999046326rem;left:30.5rem;overflow:hidden;display:block; }
#f5gWTlv4cJ6UMvt1qyWR5QUChTGa48At { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.8) ;height:18.6875rem;width:14rem;top:18.249999046326rem;left:45.500003814698rem;overflow:hidden;display:block; }
#P6LIpGHDrTMAbpBi5RM1lg5KdkHueSbB { 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:6.375rem;width:6.375rem;top:1.2482633590698rem;left:1.0625rem;overflow:hidden;display:block; }
#c5rO6hQA7cR8vR4fToQmJWXeRf0pTt2W { box-sizing:content-box;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.340277671814rem;left:1.0625rem;display:block; }
#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container { background-color: transparent; background-image: none; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container > .video-iframe-container { display: none; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row > .video-iframe-container { display: none; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .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); }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container { border-width: 0; border-radius: 0; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#PVzWABXx94BmEyAQWp4wCG1Kq4GvnPQT { color:rgba(var(--color-tertiary-0),1);display:block;width:53rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4970703125rem;left:3.65625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rkQP2zAS6liTUrlEP4BhdRVM1Rpo05Ky { box-sizing:content-box;height:35.9375rem;width:21.0625rem;position:absolute;display:block;z-index:14995;background-color:rgba(26,26,28,0.8);background-image:none;top:7.25rem;left:19.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#ok1VEuyQFIu7Lgg155otmAsQEQyHRoKH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:41.3125rem;left:22.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:29.3125rem;left:21.0625rem;height:10.40625rem;text-align:left;text-align-last:left;display:block; }#Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5247591c83995f1f7c7b281ddfa35dfaa1ffdfba.svg); }
#wX9lJdUeKhwESroImB4QDR6H04GE0Ib7 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.9375rem;width:20.9375rem;top:7.25rem;left:19.75rem;overflow:hidden;display:block; }
#KmH4SAvu2fZGOtvvWLkpM9gLxtFDZigM { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:28.5625rem;left:21.0625rem;display:block; }
#QleH4tUBQRLbJWH90mZfT5EZg0DRmEd7 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.4375rem;left:25.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#TrPMycDTV7344koVrdowX0CF4QHrEI9R { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:22.0625rem;left:23.6875rem;display:block; }
#xrvTPqOFwEVLmpFDkTWKpBAyQb32uetR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET7GnakVbVdINu5T6ZqOipceTq6spKG8 { color:#f40000;display:block;width:7.4375rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:normal;z-index:15037;line-height:.9;letter-spacing:0;top:18.5625rem;left:24.1875rem;height:1.96875rem;text-align:left;text-align-last:left;display:block; }
#KJxOLdKiF9rRnBmmMUnNkKV2c5mGOUGz { color:#f40000;display:block;width:4.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.25rem;left:31.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#IdE8iRXz6gal4IQSwRhaoTq0iM7DOQG8 { box-sizing:content-box;height:5rem;width:3.8125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0.48);background-image:none;top:11.8125rem;left:30.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-secondary-4),1) ;display:block; }
#cUoXL5v7snmo6palv2JpcUDFf7mwVPaw { box-sizing:content-box;height:5rem;width:3.8125rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0.48);background-image:none;top:11.8125rem;left:21.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-secondary-4),1) ;display:block; }
#T7M0qZhXy1ibO3dQQn1w7hP48TAIfFIT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:8.5625rem;left:22.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIpoPaG0fsIE33m0adbP55mvECa0WuBZ { 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:1.8125rem;width:0.9375rem;top:13.0625rem;left:31.8125rem;overflow:hidden;display:block; }
#m3b6VtKc1tR0p79rcHmwCmnU9wTs2t12 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.125rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:15.25rem;left:30.6875rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ph7eRhSk9Aqg3BrIDDL3vpznLkSz0IuQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5625rem;top:12.9375rem;left:22.6875rem;overflow:hidden;display:block; }
#auhyWhGiihmks3A0zi61xzQn7LxNgRT3 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.125rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:15.3125rem;left:21.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lxXOE8dF0wpAstEC3d0fdAuCOzMxX3GU { box-sizing:content-box;height:5rem;width:3.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0.48);background-image:none;top:11.8125rem;left:34.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-secondary-4),1) ;display:block; }
#X1qatUSWCMJ4TcrH36QpJ83iH7alcuF7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2rem;top:13.25rem;left:35.5625rem;overflow:hidden;display:block; }
#iaXPAAxSo9WOCnZU6Nh8cX2M5XSsD3Gt { color:rgba(var(--color-tertiary-1),1);display:block;width:3.125rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.25rem;left:35rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KD8vgnLatywVxwKEeW038cqK5qIygdn6 { box-sizing:content-box;height:5rem;width:3.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.48);background-image:none;top:11.8125rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-secondary-4),1) ;display:block; }
#DTwwg4WUTnKZTvxR4RJiK1302iT3mXzT { color:rgba(var(--color-tertiary-1),1);display:block;width:3.125rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:15.3125rem;left:26.25rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GAQEHENF7mNOSpox3VgVAzx4nlhMgqe1 { 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.375rem;width:1.375rem;top:13.0625rem;left:27.125rem;overflow:hidden;display:block; }
#NKEwPFQBi2HX8ZnbiRZmWTp3sxgEBw7U { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.0625rem;left:24.3125rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#zzE0Lrd6tem4TZcVyR6wT0vpleU1KO9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:27.0625rem;left:22.6875rem; }
#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container { background-color: transparent; background-image: none; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container > .video-iframe-container { display: none; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row > .video-iframe-container { display: none; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .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); }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container { border-width: 0; border-radius: 0; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#FcHuJCL9Eom69H0uRznfpWAZr0pZtuNv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:5.0625rem;height:7.3125rem;text-align:right;text-align-last:right;display:block; }
#n3TZeKkQ1TbJKnq2WVrdZRezlhuoggp5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.25rem;top:2.875rem;left:26.3125rem;overflow:hidden;display:block; }
#fJPtCtS5EhV0oGehNZFxDytsCRirXskd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.25rem;top:3.4375rem;left:47.625rem;overflow:hidden;display:none; }
#sAlDh9chicsBVulJG4mwJWE2lRL8txFz { box-sizing:content-box;height:13.125rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.1875rem;left:24.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a2XwQgPD7wlNGVs9TKu2t4VOefmtpRNQ { box-sizing:content-box;height:10rem;width:9.375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.4242191314698rem;left:46.062501907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#AKbfZ4aVVSNdN5O0TKKEAOiU7rdPJc1n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.5rem;left:28.625rem; }
#LBapdRoxPS7moAfbeBtD2dxPghFsa04p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.625rem;left:49.9375rem;display:none; }
#vf4CgwQMnGiay5LUnBRmk0l7BIQEy7ay { box-sizing:content-box;height:13.125rem;width:9.375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.1875rem;left:35.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RKl6paTZ4l0vd1CafMOQp0tNBCRm6BfO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.25rem;top:3.25rem;left:36.6875rem;overflow:hidden;display:block; }
#H27NBptE3D17CKVvhGzJQIdmoDvFZTm6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.5rem;left:39rem; }
#oXaZCnmMD1iQMnVTPNPO2chX24Tvmzp1 { box-sizing:content-box;height:13.125rem;width:9.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.1875rem;left:45.4375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DiqfxscehkDWQrKM7Auqpx2FtiAOsimh { position:absolute;display:block;z-index:15012;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.4375rem;width:6.25rem;top:3.6250009536743rem;left:47.000003814698rem;overflow:hidden;display:block; }
#OhPSMvb7gcoVPCJDz8ZCEGFwqFyoOGI4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.5000009536744rem;left:49.281253814698rem; }
#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq { border-top:0.3125rem solid rgba(var(--color-secondary-3),1);border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #484848;background-color:#1a1a1c;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; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { background-color: transparent; background-image: none; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container > .video-iframe-container { display: none; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row > .video-iframe-container { display: none; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .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); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { border-width: 0; border-radius: 0; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#mf9JCovTATb4tGIwPtwsPrtPiu7NO1f6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .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:#1a1a1c;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1); }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .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; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);font-style:normal; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .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-0),1);height:auto; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-trigger.adaptive-delivery-prevent-bg, #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-trigger.lazyload, #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-trigger.lazyloading { background-image: none; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau { box-sizing:content-box;height:auto;width:51.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:rgba(var(--color-tertiary-4),0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.0121526718137rem;left:2.84375rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #HSpDeTcd1LGxcI2t6NaRE3XP8X9ouw6L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #RKRUwWOHK8hOQ7B36nqmRktnkUpZi4Wt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #PHMI1GWgcxJrohKXA05QIRovbXg6LAXh { display:block;position:relative; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #XTopMQ1wF7r82H3mTTi0uMAkLTovQpF6 {  }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #nVAVlFpldTsLwK6vVM9hXrdPZnc2n4Ak {  }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #nThdR4bZ782Ok8qtTV9EqpQ8twMD8enf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #lXplsMkHsaoZ78rCbdNyufJOu7c8mbdU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #W2RmNGBnWfSVDCJscXRsPIkEiH1w5vNd { display:block;position:relative; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #GzSmn7uBtIIWemOLLDTd2stZidfozHxg {  }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #FhXzb6oekohvmEL3g9L7AtdeTWl1qnhi { display:none; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #f8tsaOcf79LKIGEdnB2UEssyRCdBw5ah { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #PD19tvkDwFTit47mOyNJhHfLytdvqUFS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #UUxOQqAdcM6PAqtuKIrWV3TBtbFb36x5 { display:block;position:relative; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #IcmUbvrhanMAoOx2Z5VEaN4X2yg97S8y {  }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #i6GKRWW4D0BrLS6EdbJGzJHxpn1XdcEt { display:none; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #iicLltWiRfW0SLZNVoLiUmR4C3ONPWCI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #ZhfJyB2hTBsJV0VzptOBoFQZ7x1Uy3Tl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #QNTB7ZKv9mHaawOspo0THS5NQMdtqeTL { display:block;position:relative; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #Dwvyk8rn4IE3HN109tZ9x1kphmNET81d {  }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #q78r1awx6PGwWJXiTUg3ybugEqDZ6b1s { display:none; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #IsuKCc9TOA9qVRn7gzRGAHCPEHw7OH34 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #h2GaNCcH04sM5tMwzhW9JIC6OTciogSO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #bUdCm7KOqT0CMSTqFkO471vICN67Ff1E { display:block;position:relative; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #QgXms3Qv55AXEEJOisKAKwKzmUpinThU {  }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #gO1VT9ZyK7ylP9TR4V5lzbv22zZghyQE { display:none; }
#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { background-color: transparent; background-image: none; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container > .video-iframe-container { display: none; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row > .video-iframe-container { display: none; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .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); }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { border-width: 0; border-radius: 0; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#QqW84aEy1unGdQ8H09WLyTkzyBpX50bT { 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.125rem;width:4.875rem;top:1.9375rem;left:2rem;overflow:hidden;display:block; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.8359375rem;left:49.562503814698rem; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.8359375rem;left:56.625003814698rem; }
#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.8359375rem;left:53.250003814698rem; }
#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#SdArFDfonoTK1ZQcSVBF6vPVyPdi4Q6H { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;top:14.1875rem;left:0rem;display:block; }
#wW6IMrB4zqFBgFHU7IJmGT8Kcx1JKPi6 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:45.055553436279rem;height:1.29980625rem;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; }
#hFU3ZvJQgUwiiU3kBf02yvGIwm8hMfqN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CETplJbZAdpO39WztBZT5p1ykiXagmIg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.1875rem;left:2rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISScFkiTaCFTBeZk61GnO5xicHI2mk6R { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.625rem;left:2rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HSUt6o2CeBbQxmWvrNCPLgVslVtO4D9G { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.4375rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iV654H7LqJdvwDu1eLm0SZvJPgBndLZv { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.1875rem;left:13.4375rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y9MWlOhJiHNMxVDyB03bbr5r3KUT3MEI { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:2rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7yUcVUEHg8wTaZkk8tvFdpLTCzPzsLu { color:rgba(var(--color-tertiary-0),0.6);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:13.4375rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BIcvvT6DQG9SrBXQuVaQxdcSQWCqrFkw { color:rgba(var(--color-tertiary-0),0.6);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.061632156372rem;left:21.625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ek6BNcJK5S5v437rqdxy80dl0CDUnExk { display:none; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nzgzr9xDfsJ1wT7sgtMktmXBAHWTXal0 { top:0.9375rem;left:4.6180554628373rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9cAy0WlyzsRUTUvzkzI20wToRTFVoPc { top:1.0625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
#G9cAy0WlyzsRUTUvzkzI20wToRTFVoPc > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@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) { #euDHIslTzp4i2dRW8fxxIRvyEqy1rvdg { width:18.125rem;height:3.25rem;top:22.875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfllz8M9T3g7nvTXquENLi9qvQznv1Ez { display:block; }
 }@media only screen and (max-width: 763px) { #hgAmtCz2DPoT5VAo22Bpl2IpAcH9wFZs { top:7.8125rem;left:22.625rem;width:25.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT0N7wyR5I4Ak6R7rbXTX00ZDgsfUIOt { top:16.8125rem;left:17.75rem;width:30rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6tGfT1RpCu6HLy5sOECNkB2gkw5gEgp { top:1.0625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#p6tGfT1RpCu6HLy5sOECNkB2gkw5gEgp > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #sK4vPqPaEQdPxe2BMUOUZK9IHPyp36eo { top:1.5625rem;left:41.5625rem;width:6.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxliHZyVCHIxEw0nzXpdBLT0huSDse7C { top:26.4375rem;left:32.8125rem;width:9.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb { display:none; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZgAq355l0ctIRwTJG2C6afNn8AGlD6f { top:12.8125rem;left:0rem;width:9.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8coLmc1I9EtDnQAS66fbsir87LH7FU3 { top:1.8125rem;left:0rem;width:20rem;height:6.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sloz54koysVowSQcpO4r87koeBeWa9iE { top:27.1875rem;left:34.375rem;width:9.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEzEDceBUf7N2SXFQ5cuaZAgEaAvON6w { top:27.1875rem;left:34.375rem;width:9.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVFOOitQvUTHspEDRGtA2Pn1tbo06ccp { width:18.125rem;height:3.25rem;top:22.875rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhRMAoqRE0L42efQEEGtlS98UcZVLS2w { display:block; }
 }@media only screen and (max-width: 763px) { #q964yVka5BKu4DcGk9Tmg1Txes9ILOei { width:18.125rem;height:3.25rem;top:22.875rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSLTCyslFuTtGLade1PC9klNVfTcxlyT { display:block; }
 }@media only screen and (max-width: 763px) { #OMuMKtuGqtq3NNDbTWy4Qa5mg60NkAy8 { width:18.125rem;height:3.25rem;top:28.75rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #den13so4DT2QJNyRTixLm5Jr7U8cQ8Iq { display:block; }
 }@media only screen and (max-width: 763px) { #qyOube8R5KHTbFCLpan0hmBuZpq2t0sl { display:block; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIpATVJZu47fXMWNo9NcTyBQzGTSc4LE { top:3.5rem;left:4.0625rem;width:39.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx { display:block; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6C0RNqb7wVlW9qgIuTDzpi9k5HNsXXU { top:4rem;left:38.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh66MWfz7fZfZQQb9UgI178MFdMPDEkT { top:7.625rem;left:33.6875rem;width:12.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gncbDXlVC99FtMtrBXGpsBsNJLUlPKIg { top:10.875rem;left:32.5rem;width:14.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP2hV5el69f6lRvl0Gxe0QKqZcT8xMDA { top:7.625rem;left:18.5625rem;width:10.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzuNisvFW02bAGwACUOQfmGQMuTxeZsF { top:4rem;left:22.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOmwFIvEoC0JvJcXLZrh2HAOB4mqf0vU { top:10.875rem;left:17rem;width:13.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPoAy8UcCRZ1Ka8GpVRU5U1UVPuZRsDI { top:7.0625rem;left:0.8125rem;width:14.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwrAeIXtLReVQvpztaWJeGKXru6Sn8v { top:3.4375rem;left:6.3125rem;width:3.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pacVTOpIurh3Bz1daGrCvSbKxZ3lLdpi { top:11.4375rem;left:1.25rem;width:13.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe { display:block; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyq5avd1RE82CxRrWZ9tzgp0d9GTllSI { top:9.375rem;left:0rem;width:25.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #on1UhdqyhxanEz1G2559nmSUfoaCozHr { top:6.5rem;left:0rem;width:13.625rem;height:2.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trnuoK6zrt9oRhTpN8dfVNeXRczGrM6S { top:14.125rem;left:0rem;width:14rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMFC9loaQ4myL7X9gNzpzHE2mC1b98F1 { top:14.125rem;left:9.875rem;width:14rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKk1H4WEW27vNoLmQx9JKiVH1h6BfJbK { top:14.125rem;left:21.8125rem;width:14rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48RpI4TBcw6sNTQaRu8sdfZWWWi71Ft { top:14.125rem;left:33.75rem;width:14rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr0UpzolBkoxaay9JbgHJJwaiHz6gkug { top:4.3125rem;left:0rem;width:5.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSkFKyZqhNxT8DOVBuPqfBDvlL9TTe9t { top:12.4375rem;left:0rem;width:3.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k { display:block; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZtI2Sn36gDTTt7MU0TziaPSqZPfQXTn { top:4.3125rem;left:4.0625rem;width:39.625rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b { display:block; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJD4hZ2p0RPGd03w9lLz1o8zwwmO9tOR { top:0.125rem;left:0rem;width:47.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOeO4OTDrH65bkihJpX65B5gXCfNqTEo { display:block; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0H3DTO7vLkzK85xfFMvHdluRTQvD8qo { top:9.875rem;left:5rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCDgvNIqxHzJFkfQ17t8WNbifVZui6Xz { top:9.875rem;left:12.6875rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb9xffmrPRDWp7bcWfG8wOZTyiHT3XT2 { top:9.875rem;left:20.4375rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTLbi0aRwGZttgQ309gRCxOnv5Fz7TN { top:9.875rem;left:28.125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCfFTpbJFD3qxGcLWV0lLOKswMUev1f1 { top:9.875rem;left:35.8125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaSKFTzQN2CK6gnU2OkqdZecweWIPqxJ { top:17.625rem;left:8.8125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #C21WWDntlpC6G6ouQnhgB2LPlWpeO55H { top:17.6875rem;left:16.5rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcbA0yxo3aZJeFL7mL8skDv5QHkbNqI { top:17.75rem;left:24.25rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilkFh9SPo3lECAJC9zLH8itP3X8HnXTM { top:17.75rem;left:32rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSRf3o4n8DT3TSW1sNqgACrssTB0VTii { top:10.4375rem;left:5.625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0gEpEoRgLVWwDUOphBlFz0luw8sC2gv { top:10.4375rem;left:13.3125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbSq6flWbgE6D62RqswbUfev3nU73zUN { top:10.4375rem;left:21.0625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvzX4l7pAxgNMZ3wtVQxkAbyN5THgW6o { top:10.4375rem;left:28.75rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JadVtfa462BrNz6Shh9xvGHsECgVbu7l { top:18.25rem;left:17.125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNOiNLWamevtueNPfJRAml0IwX4KZ56z { top:18.1875rem;left:9.4375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV8ia54v93KVRx2icOpGPOJTu8btp0iW { top:10.4375rem;left:36.4375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTMW6XSnrXMIxNBb1HBLUJAaLrRgUeX { top:18.3125rem;left:24.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBOLnSv8DG24r0tWStvxLFnmLsaHO8X { top:18.3125rem;left:32.625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsto71VZEMDn4K2AKSA6bted4SmD1CnD { top:3.375rem;left:1.25rem;width:45.25rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQeItPdCO9GiFMO0DQh1ty5UQ9Wg51oo { top:18.25rem;left:0rem;width:47.75rem;height:9.4265569917744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptm0zH44LhOq8thHQWFxqc2IdAHVTL9W { width:18.125rem;height:3.25rem;top:28.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULkEEAuf2ObqITutME2V1w3apTh3ZfnO { display:block; }
 }@media only screen and (max-width: 763px) { #aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z { display:block; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8WPDM5WqUxGzyrasf2Az9xoTJvnEzST { top:6.9375rem;left:0rem;width:46.8125rem;height:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTELQd1rVBPZtKpCkABSBvx6BwtEyn07 { top:18.1875rem;left:0rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfzWHKBLUBdlu1643e5BtT8Di8un475f { top:18.1875rem;left:9.875rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkRESFfv7zzlzfxKV7zPIOsbAaVZTInw { top:18.1875rem;left:23.875rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gWTlv4cJ6UMvt1qyWR5QUChTGa48At { top:18.1875rem;left:33.75rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LIpGHDrTMAbpBi5RM1lg5KdkHueSbB { top:1.1875rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5rO6hQA7cR8vR4fToQmJWXeRf0pTt2W { top:16.3125rem;left:0rem;width:3.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd { display:block; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVzWABXx94BmEyAQWp4wCG1Kq4GvnPQT { top:2.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkQP2zAS6liTUrlEP4BhdRVM1Rpo05Ky { top:7.25rem;left:2.5625rem;width:21.0625rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1VEuyQFIu7Lgg155otmAsQEQyHRoKH { top:41.3125rem;left:8.25rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U { top:29.3125rem;left:5.75rem;width:18.125rem;height:10.375rem;font-size:0.9375rem;display:block; }#Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5247591c83995f1f7c7b281ddfa35dfaa1ffdfba.svg); }
 }@media only screen and (max-width: 763px) { #wX9lJdUeKhwESroImB4QDR6H04GE0Ib7 { top:7.25rem;left:2.9375rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmH4SAvu2fZGOtvvWLkpM9gLxtFDZigM { top:28.5625rem;left:5.75rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QleH4tUBQRLbJWH90mZfT5EZg0DRmEd7 { top:25.4375rem;left:14.3125rem;width:9.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPMycDTV7344koVrdowX0CF4QHrEI9R { width:13.125rem;height:2.8125rem;top:22.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrvTPqOFwEVLmpFDkTWKpBAyQb32uetR { display:block; }
 }@media only screen and (max-width: 763px) { #ET7GnakVbVdINu5T6ZqOipceTq6spKG8 { top:18.5625rem;left:16.4375rem;width:7.4375rem;height:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxOLdKiF9rRnBmmMUnNkKV2c5mGOUGz { top:19.25rem;left:23.875rem;width:4.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdE8iRXz6gal4IQSwRhaoTq0iM7DOQG8 { top:11.8125rem;left:23.875rem;width:3.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUoXL5v7snmo6palv2JpcUDFf7mwVPaw { top:11.8125rem;left:18.4375rem;width:3.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7M0qZhXy1ibO3dQQn1w7hP48TAIfFIT { top:8.5625rem;left:8.25rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpoPaG0fsIE33m0adbP55mvECa0WuBZ { top:13.0625rem;left:23.875rem;width:0.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3b6VtKc1tR0p79rcHmwCmnU9wTs2t12 { top:15.25rem;left:23.875rem;width:3.125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph7eRhSk9Aqg3BrIDDL3vpznLkSz0IuQ { top:12.9375rem;left:19.625rem;width:1.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auhyWhGiihmks3A0zi61xzQn7LxNgRT3 { top:15.3125rem;left:18.75rem;width:3.125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXOE8dF0wpAstEC3d0fdAuCOzMxX3GU { top:11.8125rem;left:25.4375rem;width:3.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1qatUSWCMJ4TcrH36QpJ83iH7alcuF7 { top:13.25rem;left:26.375rem;width:2rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaXPAAxSo9WOCnZU6Nh8cX2M5XSsD3Gt { top:15.25rem;left:25.8125rem;width:3.125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8vgnLatywVxwKEeW038cqK5qIygdn6 { top:11.8125rem;left:20.0625rem;width:3.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwwg4WUTnKZTvxR4RJiK1302iT3mXzT { top:15.3125rem;left:20.75rem;width:3.125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAQEHENF7mNOSpox3VgVAzx4nlhMgqe1 { top:13.0625rem;left:22.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKEwPFQBi2HX8ZnbiRZmWTp3sxgEBw7U { top:27.0625rem;left:10.5625rem;width:13.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzE0Lrd6tem4TZcVyR6wT0vpleU1KO9P { top:27.0625rem;left:19.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc { display:block; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcHuJCL9Eom69H0uRznfpWAZr0pZtuNv { top:1.9375rem;left:0rem;width:18.4375rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TZeKkQ1TbJKnq2WVrdZRezlhuoggp5 { top:2.875rem;left:20.1875rem;width:6.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJPtCtS5EhV0oGehNZFxDytsCRirXskd { top:3.4375rem;left:41.5rem;width:6.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAlDh9chicsBVulJG4mwJWE2lRL8txFz { top:1.1875rem;left:18.625rem;width:9.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2XwQgPD7wlNGVs9TKu2t4VOefmtpRNQ { top:1.375rem;left:38.375rem;width:9.375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbfZ4aVVSNdN5O0TKKEAOiU7rdPJc1n { top:6.5rem;left:22.5rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBapdRoxPS7moAfbeBtD2dxPghFsa04p { top:6.625rem;left:43.8125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf4CgwQMnGiay5LUnBRmk0l7BIQEy7ay { top:1.1875rem;left:29rem;width:9.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKl6paTZ4l0vd1CafMOQp0tNBCRm6BfO { top:3.25rem;left:30.5625rem;width:6.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H27NBptE3D17CKVvhGzJQIdmoDvFZTm6 { top:6.5rem;left:32.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXaZCnmMD1iQMnVTPNPO2chX24Tvmzp1 { top:1.1875rem;left:38.375rem;width:9.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiqfxscehkDWQrKM7Auqpx2FtiAOsimh { top:3.625rem;left:40.875003814698rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPSMvb7gcoVPCJDz8ZCEGFwqFyoOGI4 { top:6.5rem;left:43.156253814698rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq { display:block; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mf9JCovTATb4tGIwPtwsPrtPiu7NO1f6 { top:3.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau { display:flex;height:auto;width:45.25rem;top:7rem;left:0rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #HSpDeTcd1LGxcI2t6NaRE3XP8X9ouw6L {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #RKRUwWOHK8hOQ7B36nqmRktnkUpZi4Wt {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #PHMI1GWgcxJrohKXA05QIRovbXg6LAXh {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #XTopMQ1wF7r82H3mTTi0uMAkLTovQpF6 {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #nVAVlFpldTsLwK6vVM9hXrdPZnc2n4Ak {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #nThdR4bZ782Ok8qtTV9EqpQ8twMD8enf {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #lXplsMkHsaoZ78rCbdNyufJOu7c8mbdU {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #W2RmNGBnWfSVDCJscXRsPIkEiH1w5vNd {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #GzSmn7uBtIIWemOLLDTd2stZidfozHxg {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #FhXzb6oekohvmEL3g9L7AtdeTWl1qnhi {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #f8tsaOcf79LKIGEdnB2UEssyRCdBw5ah {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #PD19tvkDwFTit47mOyNJhHfLytdvqUFS {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #UUxOQqAdcM6PAqtuKIrWV3TBtbFb36x5 {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #IcmUbvrhanMAoOx2Z5VEaN4X2yg97S8y {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #i6GKRWW4D0BrLS6EdbJGzJHxpn1XdcEt {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #iicLltWiRfW0SLZNVoLiUmR4C3ONPWCI {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #ZhfJyB2hTBsJV0VzptOBoFQZ7x1Uy3Tl {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #QNTB7ZKv9mHaawOspo0THS5NQMdtqeTL {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #Dwvyk8rn4IE3HN109tZ9x1kphmNET81d {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #q78r1awx6PGwWJXiTUg3ybugEqDZ6b1s {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #IsuKCc9TOA9qVRn7gzRGAHCPEHw7OH34 {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #h2GaNCcH04sM5tMwzhW9JIC6OTciogSO {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #bUdCm7KOqT0CMSTqFkO471vICN67Ff1E {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #QgXms3Qv55AXEEJOisKAKwKzmUpinThU {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #gO1VT9ZyK7ylP9TR4V5lzbv22zZghyQE {  }
 }@media only screen and (max-width: 763px) { #JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a { display:block; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqW84aEy1unGdQ8H09WLyTkzyBpX50bT { top:1.9375rem;left:0rem;width:4.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU { top:5.8125rem;left:43.437503814698rem;width:1.5rem;height:1.5rem;display:block; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM { top:5.8125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv { top:5.8125rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SdArFDfonoTK1ZQcSVBF6vPVyPdi4Q6H { top:14.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6IMrB4zqFBgFHU7IJmGT8Kcx1JKPi6 { top:15rem;left:34.625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFU3ZvJQgUwiiU3kBf02yvGIwm8hMfqN { top:5.9375rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETplJbZAdpO39WztBZT5p1ykiXagmIg { top:8.1875rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISScFkiTaCFTBeZk61GnO5xicHI2mk6R { top:10.625rem;left:0rem;width:4.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUt6o2CeBbQxmWvrNCPLgVslVtO4D9G { top:5.9375rem;left:7.3125rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV654H7LqJdvwDu1eLm0SZvJPgBndLZv { top:8.1875rem;left:7.3125rem;width:10.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9MWlOhJiHNMxVDyB03bbr5r3KUT3MEI { top:15rem;left:0rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yUcVUEHg8wTaZkk8tvFdpLTCzPzsLu { top:15rem;left:7.3125rem;width:4.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcvvT6DQG9SrBXQuVaQxdcSQWCqrFkw { top:15rem;left:15.5rem;width:10.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ek6BNcJK5S5v437rqdxy80dl0CDUnExk { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row .container { background-color: transparent; background-image: none; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row .container > .video-iframe-container { display: none; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row > .video-iframe-container { display: none; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .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); }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row .container { border-width: 0; border-radius: 0; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ek6BNcJK5S5v437rqdxy80dl0CDUnExk > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzgzr9xDfsJ1wT7sgtMktmXBAHWTXal0 { width:6.0625rem;height:1.3rem;top:0.94357639551162rem;left:10.743055462837rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #G9cAy0WlyzsRUTUvzkzI20wToRTFVoPc { display:flex;width:1.875rem;height:1.875rem;top:0.6875rem;left:17.3125rem;z-index:15006; }
#G9cAy0WlyzsRUTUvzkzI20wToRTFVoPc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/30926ba1-256e-496d-8611-1a281d9fa82a/HBOMaxmob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(0,0,0,0); }#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(0,0,0,0); }#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 { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euDHIslTzp4i2dRW8fxxIRvyEqy1rvdg { width:13.125rem;height:2.8125rem;top:27.4375rem;left:3.4375000596046rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Hfllz8M9T3g7nvTXquENLi9qvQznv1Ez { display:block; }
 }@media only screen and (max-width: 763px) { #hgAmtCz2DPoT5VAo22Bpl2IpAcH9wFZs { width:15.75rem;height:4.5rem;top:20.750001490116rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT0N7wyR5I4Ak6R7rbXTX00ZDgsfUIOt { width:17.9375rem;height:0;top:24.800001144409rem;left:1.0304687619209rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6tGfT1RpCu6HLy5sOECNkB2gkw5gEgp { display:flex;width:1.875rem;height:1.875rem;top:0.91250002384188rem;left:17.274999582767rem;display:none; }
#p6tGfT1RpCu6HLy5sOECNkB2gkw5gEgp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sK4vPqPaEQdPxe2BMUOUZK9IHPyp36eo { width:6.0625rem;height:0;top:1.2000000476837rem;left:10.674218714237rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxliHZyVCHIxEw0nzXpdBLT0huSDse7C { width:9.5625rem;height:1.29948125rem;top:31.5rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row .container { background-color: transparent; background-image: none; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row .container > .video-iframe-container { display: none; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row > .video-iframe-container { display: none; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .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); }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row .container { border-width: 0; border-radius: 0; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ogp3mSMboPSW3xiTKCdHJNTQsHV9lEdb > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZgAq355l0ctIRwTJG2C6afNn8AGlD6f { width:9.5625rem;height:1.1375rem;top:12.875rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15007;color:#b2b2b2;display:block; }
 }@media only screen and (max-width: 763px) { #q8coLmc1I9EtDnQAS66fbsir87LH7FU3 { width:20rem;height:6.597625rem;top:1.875rem;left:0rem;font-size:2rem;z-index:15014;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Sloz54koysVowSQcpO4r87koeBeWa9iE { width:9.5625rem;height:0;top:8.875rem;left:11.840277791023rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #DEzEDceBUf7N2SXFQ5cuaZAgEaAvON6w { width:9.5625rem;height:0;top:9.3125rem;left:11.840277791023rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #QVFOOitQvUTHspEDRGtA2Pn1tbo06ccp { width:13.125rem;height:2.8125rem;top:7.5rem;left:8.3090277910231rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #QhRMAoqRE0L42efQEEGtlS98UcZVLS2w { display:block; }
 }@media only screen and (max-width: 763px) { #q964yVka5BKu4DcGk9Tmg1Txes9ILOei { width:13.125rem;height:2.8125rem;top:13.583333969116rem;left:8.2777777910231rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #KSLTCyslFuTtGLade1PC9klNVfTcxlyT { display:block; }
 }@media only screen and (max-width: 763px) { #OMuMKtuGqtq3NNDbTWy4Qa5mg60NkAy8 { width:18.125rem;height:3.25rem;top:9.25rem;left:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #den13so4DT2QJNyRTixLm5Jr7U8cQ8Iq { display:block; }
 }@media only screen and (max-width: 763px) { #qyOube8R5KHTbFCLpan0hmBuZpq2t0sl { display:block; }#qyOube8R5KHTbFCLpan0hmBuZpq2t0sl > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIpATVJZu47fXMWNo9NcTyBQzGTSc4LE { width:18.625rem;height:3.85rem;top:3.089412689209rem;left:0.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx { display:block; }#u0iTzvLGW4FsgooLtxRQn0ha7bxFiSJx > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6C0RNqb7wVlW9qgIuTDzpi9k5HNsXXU { width:2.8125rem;height:2.8125rem;top:18.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh66MWfz7fZfZQQb9UgI178MFdMPDEkT { width:9.375rem;height:3.298825rem;top:22.3125rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gncbDXlVC99FtMtrBXGpsBsNJLUlPKIg { width:9.375rem;height:5.84765625rem;top:26.1875rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cP2hV5el69f6lRvl0Gxe0QKqZcT8xMDA { width:9.375rem;height:3.298825rem;top:5.6241321563721rem;left:10.624132275581rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NzuNisvFW02bAGwACUOQfmGQMuTxeZsF { width:2.8125rem;height:2.8125rem;top:1.6163196563721rem;left:13.905382275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOmwFIvEoC0JvJcXLZrh2HAOB4mqf0vU { width:9.375rem;height:4.87305rem;top:11.625rem;left:10.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPoAy8UcCRZ1Ka8GpVRU5U1UVPuZRsDI { width:9.375rem;height:5.49805rem;top:5.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ygwrAeIXtLReVQvpztaWJeGKXru6Sn8v { width:3.9375rem;height:2.8125rem;top:1.6163196563721rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pacVTOpIurh3Bz1daGrCvSbKxZ3lLdpi { width:9.375rem;height:4.87305rem;top:11.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe { display:block; }#fJZl7lb2yM7grDgIUL4M4NUoFtu4CTOe > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyq5avd1RE82CxRrWZ9tzgp0d9GTllSI { width:18.5625rem;height:1.5125rem;top:7.8324642181394rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #on1UhdqyhxanEz1G2559nmSUfoaCozHr { width:11.9375rem;height:2.375rem;top:5rem;left:6.5937501192094rem;font-size:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trnuoK6zrt9oRhTpN8dfVNeXRczGrM6S { width:9.5rem;height:14.375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMFC9loaQ4myL7X9gNzpzHE2mC1b98F1 { width:9.5rem;height:14.375rem;top:12rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKk1H4WEW27vNoLmQx9JKiVH1h6BfJbK { width:9.5rem;height:14.375rem;top:27.436635971069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48RpI4TBcw6sNTQaRu8sdfZWWWi71Ft { width:9.5rem;height:14.375rem;top:27.436632156372rem;left:10.499132275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr0UpzolBkoxaay9JbgHJJwaiHz6gkug { width:5.9375rem;height:4.3125rem;top:2.8055553436279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSkFKyZqhNxT8DOVBuPqfBDvlL9TTe9t { width:3.125rem;height:0.1875rem;top:10.311632156372rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k { display:block; }#nBiKJdT6yPT3GO1TRTbKaXCndmqzBg1k > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZtI2Sn36gDTTt7MU0TziaPSqZPfQXTn { width:19.3125rem;height:5.775rem;top:2.6015634536743rem;left:0.34375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b { display:block; }#m3rpK0hIPNEeIEBVTgBe5R8CXEgUpb1b > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJD4hZ2p0RPGd03w9lLz1o8zwwmO9tOR { width:20rem;height:22.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOeO4OTDrH65bkihJpX65B5gXCfNqTEo { display:block; }#rOeO4OTDrH65bkihJpX65B5gXCfNqTEo > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0H3DTO7vLkzK85xfFMvHdluRTQvD8qo { width:5rem;height:5rem;top:10.187499523163rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCDgvNIqxHzJFkfQ17t8WNbifVZui6Xz { width:5.125rem;height:5rem;top:10.186631679535rem;left:7.3263894319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb9xffmrPRDWp7bcWfG8wOZTyiHT3XT2 { width:5rem;height:5rem;top:10.186631679535rem;left:13.680555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTLbi0aRwGZttgQ309gRCxOnv5Fz7TN { width:5rem;height:5rem;top:16.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCfFTpbJFD3qxGcLWV0lLOKswMUev1f1 { width:5rem;height:5rem;top:16.499132156372rem;left:7.3888894319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaSKFTzQN2CK6gnU2OkqdZecweWIPqxJ { width:5rem;height:5rem;top:16.500000476837rem;left:13.680555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #C21WWDntlpC6G6ouQnhgB2LPlWpeO55H { width:5rem;height:5rem;top:22.861110687256rem;left:13.680555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrcbA0yxo3aZJeFL7mL8skDv5QHkbNqI { width:5rem;height:5rem;top:22.861110687256rem;left:7.3888894319531rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilkFh9SPo3lECAJC9zLH8itP3X8HnXTM { width:5rem;height:5rem;top:22.861113548279rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSRf3o4n8DT3TSW1sNqgACrssTB0VTii { width:4.375rem;height:4.375rem;top:10.610243141651rem;left:1.4227432012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0gEpEoRgLVWwDUOphBlFz0luw8sC2gv { width:4.375rem;height:4.375rem;top:10.610243141651rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbSq6flWbgE6D62RqswbUfev3nU73zUN { width:4.375rem;height:4.375rem;top:10.609375rem;left:14.104167103767rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvzX4l7pAxgNMZ3wtVQxkAbyN5THgW6o { width:4.375rem;height:4.375rem;top:16.922729492188rem;left:1.4227432012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #JadVtfa462BrNz6Shh9xvGHsECgVbu7l { width:4.375rem;height:4.375rem;top:23.284722626209rem;left:1.4227432012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNOiNLWamevtueNPfJRAml0IwX4KZ56z { width:4.375rem;height:4.375rem;top:16.923618316651rem;left:14.104167103767rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV8ia54v93KVRx2icOpGPOJTu8btp0iW { width:4.375rem;height:4.375rem;top:16.922742843628rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTMW6XSnrXMIxNBb1HBLUJAaLrRgUeX { width:4.375rem;height:4.375rem;top:23.284720897674rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBOLnSv8DG24r0tWStvxLFnmLsaHO8X { width:4.375rem;height:4.375rem;top:23.284722626209rem;left:14.104167103767rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsto71VZEMDn4K2AKSA6bted4SmD1CnD { width:20rem;height:5.775rem;top:2.71875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OQeItPdCO9GiFMO0DQh1ty5UQ9Wg51oo { width:20rem;height:3.94791875rem;top:25.798606216908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptm0zH44LhOq8thHQWFxqc2IdAHVTL9W { width:18.125rem;height:3.25rem;top:30.99566290493rem;left:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ULkEEAuf2ObqITutME2V1w3apTh3ZfnO { display:block; }
 }@media only screen and (max-width: 763px) { #aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z { display:block; }#aNIkb9cGvVAUUTlwTk1JPF1XGlSrEJ9z > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8WPDM5WqUxGzyrasf2Az9xoTJvnEzST { width:19rem;height:9.624rem;top:5.7890625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NTELQd1rVBPZtKpCkABSBvx6BwtEyn07 { width:9.5rem;height:12.6875rem;top:18.038194358349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfzWHKBLUBdlu1643e5BtT8Di8un475f { width:9.5rem;height:12.6875rem;top:18.038194358349rem;left:10.499132275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkRESFfv7zzlzfxKV7zPIOsbAaVZTInw { width:9.4375rem;height:12.625rem;top:31.937500655651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gWTlv4cJ6UMvt1qyWR5QUChTGa48At { width:9.4375rem;height:12.625rem;top:31.937500655651rem;left:10.500000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LIpGHDrTMAbpBi5RM1lg5KdkHueSbB { width:5.9375rem;height:5.9375rem;top:0.65711975097656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5rO6hQA7cR8vR4fToQmJWXeRf0pTt2W { width:3.125rem;height:0.1875rem;top:16.442718505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd { display:block; }#rmr01TO6VpPvpVs2NKJQQS1eGW1iHDzd > .row .container { width:20rem;height:47.82421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVzWABXx94BmEyAQWp4wCG1Kq4GvnPQT { width:19.4375rem;height:3.8496125rem;top:3.1119728088379rem;left:0.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rkQP2zAS6liTUrlEP4BhdRVM1Rpo05Ky { width:20rem;height:33.625rem;top:8.125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1VEuyQFIu7Lgg155otmAsQEQyHRoKH { width:15.625rem;height:1.13671875rem;top:40.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U { width:15.625rem;height:10.973625rem;top:28.9375rem;left:2.1875rem;font-size:1rem;display:block; }#Bgsa0IXUZsyx1cXFhCnQCsKdyV3xV77U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5247591c83995f1f7c7b281ddfa35dfaa1ffdfba.svg); }
 }@media only screen and (max-width: 763px) { #wX9lJdUeKhwESroImB4QDR6H04GE0Ib7 { width:20rem;height:20rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmH4SAvu2fZGOtvvWLkpM9gLxtFDZigM { width:15.625rem;height:0.0625rem;top:28.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QleH4tUBQRLbJWH90mZfT5EZg0DRmEd7 { width:9.5625rem;height:1.13671875rem;top:25.4375rem;left:5.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrPMycDTV7344koVrdowX0CF4QHrEI9R { width:13.125rem;height:2.8125rem;top:22.25rem;left:3.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xrvTPqOFwEVLmpFDkTWKpBAyQb32uetR { display:block; }
 }@media only screen and (max-width: 763px) { #ET7GnakVbVdINu5T6ZqOipceTq6spKG8 { width:6.3125rem;height:1.6308625rem;top:19.875rem;left:4.625rem;font-size:1.8125rem;color:#f40000;display:block; }
 }@media only screen and (max-width: 763px) { #KJxOLdKiF9rRnBmmMUnNkKV2c5mGOUGz { width:4.4375rem;height:1.29980625rem;top:20.1875rem;left:10.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#f40000;display:block; }
 }@media only screen and (max-width: 763px) { #IdE8iRXz6gal4IQSwRhaoTq0iM7DOQG8 { width:3.8125rem;height:5rem;top:12.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUoXL5v7snmo6palv2JpcUDFf7mwVPaw { width:3.8125rem;height:5rem;top:12.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7M0qZhXy1ibO3dQQn1w7hP48TAIfFIT { width:15.625rem;height:1.4619125rem;top:9.1875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpoPaG0fsIE33m0adbP55mvECa0WuBZ { width:0.9375rem;height:1.8125rem;top:13.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3b6VtKc1tR0p79rcHmwCmnU9wTs2t12 { width:3.125rem;height:0.8125rem;top:15.5rem;left:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph7eRhSk9Aqg3BrIDDL3vpznLkSz0IuQ { width:1.5625rem;height:1.4375rem;top:13.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auhyWhGiihmks3A0zi61xzQn7LxNgRT3 { width:3.125rem;height:0.8125rem;top:15.625rem;left:10.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxXOE8dF0wpAstEC3d0fdAuCOzMxX3GU { width:3.8125rem;height:5rem;top:12.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1qatUSWCMJ4TcrH36QpJ83iH7alcuF7 { width:2rem;height:1.4375rem;top:13.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaXPAAxSo9WOCnZU6Nh8cX2M5XSsD3Gt { width:3.125rem;height:0.8125rem;top:15.625rem;left:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8vgnLatywVxwKEeW038cqK5qIygdn6 { width:3.8125rem;height:5rem;top:12.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwwg4WUTnKZTvxR4RJiK1302iT3mXzT { width:3.125rem;height:0.8125rem;top:15.6875rem;left:6.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAQEHENF7mNOSpox3VgVAzx4nlhMgqe1 { width:1.375rem;height:1.375rem;top:13.4375rem;left:7.0625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #NKEwPFQBi2HX8ZnbiRZmWTp3sxgEBw7U { width:13.3125rem;height:0;top:45.4375rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zzE0Lrd6tem4TZcVyR6wT0vpleU1KO9P { display:flex;width:1.1875rem;height:1.1875rem;top:43rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc { display:block; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc { border-width: 0; border-radius: 0; }#TXQipoLiDWkp5oeeRZLGumuF6fbPFXgc > .row .container { width:20rem;height:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcHuJCL9Eom69H0uRznfpWAZr0pZtuNv { width:18.5rem;height:5.775rem;top:2.2491321563721rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n3TZeKkQ1TbJKnq2WVrdZRezlhuoggp5 { width:4.75rem;height:2.1875rem;top:11.312500476837rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJPtCtS5EhV0oGehNZFxDytsCRirXskd { width:6.25rem;height:2.125rem;top:13.125rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAlDh9chicsBVulJG4mwJWE2lRL8txFz { width:6.25rem;height:10rem;top:9.7500152587887rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2XwQgPD7wlNGVs9TKu2t4VOefmtpRNQ { width:9.375rem;height:10rem;top:11.125rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKbfZ4aVVSNdN5O0TKKEAOiU7rdPJc1n { display:flex;width:1.6875rem;height:1.6875rem;top:14.375000953674rem;left:2.2812501192093rem; }
 }@media only screen and (max-width: 763px) { #LBapdRoxPS7moAfbeBtD2dxPghFsa04p { display:flex;width:1.6875rem;height:1.6875rem;top:16.3125rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf4CgwQMnGiay5LUnBRmk0l7BIQEy7ay { width:6.25rem;height:10rem;top:9.7500205039975rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKl6paTZ4l0vd1CafMOQp0tNBCRm6BfO { width:4.4375rem;height:1.5rem;top:11.656250953674rem;left:7.7812501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #H27NBptE3D17CKVvhGzJQIdmoDvFZTm6 { display:flex;width:1.6875rem;height:1.6875rem;top:14.375000953674rem;left:16.030381321907rem; }
 }@media only screen and (max-width: 763px) { #oXaZCnmMD1iQMnVTPNPO2chX24Tvmzp1 { width:6.25rem;height:9.875rem;top:9.75rem;left:13.749132275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiqfxscehkDWQrKM7Auqpx2FtiAOsimh { width:4.4375rem;height:1rem;top:11.906250953674rem;left:14.680555462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPSMvb7gcoVPCJDz8ZCEGFwqFyoOGI4 { display:flex;width:1.6875rem;height:1.6875rem;top:14.375000953674rem;left:9.1562501192094rem; }
 }@media only screen and (max-width: 763px) { #S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq { border-top:0.3125rem solid #313131;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #484848;background-color:#1a1a1c;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { background-color: transparent; background-image: none; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container > .video-iframe-container { display: none; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row > .video-iframe-container { display: none; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .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); }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { border-width: 0; border-radius: 0; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0Xxe3DwggIeMbZ1ZaVDUSbCgQFfxZdq > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mf9JCovTATb4tGIwPtwsPrtPiu7NO1f6 { width:18.375rem;height:3.5rem;top:3.0251731872559rem;left:0.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-heading-text { font-size:1rem;height:auto; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-desc-text { font-size:0.75rem;height:auto; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau { display:flex;height:auto;width:20rem;top:6.7109375rem;left:-1.28125rem;gap:0.625rem; }
#ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #HSpDeTcd1LGxcI2t6NaRE3XP8X9ouw6L {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #RKRUwWOHK8hOQ7B36nqmRktnkUpZi4Wt {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #PHMI1GWgcxJrohKXA05QIRovbXg6LAXh {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #XTopMQ1wF7r82H3mTTi0uMAkLTovQpF6 {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #nVAVlFpldTsLwK6vVM9hXrdPZnc2n4Ak {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #nThdR4bZ782Ok8qtTV9EqpQ8twMD8enf {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #lXplsMkHsaoZ78rCbdNyufJOu7c8mbdU {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #W2RmNGBnWfSVDCJscXRsPIkEiH1w5vNd {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #GzSmn7uBtIIWemOLLDTd2stZidfozHxg {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #FhXzb6oekohvmEL3g9L7AtdeTWl1qnhi {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #f8tsaOcf79LKIGEdnB2UEssyRCdBw5ah {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #PD19tvkDwFTit47mOyNJhHfLytdvqUFS {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #UUxOQqAdcM6PAqtuKIrWV3TBtbFb36x5 {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #IcmUbvrhanMAoOx2Z5VEaN4X2yg97S8y {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #i6GKRWW4D0BrLS6EdbJGzJHxpn1XdcEt {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #iicLltWiRfW0SLZNVoLiUmR4C3ONPWCI {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #ZhfJyB2hTBsJV0VzptOBoFQZ7x1Uy3Tl {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #QNTB7ZKv9mHaawOspo0THS5NQMdtqeTL {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #Dwvyk8rn4IE3HN109tZ9x1kphmNET81d {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #q78r1awx6PGwWJXiTUg3ybugEqDZ6b1s {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #IsuKCc9TOA9qVRn7gzRGAHCPEHw7OH34 {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #h2GaNCcH04sM5tMwzhW9JIC6OTciogSO {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #bUdCm7KOqT0CMSTqFkO471vICN67Ff1E {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #QgXms3Qv55AXEEJOisKAKwKzmUpinThU {  }
 }@media only screen and (max-width: 763px) { #ab7ZHWNRhp3e6ckLTuGfTFyaqAF24Nau #gO1VT9ZyK7ylP9TR4V5lzbv22zZghyQE {  }
 }@media only screen and (max-width: 763px) { #JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a { display:block; }#JTSK0wnuKos06dNwXJEd1GWEo34KnJ9a > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqW84aEy1unGdQ8H09WLyTkzyBpX50bT { width:4.875rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU { display:flex;width:1.5rem;height:1.5rem;top:18.125rem;left:0rem; }
#RcLS6LAxKWoF9eeiXFJVsBT5RmJxBRbU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM { display:flex;width:1.5rem;height:1.5rem;top:18.125rem;left:3.1180557012558rem; }
#sCgLpWrW79RZn8TwOe6cgcVoZhZyoBNM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv { display:flex;width:1.5rem;height:1.5rem;top:18.125rem;left:5.8750001192093rem; }
#i3dfB9DlZPEShXdBEh7XLyh77g7JIxhv > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SdArFDfonoTK1ZQcSVBF6vPVyPdi4Q6H { width:20rem;height:0.0625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6IMrB4zqFBgFHU7IJmGT8Kcx1JKPi6 { width:13.25rem;height:1.3rem;top:30.875001430511rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFU3ZvJQgUwiiU3kBf02yvGIwm8hMfqN { width:10.125rem;height:1.3rem;top:5.1744804382324rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETplJbZAdpO39WztBZT5p1ykiXagmIg { width:9.125rem;height:1.3rem;top:7.3342013359069rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISScFkiTaCFTBeZk61GnO5xicHI2mk6R { width:4.5625rem;height:1.3rem;top:9.4973955154419rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSUt6o2CeBbQxmWvrNCPLgVslVtO4D9G { width:11.9375rem;height:1.3rem;top:11.609374523163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV654H7LqJdvwDu1eLm0SZvJPgBndLZv { width:10.0625rem;height:2.6rem;top:13.759548664093rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9MWlOhJiHNMxVDyB03bbr5r3KUT3MEI { width:7.8125rem;height:1.3rem;top:21.881076812744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yUcVUEHg8wTaZkk8tvFdpLTCzPzsLu { width:4.5625rem;height:1.3rem;top:24.187500476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcvvT6DQG9SrBXQuVaQxdcSQWCqrFkw { width:10.375rem;height:1.3rem;top:26.750000476837rem;left:0rem;font-size:1rem;display:block; }
 }