.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:244,236,217;--color-primary-1:228,208,159;--color-primary-2:201,160,63;--color-primary-3:121,96,38;--color-primary-4:30,24,9;--color-secondary-0:217,220,227;--color-secondary-1:128,140,163;--color-secondary-2:0,24,70;--color-secondary-3:0,12,35;--color-secondary-4:0,4,11;--color-tertiary-0:255,255,255;--color-tertiary-1:248,241,241;--color-tertiary-2:237,237,237;--color-tertiary-3:181,181,181;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F { background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container { background-color: transparent; background-image: none; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container > .video-iframe-container { display: none; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row > .video-iframe-container { display: none; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .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); }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container { border-width: 0; border-radius: 0; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#xdRfcd1QXBKACroqrn4HOKvAZ5zyaFM7 { color:#f10000;display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:0rem;left:15.4375rem;height:6.0546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-text.counter-number { border-top:0.143125rem solid #2a2d3d;border-left:0.1425rem solid #2a2d3d;border-right:0.1425rem solid #2a2d3d;border-bottom:0.143125rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.476875rem;padding-right:0.41625rem;padding-bottom:0.476875rem;padding-left:0.41625rem;display:block;align-items:center;width:2.496875rem;min-width:2.496875rem;height:2.56375rem;position:relative;font-family:arial;font-size:1.908125rem;font-weight:700;line-height:41.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.298125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.329375rem;height:1.01375rem;position:relative;font-family:arial;font-size:0.715625rem;font-weight:700;line-height:16.22px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.875rem;height:5.125rem;padding-top:0.059375rem;padding-right:0.059375rem;padding-bottom:0.059375rem;padding-left:0.059375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:1.1875rem;z-index:15017; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #UFG0FTMsbManoRxo5MGhUE78FnIAIIw7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #lbQ7bwurLFxLINmlSQQdfESp9oDUiith { width:auto; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #CfikRDmh537eZOOhxVU4Jdk6HR0eGqTP {  }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #mtkuxA1blIFPA8pFl5sQRqaAVFaZfTG5 { display:flex;position:relative;top:0rem;left:0rem; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #miGHFEO40AGVE7MTgeO9FOOiJp0fIEGa {  }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #ekBHmZt5MRTnIFXC3bbesrOvgXpUtoRA {  }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #BmQTEyiWFToZMM4WGFzTMUI5lrlSupb1 { display:flex;position:relative;top:0rem;left:0rem; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #lBZPCqTEossGK54OHWqxOD95GuMwKEOd {  }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #OWPHDLlGVW9soLTTyyov9ZMJna9HkosI {  }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #FAu72igNWGGeFb8JcE47a09tPTrsTRdl { display:flex;position:relative;top:0rem;left:0rem; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #GHIRdQov5PTIxVQHfpgWiukmZhnv7PF3 {  }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #TvcfctxtW4TdcsLwDwo0it9DTq7Bn8pI {  }
#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { background-color: transparent; background-image: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { display: none; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .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); }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { border-width: 0; border-radius: 0; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:57.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625006258488rem;left:0.4375rem;height:7.199625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:41.1875rem;display:block; }
#EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:43.5625rem;display:block; }
#WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:48.3125rem;display:block; }
#mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.9375rem;display:block; }
#JvGoeeGlUTXvee4ACsimOSgSgsWnp1uJ { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-2),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-2),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:11.125rem;top:6.9375rem;left:60rem;display:block; }
#hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { color:rgba(var(--color-tertiary-3),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:24.1875rem;left:0.625rem;height:7.6493125rem;display:block; }
#NTCAOJqcAmff2WMGreC9k4P7evOu351I { position:absolute;display:block;z-index:15074;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:43.875rem;width:29.6875rem;top:0.28472232818604rem;left:41.250867843628rem;overflow:hidden;display:block; }
#NS0LQizCZbQrl090yrITATGTD5iBIfrS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:10.437500476837rem;left:0.625rem;height:12.5113125rem;display:block; }
#SCbX9klwqKgHZoi3nkSq2bERvTbuVnn9 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.385937690735rem;left:9.436718940735rem;height:5.07421875rem;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:none; }
#JzqtC28Xay1GdVNZFXFdZPPQhOuqNllB { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:6.936718940735rem;left:11.249218940735rem;height:2.23046875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hmQNr6nc1aDPQRtibRpJMMXA1u1rh8IT { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:none; }
#KS1gsEz3kt8bTmLJnUzRyatmAXuwLZ5g { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:none; }
#TV5fc4tdVgDbaO0ftn4lfZoOMnm6Vte9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:1.875rem;height:5.1rem;font-style:normal;display:none; }
#Pp1ACKUHAGLOdZXClgU1t4kUCTPr1SGx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.124999582768rem;left:1.875rem;height:9.5625rem;font-style:normal;display:none; }
#fmPG4GasXrMUTrKtuS3Jo1xVoK5kO844 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:none; }
#e9OV894qQdRZVnknT0RfeDw64HkRUsr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:28.750000953674rem;height:5.1rem;font-style:normal;display:none; }
#L2cl3XtrpCBRe7TyTulc5Ks9415QgVea { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.124999582768rem;left:28.750000953674rem;height:5.7375rem;font-style:normal;display:none; }
#Ho4XNpAvpWZ9ici9S6HZAV2IgabPwSTA { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:50.4375rem;left:0.625rem;display:block; }#Ho4XNpAvpWZ9ici9S6HZAV2IgabPwSTA.adaptive-delivery-prevent-bg, #Ho4XNpAvpWZ9ici9S6HZAV2IgabPwSTA.lazyload, #Ho4XNpAvpWZ9ici9S6HZAV2IgabPwSTA.lazyloading { background-image: none; }
#d71JdAIpa91QDtINHPTEqs4w2ZB7p4gi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2M6ZD3DshFcefw8QayUKH1TROVKviM6 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:53.625rem;left:0rem;height:2.33680625rem;text-align:center;text-align-last:center;display:block; }
#Ed2xfu4BDfQpsJg9dIHiEQAcMhVfauTn { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:42.1875rem;left:1.25rem;height:2.3375rem;display:none; }
#QJIFPQTe57hh5rul30MBpIA0ymw16TNP { color:#f60505;display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:32.43750333786rem;left:0.4375rem;height:6.5rem;font-style:normal;display:block; }
#w6zBIZ4PDEFQznFiJ3fboLPqdz8wAfnc { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:50.4375rem;left:20.1875rem;height:5.19791875rem;display:block; }
#KplUgWvhT6J6fIe81BTlK0Qdf1IvdT5C { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:9.5rem;left:22.125rem;height:0;display:none; }
#Mn4EnqSSoZOpIVf2pAx9MItf22ostXsF { color:rgba(var(--color-tertiary-1),1);display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:40.083333969116rem;left:0.4375rem;height:9.2604375rem;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:1.875rem;height:2.55rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21.341665267944rem;left:1.9375rem;height:10.8333125rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:4.5083312988281rem;left:11.25rem;height:2.23125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.7385425567625rem;left:9.4375rem;height:7.612rem;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; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:22.550000429154rem;left:28.750003814698rem;height:9.561625rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:28.750000953674rem;height:5.09895625rem;font-style:normal;display:block; }
#RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:22.550000429154rem;left:55.625003814698rem;height:10.408875rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:55.625000953674rem;height:5.09895625rem;font-style:normal;display:block; }
#rnzJySVVVV0xwPqdyyBWzleFcTFxKl0g { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#ZrhfVmzm6PZNPqEzb8ct29wCtKduiA7e { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:none; }
#VTnWlK0SFT19KPtEGl9TmQeb6Hny0hpq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:55.625000953674rem;height:5.1rem;font-style:normal;display:none; }
#IdyowLNGSE6ZZTpBP57BeISiiWGQ64et { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:24.124999582768rem;left:55.625000953674rem;height:7.65rem;font-style:normal;display:none; }
#oOz942F319STuCDZFPTSnMIBDH1GaETA { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.3375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O8TbNMUIezKv8cmbviRfv9gnp1OVBq3v { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.3359375rem;left:11.25rem;height:3.85rem;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:none; }
#vHE4qT9BPPRJtRHKLx4eUhQ7Pi6Un8CR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.55rem;font-style:normal;display:none; }
#NKDbfsJomwQn9c6r5EgR6aZIW3b2fIaP { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:5.7375rem;font-style:normal;display:none; }
#VAfrxqM8ywIDDe04SHbPLRqOvlBJ9OXa { 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:15.25rem;width:23.5rem;top:15.59375rem;left:0rem;overflow:hidden;display:none; }
#LU9u3J9rhnv6138kT3sPhQHfXQ9CwABx { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.55rem;font-style:normal;display:none; }
#o6TN6ftGzlfbEiVazBTB4EK1uTGTTWNV { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:7.65rem;font-style:normal;display:none; }
#OBdapP7oxiKvaiNbFZ7okzwnx27EmhkA { 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:13.875rem;width:22.375rem;top:15.59375rem;left:26.312500953674rem;overflow:hidden;display:none; }
#PxvqgL0LyQnEDSZDwfPAWrmEI8nL63by { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.250000953674rem;height:2.55rem;font-style:normal;display:none; }
#u3CNV8a1yaw0Bb3eGMwPubo44Ql22Zoa { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.312500953674rem;height:5.7375rem;font-style:normal;display:none; }
#HlnLsxbSPAKgdm8KM8C60wPPLzwrAGD8 { 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:15.5rem;width:23.5rem;top:15.59375rem;left:51.500000953674rem;overflow:hidden;display:none; }
#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { background-color: transparent; background-image: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .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); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { border-width: 0; border-radius: 0; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.5rem;width:75rem;position:relative;display:block; }#mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.44375rem;font-style:normal;display:block; }
#JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.372913360596rem;left:0rem;height:7.6493125rem;font-style:normal;display:block; }
#g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.33680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.3359375rem;left:11.25rem;height:3.85rem;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; }
#X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.18593788147rem;left:24.968753814698rem;height:2.55rem;font-style:normal;display:block; }
#UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.371871948243rem;left:24.96875rem;height:5.7375rem;font-style:normal;display:block; }
#WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.18593788147rem;left:51.437503814698rem;height:2.55rem;font-style:normal;display:block; }
#LspoGQSzdDqzIno54xonWHSFphxB00xG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.371875762939rem;left:51.5rem;height:5.7375rem;font-style:normal;display:block; }
#a73NcEeNDVaRttGq0Enmq0xDRygfxTWG { 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:15.25rem;width:23.5rem;top:15.59375rem;left:0rem;overflow:hidden;display:block; }
#TcQkLUxoUIocSnrzeXUNxMcTU4g6Bt5m { 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:15.4375rem;width:25.0625rem;top:15.49843788147rem;left:24.968753814698rem;overflow:hidden;display:block; }
#VTT8l15fyLnTpCaTGZuS4SVrvZW6tVaF { 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:15.5rem;width:23.5rem;top:15.46718788147rem;left:51.500003814698rem;overflow:hidden;display:block; }
#ZG6ZvGhwVuDPOhPlqNcLuF10Ud7sEatm { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.44375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RSdpeANzc8TbTvTnw55ETNwR1kF93L45 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.443359375rem;left:11.25rem;height:4.9rem;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:none; }
#WpTvPoNyetSQw7GWlpXrCkJdTwLCPHIz { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:none; }
#Vg4rCsWDzLvElQPgS7Ty1Opzeg2E27Jv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem;display:none; }
#dJwiTxfTsSdxla3neVfZGXDvPCgR0TTd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kihfi9vg7tTRXV1qXd1CoKpHqsaG8RCs { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:26.39999961853rem;left:0rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EQZIOQr2DbiKqcvhvioneBHgwGZ9RrtP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:none; }
#gXnH83BQLcCMK54xfizJGSU7xqAKliVl { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem;display:none; }
#VVFMZEwieVKubLre7GwQBXDasLUnNK5v { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pdbvNDW1iATJyu1ABAhEdkSwiNkCqlLR { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.39999961853rem;left:26.250000953674rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lQo0cJlTk3xQGRxhNtDyExRce4mI6CQR { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:none; }
#nccUsLaL6OztGfF9QElxNpBlOUfCNm8r { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem;display:none; }
#Dh9t2iaBFLJzzldNJvTvnDptaTLypT6G { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:51.437500953674rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wqi8J9iehTOTTcR3frCTZZkoLXiIg5OA { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.39999961853rem;left:52.500000953674rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fMEKPQiGtemWFnhenVtJ4othaayCBwiz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:2.1867189407349rem;left:37.500000953674rem;height:2.7125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l0xMROhc7UyoTJ4mOfEbvT9Elcg0hLBZ { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:4.8992186542601rem;left:37.500000953674rem;height:6.8rem;display:none; }
#ykWefo9kQdQiXXx572hVlplqffPGeBXK { 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:47.3125rem;width:32.125rem;top:0.84375rem;left:2.6875rem;overflow:hidden;display:none; }
#ZSXUWNIH9hL4fJKuLlsfP1rqSNfDU063 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.787499999627rem;left:37.500000953674rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gpzEQCenV3T8NEkJHnk6EV3OQl88oOSs { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:19.212501144037rem;left:37.500000953674rem;height:5.1rem;display:none; }
#pQqkZqbgyTSP4WzRGBdFxSOWDV0mtSDb { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:8.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.987499808893rem;left:41.630309172852rem;display:none; }
#Eh4NHRUfgMO7UuR4gDutPtL7D55JWBxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KfoU4lNJASwAOAFbRKvkMItCQ2760Sni { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:34.874999618158rem;left:37.500000953674rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tzxqtDENJ46vH0i4C7xizxqOTc2E36KC { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:40.249999618158rem;left:37.500000953674rem;height:3.4rem;display:none; }
#My4KooRECUIK02PcTI4SvWmcSxTis8Tn { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:25.3125rem;left:40.0625rem;display:none; }#My4KooRECUIK02PcTI4SvWmcSxTis8Tn.adaptive-delivery-prevent-bg, #My4KooRECUIK02PcTI4SvWmcSxTis8Tn.lazyload, #My4KooRECUIK02PcTI4SvWmcSxTis8Tn.lazyloading { background-image: none; }
#deKdHJ0PAGK0mLOTzU6iRrPfH6aRH9fM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oc9NPy8Hw66Po3uTZlfAOmogI8UtJMUy { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:25.3125rem;left:40.0625rem;display:none; }#Oc9NPy8Hw66Po3uTZlfAOmogI8UtJMUy.adaptive-delivery-prevent-bg, #Oc9NPy8Hw66Po3uTZlfAOmogI8UtJMUy.lazyload, #Oc9NPy8Hw66Po3uTZlfAOmogI8UtJMUy.lazyloading { background-image: none; }
#D3SOMxNXvytL1bzsN9JzMIylPJN848Zz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0KW8seHzICsxFD2lMLQgowbVp7ft8wF { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:31.875005722046rem;left:43.656250953674rem;height:2.3375rem;display:none; }
#dt4On69Uk2uJoNs2syZpOTqUXe5BH3dB { box-sizing:content-box;height:6.875rem;width:18.5625rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-1),1);background-image:none;top:35.4375rem;left:1.375rem;display:none; }
#C6SDNx0d10NT0zGJFcpNTy8UCeVbpdv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:37rem;left:1.71875rem;height:4.0625rem;font-style:normal;display:none; }
#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container { background-color: transparent; background-image: none; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container > .video-iframe-container { display: none; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row > .video-iframe-container { display: none; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .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); }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container { border-width: 0; border-radius: 0; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.625rem;width:75rem;position:relative;display:block; }#veX2TfgUVNzeI8ymcLEC1O1TuOTBBDBV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#Pb6ixK0LfPTZGDb5TtKngVyqF3mWoTPe { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWdXcNWmJiuK7lKGSv7W7r3Ef0fXUDBS { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.106251716614rem;left:0rem;height:7.6493125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnr8A1Jevdb3em4eXz6nVOoV208pAz0k { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfMqG7PLr2Sxd8zX2uNEqm12Z8OH0ysr { color:rgba(var(--color-tertiary-0),1);display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.44375038147rem;left:3.375rem;height:7.3489375rem;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; }
#qM6ZB4WH7lW1FoQbcrqrMww2HRrTQIrZ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#sDtx6eThGGhiqJPE1R0TfLSbTPXuP0SO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#xAqpkEBLaMryR7VzbN7qBo88uVp9l4ry { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#WAky8rybqiKyiJg9dH0a1gACDrQCBlEC { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#m7lcuc6AS71kW8x8kPnf2sKkGJRsyANa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#X8Fw9NAtnVhMPHTt3vihlLheIxJhSnTT { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.0625rem;left:26.343753814698rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sNrVI6mZfqZ5eKB1pzGNblUkDHkBE9Tp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ey8ZWdgHT5QlNUtlRTtxAn5V2hQS9OP4 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#xsc38twS65oyHRLUDPZXH5TkgkE4ZmK6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#RvUfhgiqWlTf9ZEm8lqcCtd0OuWyJzTB { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.0625rem;left:52.500003814698rem;height:7.6493125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUQ53QXro3Vw1QHgdv4GH6SRypNTd6lL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:51.437500953674rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2cediLW0doniTyXUfDg0VOTDcDzBv4I { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#T6bQFGuNAPBbZzxmdA3RJ5OV9vASTh91 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#hUFfJ6v1f8dzU3sqr6OXQuM6L3TxJL1a { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SzgoheXrAW1FAEMe9G2gmsFLsXWDCdRI { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:none; }
#mcBMXr5hvzRLIpUwp92E4O0y37rhfLLq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem;display:none; }
#H22imhaQgD8LTJ57zmZAEBoStdQTbrsu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PUQhrEsu7NStLEebPcJ4eTL4b0LqqBdx { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.7626953125rem;left:0rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oGh7blUNyBOhJSwqTHxGtRUmFmA00EFy { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:none; }
#KplROPUgvx5bsG35ywB8vX4F2KH9193z { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem;display:none; }
#rhTkphohTM6U2Lv8JzcRJbBeByWNmmn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hbw5sX8ndx5tnM9q0hRvXvsifbR2gtLT { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.7626953125rem;left:26.25rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KfQDTkQqrkvG749F6HKkXGTTUOqf0KC9 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:none; }
#SgHUMQrXIRb9AXMOReHBLMVgIua1VP1u { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem;display:none; }
#UlL01AkIgyJdM8KEZpZCTpTTP9dybk2B { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:50.125rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aF0oRgN5mcCL3Rlx5p0yE0ymM6W8nnGd { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:24.7626953125rem;left:52.5rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m7TTI7pBOV51PD8BbXBBqhMTl80iK3UB { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;display:none; }
#UF3BBw3OR2HsLch6T4baDBLRKxacZ5RV { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:10rem;height:2.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#euw3dPmoFs7Rqb7z817ZI6HGrw3g1gR2 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.9375rem;left:31.125rem;display:none; }
#CCyBk5aiDGicD95nnx1xhhRE9dI4d6AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEmktxEsrskPe5f4FWTc56PNZATIppiW { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;display:none; }
#zb3k7s8k9tWgwv7o0a9gqg382rda5P3E { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:none; }
#sfZWcPC4LzfoLLCgxvOMWMN4quDT9eWP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:none; }
#gbtwlZvpl94NcmPZnrtBLlz3stPUwSsW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.124999582768rem;left:1.875rem;height:9.5625rem;font-style:normal;display:none; }
#MS9d4OyXSJhWnnrFTFZxOPRTQtswWtE7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:1.875rem;height:5.1rem;font-style:normal;display:none; }
#apATpDWPhxTsBaXbXiZ9tkKn4oq3B6ZO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:none; }
#TSAw1lpCTyBl3LocoL2ipDxyCfzcxRCm { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:none; }
#OmRvqpk994xnfUKIphl02NxksbOqQUTx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.124999582768rem;left:1.875rem;height:9.5625rem;font-style:normal;display:none; }
#T1ifgmSEHaEPVulLgXtprgxUTSLmBe0g { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:1.875rem;height:5.1rem;font-style:normal;display:none; }
#JWVsTei43HliTiQD7JvL4RcPES13NQra { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.124999582768rem;left:1.875rem;height:9.5625rem;font-style:normal;display:none; }
#METIRosSpfzhXrEpId15yriduXGtnCuv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.450000345707rem;left:1.875rem;height:5.1rem;font-style:normal;display:none; }
#k8brWSWgVEHQEgz77UFfTSJ6x88d6dTx { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;display:none; }
#FrMKyimwCshSaou3HS63ChpaCTbpvu8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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:none; }#FrMKyimwCshSaou3HS63ChpaCTbpvu8k > .row .container { border-width: 0; border-radius: 0; }#FrMKyimwCshSaou3HS63ChpaCTbpvu8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrMKyimwCshSaou3HS63ChpaCTbpvu8k > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.5rem;width:75rem;position:relative;display:none; }#ZC8A8Wdu4SaKOeRDJxTCwrgB8Nk2f7Md { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:11.249218940735rem;height:3.675rem;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; }
#fhlMTfRDwKeodkQN7UPPMrfBdBGDmSIu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#rvh8adNWImA8sKhnbIicQJM9JnuFqRxT { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#dJe7XSfpe3hQm0fnQNa9suo1ycpwOiR0 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#QGwoyXbfkzyzPKOGfchWpipQwleBs5s0 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#yJ3wnkxa3cwH1RBCeOp28CX8Kboan4x3 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.9375rem;top:6.25rem;left:3.4249992370606rem;overflow:hidden;display:block; }
#FZrNzTF1G7cGTyiQ4LZxNqhxhlprxupB { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:20.5625rem;top:6.25rem;left:26.750000953674rem;overflow:hidden;display:block; }
#Qxf2bTbFgIFTJMm4pH4cKsc01mr2NQXM { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:19.625rem;top:6.25rem;left:49.487500190735rem;overflow:hidden;display:block; }
#HsoRNLnuXd8Gee3lvBMWr0J94G0bE8Kp { color:#faf5f6;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:3.6750001907349rem;left:24.093750953674rem;height:1.3rem;display:block; }
#ZkyRn0ksxy10rDGU0IcZOpzftrKWo93l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:68.1875rem;left:1.625rem;display:none; }
#VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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:none; }#VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R > .row .container { border-width: 0; border-radius: 0; }#VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.625rem;width:75rem;position:relative;display:none; }#Xf72TSoqp3Z3zEJcn18I7EmlQTb3Gswl { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#Tm2bflkc3eTdpC3cMobzc0KgoIxTqP0N { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRe4y4VBxzEKIfZkuI1NqTF4xf8z1Bdu { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:26.39999961853rem;left:0rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mokfP2NROHTd4Ty8uk9rrcyI6NMV4E2D { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:2.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4QKKAKryViaQ0s5Euc92ZdzerptdCdV { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.443359375rem;left:11.25rem;height:4.9rem;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; }
#DE8Vc4aF43bdIPopezgsdDCzVTe2lTuQ { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#t6PS30qXCBNv760lTOC9e4b7w8WTwhxa { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#OUbH0pv6gbXCpNR25h7PS4BLTObR8gHv { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#GRcumLlukocNnd4DDFtATZxHXC317NIU { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#UkysOK9ewHTE6mKVocS8gnI9m2DRGSIf { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#xxNvb7wNsa1UadF9EI8HG3NNbSWsXp35 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.39999961853rem;left:26.250000953674rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwTEFcVG9pmglrtmfktiHFTTXODeODRR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGltS2Dv96DCNVCGGXH6OBxUFTaDmTld { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#B5hrtRatP8L17kSNroJD5TOKwwVJHUEL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#GTQHXbCBilOCMDBvFzA2GwK1h2gHMP54 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.39999961853rem;left:52.500000953674rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWe6OCPMlz2wFNsmy4FEzzcKn7QZcFQv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:51.437500953674rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WN4TQtsvg42B5Zn3byMKuTcrV9XRrZBd { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#DhGMZqiK7RPoeTTFTvNbDJS3EgVBMe5k { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#WKKN4EAgJNeBB4b37y91lzECaSCSAweJ { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#noN0UDeKsG2rCnGdhAiLpbOyVw3DJ5Gx { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:none; }
#h7FKEIUbHWVoQdDMruagfAUGhZixwZCq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem;display:none; }
#f908OrQrsTmFQxSTHLnhFxevmt37fIxL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#giL4IAWfE6cp99cn1D7TuA8wkQb8Ighf { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.7626953125rem;left:0rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wRzepIbgZSooSQGl3T4veeUA2loPrZw4 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:none; }
#Ccy2wkQzSHo2ZvG8AoPQUWPz3DFlaS7e { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem;display:none; }
#vzeONiqIfeeTLnDCXfsG50EQpGzICIa8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vu9M23iRSJ8PDaQGCoxxBbcK0DJWnBVO { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.7626953125rem;left:26.25rem;height:5.7375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Midv4yrhSgLUHyaCJMfN9Ekc08ETC5Eu { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:none; }
#hxAN6HcolCbkovGdpTROnUBQMsa0vmG7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem;display:none; }
#m4Qb9s4qGd0ub7IVDCowQ45MUc12ae4o { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:50.125rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rIoRqF1DHyAy37FUEgmyS1n2wkL2TOEJ { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:24.7626953125rem;left:52.5rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BvKp4Lz3kLzIL37ZzEU4Gu8bd2fc0i6S { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:10rem;height:2.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AkAEmHNa3O41STZ2MEKLeT04b0yUAPnC { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:2.7734375rem;left:15.9375rem;height:2.125rem;text-align:center;text-align-last:center;display:none; }
#MmpZs8VQpQRyVSSG9NnaSRUColH4dUKr { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.9375rem;left:31.125rem;display:none; }
#AdZd0LJKTlMZNceMT4bql4xIH5mr1wMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6I8CslViBoMG2Cg3eExEMOlC9VX7FLp { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.8984375rem;left:10.625rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f2xNLCpFSLQglEifonmVCMzqORliQdvO { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;display:none; }
#aP7TL0kxDkXmBB6O5CPzl5n1o8g13tc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.09765625rem;left:15.9375rem;height:2.125rem;text-align:center;text-align-last:center;display:none; }
#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container { background-color: transparent; background-image: none; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container > .video-iframe-container { display: none; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row > .video-iframe-container { display: none; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .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); }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container { border-width: 0; border-radius: 0; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50rem;width:75rem;position:relative;display:block; }#wuAL7LU53vkUQszeVx4po3eGTMWOKDlM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:2.1867189407349rem;left:37.500000953674rem;height:2.7125rem;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; }
#O9HFWfHn6yg6lCcb9Qcu429vAT6b3cVz { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:4.8992186542601rem;left:37.500000953674rem;height:6.798625rem;display:block; }
#MTxyw3GALFCu11D2TMAI3zIHA1G1kywS { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#vuuTGEc9FuLfa7GK0q7zZUUv3eXRNsfA { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#Au0mupweuhV8cduwFqER7yF6GmM0lfTx { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#yCu3xbDiZUlSTP9Cdkb0G197sJ2HdFlI { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#ROqZl1UkUuEAqmTX4D66v1Sf0AybwTXS { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:34.874999618158rem;left:37.500000953674rem;height:5.4236125rem;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; }
#GK2xrFHmtUMZRt0WSrkDdxxITDU7SF18 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.887500762939rem;left:37.500000953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOTG6afPHTaNp86AqiUJ6qOd0HJRnTAo { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:18.637163162231rem;left:37.500001907349rem;height:5.09895625rem;display:block; }
#SgeB4VFpRoz3TM2RTuMFR7OKiXwJbuWm { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:40.249999618158rem;left:37.500000953674rem;height:6.798625rem;display:block; }
#t5xSmiHzPKTL4E987uTBNAiExpt3TUyw { 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:47.3125rem;width:32.125rem;top:1.6875rem;left:0.625rem;overflow:hidden;display:block; }
#D8ATAvsPTN6kWEqhVg1XJ9HFyqGOSLbV { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:11.59765625rem;left:14.25rem;height:2.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aJiDkiX00u5S4LBMTQdStEZaxCtJwObk { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.697265625rem;left:15.9375rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#T5HWNBI0pd0UCu1Z2hHCWha7UTNaOeCz { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.3232421875rem;left:17.09375rem;height:2.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cldRiS7nQo1rigMRPbO5rSzQ1DFp1XiE { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:20.361328125rem;left:15.9375rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#xX3r4vqTIbNVfVLe2fwnv4kiDwrMHvNa { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:25.1630859375rem;left:10rem;height:2.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GcDsClM4LcmwwOs7XMhXkElXzTP1pR8A { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:27.201171875rem;left:16.5625rem;height:4.25rem;text-align:center;text-align-last:center;display:none; }
#chmB4dMyMLcueqy3hlc2M3dfQ41g39ca { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3271484375rem;left:1.25rem;height:6.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#czPERDgLEkFIBzhNW7qeeOx4xUgsk5cE { color:rgba(var(--color-tertiary-3),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.625rem;left:1.25rem;height:6.8rem;display:none; }
#sP3VyZ4fQ5IZ5T24nsApFJA77BTZOrNC { position:absolute;display:block;z-index:15073;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:29.0625rem;width:19.6875rem;top:3.625rem;left:48.9375rem;overflow:hidden;display:none; }
#SqZo3XseMNXkauhqTr7qfUpufENyKxD3 { position:absolute;display:block;z-index:15074;background-color:#3f3f3f;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:21.3125rem;left:45rem;display:none; }
#IJXTTuoZA9oLWuwA3aaIKgiRvdN1SaTS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:23.48828125rem;left:45.5rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FNnBZ3KJyyArA9ofvaU5z2lIRWJziFOK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:26.1875rem;left:45.5rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IfXhvhHPJ0mtbNpyCszg026MHhqlhnNt { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:29.112500190735rem;left:44.487500190735rem;display:block; }#IfXhvhHPJ0mtbNpyCszg026MHhqlhnNt.adaptive-delivery-prevent-bg, #IfXhvhHPJ0mtbNpyCszg026MHhqlhnNt.lazyload, #IfXhvhHPJ0mtbNpyCszg026MHhqlhnNt.lazyloading { background-image: none; }
#DENTSxZbBk4GpHze7bdab06PPl2MCzb6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVyeRnMMVgoHk0RHK5rdBWMHd2F8DxIx { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:31.875005722046rem;left:43.656250953674rem;height:2.3375rem;display:block; }
#WfJAtb4f68qo12vk8A9FdTA7fhheBXGR { color:#faf3f3;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:25.36093711853rem;left:44.581249237061rem;height:3.7361125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usEBarWHoyXh39XJTTqME5T9Lzc0RuoJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.25rem;top:57.125rem;left:0rem;display:none; }
#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container { background-color: transparent; background-image: none; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container > .video-iframe-container { display: none; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row > .video-iframe-container { display: none; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .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); }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container { border-width: 0; border-radius: 0; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:35.625rem;width:75rem;position:relative;display:block; }#qbcyXflvLxgOWB19zaGlUBuy7fH8OUsi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#pDMna55OREH2UnUoERkPPTetrtGzSPiy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBSI5Mz0EtWSdpL3IiuqGCW5KiTUEHzn { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:25.348442077637rem;left:0rem;height:5.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGUkDI5osApPSDTvKuXwPcJfDLvms4ag { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:4.14323125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUmITmmuHbhhWECzJtWCcLDesaSaZ33l { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#vLe0z8XXMlDMWPemvFwVfkAasLStlAJF { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#SvOFxUQ4kfdUTPTu1UetD7deUXiH6kcW { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#WvFAMTdUfp0tUEssoddO0Oxc7s7T8nLV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I6iwCg9lBthFPeaRlyLRDBmMJpOTTr1A { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#bH6p6GBd02KINdGWaDAf7Ja5UTeZ1xgU { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:25.348442077637rem;left:26.250003814698rem;height:5.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVBslS25wflHMQUTGqVIo5WfSUVzF8bv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaqoezlRDWOXSr0uXOn3krPvJGzEih9c { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#CpxvUNN1NrDr3B6DIuoEmXB1B6drnyNX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#QTOvAeUr1UTpns6UTlMm1NHJ0c5F7EdK { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:25.350002288818rem;left:52.500003814698rem;height:7.6493125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEAzKgypeA0lyqXMepgrCBTuLvB4Kixe { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.249996185302rem;left:52.875001907349rem;height:5.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9d7CLCCu8LAGBruDiAg6nofqMWOAF04 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#V6MbTSE5XdAq8B8CiTGOzIZBPQEprOWp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#BTDKEw3uWkoKsiF4reFvxM9E8L4qTldl { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:8.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.53125rem;left:4.4423828125rem;display:none; }
#mWGTXM4Nma1zL1ZoZFnA7JIEOCPB8Sd5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iizMin9SgdF89VfzOGMs5DhDJ3WKZAqR { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#iizMin9SgdF89VfzOGMs5DhDJ3WKZAqR.adaptive-delivery-prevent-bg, #iizMin9SgdF89VfzOGMs5DhDJ3WKZAqR.lazyload, #iizMin9SgdF89VfzOGMs5DhDJ3WKZAqR.lazyloading { background-image: none; }
#eLBIzonkwQ8OZtaddodhmS293CCBPi61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upfHUca3k6H3C34Lnvr9pGLDU3wmaTwc { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#upfHUca3k6H3C34Lnvr9pGLDU3wmaTwc.adaptive-delivery-prevent-bg, #upfHUca3k6H3C34Lnvr9pGLDU3wmaTwc.lazyload, #upfHUca3k6H3C34Lnvr9pGLDU3wmaTwc.lazyloading { background-image: none; }
#qDb2hg5S21QqfCZwE26l2vzD4DMfVtcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnNHMlGlHTDa830fL4BV8IFlJbMZ4XFW { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#WnNHMlGlHTDa830fL4BV8IFlJbMZ4XFW.adaptive-delivery-prevent-bg, #WnNHMlGlHTDa830fL4BV8IFlJbMZ4XFW.lazyload, #WnNHMlGlHTDa830fL4BV8IFlJbMZ4XFW.lazyloading { background-image: none; }
#PlWVA2oLH4OS5qWK0bmvXTKgv343UAf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x4D7KACoxHz1HSZwWxOGiVuhgdJ8Azba { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#x4D7KACoxHz1HSZwWxOGiVuhgdJ8Azba.adaptive-delivery-prevent-bg, #x4D7KACoxHz1HSZwWxOGiVuhgdJ8Azba.lazyload, #x4D7KACoxHz1HSZwWxOGiVuhgdJ8Azba.lazyloading { background-image: none; }
#ymOmVVT1iidWtIyBS5WmNNoDWKHRoSVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9dTdeChCEUPoHHmRtt01mrH0iKwRUu1 { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#x9dTdeChCEUPoHHmRtt01mrH0iKwRUu1.adaptive-delivery-prevent-bg, #x9dTdeChCEUPoHHmRtt01mrH0iKwRUu1.lazyload, #x9dTdeChCEUPoHHmRtt01mrH0iKwRUu1.lazyloading { background-image: none; }
#DLxSkxrDzd2mtQVdZIrug5MR2y8SJPF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3i9rRPtWwBkp16RrspkRmOWIscugtkU { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:31.875005722046rem;left:43.656250953674rem;height:2.3375rem;display:none; }
#OT4fx63HQIi5267i19o9DSuO2mKudz9w { box-sizing:content-box;height:6.875rem;width:18.5625rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-1),1);background-image:none;top:35.4375rem;left:1.375rem;display:none; }
#FIoQlr0FEqdANeL3OBzzDK0fm1UyZWS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:37rem;left:1.71875rem;height:4.0625rem;font-style:normal;display:none; }
#Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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:none; }#Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx > .row .container { border-width: 0; border-radius: 0; }#Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.9375rem;width:75rem;position:relative;display:none; }#zTUqLk9kawWAyZDTOLI9zKru2lBK9kR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.7196388244629rem;left:0rem;height:11.025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PWo1Wy4cJlvS264P4MbAWCLARt5rdTm7 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:16.4375rem;left:0rem;height:7.96875rem;display:block; }
#DseTpiiseuwUoXuF932cgbydwPVMyTt3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .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;line-height:1.7;overflow:hidden; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .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_72ca49c1ef9266d9c09f9a591389616221b191b6.svg");background-size:contain !important; }#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-trigger.adaptive-delivery-prevent-bg, #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-trigger.lazyload, #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-trigger.lazyloading { background-image: none; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC { box-sizing:content-box;height:auto;width:47.375rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0.87500667572019rem;left:27.500001907349rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #FccgSpdsPTeTui5E3hdsWKzAORxWJolk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #Zk6If7cTuhurtFfp4tfpnb3IzguI8May { display:block;position:relative; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH { display:block;position:relative; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 { display:none; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf { display:block;position:relative; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL { display:none; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .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;line-height:1.7;overflow:hidden; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .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_72ca49c1ef9266d9c09f9a591389616221b191b6.svg");background-size:contain !important; }#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-trigger.adaptive-delivery-prevent-bg, #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-trigger.lazyload, #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-trigger.lazyloading { background-image: none; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X { box-sizing:content-box;height:auto;width:47.3125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15046;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:26.537327766419rem;left:27.500001907349rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #WMhSSQqpSMXlbCQ9qT07637zAoT61o1x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #fXX4Wfpoq3oTV08HRuXZ8y2dywGfyWCP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #hh1dbTqg0tMTgxNWWWedePJ5K9cnE4nX { display:block;position:relative; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #ZWLIkRBnvSCcloXRbwtvkBucIcNUXG6Z {  }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #GRrQNQ4mqU7TB2UnUT2cFiKQUvCeZIPT {  }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #AHo2qhktJEsZJR0m3wgh2MeZ2E9d7duS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #pKoT8N9371KUPTvliEr9x708sG22hFOy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #vOWh5SBKx7quRJtDUrW6wcMKR2o0QdtQ { display:block;position:relative; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #UTNJ6GfEN1rNwa3aCXUTuuRbNZX6zte6 {  }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #NvuKxS3t7OlKtAyL3TGKS4wQmQOHZ6hx { display:none; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #txsSF895Q5BACfExPvKPVgtzC08XPzqs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #daHoXIVi9FBJDAv3WTeC5P7AXZGpoEXv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #DOWN9QxT54QBTSwaRcqSO3tQoH3ae1X5 { display:block;position:relative; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #nDrJOrHXfFfPaTR6chC4kUMkJiB1QSN9 {  }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #XbpPG65yRlwspkylOIp1pKzkkg2MdLoT { display:none; }
#q7tEqO21ZIokVRlTfqGNstxWnLFnEwHI { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#q7tEqO21ZIokVRlTfqGNstxWnLFnEwHI.adaptive-delivery-prevent-bg, #q7tEqO21ZIokVRlTfqGNstxWnLFnEwHI.lazyload, #q7tEqO21ZIokVRlTfqGNstxWnLFnEwHI.lazyloading { background-image: none; }
#GTm8mqWsTR72TmEM1cZHz7JzZ0unZNCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHVTWnAAgNwSEz8zUQ2DIFWJ00wlwoPT { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#PHVTWnAAgNwSEz8zUQ2DIFWJ00wlwoPT.adaptive-delivery-prevent-bg, #PHVTWnAAgNwSEz8zUQ2DIFWJ00wlwoPT.lazyload, #PHVTWnAAgNwSEz8zUQ2DIFWJ00wlwoPT.lazyloading { background-image: none; }
#bXp96OFCoeZCi7E8Ta0ZEMbKT31I7NKs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PELWOe98toQmn3OommmdTTwXuakyZ4ch { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#PELWOe98toQmn3OommmdTTwXuakyZ4ch.adaptive-delivery-prevent-bg, #PELWOe98toQmn3OommmdTTwXuakyZ4ch.lazyload, #PELWOe98toQmn3OommmdTTwXuakyZ4ch.lazyloading { background-image: none; }
#ewRVtJVCcJIT7BZtaATufNmalc6Vhkz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fT0kEhKJfxo7snpVAaOC5Z8dwu0sJLXD { box-sizing:content-box;height:6.875rem;width:18.5625rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-1),1);background-image:none;top:35.4375rem;left:1.375rem;display:none; }
#qAP1PQgxcv57iORmfHCmIL0CO8RwokT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:37rem;left:1.71875rem;height:4.0625rem;font-style:normal;display:none; }
#UdCDTqL7qhFNfvLWtngbqp1RBNQzsMeR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:37rem;left:1.71875rem;height:4.0625rem;font-style:normal;display:none; }
#U6855dOp6EAfvQ2VOnHu8yU8RtRxo8Bl { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:50.3125rem;display:none; }#U6855dOp6EAfvQ2VOnHu8yU8RtRxo8Bl.adaptive-delivery-prevent-bg, #U6855dOp6EAfvQ2VOnHu8yU8RtRxo8Bl.lazyload, #U6855dOp6EAfvQ2VOnHu8yU8RtRxo8Bl.lazyloading { background-image: none; }
#mbmHzF1S2hWs1bwrw7dySxdOxzh0aJgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R49dPP4fyZh6ledqxTLIkJN5VtWb3uZX { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:31.875005722046rem;left:43.656250953674rem;height:2.3375rem;display:none; }
#s5WB7OiZBThT0FHzTV8QqIIXTMI3ELWD { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:39.276043891907rem;left:20.194793701172rem;height:5.2rem;display:none; }
#wPhD4UT0ZSQJ0RDxfAzf7oSEuC9xJxwK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:99.1875rem;left:6.6875rem;display:none; }
#okxQTultm0lv634XJazndcacENl9891p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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:none; }#okxQTultm0lv634XJazndcacENl9891p > .row .container { border-width: 0; border-radius: 0; }#okxQTultm0lv634XJazndcacENl9891p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okxQTultm0lv634XJazndcacENl9891p > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10rem;width:75rem;position:relative;display:none; }#AFZzLcMOgdKE4cHT7p9VnWoWMxxwVLhK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.8125rem;left:23.4375rem;display:block; }
#bWhsCZMUHGGm7XZxTUd1Ni9zQthkWpZ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZMEUTlLxikAIUcbVPDoU0BlCD0MIAPo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.8125rem;left:32.8125rem;display:block; }
#DayWlmcuCXmgriUgbeOl5F9oI1GDEVRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfuXzQ18s29oE9gIXqzeSKqiy4SleMyp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.8125rem;left:42.1875rem;display:block; }
#GIpdT4q31QLTTH2B8orgOiR6kPitQrSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l64oxVw7SBy1lnvphTfItTXWvo4uBQp0 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:8.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.53125rem;left:4.4423828125rem;display:none; }
#de7fTh84gTxC8RHGIuCcMAyfI8d5HaDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aV2gPfy3Vxff84ACboT1f2mrNvdDzwCa { position:absolute;display:block;z-index:15001;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:75rem;top:9.9999830126762rem;left:0rem;display:block; }
#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/coaching_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6.adaptive-delivery-prevent-bg, #hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6.lazyload, #hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6.lazyloading { background-image: none; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container { background-color: transparent; background-image: none; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container > .video-iframe-container { display: none; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row > .video-iframe-container { display: none; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .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); }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container { border-width: 0; border-radius: 0; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:37.625rem;width:75rem;position:relative;display:block; }#CtsKFFHstZLC4qrc8aUfldZoJrtMd5lO { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:10rem;height:2.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbanPdmTtTOimfptU42tgPkS5Zbastcd { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:2.7734375rem;left:15.9375rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#eFOpWCxI1NuSedbpySaHc3u3Tw9t06TB { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.9375rem;left:31.125rem;display:none; }
#ZXtNXPtwbk4gVKVVTWxncc7cJdTtciVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAhhPgDgq8Pf6b5fvpTaDQyTnyZh4Xc8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.8984375rem;left:10.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3gnaB4c6tnoTJ6bcIefwtSMsUyPcLEx { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.0984382629394rem;left:12.350002288818rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#aSuPv9ZhM0qfXgw3ZU7HLz6JSNLVAXxE { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.022569179535rem;left:15.9375rem;height:2.099825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QynKugGTA74O1b1Hcyg3T7c1AtioHl0s { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:20.9375rem;left:17.093753814698rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAuhXWB3JXDhLr7isuJ94Iahywq8Sc9r { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:27.324635982513rem;left:10.625rem;height:2.099825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayUZCb8IG5isu8O1rKDySdfi0iyrbvO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:17.749999523163rem;left:15.9375rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#RTm0gHbm40eiZo2pnH4emylEMr0vR7AN { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:24.073785305023rem;left:15.9375rem;height:2.125rem;text-align:center;text-align-last:center;display:block; }
#opgSp9EGPnslNevdb67cN51h4TEEBU3x { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:30.174462795258rem;left:15.9375rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container { background-color: transparent; background-image: none; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container > .video-iframe-container { display: none; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row > .video-iframe-container { display: none; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .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); }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container { border-width: 0; border-radius: 0; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5625rem;width:75rem;position:relative;display:block; }#x8l2TeTxnsyn3pwQThx46tuxyssDuQHV { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:11.249218940735rem;height:3.675rem;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; }
#kGy7UKpKS9RuNMZfKOkLARg9llT45sps { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#L2XnFA2NGcz8LXTSF8tIDvFU8xmxq5dZ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#vGUHRimNsmQUTGxq4sBiBWENP8X078Wo { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#oUALX0M8iyTbv0SFnuAZ0aURds99XIsE { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#yzzpBH0VKuvmRqTZJetWTcBTkf4tgl2O { position:absolute;display:block;z-index:15065;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:16.625rem;width:18rem;top:6.3062438964844rem;left:5.392707824707rem;overflow:hidden;display:block; }
#TkZl2epOIPS65lAz5TRP61Uf0FNFWDGh { position:absolute;display:block;z-index:15066;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:16.375rem;width:18.5rem;top:6.6013827714844rem;left:27.269338311297rem;overflow:hidden;display:block; }
#wv1sfVnHm2WyVo50xKrnty2f6GkXBpi9 { position:absolute;display:block;z-index:15067;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:16.375rem;width:16.9375rem;top:6.6187438964844rem;left:49.925003051757rem;overflow:hidden;display:block; }
#rTdG5rWuHlwlZoRm4o45R9BNLHCMzFqd { color:#faf5f6;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:3.6750001907349rem;left:24.093750953674rem;height:1.3rem;display:block; }
#a0HuhS0M77ILaPuuiAkUziPQzTTUmy4Q { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:18.375rem;top:7.5250005722044rem;left:55.948441505432rem;overflow:hidden;display:none; }
#VNO4H3WsX45gRdSFspBUBlx5k6huF4Hz { color:rgba(var(--color-tertiary-0),1);display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.875rem;left:9.53125rem;height:1.625rem;display:block; }
#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container { background-color: transparent; background-image: none; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container > .video-iframe-container { display: none; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row > .video-iframe-container { display: none; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .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); }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container { border-width: 0; border-radius: 0; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#qSlgZnkv3ebXh8h9PU4zzilBytLNZOTO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3271484375rem;left:1.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#exQbV0SmJeNiR2upV7RPAkNE8HFkeDaV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.0625rem;width:21.875rem;top:3.625rem;left:49.75rem;display:block; }
#yMzU5FpIG8hmxfVGkTyifwfxpiKKGwdt { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:52.125rem;display:block; }
#Fhss3mcMMqhmnf1uIWXuCzx2GDwqXnzM { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:49.75rem;display:block; }
#C8f6a7KKTXBeuWWXGftf0pOrxQwoougX { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;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:30.0625rem;width:0.4375rem;top:4.375rem;left:49.3125rem;display:block; }
#lkCEw2IHsbx6eec2xZlT0pl0Ga8UQThw { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-2),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0)', endColorstr='rgba(var(--color-primary-2),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0), rgba(var(--color-primary-2),0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:9.0625rem;top:4.375rem;left:61.4375rem;display:block; }
#ruxJQGKOk90sLowADvbP9G4XqNzIQ4TF { color:#5b5b5b;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:30.6875rem;left:51.6875rem;height:1.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ue6tDaBckWq7pPzscGylPTwTpgvrba6a { position:absolute;display:block;z-index:15074;background-color:#fa0303;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:26.942708492279rem;left:42.375001907349rem;display:block; }
#uTfrGKTpkhttDov7TwSRizkmIxhAR0pZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:30.743049621582rem;left:42.968751907349rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0SPTMowNibpMDouLgSeSrSPOlfLr3kT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:29.242187023163rem;left:42.968751907349rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBL2r2HuVg9S77c8IXtXKTTSmpKyVgl4 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:0.56251335144043rem;left:1.25rem;height:14.4444375rem;display:block; }
#uMgzd0KGyOOnmrsNPOvqAo1vfC2i9A6U { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:25.375rem;top:1.25rem;left:46.3125rem;overflow:hidden;display:block; }
#TnZUIORdi4OaTQIWlB0ZlxqHbV0QEkhQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:96rem;width:64rem;display:none; }
#J43Q5mGCupZePReO9F8tv1P08QerJzLl { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:35.5rem;left:4.625rem;height:2.33680625rem;text-align:center;text-align-last:center;display:block; }
#NLXk9wzQv0OO7I6OkwFpHO0aF5bTbg3W { color:#f8f5ef;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:27.875rem;left:8.5rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1EfvOxLx2FX39mcRoVe6tqcVtFxM9e0 { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:32rem;left:5.5625rem;display:block; }#l1EfvOxLx2FX39mcRoVe6tqcVtFxM9e0.adaptive-delivery-prevent-bg, #l1EfvOxLx2FX39mcRoVe6tqcVtFxM9e0.lazyload, #l1EfvOxLx2FX39mcRoVe6tqcVtFxM9e0.lazyloading { background-image: none; }
#D2msKUP1Wp2VfsMF62wVIgTKV7oNO0IP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .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;line-height:1.7;overflow:hidden; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .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_72ca49c1ef9266d9c09f9a591389616221b191b6.svg");background-size:contain !important; }#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-trigger.adaptive-delivery-prevent-bg, #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-trigger.lazyload, #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-trigger.lazyloading { background-image: none; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 { box-sizing:content-box;height:auto;width:47.3125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15047;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:39.999984264374rem;left:27.686458587646rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #AfxfiH4GkACD1VTNsxwL8LQk5JBrkaVt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #XsEnhtOv9NNO94K7EVu4bm0bwiST59PK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #G79TCgyfR6gZMG8A7XSA1CP2eCpKK0zz { display:block;position:relative; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #JKHMbdgyJSUkvgLhlgUWDgNEfKE2aSLK {  }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #cvh2ubwbO453weBTuMBiiuITPEcy7sfZ {  }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #MwLHf8rWeQC6Si9PV2FLQhW1axWXrZLP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #RN8T1NCDe5BowKxZRt9vkeGPK0AGMPxa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #ZaHD6KgAndMwffqaw8gJAaysURBdMAkk { display:block;position:relative; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #J9EJnWNxrT2Xg0drBq4sZxwTxKPVm4K3 {  }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #vqtLy89FBZlrknhfSWaNp2CcxqoNWPna { display:none; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #pWrwPAuGhgpzCC6TeQleqLr81sRT6uqM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #fbDobUC7ptTcFZhZVS0m4wBF36PvcifJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #MZhmvhiaWz56O9PNXvXnchMRFSqRNuhP { display:block;position:relative; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #RQow5GgfgTaMsAV35cfIArwCWSeV3tTa {  }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #nTx2EaClZTXDsdLpePQq4E12N218sffQ { display:none; }
#aSzVwmqQlNtlfp2lmn7nJ6t5t2qiUtCm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.125rem;display:block; }
#T98icvpzO0HtNEkN1mWTR3LxDNQwJE0H { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:47.5rem;display:block; }
#yDedgkbsp3PC4BNWa3T5L9l7eOfZoEKi { color:#fdfafa;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:15.638020992279rem;left:1.25rem;height:10.232625rem;display:block; }
#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { background-color: transparent; background-image: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { border-width: 0; border-radius: 0; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:55.875rem;width:75rem;position:relative;display:block; }#dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.7196388244629rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { color:rgba(var(--color-tertiary-3),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.9401040077213rem;left:0rem;height:26.5625rem;display:block; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:2;overflow:hidden; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .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;line-height:1.7;overflow:hidden; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .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_72ca49c1ef9266d9c09f9a591389616221b191b6.svg");background-size:contain !important; }#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-trigger.adaptive-delivery-prevent-bg, #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-trigger.lazyload, #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-trigger.lazyloading { background-image: none; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC { box-sizing:content-box;height:auto;width:47.3125rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15046;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:26.137520313263rem;left:27.686458587646rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #NQNbI31EGRnh2u8A7890E9C85FiG8ipC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #whDU1T2iBBdtXq7n1OEyQ2nSZ6iWw74i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #G6e6QHWltSsrfOZzunZTI3aD7vfwq4FG { display:block;position:relative; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #xcvXuC81g3ePM8o0U2i1XvKZTCZ4rI2A {  }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Ag0s8UBXTgvtaudOCKK4w981VIIyGPpB {  }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #k15Q7JgaBuZQGFEuhMDoEuw7RQZs5VJB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #HVABowz9mBP0SDmwEErkX3mBge5PhN4K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #xUo5SiT6T7GfUVkP5szLJWBUSVbamnXu { display:block;position:relative; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #yHfk6KT9iXMaqGvwLZRTkZbKFkVVor1v {  }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Qh4tJgEQaQ2UJChBMM9w0b3WwTwMGLXN { display:none; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Igxkxem8morBfFBu47orguSKo3g2EbHr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #o9zfe6DAOmlLWgRk6xlQhlObTSh9y646 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Qd1HpJnob4TBHD2fV6Wi04a4dfg10KAt { display:block;position:relative; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #rXtrmuT3HdxQDpb4VSCx2vCNrW9D93zm {  }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #RtSdiFmJhzNnegltuIU525l5snP6ZnQx { display:none; }
#WCTiEAAW4DP2DhZoKUhXp7Ncuyr4kUCC { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:46.625rem;left:1.875rem;height:2.33680625rem;text-align:center;text-align-last:center;display:block; }
#htn13g5p5XnUz6Hp0T2KSfu8nzedgv3V { color:rgba(253,252,250,0.98);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:34.899289131164rem;left:2.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIZSx6w5XUQV3SnkWQZM2hklqCy7pagm { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:43.1875rem;left:3.4375rem;display:block; }#pIZSx6w5XUQV3SnkWQZM2hklqCy7pagm.adaptive-delivery-prevent-bg, #pIZSx6w5XUQV3SnkWQZM2hklqCy7pagm.lazyload, #pIZSx6w5XUQV3SnkWQZM2hklqCy7pagm.lazyloading { background-image: none; }
#BLv9yDvogXIzgxAO8HM4ie2J0KgltiUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdgTcUTCrk2M1qSyMPvxk5ZA0c4plIx2 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:49.525003433228rem;left:4.25rem;height:5.19791875rem;display:block; }
#z2rFgWrI2e1E5NVh0DBae9ElsIL1u5lT { color:#f8efef;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:39.7734375rem;left:5.4375rem;height:3.08680625rem;text-align:center;text-align-last:center;display:block; }
#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { background-color: transparent; background-image: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { display: none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .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); }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { border-width: 0; border-radius: 0; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10rem;width:75rem;position:relative;display:block; }#U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.8125rem;left:23.4375rem;display:block; }
#BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.8125rem;left:32.8125rem;display:block; }
#z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnX9LHdeMCW62goAosF03y2uGMzV6Isp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.8125rem;left:42.1875rem;display:block; }
#CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F { display:block; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdRfcd1QXBKACroqrn4HOKvAZ5zyaFM7 { top:0rem;left:0rem;width:47.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls { width:14.625rem;height:5.4375rem;display:flex;top:0rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #UFG0FTMsbManoRxo5MGhUE78FnIAIIw7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #lbQ7bwurLFxLINmlSQQdfESp9oDUiith {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #CfikRDmh537eZOOhxVU4Jdk6HR0eGqTP {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #mtkuxA1blIFPA8pFl5sQRqaAVFaZfTG5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #miGHFEO40AGVE7MTgeO9FOOiJp0fIEGa {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #ekBHmZt5MRTnIFXC3bbesrOvgXpUtoRA {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #BmQTEyiWFToZMM4WGFzTMUI5lrlSupb1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #lBZPCqTEossGK54OHWqxOD95GuMwKEOd {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #OWPHDLlGVW9soLTTyyov9ZMJna9HkosI {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #FAu72igNWGGeFb8JcE47a09tPTrsTRdl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #GHIRdQov5PTIxVQHfpgWiukmZhnv7PF3 {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #TvcfctxtW4TdcsLwDwo0it9DTq7Bn8pI {  }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { top:2.5625rem;left:0rem;width:36.125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:31.25rem;top:0rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:31.25rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:31.25rem;top:0rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.5rem;height:31.25rem;top:0rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGoeeGlUTXvee4ACsimOSgSgsWnp1uJ { width:11.125rem;height:36.75rem;top:6.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { top:24.1875rem;left:0rem;width:33.1875rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCAOJqcAmff2WMGreC9k4P7evOu351I { top:0.25rem;left:18.0625rem;width:29.6875rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0LQizCZbQrl090yrITATGTD5iBIfrS { top:10.4375rem;left:0rem;width:29.125rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCbX9klwqKgHZoi3nkSq2bERvTbuVnn9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzqtC28Xay1GdVNZFXFdZPPQhOuqNllB { top:6.875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmQNr6nc1aDPQRtibRpJMMXA1u1rh8IT { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KS1gsEz3kt8bTmLJnUzRyatmAXuwLZ5g { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TV5fc4tdVgDbaO0ftn4lfZoOMnm6Vte9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pp1ACKUHAGLOdZXClgU1t4kUCTPr1SGx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmPG4GasXrMUTrKtuS3Jo1xVoK5kO844 { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9OV894qQdRZVnknT0RfeDw64HkRUsr9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2cl3XtrpCBRe7TyTulc5Ks9415QgVea { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho4XNpAvpWZ9ici9S6HZAV2IgabPwSTA { width:18.75rem;height:2.8125rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d71JdAIpa91QDtINHPTEqs4w2ZB7p4gi { display:block; }
 }@media only screen and (max-width: 763px) { #X2M6ZD3DshFcefw8QayUKH1TROVKviM6 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed2xfu4BDfQpsJg9dIHiEQAcMhVfauTn { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJIFPQTe57hh5rul30MBpIA0ymw16TNP { top:32.4375rem;left:0rem;width:37.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6zBIZ4PDEFQznFiJ3fboLPqdz8wAfnc { top:50.4375rem;left:6.5625rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KplUgWvhT6J6fIe81BTlK0Qdf1IvdT5C { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn4EnqSSoZOpIVf2pAx9MItf22ostXsF { top:40.0625rem;left:0rem;width:37.625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:4.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnzJySVVVV0xwPqdyyBWzleFcTFxKl0g { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrhfVmzm6PZNPqEzb8ct29wCtKduiA7e { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTnWlK0SFT19KPtEGl9TmQeb6Hny0hpq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdyowLNGSE6ZZTpBP57BeISiiWGQ64et { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOz942F319STuCDZFPTSnMIBDH1GaETA { top:17.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8TbNMUIezKv8cmbviRfv9gnp1OVBq3v { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHE4qT9BPPRJtRHKLx4eUhQ7Pi6Un8CR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKDbfsJomwQn9c6r5EgR6aZIW3b2fIaP { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAfrxqM8ywIDDe04SHbPLRqOvlBJ9OXa { top:15.5625rem;left:0rem;width:23.5rem;height:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU9u3J9rhnv6138kT3sPhQHfXQ9CwABx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6TN6ftGzlfbEiVazBTB4EK1uTGTTWNV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBdapP7oxiKvaiNbFZ7okzwnx27EmhkA { top:15.5625rem;left:12.687500953674rem;width:22.375rem;height:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxvqgL0LyQnEDSZDwfPAWrmEI8nL63by { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3CNV8a1yaw0Bb3eGMwPubo44Ql22Zoa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlnLsxbSPAKgdm8KM8C60wPPLzwrAGD8 { top:15.5625rem;left:24.25rem;width:23.5rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { top:5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a73NcEeNDVaRttGq0Enmq0xDRygfxTWG { top:15.5625rem;left:0rem;width:23.5rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQkLUxoUIocSnrzeXUNxMcTU4g6Bt5m { top:15.4375rem;left:11.343753814698rem;width:25.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTT8l15fyLnTpCaTGZuS4SVrvZW6tVaF { top:15.4375rem;left:24.25rem;width:23.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG6ZvGhwVuDPOhPlqNcLuF10Ud7sEatm { top:5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSdpeANzc8TbTvTnw55ETNwR1kF93L45 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpTvPoNyetSQw7GWlpXrCkJdTwLCPHIz { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vg4rCsWDzLvElQPgS7Ty1Opzeg2E27Jv { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJwiTxfTsSdxla3neVfZGXDvPCgR0TTd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kihfi9vg7tTRXV1qXd1CoKpHqsaG8RCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQZIOQr2DbiKqcvhvioneBHgwGZ9RrtP { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXnH83BQLcCMK54xfizJGSU7xqAKliVl { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVFMZEwieVKubLre7GwQBXDasLUnNK5v { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdbvNDW1iATJyu1ABAhEdkSwiNkCqlLR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQo0cJlTk3xQGRxhNtDyExRce4mI6CQR { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nccUsLaL6OztGfF9QElxNpBlOUfCNm8r { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh9t2iaBFLJzzldNJvTvnDptaTLypT6G { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wqi8J9iehTOTTcR3frCTZZkoLXiIg5OA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMEKPQiGtemWFnhenVtJ4othaayCBwiz { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0xMROhc7UyoTJ4mOfEbvT9Elcg0hLBZ { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykWefo9kQdQiXXx572hVlplqffPGeBXK { top:0.8125rem;left:0rem;width:32.125rem;height:47.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSXUWNIH9hL4fJKuLlsfP1rqSNfDU063 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpzEQCenV3T8NEkJHnk6EV3OQl88oOSs { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQqkZqbgyTSP4WzRGBdFxSOWDV0mtSDb { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eh4NHRUfgMO7UuR4gDutPtL7D55JWBxr { display:block; }
 }@media only screen and (max-width: 763px) { #KfoU4lNJASwAOAFbRKvkMItCQ2760Sni { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzxqtDENJ46vH0i4C7xizxqOTc2E36KC { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #My4KooRECUIK02PcTI4SvWmcSxTis8Tn { width:18.75rem;height:2.8125rem;top:25.3125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #deKdHJ0PAGK0mLOTzU6iRrPfH6aRH9fM { display:block; }
 }@media only screen and (max-width: 763px) { #Oc9NPy8Hw66Po3uTZlfAOmogI8UtJMUy { width:18.75rem;height:2.8125rem;top:25.3125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3SOMxNXvytL1bzsN9JzMIylPJN848Zz { display:block; }
 }@media only screen and (max-width: 763px) { #G0KW8seHzICsxFD2lMLQgowbVp7ft8wF { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dt4On69Uk2uJoNs2syZpOTqUXe5BH3dB { top:35.4375rem;left:0rem;width:18.5625rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6SDNx0d10NT0zGJFcpNTy8UCeVbpdv3 { top:136.375rem;left:0rem;width:18.1875rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 { display:block; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veX2TfgUVNzeI8ymcLEC1O1TuOTBBDBV { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6ixK0LfPTZGDb5TtKngVyqF3mWoTPe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWdXcNWmJiuK7lKGSv7W7r3Ef0fXUDBS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnr8A1Jevdb3em4eXz6nVOoV208pAz0k { top:5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMqG7PLr2Sxd8zX2uNEqm12Z8OH0ysr { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM6ZB4WH7lW1FoQbcrqrMww2HRrTQIrZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDtx6eThGGhiqJPE1R0TfLSbTPXuP0SO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAqpkEBLaMryR7VzbN7qBo88uVp9l4ry { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAky8rybqiKyiJg9dH0a1gACDrQCBlEC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7lcuc6AS71kW8x8kPnf2sKkGJRsyANa { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fw9NAtnVhMPHTt3vihlLheIxJhSnTT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrVI6mZfqZ5eKB1pzGNblUkDHkBE9Tp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8ZWdgHT5QlNUtlRTtxAn5V2hQS9OP4 { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsc38twS65oyHRLUDPZXH5TkgkE4ZmK6 { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvUfhgiqWlTf9ZEm8lqcCtd0OuWyJzTB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQ53QXro3Vw1QHgdv4GH6SRypNTd6lL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2cediLW0doniTyXUfDg0VOTDcDzBv4I { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6bQFGuNAPBbZzxmdA3RJ5OV9vASTh91 { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFfJ6v1f8dzU3sqr6OXQuM6L3TxJL1a { top:5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzgoheXrAW1FAEMe9G2gmsFLsXWDCdRI { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcBMXr5hvzRLIpUwp92E4O0y37rhfLLq { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H22imhaQgD8LTJ57zmZAEBoStdQTbrsu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUQhrEsu7NStLEebPcJ4eTL4b0LqqBdx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGh7blUNyBOhJSwqTHxGtRUmFmA00EFy { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KplROPUgvx5bsG35ywB8vX4F2KH9193z { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhTkphohTM6U2Lv8JzcRJbBeByWNmmn6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hbw5sX8ndx5tnM9q0hRvXvsifbR2gtLT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfQDTkQqrkvG749F6HKkXGTTUOqf0KC9 { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgHUMQrXIRb9AXMOReHBLMVgIua1VP1u { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlL01AkIgyJdM8KEZpZCTpTTP9dybk2B { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aF0oRgN5mcCL3Rlx5p0yE0ymM6W8nnGd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7TTI7pBOV51PD8BbXBBqhMTl80iK3UB { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF3BBw3OR2HsLch6T4baDBLRKxacZ5RV { top:55rem;left:0rem;width:17.5rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #euw3dPmoFs7Rqb7z817ZI6HGrw3g1gR2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCyBk5aiDGicD95nnx1xhhRE9dI4d6AW { display:block; }
 }@media only screen and (max-width: 763px) { #kEmktxEsrskPe5f4FWTc56PNZATIppiW { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zb3k7s8k9tWgwv7o0a9gqg382rda5P3E { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfZWcPC4LzfoLLCgxvOMWMN4quDT9eWP { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbtwlZvpl94NcmPZnrtBLlz3stPUwSsW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS9d4OyXSJhWnnrFTFZxOPRTQtswWtE7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #apATpDWPhxTsBaXbXiZ9tkKn4oq3B6ZO { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSAw1lpCTyBl3LocoL2ipDxyCfzcxRCm { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmRvqpk994xnfUKIphl02NxksbOqQUTx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1ifgmSEHaEPVulLgXtprgxUTSLmBe0g { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWVsTei43HliTiQD7JvL4RcPES13NQra { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #METIRosSpfzhXrEpId15yriduXGtnCuv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8brWSWgVEHQEgz77UFfTSJ6x88d6dTx { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrMKyimwCshSaou3HS63ChpaCTbpvu8k { display:none; }#FrMKyimwCshSaou3HS63ChpaCTbpvu8k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZC8A8Wdu4SaKOeRDJxTCwrgB8Nk2f7Md { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlMTfRDwKeodkQN7UPPMrfBdBGDmSIu { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvh8adNWImA8sKhnbIicQJM9JnuFqRxT { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJe7XSfpe3hQm0fnQNa9suo1ycpwOiR0 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGwoyXbfkzyzPKOGfchWpipQwleBs5s0 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ3wnkxa3cwH1RBCeOp28CX8Kboan4x3 { top:6.25rem;left:0rem;width:18.9375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZrNzTF1G7cGTyiQ4LZxNqhxhlprxupB { top:6.25rem;left:13.125000953674rem;width:20.5625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxf2bTbFgIFTJMm4pH4cKsc01mr2NQXM { top:6.25rem;left:26.375rem;width:19.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsoRNLnuXd8Gee3lvBMWr0J94G0bE8Kp { top:3.625rem;left:10.468750953674rem;width:26.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkyRn0ksxy10rDGU0IcZOpzftrKWo93l { top:68.1875rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R { display:none; }#VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xf72TSoqp3Z3zEJcn18I7EmlQTb3Gswl { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2bflkc3eTdpC3cMobzc0KgoIxTqP0N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRe4y4VBxzEKIfZkuI1NqTF4xf8z1Bdu { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mokfP2NROHTd4Ty8uk9rrcyI6NMV4E2D { top:5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4QKKAKryViaQ0s5Euc92ZdzerptdCdV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE8Vc4aF43bdIPopezgsdDCzVTe2lTuQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6PS30qXCBNv760lTOC9e4b7w8WTwhxa { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbH0pv6gbXCpNR25h7PS4BLTObR8gHv { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRcumLlukocNnd4DDFtATZxHXC317NIU { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkysOK9ewHTE6mKVocS8gnI9m2DRGSIf { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxNvb7wNsa1UadF9EI8HG3NNbSWsXp35 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwTEFcVG9pmglrtmfktiHFTTXODeODRR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGltS2Dv96DCNVCGGXH6OBxUFTaDmTld { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5hrtRatP8L17kSNroJD5TOKwwVJHUEL { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQHXbCBilOCMDBvFzA2GwK1h2gHMP54 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWe6OCPMlz2wFNsmy4FEzzcKn7QZcFQv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN4TQtsvg42B5Zn3byMKuTcrV9XRrZBd { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhGMZqiK7RPoeTTFTvNbDJS3EgVBMe5k { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKKN4EAgJNeBB4b37y91lzECaSCSAweJ { top:5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #noN0UDeKsG2rCnGdhAiLpbOyVw3DJ5Gx { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7FKEIUbHWVoQdDMruagfAUGhZixwZCq { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f908OrQrsTmFQxSTHLnhFxevmt37fIxL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #giL4IAWfE6cp99cn1D7TuA8wkQb8Ighf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRzepIbgZSooSQGl3T4veeUA2loPrZw4 { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ccy2wkQzSHo2ZvG8AoPQUWPz3DFlaS7e { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzeONiqIfeeTLnDCXfsG50EQpGzICIa8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu9M23iRSJ8PDaQGCoxxBbcK0DJWnBVO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Midv4yrhSgLUHyaCJMfN9Ekc08ETC5Eu { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxAN6HcolCbkovGdpTROnUBQMsa0vmG7 { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4Qb9s4qGd0ub7IVDCowQ45MUc12ae4o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIoRqF1DHyAy37FUEgmyS1n2wkL2TOEJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvKp4Lz3kLzIL37ZzEU4Gu8bd2fc0i6S { top:0rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkAEmHNa3O41STZ2MEKLeT04b0yUAPnC { top:12.75rem;left:0rem;width:17.5rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmpZs8VQpQRyVSSG9NnaSRUColH4dUKr { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdZd0LJKTlMZNceMT4bql4xIH5mr1wMe { display:block; }
 }@media only screen and (max-width: 763px) { #J6I8CslViBoMG2Cg3eExEMOlC9VX7FLp { top:15.3125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2xNLCpFSLQglEifonmVCMzqORliQdvO { width:47.75rem;height:37.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aP7TL0kxDkXmBB6O5CPzl5n1o8g13tc2 { top:0rem;left:0rem;width:20rem;height:5.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe { display:block; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuAL7LU53vkUQszeVx4po3eGTMWOKDlM { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9HFWfHn6yg6lCcb9Qcu429vAT6b3cVz { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTxyw3GALFCu11D2TMAI3zIHA1G1kywS { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuuTGEc9FuLfa7GK0q7zZUUv3eXRNsfA { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au0mupweuhV8cduwFqER7yF6GmM0lfTx { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCu3xbDiZUlSTP9Cdkb0G197sJ2HdFlI { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROqZl1UkUuEAqmTX4D66v1Sf0AybwTXS { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2xrFHmtUMZRt0WSrkDdxxITDU7SF18 { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOTG6afPHTaNp86AqiUJ6qOd0HJRnTAo { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgeB4VFpRoz3TM2RTuMFR7OKiXwJbuWm { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xSmiHzPKTL4E987uTBNAiExpt3TUyw { top:1.6875rem;left:0rem;width:32.125rem;height:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ATAvsPTN6kWEqhVg1XJ9HFyqGOSLbV { top:8.3125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJiDkiX00u5S4LBMTQdStEZaxCtJwObk { top:14.625rem;left:0rem;width:20rem;height:5.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5HWNBI0pd0UCu1Z2hHCWha7UTNaOeCz { top:21.5625rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cldRiS7nQo1rigMRPbO5rSzQ1DFp1XiE { top:27.875rem;left:0rem;width:20rem;height:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xX3r4vqTIbNVfVLe2fwnv4kiDwrMHvNa { top:34.6875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcDsClM4LcmwwOs7XMhXkElXzTP1pR8A { top:38.875rem;left:0rem;width:20rem;height:5.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #chmB4dMyMLcueqy3hlc2M3dfQ41g39ca { top:47.0625rem;left:0rem;width:20rem;height:;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #czPERDgLEkFIBzhNW7qeeOx4xUgsk5cE { top:59.625rem;left:0rem;width:20rem;height:16.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sP3VyZ4fQ5IZ5T24nsApFJA77BTZOrNC { top:3.625rem;left:25rem;width:19.6875rem;height:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqZo3XseMNXkauhqTr7qfUpufENyKxD3 { width:8.6875rem;height:8.6875rem;top:21.3125rem;left:31.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJXTTuoZA9oLWuwA3aaIKgiRvdN1SaTS { top:72rem;left:0rem;width:7.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNnBZ3KJyyArA9ofvaU5z2lIRWJziFOK { top:97.8125rem;left:0rem;width:5.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfXhvhHPJ0mtbNpyCszg026MHhqlhnNt { width:18.75rem;height:2.8125rem;top:29.0625rem;left:24.050000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #DENTSxZbBk4GpHze7bdab06PPl2MCzb6 { display:block; }
 }@media only screen and (max-width: 763px) { #FVyeRnMMVgoHk0RHK5rdBWMHd2F8DxIx { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfJAtb4f68qo12vk8A9FdTA7fhheBXGR { top:25.3125rem;left:24.143753051757rem;width:18.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usEBarWHoyXh39XJTTqME5T9Lzc0RuoJ { top:57.125rem;left:0rem;width:20rem;height:14.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 { display:block; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbcyXflvLxgOWB19zaGlUBuy7fH8OUsi { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDMna55OREH2UnUoERkPPTetrtGzSPiy { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSI5Mz0EtWSdpL3IiuqGCW5KiTUEHzn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGUkDI5osApPSDTvKuXwPcJfDLvms4ag { top:5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUmITmmuHbhhWECzJtWCcLDesaSaZ33l { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe0z8XXMlDMWPemvFwVfkAasLStlAJF { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOFxUQ4kfdUTPTu1UetD7deUXiH6kcW { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvFAMTdUfp0tUEssoddO0Oxc7s7T8nLV { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6iwCg9lBthFPeaRlyLRDBmMJpOTTr1A { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH6p6GBd02KINdGWaDAf7Ja5UTeZ1xgU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBslS25wflHMQUTGqVIo5WfSUVzF8bv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaqoezlRDWOXSr0uXOn3krPvJGzEih9c { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpxvUNN1NrDr3B6DIuoEmXB1B6drnyNX { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOvAeUr1UTpns6UTlMm1NHJ0c5F7EdK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzKgypeA0lyqXMepgrCBTuLvB4Kixe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9d7CLCCu8LAGBruDiAg6nofqMWOAF04 { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6MbTSE5XdAq8B8CiTGOzIZBPQEprOWp { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTDKEw3uWkoKsiF4reFvxM9E8L4qTldl { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWGTXM4Nma1zL1ZoZFnA7JIEOCPB8Sd5 { display:block; }
 }@media only screen and (max-width: 763px) { #iizMin9SgdF89VfzOGMs5DhDJ3WKZAqR { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLBIzonkwQ8OZtaddodhmS293CCBPi61 { display:block; }
 }@media only screen and (max-width: 763px) { #upfHUca3k6H3C34Lnvr9pGLDU3wmaTwc { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDb2hg5S21QqfCZwE26l2vzD4DMfVtcZ { display:block; }
 }@media only screen and (max-width: 763px) { #WnNHMlGlHTDa830fL4BV8IFlJbMZ4XFW { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlWVA2oLH4OS5qWK0bmvXTKgv343UAf9 { display:block; }
 }@media only screen and (max-width: 763px) { #x4D7KACoxHz1HSZwWxOGiVuhgdJ8Azba { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymOmVVT1iidWtIyBS5WmNNoDWKHRoSVo { display:block; }
 }@media only screen and (max-width: 763px) { #x9dTdeChCEUPoHHmRtt01mrH0iKwRUu1 { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLxSkxrDzd2mtQVdZIrug5MR2y8SJPF9 { display:block; }
 }@media only screen and (max-width: 763px) { #a3i9rRPtWwBkp16RrspkRmOWIscugtkU { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OT4fx63HQIi5267i19o9DSuO2mKudz9w { top:35.4375rem;left:0rem;width:18.5625rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIoQlr0FEqdANeL3OBzzDK0fm1UyZWS3 { top:1.3125rem;left:0rem;width:18.375rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx { display:none; }#Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTUqLk9kawWAyZDTOLI9zKru2lBK9kR2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo1Wy4cJlvS264P4MbAWCLARt5rdTm7 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DseTpiiseuwUoXuF932cgbydwPVMyTt3 { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #WMhSSQqpSMXlbCQ9qT07637zAoT61o1x {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #fXX4Wfpoq3oTV08HRuXZ8y2dywGfyWCP {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #hh1dbTqg0tMTgxNWWWedePJ5K9cnE4nX {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #ZWLIkRBnvSCcloXRbwtvkBucIcNUXG6Z {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #GRrQNQ4mqU7TB2UnUT2cFiKQUvCeZIPT {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #AHo2qhktJEsZJR0m3wgh2MeZ2E9d7duS {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #pKoT8N9371KUPTvliEr9x708sG22hFOy {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #vOWh5SBKx7quRJtDUrW6wcMKR2o0QdtQ {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #UTNJ6GfEN1rNwa3aCXUTuuRbNZX6zte6 {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #NvuKxS3t7OlKtAyL3TGKS4wQmQOHZ6hx {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #txsSF895Q5BACfExPvKPVgtzC08XPzqs {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #daHoXIVi9FBJDAv3WTeC5P7AXZGpoEXv {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #DOWN9QxT54QBTSwaRcqSO3tQoH3ae1X5 {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #nDrJOrHXfFfPaTR6chC4kUMkJiB1QSN9 {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #XbpPG65yRlwspkylOIp1pKzkkg2MdLoT {  }
 }@media only screen and (max-width: 763px) { #q7tEqO21ZIokVRlTfqGNstxWnLFnEwHI { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTm8mqWsTR72TmEM1cZHz7JzZ0unZNCs { display:block; }
 }@media only screen and (max-width: 763px) { #PHVTWnAAgNwSEz8zUQ2DIFWJ00wlwoPT { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXp96OFCoeZCi7E8Ta0ZEMbKT31I7NKs { display:block; }
 }@media only screen and (max-width: 763px) { #PELWOe98toQmn3OommmdTTwXuakyZ4ch { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewRVtJVCcJIT7BZtaATufNmalc6Vhkz2 { display:block; }
 }@media only screen and (max-width: 763px) { #fT0kEhKJfxo7snpVAaOC5Z8dwu0sJLXD { top:35.4375rem;left:0rem;width:18.5625rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAP1PQgxcv57iORmfHCmIL0CO8RwokT6 { top:3.6875rem;left:0rem;width:18.1875rem;height:1.75rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdCDTqL7qhFNfvLWtngbqp1RBNQzsMeR { top:93.375rem;left:0rem;width:18.375rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6855dOp6EAfvQ2VOnHu8yU8RtRxo8Bl { width:18.75rem;height:2.8125rem;top:29.0625rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbmHzF1S2hWs1bwrw7dySxdOxzh0aJgt { display:block; }
 }@media only screen and (max-width: 763px) { #R49dPP4fyZh6ledqxTLIkJN5VtWb3uZX { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5WB7OiZBThT0FHzTV8QqIIXTMI3ELWD { top:39.25rem;left:6.5697937011719rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPhD4UT0ZSQJ0RDxfAzf7oSEuC9xJxwK { top:99.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #okxQTultm0lv634XJazndcacENl9891p { display:none; }#okxQTultm0lv634XJazndcacENl9891p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFZzLcMOgdKE4cHT7p9VnWoWMxxwVLhK { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWhsCZMUHGGm7XZxTUd1Ni9zQthkWpZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #oZMEUTlLxikAIUcbVPDoU0BlCD0MIAPo { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DayWlmcuCXmgriUgbeOl5F9oI1GDEVRy { display:block; }
 }@media only screen and (max-width: 763px) { #BfuXzQ18s29oE9gIXqzeSKqiy4SleMyp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIpdT4q31QLTTH2B8orgOiR6kPitQrSc { display:block; }
 }@media only screen and (max-width: 763px) { #l64oxVw7SBy1lnvphTfItTXWvo4uBQp0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #de7fTh84gTxC8RHGIuCcMAyfI8d5HaDx { display:block; }
 }@media only screen and (max-width: 763px) { #aV2gPfy3Vxff84ACboT1f2mrNvdDzwCa { width:47.75rem;height:37.625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 { display:block; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtsKFFHstZLC4qrc8aUfldZoJrtMd5lO { top:0rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbanPdmTtTOimfptU42tgPkS5Zbastcd { top:2.75rem;left:2.3125rem;width:43.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFOpWCxI1NuSedbpySaHc3u3Tw9t06TB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXtNXPtwbk4gVKVVTWxncc7cJdTtciVn { display:block; }
 }@media only screen and (max-width: 763px) { #PAhhPgDgq8Pf6b5fvpTaDQyTnyZh4Xc8 { top:4.875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3gnaB4c6tnoTJ6bcIefwtSMsUyPcLEx { top:9.0625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSuPv9ZhM0qfXgw3ZU7HLz6JSNLVAXxE { top:14rem;left:1.25rem;width:46.5rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QynKugGTA74O1b1Hcyg3T7c1AtioHl0s { top:20.9375rem;left:3.46875rem;width:40.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAuhXWB3JXDhLr7isuJ94Iahywq8Sc9r { top:27.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayUZCb8IG5isu8O1rKDySdfi0iyrbvO0 { top:17.6875rem;left:1.75rem;width:46rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTm0gHbm40eiZo2pnH4emylEMr0vR7AN { top:24.0625rem;left:2.3125rem;width:43.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #opgSp9EGPnslNevdb67cN51h4TEEBU3x { top:30.125rem;left:2.3125rem;width:43.125rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm { display:block; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8l2TeTxnsyn3pwQThx46tuxyssDuQHV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGy7UKpKS9RuNMZfKOkLARg9llT45sps { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XnFA2NGcz8LXTSF8tIDvFU8xmxq5dZ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGUHRimNsmQUTGxq4sBiBWENP8X078Wo { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUALX0M8iyTbv0SFnuAZ0aURds99XIsE { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzzpBH0VKuvmRqTZJetWTcBTkf4tgl2O { top:6.25rem;left:0rem;width:18rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZl2epOIPS65lAz5TRP61Uf0FNFWDGh { top:6.5625rem;left:13.644338311297rem;width:18.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1sfVnHm2WyVo50xKrnty2f6GkXBpi9 { top:6.5625rem;left:30.8125rem;width:16.9375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdG5rWuHlwlZoRm4o45R9BNLHCMzFqd { top:3.625rem;left:10.468750953674rem;width:26.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0HuhS0M77ILaPuuiAkUziPQzTTUmy4Q { top:7.5rem;left:29.375rem;width:18.375rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNO4H3WsX45gRdSFspBUBlx5k6huF4Hz { top:23.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfSGBrsaK90ycF4TFV5ghIW7fpzputV { display:block; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSlgZnkv3ebXh8h9PU4zzilBytLNZOTO { top:1.3125rem;left:0rem;width:37.5625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exQbV0SmJeNiR2upV7RPAkNE8HFkeDaV { width:21.875rem;height:30.0625rem;top:3.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMzU5FpIG8hmxfVGkTyifwfxpiKKGwdt { width:0.5rem;height:31.25rem;top:0rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhss3mcMMqhmnf1uIWXuCzx2GDwqXnzM { width:0.5rem;height:31.25rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8f6a7KKTXBeuWWXGftf0pOrxQwoougX { width:0.4375rem;height:30.0625rem;top:4.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkCEw2IHsbx6eec2xZlT0pl0Ga8UQThw { width:9.0625rem;height:30.0625rem;top:4.375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruxJQGKOk90sLowADvbP9G4XqNzIQ4TF { top:30.6875rem;left:31.5rem;width:16.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue6tDaBckWq7pPzscGylPTwTpgvrba6a { width:8.6875rem;height:8.6875rem;top:26.9375rem;left:28.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfrGKTpkhttDov7TwSRizkmIxhAR0pZ { top:30.6875rem;left:29.343751907349rem;width:7.5rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SPTMowNibpMDouLgSeSrSPOlfLr3kT { top:29.1875rem;left:29.343751907349rem;width:7.5rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBL2r2HuVg9S77c8IXtXKTTSmpKyVgl4 { top:0.5625rem;left:0rem;width:33.1875rem;height:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMgzd0KGyOOnmrsNPOvqAo1vfC2i9A6U { top:1.25rem;left:22.375rem;width:25.375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZUIORdi4OaTQIWlB0ZlxqHbV0QEkhQ { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J43Q5mGCupZePReO9F8tv1P08QerJzLl { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLXk9wzQv0OO7I6OkwFpHO0aF5bTbg3W { top:27.875rem;left:0rem;width:12.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1EfvOxLx2FX39mcRoVe6tqcVtFxM9e0 { width:18.75rem;height:2.8125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2msKUP1Wp2VfsMF62wVIgTKV7oNO0IP { display:block; }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #AfxfiH4GkACD1VTNsxwL8LQk5JBrkaVt {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #XsEnhtOv9NNO94K7EVu4bm0bwiST59PK {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #G79TCgyfR6gZMG8A7XSA1CP2eCpKK0zz {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #JKHMbdgyJSUkvgLhlgUWDgNEfKE2aSLK {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #cvh2ubwbO453weBTuMBiiuITPEcy7sfZ {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #MwLHf8rWeQC6Si9PV2FLQhW1axWXrZLP {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #RN8T1NCDe5BowKxZRt9vkeGPK0AGMPxa {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #ZaHD6KgAndMwffqaw8gJAaysURBdMAkk {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #J9EJnWNxrT2Xg0drBq4sZxwTxKPVm4K3 {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #vqtLy89FBZlrknhfSWaNp2CcxqoNWPna {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #pWrwPAuGhgpzCC6TeQleqLr81sRT6uqM {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #fbDobUC7ptTcFZhZVS0m4wBF36PvcifJ {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #MZhmvhiaWz56O9PNXvXnchMRFSqRNuhP {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #RQow5GgfgTaMsAV35cfIArwCWSeV3tTa {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #nTx2EaClZTXDsdLpePQq4E12N218sffQ {  }
 }@media only screen and (max-width: 763px) { #aSzVwmqQlNtlfp2lmn7nJ6t5t2qiUtCm { width:0.5rem;height:31.25rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98icvpzO0HtNEkN1mWTR3LxDNQwJE0H { width:0.5rem;height:31.25rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDedgkbsp3PC4BNWa3T5L9l7eOfZoEKi { top:15.625rem;left:0rem;width:35.5rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #NQNbI31EGRnh2u8A7890E9C85FiG8ipC {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #whDU1T2iBBdtXq7n1OEyQ2nSZ6iWw74i {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #G6e6QHWltSsrfOZzunZTI3aD7vfwq4FG {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #xcvXuC81g3ePM8o0U2i1XvKZTCZ4rI2A {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Ag0s8UBXTgvtaudOCKK4w981VIIyGPpB {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #k15Q7JgaBuZQGFEuhMDoEuw7RQZs5VJB {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #HVABowz9mBP0SDmwEErkX3mBge5PhN4K {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #xUo5SiT6T7GfUVkP5szLJWBUSVbamnXu {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #yHfk6KT9iXMaqGvwLZRTkZbKFkVVor1v {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Qh4tJgEQaQ2UJChBMM9w0b3WwTwMGLXN {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Igxkxem8morBfFBu47orguSKo3g2EbHr {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #o9zfe6DAOmlLWgRk6xlQhlObTSh9y646 {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Qd1HpJnob4TBHD2fV6Wi04a4dfg10KAt {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #rXtrmuT3HdxQDpb4VSCx2vCNrW9D93zm {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #RtSdiFmJhzNnegltuIU525l5snP6ZnQx {  }
 }@media only screen and (max-width: 763px) { #WCTiEAAW4DP2DhZoKUhXp7Ncuyr4kUCC { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htn13g5p5XnUz6Hp0T2KSfu8nzedgv3V { top:34.875rem;left:0rem;width:19.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZSx6w5XUQV3SnkWQZM2hklqCy7pagm { width:18.75rem;height:2.8125rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLv9yDvogXIzgxAO8HM4ie2J0KgltiUh { display:block; }
 }@media only screen and (max-width: 763px) { #DdgTcUTCrk2M1qSyMPvxk5ZA0c4plIx2 { top:49.5rem;left:0rem;width:17.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2rFgWrI2e1E5NVh0DBae9ElsIL1u5lT { top:39.75rem;left:0rem;width:14.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:block; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block; }
 }@media only screen and (max-width: 763px) { #bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block; }
 }@media only screen and (max-width: 763px) { #fnX9LHdeMCW62goAosF03y2uGMzV6Isp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F { display:block; }#TF1d0dHNUQ3FRuUbTaFs7v7DTeeKXy3F > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdRfcd1QXBKACroqrn4HOKvAZ5zyaFM7 { width:19.6875rem;height:6.3715rem;top:0rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-text.counter-number { padding-top:0.296875rem;padding-right:0.2575rem;padding-bottom:0.296875rem;padding-left:0.2575rem;width:1.543125rem;min-width:1.543125rem;height:1.595625rem;font-size:1.1875rem;line-height:25.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #2a2d3d;border-right:0.0625rem solid #2a2d3d;border-bottom:0.0625rem solid #2a2d3d;border-left:0.0625rem solid #2a2d3d; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.185625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.0575rem;height:0.63rem;font-size:0.445625rem;line-height:10.08px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxUXIvSHVFfzspgRCTEPKJXk94QCxNls { width:8.4375rem;height:3.0625rem;display:flex;top:3.990451335907rem;left:5.7447916269303rem;z-index:15017;padding-top:0.035625rem;padding-right:0.035rem;padding-bottom:0.035625rem;padding-left:0.035rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #UFG0FTMsbManoRxo5MGhUE78FnIAIIw7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #lbQ7bwurLFxLINmlSQQdfESp9oDUiith {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #CfikRDmh537eZOOhxVU4Jdk6HR0eGqTP {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #mtkuxA1blIFPA8pFl5sQRqaAVFaZfTG5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #miGHFEO40AGVE7MTgeO9FOOiJp0fIEGa {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #ekBHmZt5MRTnIFXC3bbesrOvgXpUtoRA {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #BmQTEyiWFToZMM4WGFzTMUI5lrlSupb1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #lBZPCqTEossGK54OHWqxOD95GuMwKEOd {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #OWPHDLlGVW9soLTTyyov9ZMJna9HkosI {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #FAu72igNWGGeFb8JcE47a09tPTrsTRdl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #GHIRdQov5PTIxVQHfpgWiukmZhnv7PF3 {  }
 }@media only screen and (max-width: 763px) { #TxUXIvSHVFfzspgRCTEPKJXk94QCxNls #TvcfctxtW4TdcsLwDwo0it9DTq7Bn8pI {  }
 }@media only screen and (max-width: 763px) { #MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v { display:block; }#MVLI9ZdAEU4AmXuAKn1eVFoFG6Atd89v > .row .container { width:20rem;height:136.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wl42DD74Oc2Obv7rnA1ETkC4rlKmHh { width:20rem;height:5.25rem;top:1.1874990463257rem;left:0rem;font-size:2.1875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a61aSxzHO2aDFkg5xE2u12NH0K0OoaUM { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuyDmmTThTKuEp5VWH6DGVDNAcfk34v { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbstccfXgVslbeO2EvJmqTMgVEgbm6T { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnEraGv3ko6lIbfsQykV0wrJwMANVHf { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGoeeGlUTXvee4ACsimOSgSgsWnp1uJ { width:11.125rem;height:28.3125rem;top:58.03750038147rem;left:8.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfpseV0UgRIQ5MrCxzyiNZpHrDgMvss { width:20rem;height:10.1979375rem;top:19.4375rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTCAOJqcAmff2WMGreC9k4P7evOu351I { width:15.5rem;height:22.875rem;top:30.197916984558rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0LQizCZbQrl090yrITATGTD5iBIfrS { width:20rem;height:13.15625rem;top:6.4366321563719rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCbX9klwqKgHZoi3nkSq2bERvTbuVnn9 { width:20rem;height:17.1475625rem;top:83.875rem;left:0rem;font-size:1.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #JzqtC28Xay1GdVNZFXFdZPPQhOuqNllB { width:20rem;height:1.69965rem;top:82.1875rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hmQNr6nc1aDPQRtibRpJMMXA1u1rh8IT { width:20rem;height:17.1875rem;top:102.375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #KS1gsEz3kt8bTmLJnUzRyatmAXuwLZ5g { width:20rem;height:15.625rem;top:104.0625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TV5fc4tdVgDbaO0ftn4lfZoOMnm6Vte9 { width:17.5rem;height:2.54948125rem;top:104.6875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Pp1ACKUHAGLOdZXClgU1t4kUCTPr1SGx { width:17.5rem;height:10.1979375rem;top:108.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #fmPG4GasXrMUTrKtuS3Jo1xVoK5kO844 { width:20rem;height:16.6875rem;top:119.6875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #e9OV894qQdRZVnknT0RfeDw64HkRUsr9 { width:17.5rem;height:5.09895625rem;top:121.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #L2cl3XtrpCBRe7TyTulc5Ks9415QgVea { width:17.5rem;height:6.798625rem;top:127.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Ho4XNpAvpWZ9ici9S6HZAV2IgabPwSTA { width:18.75rem;height:2.8125rem;top:58.875rem;left:0.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #d71JdAIpa91QDtINHPTEqs4w2ZB7p4gi { display:block; }
 }@media only screen and (max-width: 763px) { #X2M6ZD3DshFcefw8QayUKH1TROVKviM6 { width:20rem;height:0;top:160.8125rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed2xfu4BDfQpsJg9dIHiEQAcMhVfauTn { width:16.1875rem;height:2.33680625rem;top:61.625rem;left:1.9375rem;font-size:0.6875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QJIFPQTe57hh5rul30MBpIA0ymw16TNP { width:19.4375rem;height:4.87413125rem;top:54.000000953674rem;left:0.28046876192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6zBIZ4PDEFQznFiJ3fboLPqdz8wAfnc { width:17.125rem;height:0;top:127.0625rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KplUgWvhT6J6fIe81BTlK0Qdf1IvdT5C { width:19.125rem;height:auto;top:9.5rem;left:0.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mn4EnqSSoZOpIVf2pAx9MItf22ostXsF { width:20rem;height:16.9774375rem;top:64.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:98.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:17.1875rem;top:8.6187505722044rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:0;top:10.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:0;top:13.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:0;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:0;top:5.375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:20rem;height:17.1875rem;top:28.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:0;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:0;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:0;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:0;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rnzJySVVVV0xwPqdyyBWzleFcTFxKl0g { width:20rem;height:17.1875rem;top:10.25rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ZrhfVmzm6PZNPqEzb8ct29wCtKduiA7e { width:20rem;height:17.1875rem;top:0rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #VTnWlK0SFT19KPtEGl9TmQeb6Hny0hpq { width:17.5rem;height:5.09895625rem;top:0.8125rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #IdyowLNGSE6ZZTpBP57BeISiiWGQ64et { width:17.5rem;height:10.408875rem;top:5.9088611602783rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #oOz942F319STuCDZFPTSnMIBDH1GaETA { width:20rem;height:3.39930625rem;top:17.187500953674rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #O8TbNMUIezKv8cmbviRfv9gnp1OVBq3v { width:20rem;height:5.59895625rem;top:20.587500572204rem;left:0rem;font-size:2rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vHE4qT9BPPRJtRHKLx4eUhQ7Pi6Un8CR { width:20rem;height:5.09895625rem;top:27.973962783814rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #NKDbfsJomwQn9c6r5EgR6aZIW3b2fIaP { width:20rem;height:6.798625rem;top:33.01734828949rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VAfrxqM8ywIDDe04SHbPLRqOvlBJ9OXa { width:20rem;height:13rem;top:40.368056297303rem;left:0rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LU9u3J9rhnv6138kT3sPhQHfXQ9CwABx { width:20rem;height:2.54948125rem;top:54.542542457581rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #o6TN6ftGzlfbEiVazBTB4EK1uTGTTWNV { width:20rem;height:5.09895625rem;top:57.037336349487rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #OBdapP7oxiKvaiNbFZ7okzwnx27EmhkA { width:20rem;height:12.375rem;top:63.045141220094rem;left:0rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PxvqgL0LyQnEDSZDwfPAWrmEI8nL63by { width:20rem;height:2.54948125rem;top:76.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #u3CNV8a1yaw0Bb3eGMwPubo44Ql22Zoa { width:20rem;height:5.09895625rem;top:78.986978530881rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #HlnLsxbSPAKgdm8KM8C60wPPLzwrAGD8 { width:20rem;height:13.1875rem;top:84.934896469119rem;left:0rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:20rem;height:169.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJUm4iBOXuG2AIdcfCavW6dWEbyGSyvw { width:20rem;height:0;top:25.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JRU4B5Zg7VFigI0830FU8AefzvgXEdPQ { width:20rem;height:0;top:28.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { width:20rem;height:0;top:0.83748245239256rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { width:20rem;height:0;top:4.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:11.25rem;top:0rem;left:7.8125005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8W7oxDsZOq6pTLNncyB7XNP1hXMpqAu { width:20rem;height:0;top:48.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UJvdRtEsSkdiZuGzfNy8WEebhvs1lLwc { width:20rem;height:0;top:52.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WqdOVRy1QvCUavc6UBoDrknTUQ9pTPeC { width:20rem;height:0;top:73rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LspoGQSzdDqzIno54xonWHSFphxB00xG { width:20rem;height:0;top:76.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a73NcEeNDVaRttGq0Enmq0xDRygfxTWG { width:20rem;height:13rem;top:82.725016593931rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcQkLUxoUIocSnrzeXUNxMcTU4g6Bt5m { width:20rem;height:12.375rem;top:97.6703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTT8l15fyLnTpCaTGZuS4SVrvZW6tVaF { width:20rem;height:13.1875rem;top:113.5008125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG6ZvGhwVuDPOhPlqNcLuF10Ud7sEatm { width:20rem;height:1.7rem;top:0.56145858764649rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RSdpeANzc8TbTvTnw55ETNwR1kF93L45 { width:20rem;height:17.3203125rem;top:2.2604160308838rem;left:0rem;font-size:1.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #WpTvPoNyetSQw7GWlpXrCkJdTwLCPHIz { width:4.5rem;height:4.5rem;top:22.25rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Vg4rCsWDzLvElQPgS7Ty1Opzeg2E27Jv { display:flex;width:2.125rem;height:2.125rem;top:23.4375rem;left:1.1875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #dJwiTxfTsSdxla3neVfZGXDvPCgR0TTd { width:14.25rem;height:5.09895625rem;top:21.949664115906rem;left:5.7491317987442rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #kihfi9vg7tTRXV1qXd1CoKpHqsaG8RCs { width:20rem;height:6.798625rem;top:28.337497234344rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EQZIOQr2DbiKqcvhvioneBHgwGZ9RrtP { width:4.5rem;height:4.5rem;top:38.6875rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #gXnH83BQLcCMK54xfizJGSU7xqAKliVl { display:flex;width:2.125rem;height:2.125rem;top:39.875rem;left:1.1875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #VVFMZEwieVKubLre7GwQBXDasLUnNK5v { width:15rem;height:5.09895625rem;top:38.387150451541rem;left:4.9991317987442rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #pdbvNDW1iATJyu1ABAhEdkSwiNkCqlLR { width:20rem;height:5.09895625rem;top:44.762496948243rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #lQo0cJlTk3xQGRxhNtDyExRce4mI6CQR { width:4.5rem;height:4.5rem;top:52.1875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #nccUsLaL6OztGfF9QElxNpBlOUfCNm8r { display:flex;width:2.125rem;height:2.125rem;top:53.375rem;left:1.1875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #Dh9t2iaBFLJzzldNJvTvnDptaTLypT6G { width:14.75rem;height:4.03645625rem;top:52.418396472931rem;left:5.2491317987442rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Wqi8J9iehTOTTcR3frCTZZkoLXiIg5OA { width:20rem;height:4.78125rem;top:58.700002670288rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #fMEKPQiGtemWFnhenVtJ4othaayCBwiz { width:20rem;height:5.25rem;top:67.849216461181rem;left:0rem;font-size:1.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #l0xMROhc7UyoTJ4mOfEbvT9Elcg0hLBZ { width:20rem;height:11.8975625rem;top:73.099216461181rem;left:0rem;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ykWefo9kQdQiXXx572hVlplqffPGeBXK { width:20rem;height:29.5rem;top:86.062507629394rem;left:0rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXUWNIH9hL4fJKuLlsfP1rqSNfDU063 { width:20rem;height:2.537325rem;top:118.93576622009rem;left:0rem;font-size:1.8125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #gpzEQCenV3T8NEkJHnk6EV3OQl88oOSs { width:20rem;height:10.1979375rem;top:122.89670372009rem;left:0rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pQqkZqbgyTSP4WzRGBdFxSOWDV0mtSDb { width:18.625rem;height:3.75rem;top:139.43359375rem;left:0.68671876192094rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Eh4NHRUfgMO7UuR4gDutPtL7D55JWBxr { display:block; }
 }@media only screen and (max-width: 763px) { #KfoU4lNJASwAOAFbRKvkMItCQ2760Sni { width:20rem;height:8.1354375rem;top:145.56168174744rem;left:0rem;font-size:1.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tzxqtDENJ46vH0i4C7xizxqOTc2E36KC { width:20rem;height:15.296875rem;top:153.69789123535rem;left:0rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #My4KooRECUIK02PcTI4SvWmcSxTis8Tn { width:18.75rem;height:2.8125rem;top:139.43359375rem;left:0.62421876192093rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #deKdHJ0PAGK0mLOTzU6iRrPfH6aRH9fM { display:block; }
 }@media only screen and (max-width: 763px) { #Oc9NPy8Hw66Po3uTZlfAOmogI8UtJMUy { width:18.75rem;height:2.8125rem;top:139.04600906372rem;left:0.625rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #D3SOMxNXvytL1bzsN9JzMIylPJN848Zz { display:block; }
 }@media only screen and (max-width: 763px) { #G0KW8seHzICsxFD2lMLQgowbVp7ft8wF { width:16.8125rem;height:2.33680625rem;top:141.85850906372rem;left:1.5937501192093rem;font-size:0.6875rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dt4On69Uk2uJoNs2syZpOTqUXe5BH3dB { width:18.625rem;height:3.75rem;top:139.48593807221rem;left:0.6875rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #C6SDNx0d10NT0zGJFcpNTy8UCeVbpdv3 { width:18.1875rem;height:3.57465rem;top:134.18750190735rem;left:0.90625rem;font-size:1.375rem;z-index:15091;color:#fbf6f8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 { display:block; }#br9OTcSX4hTlGFWTpT7J0KiPKeFpHfh3 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veX2TfgUVNzeI8ymcLEC1O1TuOTBBDBV { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pb6ixK0LfPTZGDb5TtKngVyqF3mWoTPe { width:20rem;height:0;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XWdXcNWmJiuK7lKGSv7W7r3Ef0fXUDBS { width:20rem;height:0;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fnr8A1Jevdb3em4eXz6nVOoV208pAz0k { width:20rem;height:0;top:3.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfMqG7PLr2Sxd8zX2uNEqm12Z8OH0ysr { width:20rem;height:0;top:5.44921875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qM6ZB4WH7lW1FoQbcrqrMww2HRrTQIrZ { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDtx6eThGGhiqJPE1R0TfLSbTPXuP0SO { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAqpkEBLaMryR7VzbN7qBo88uVp9l4ry { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAky8rybqiKyiJg9dH0a1gACDrQCBlEC { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7lcuc6AS71kW8x8kPnf2sKkGJRsyANa { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8Fw9NAtnVhMPHTt3vihlLheIxJhSnTT { width:20rem;height:0;top:47.071871757508rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sNrVI6mZfqZ5eKB1pzGNblUkDHkBE9Tp { width:20rem;height:0;top:39.66015625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ey8ZWdgHT5QlNUtlRTtxAn5V2hQS9OP4 { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsc38twS65oyHRLUDPZXH5TkgkE4ZmK6 { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvUfhgiqWlTf9ZEm8lqcCtd0OuWyJzTB { width:20rem;height:0;top:53.607425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CUQ53QXro3Vw1QHgdv4GH6SRypNTd6lL { width:20rem;height:0;top:43.4599625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k2cediLW0doniTyXUfDg0VOTDcDzBv4I { width:4.5rem;height:4.5rem;top:33.91015625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6bQFGuNAPBbZzxmdA3RJ5OV9vASTh91 { display:flex;width:2.125rem;height:2.125rem;top:35.09765625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUFfJ6v1f8dzU3sqr6OXQuM6L3TxJL1a { width:20rem;height:3.4rem;top:3.1874790191651rem;left:0rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #SzgoheXrAW1FAEMe9G2gmsFLsXWDCdRI { width:4.5rem;height:4.5rem;top:9.9375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mcBMXr5hvzRLIpUwp92E4O0y37rhfLLq { display:flex;width:2.125rem;height:2.125rem;top:11.125rem;left:1.1875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #H22imhaQgD8LTJ57zmZAEBoStdQTbrsu { width:15.5625rem;height:2.443575rem;top:9.6375002861025rem;left:4.4375000596046rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PUQhrEsu7NStLEebPcJ4eTL4b0LqqBdx { width:20rem;height:5.09895625rem;top:14.736697196961rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #oGh7blUNyBOhJSwqTHxGtRUmFmA00EFy { width:4.5rem;height:4.5rem;top:21.125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KplROPUgvx5bsG35ywB8vX4F2KH9193z { display:flex;width:2.125rem;height:2.125rem;top:22.3125rem;left:1.1875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #rhTkphohTM6U2Lv8JzcRJbBeByWNmmn6 { width:15.4375rem;height:4.88715rem;top:20.8125rem;left:4.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Hbw5sX8ndx5tnM9q0hRvXvsifbR2gtLT { width:20rem;height:5.09895625rem;top:25.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KfQDTkQqrkvG749F6HKkXGTTUOqf0KC9 { width:4.5rem;height:4.5rem;top:32.8125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SgHUMQrXIRb9AXMOReHBLMVgIua1VP1u { display:flex;width:2.125rem;height:2.125rem;top:34rem;left:1.1875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #UlL01AkIgyJdM8KEZpZCTpTTP9dybk2B { width:13.625rem;height:4.94791875rem;top:32.5rem;left:5.375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15026;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aF0oRgN5mcCL3Rlx5p0yE0ymM6W8nnGd { width:20rem;height:6.798625rem;top:37.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #m7TTI7pBOV51PD8BbXBBqhMTl80iK3UB { width:20rem;height:28.75rem;top:52.537500858307rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #UF3BBw3OR2HsLch6T4baDBLRKxacZ5RV { width:17.5rem;height:0;top:52.537501811981rem;left:1.2500000596046rem;font-size:1.5rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #euw3dPmoFs7Rqb7z817ZI6HGrw3g1gR2 { width:12.75rem;height:3.75rem;top:72.5625rem;left:3.6250000596046rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #CCyBk5aiDGicD95nnx1xhhRE9dI4d6AW { display:block; }
 }@media only screen and (max-width: 763px) { #kEmktxEsrskPe5f4FWTc56PNZATIppiW { width:20rem;height:28.75rem;top:52.9375rem;left:0.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #zb3k7s8k9tWgwv7o0a9gqg382rda5P3E { width:20rem;height:10.125rem;top:58.625rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #sfZWcPC4LzfoLLCgxvOMWMN4quDT9eWP { width:20rem;height:10.0625rem;top:58.656251907349rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #gbtwlZvpl94NcmPZnrtBLlz3stPUwSsW { width:17.5rem;height:0;top:67.287504196169rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #MS9d4OyXSJhWnnrFTFZxOPRTQtswWtE7 { width:19.875rem;height:0;top:60.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #apATpDWPhxTsBaXbXiZ9tkKn4oq3B6ZO { width:20rem;height:12.6875rem;top:75.8125038147rem;left:0rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #TSAw1lpCTyBl3LocoL2ipDxyCfzcxRCm { width:20rem;height:9.75rem;top:68.75000190735rem;left:0rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #OmRvqpk994xnfUKIphl02NxksbOqQUTx { width:17.5rem;height:0;top:76.866670608519rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #T1ifgmSEHaEPVulLgXtprgxUTSLmBe0g { width:17.5rem;height:0;top:69.708337783812rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #JWVsTei43HliTiQD7JvL4RcPES13NQra { width:17.5rem;height:0;top:86.412506103512rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #METIRosSpfzhXrEpId15yriduXGtnCuv { width:17.5rem;height:0;top:79.254171371463rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #k8brWSWgVEHQEgz77UFfTSJ6x88d6dTx { width:20rem;height:28.75rem;top:110.25rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #FrMKyimwCshSaou3HS63ChpaCTbpvu8k { display:block; }#FrMKyimwCshSaou3HS63ChpaCTbpvu8k > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZC8A8Wdu4SaKOeRDJxTCwrgB8Nk2f7Md { width:20rem;height:5.59895625rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlMTfRDwKeodkQN7UPPMrfBdBGDmSIu { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvh8adNWImA8sKhnbIicQJM9JnuFqRxT { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJe7XSfpe3hQm0fnQNa9suo1ycpwOiR0 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGwoyXbfkzyzPKOGfchWpipQwleBs5s0 { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ3wnkxa3cwH1RBCeOp28CX8Kboan4x3 { width:20rem;height:19.3125rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FZrNzTF1G7cGTyiQ4LZxNqhxhlprxupB { width:20rem;height:17.6875rem;top:29.625000953674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qxf2bTbFgIFTJMm4pH4cKsc01mr2NQXM { width:20rem;height:18.5rem;top:48.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HsoRNLnuXd8Gee3lvBMWr0J94G0bE8Kp { width:20rem;height:0.975rem;top:7rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkyRn0ksxy10rDGU0IcZOpzftrKWo93l { top:67.3515625rem;left:0rem;width:19.6875rem;height:2.1111125rem;z-index:15069;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R { display:block; }#VSMeCd4v8dm4cNn3XuMWrK8WvQcOMS5R > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf72TSoqp3Z3zEJcn18I7EmlQTb3Gswl { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm2bflkc3eTdpC3cMobzc0KgoIxTqP0N { width:20rem;height:0;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RRe4y4VBxzEKIfZkuI1NqTF4xf8z1Bdu { width:20rem;height:0;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mokfP2NROHTd4Ty8uk9rrcyI6NMV4E2D { width:20rem;height:0;top:3.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4QKKAKryViaQ0s5Euc92ZdzerptdCdV { width:20rem;height:0;top:5.44921875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DE8Vc4aF43bdIPopezgsdDCzVTe2lTuQ { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6PS30qXCBNv760lTOC9e4b7w8WTwhxa { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUbH0pv6gbXCpNR25h7PS4BLTObR8gHv { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRcumLlukocNnd4DDFtATZxHXC317NIU { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkysOK9ewHTE6mKVocS8gnI9m2DRGSIf { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxNvb7wNsa1UadF9EI8HG3NNbSWsXp35 { width:20rem;height:0;top:47.071871757508rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NwTEFcVG9pmglrtmfktiHFTTXODeODRR { width:20rem;height:0;top:39.66015625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CGltS2Dv96DCNVCGGXH6OBxUFTaDmTld { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5hrtRatP8L17kSNroJD5TOKwwVJHUEL { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTQHXbCBilOCMDBvFzA2GwK1h2gHMP54 { width:20rem;height:0;top:53.607425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NWe6OCPMlz2wFNsmy4FEzzcKn7QZcFQv { width:20rem;height:0;top:43.4599625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WN4TQtsvg42B5Zn3byMKuTcrV9XRrZBd { width:4.5rem;height:4.5rem;top:33.91015625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhGMZqiK7RPoeTTFTvNbDJS3EgVBMe5k { display:flex;width:2.125rem;height:2.125rem;top:35.09765625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKKN4EAgJNeBB4b37y91lzECaSCSAweJ { width:20rem;height:0;top:3.1874790191651rem;left:0rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #noN0UDeKsG2rCnGdhAiLpbOyVw3DJ5Gx { width:4.5rem;height:4.5rem;top:9.9375rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #h7FKEIUbHWVoQdDMruagfAUGhZixwZCq { display:flex;width:2.125rem;height:2.125rem;top:11.125rem;left:1.1875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #f908OrQrsTmFQxSTHLnhFxevmt37fIxL { width:15.5625rem;height:0;top:9.6375002861025rem;left:4.4375000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #giL4IAWfE6cp99cn1D7TuA8wkQb8Ighf { width:20rem;height:0;top:14.736697196961rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #wRzepIbgZSooSQGl3T4veeUA2loPrZw4 { width:4.5rem;height:4.5rem;top:25.875rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Ccy2wkQzSHo2ZvG8AoPQUWPz3DFlaS7e { display:flex;width:2.125rem;height:2.125rem;top:27.0625rem;left:1.1875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #vzeONiqIfeeTLnDCXfsG50EQpGzICIa8 { width:15.4375rem;height:0;top:25.575001239777rem;left:4.5625000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #vu9M23iRSJ8PDaQGCoxxBbcK0DJWnBVO { width:20rem;height:0;top:30.674219846726rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Midv4yrhSgLUHyaCJMfN9Ekc08ETC5Eu { width:4.5rem;height:4.5rem;top:39.6875rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #hxAN6HcolCbkovGdpTROnUBQMsa0vmG7 { display:flex;width:2.125rem;height:2.125rem;top:40.875rem;left:1.1875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #m4Qb9s4qGd0ub7IVDCowQ45MUc12ae4o { width:13.625rem;height:0;top:39.386719703674rem;left:5.4062500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #rIoRqF1DHyAy37FUEgmyS1n2wkL2TOEJ { width:20rem;height:0;top:44.485940933228rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #BvKp4Lz3kLzIL37ZzEU4Gu8bd2fc0i6S { width:17.5rem;height:6.298625rem;top:6.6757202148438E-6rem;left:1.2500000596046rem;font-size:2.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #AkAEmHNa3O41STZ2MEKLeT04b0yUAPnC { width:17.5rem;height:5.125rem;top:7.186718940735rem;left:1.2500000596046rem;font-size:2.5625rem;z-index:15042;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MmpZs8VQpQRyVSSG9NnaSRUColH4dUKr { width:12.75rem;height:3.75rem;top:72.5625rem;left:3.6250000596046rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #AdZd0LJKTlMZNceMT4bql4xIH5mr1wMe { display:block; }
 }@media only screen and (max-width: 763px) { #J6I8CslViBoMG2Cg3eExEMOlC9VX7FLp { width:20rem;height:;top:15.312500476837rem;left:0rem;font-size:1.75rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2xNLCpFSLQglEifonmVCMzqORliQdvO { width:20rem;height:22.3125rem;top:2.25rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aP7TL0kxDkXmBB6O5CPzl5n1o8g13tc2 { width:20rem;height:5.73698125rem;top:24.187520027161rem;left:0rem;font-size:1.125rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe { display:block; }#aFa6TBHhXrosLL2rKcu2G8hPSkmv0EEe > .row .container { width:20rem;height:103.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuAL7LU53vkUQszeVx4po3eGTMWOKDlM { width:20rem;height:0;top:6.3496125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9HFWfHn6yg6lCcb9Qcu429vAT6b3cVz { width:20rem;height:0;top:13.199225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTxyw3GALFCu11D2TMAI3zIHA1G1kywS { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuuTGEc9FuLfa7GK0q7zZUUv3eXRNsfA { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Au0mupweuhV8cduwFqER7yF6GmM0lfTx { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCu3xbDiZUlSTP9Cdkb0G197sJ2HdFlI { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROqZl1UkUuEAqmTX4D66v1Sf0AybwTXS { width:20rem;height:0;top:83.2273125rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GK2xrFHmtUMZRt0WSrkDdxxITDU7SF18 { width:20rem;height:0;top:63.8273125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOTG6afPHTaNp86AqiUJ6qOd0HJRnTAo { width:20rem;height:0;top:73.4773125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgeB4VFpRoz3TM2RTuMFR7OKiXwJbuWm { width:20rem;height:0;top:92.6148125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5xSmiHzPKTL4E987uTBNAiExpt3TUyw { width:20rem;height:29.5rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8ATAvsPTN6kWEqhVg1XJ9HFyqGOSLbV { width:20rem;height:6.2995rem;top:0.5rem;left:0rem;font-size:1.75rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJiDkiX00u5S4LBMTQdStEZaxCtJwObk { width:20rem;height:5.73698125rem;top:7.3125rem;left:0rem;font-size:1.125rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5HWNBI0pd0UCu1Z2hHCWha7UTNaOeCz { width:20rem;height:4.19965rem;top:13.75rem;left:0rem;font-size:1.75rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cldRiS7nQo1rigMRPbO5rSzQ1DFp1XiE { width:20rem;height:3.39930625rem;top:17.947902679443rem;left:0rem;font-size:1rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xX3r4vqTIbNVfVLe2fwnv4kiDwrMHvNa { width:20rem;height:6.2995rem;top:22.829840660095rem;left:0rem;font-size:1.75rem;z-index:15038;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GcDsClM4LcmwwOs7XMhXkElXzTP1pR8A { width:20rem;height:5.73698125rem;top:29.128471374512rem;left:0rem;font-size:1.125rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chmB4dMyMLcueqy3hlc2M3dfQ41g39ca { width:20rem;height:0;top:47.075000762939rem;left:0rem;font-size:2.625rem;z-index:15027;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #czPERDgLEkFIBzhNW7qeeOx4xUgsk5cE { width:20rem;height:16.35675rem;top:39.000054836273rem;left:0rem;font-size:0.875rem;z-index:15028;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sP3VyZ4fQ5IZ5T24nsApFJA77BTZOrNC { width:20rem;height:29.5rem;top:74.3125rem;left:0rem;z-index:15074;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SqZo3XseMNXkauhqTr7qfUpufENyKxD3 { width:5.5625rem;height:5.5625rem;top:95.0625rem;left:0rem;z-index:15075;background-color:#f10d2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IJXTTuoZA9oLWuwA3aaIKgiRvdN1SaTS { width:5.5625rem;height:2.25rem;top:96.248291015625rem;left:0rem;font-size:0.9375rem;z-index:15079;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNnBZ3KJyyArA9ofvaU5z2lIRWJziFOK { width:5.5rem;height:1.19965rem;top:97.2439289093rem;left:0rem;font-size:1rem;z-index:15080;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfXhvhHPJ0mtbNpyCszg026MHhqlhnNt { width:18.75rem;height:2.8125rem;top:126.36640167236rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DENTSxZbBk4GpHze7bdab06PPl2MCzb6 { display:block; }
 }@media only screen and (max-width: 763px) { #FVyeRnMMVgoHk0RHK5rdBWMHd2F8DxIx { width:16.4375rem;height:0;top:115.55390739441rem;left:1.7812500596046rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfJAtb4f68qo12vk8A9FdTA7fhheBXGR { width:18.5625rem;height:0;top:102.86640644074rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #usEBarWHoyXh39XJTTqME5T9Lzc0RuoJ { top:57.158853530884rem;left:0rem;width:20rem;height:14.29425rem;z-index:15099;color:#f8f5f5;display:block; }
 }@media only screen and (max-width: 763px) { #aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 { display:block; }#aSSVB35DLGcvgMU3kyNsLctW9hlrzgT7 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbcyXflvLxgOWB19zaGlUBuy7fH8OUsi { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDMna55OREH2UnUoERkPPTetrtGzSPiy { width:20rem;height:0;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KBSI5Mz0EtWSdpL3IiuqGCW5KiTUEHzn { width:20rem;height:0;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rGUkDI5osApPSDTvKuXwPcJfDLvms4ag { width:20rem;height:0;top:3.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUmITmmuHbhhWECzJtWCcLDesaSaZ33l { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe0z8XXMlDMWPemvFwVfkAasLStlAJF { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOFxUQ4kfdUTPTu1UetD7deUXiH6kcW { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvFAMTdUfp0tUEssoddO0Oxc7s7T8nLV { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6iwCg9lBthFPeaRlyLRDBmMJpOTTr1A { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH6p6GBd02KINdGWaDAf7Ja5UTeZ1xgU { width:20rem;height:0;top:47.25976875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XVBslS25wflHMQUTGqVIo5WfSUVzF8bv { width:20rem;height:0;top:39.66015625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kaqoezlRDWOXSr0uXOn3krPvJGzEih9c { width:4.5rem;height:4.5rem;top:28.16015625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpxvUNN1NrDr3B6DIuoEmXB1B6drnyNX { display:flex;width:2.125rem;height:2.125rem;top:29.34765625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTOvAeUr1UTpns6UTlMm1NHJ0c5F7EdK { width:20rem;height:0;top:53.607425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZEAzKgypeA0lyqXMepgrCBTuLvB4Kixe { width:20rem;height:0;top:43.4599625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X9d7CLCCu8LAGBruDiAg6nofqMWOAF04 { width:4.5rem;height:4.5rem;top:33.91015625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6MbTSE5XdAq8B8CiTGOzIZBPQEprOWp { display:flex;width:2.125rem;height:2.125rem;top:35.09765625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTDKEw3uWkoKsiF4reFvxM9E8L4qTldl { width:18.625rem;height:8.25rem;top:0rem;left:0.68671876192094rem;z-index:15004;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWGTXM4Nma1zL1ZoZFnA7JIEOCPB8Sd5 { display:block; }
 }@media only screen and (max-width: 763px) { #iizMin9SgdF89VfzOGMs5DhDJ3WKZAqR { width:18.75rem;height:2.8125rem;top:5.4874992370606rem;left:0.62421876192093rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #eLBIzonkwQ8OZtaddodhmS293CCBPi61 { display:block; }
 }@media only screen and (max-width: 763px) { #upfHUca3k6H3C34Lnvr9pGLDU3wmaTwc { width:18.75rem;height:2.8125rem;top:4.21875rem;left:0.62421876192093rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #qDb2hg5S21QqfCZwE26l2vzD4DMfVtcZ { display:block; }
 }@media only screen and (max-width: 763px) { #WnNHMlGlHTDa830fL4BV8IFlJbMZ4XFW { width:18.75rem;height:2.8125rem;top:0rem;left:0.62421876192093rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #PlWVA2oLH4OS5qWK0bmvXTKgv343UAf9 { display:block; }
 }@media only screen and (max-width: 763px) { #x4D7KACoxHz1HSZwWxOGiVuhgdJ8Azba { width:18.75rem;height:2.8125rem;top:2.71875rem;left:0.62421876192093rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ymOmVVT1iidWtIyBS5WmNNoDWKHRoSVo { display:block; }
 }@media only screen and (max-width: 763px) { #x9dTdeChCEUPoHHmRtt01mrH0iKwRUu1 { width:18.75rem;height:2.8125rem;top:5.4874973297119rem;left:0.62421876192093rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #DLxSkxrDzd2mtQVdZIrug5MR2y8SJPF9 { display:block; }
 }@media only screen and (max-width: 763px) { #a3i9rRPtWwBkp16RrspkRmOWIscugtkU { width:16.75rem;height:2.33680625rem;top:8.25rem;left:1.6250000596046rem;font-size:0.6875rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT4fx63HQIi5267i19o9DSuO2mKudz9w { width:18.625rem;height:8.1875rem;top:0rem;left:0.68671876192094rem;z-index:15091;display:none; }
 }@media only screen and (max-width: 763px) { #FIoQlr0FEqdANeL3OBzzDK0fm1UyZWS3 { width:18.375rem;height:3.7361125rem;top:1.3125rem;left:0.81250005960463rem;font-size:1.4375rem;z-index:15092;color:#fdfcfa;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx { display:block; }#Q68Sx99xyUtDzal4TTnDtDNp39vTCIMx > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTUqLk9kawWAyZDTOLI9zKru2lBK9kR2 { width:20rem;height:2.01215rem;top:2.6702880859375E-5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWo1Wy4cJlvS264P4MbAWCLARt5rdTm7 { width:20rem;height:13.59725rem;top:3.2569446563721rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DseTpiiseuwUoXuF932cgbydwPVMyTt3 { width:20rem;height:0.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC .accordion-desc-text { font-size:0.875rem;height:auto; }
#av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC { display:flex;height:auto;width:20rem;top:17.3rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #av7dyTC8Khk0BVF4Fdz6uwzZEqrxlHIC #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X .accordion-desc-text { font-size:0.875rem;height:auto; }
#DSufME9AkM2eGVb8R6dAqeslJ74AZ68X { display:flex;height:auto;width:20rem;top:55.687484741211rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #WMhSSQqpSMXlbCQ9qT07637zAoT61o1x {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #fXX4Wfpoq3oTV08HRuXZ8y2dywGfyWCP {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #hh1dbTqg0tMTgxNWWWedePJ5K9cnE4nX {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #ZWLIkRBnvSCcloXRbwtvkBucIcNUXG6Z {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #GRrQNQ4mqU7TB2UnUT2cFiKQUvCeZIPT {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #AHo2qhktJEsZJR0m3wgh2MeZ2E9d7duS {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #pKoT8N9371KUPTvliEr9x708sG22hFOy {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #vOWh5SBKx7quRJtDUrW6wcMKR2o0QdtQ {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #UTNJ6GfEN1rNwa3aCXUTuuRbNZX6zte6 {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #NvuKxS3t7OlKtAyL3TGKS4wQmQOHZ6hx {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #txsSF895Q5BACfExPvKPVgtzC08XPzqs {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #daHoXIVi9FBJDAv3WTeC5P7AXZGpoEXv {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #DOWN9QxT54QBTSwaRcqSO3tQoH3ae1X5 {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #nDrJOrHXfFfPaTR6chC4kUMkJiB1QSN9 {  }
 }@media only screen and (max-width: 763px) { #DSufME9AkM2eGVb8R6dAqeslJ74AZ68X #XbpPG65yRlwspkylOIp1pKzkkg2MdLoT {  }
 }@media only screen and (max-width: 763px) { #q7tEqO21ZIokVRlTfqGNstxWnLFnEwHI { width:18.75rem;height:2.8125rem;top:91.375rem;left:0.625rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #GTm8mqWsTR72TmEM1cZHz7JzZ0unZNCs { display:block; }
 }@media only screen and (max-width: 763px) { #PHVTWnAAgNwSEz8zUQ2DIFWJ00wlwoPT { width:18.75rem;height:2.8125rem;top:78.1875rem;left:0.625rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #bXp96OFCoeZCi7E8Ta0ZEMbKT31I7NKs { display:block; }
 }@media only screen and (max-width: 763px) { #PELWOe98toQmn3OommmdTTwXuakyZ4ch { width:18.75rem;height:2.8125rem;top:80.25rem;left:0.625rem;z-index:15094;display:none; }
 }@media only screen and (max-width: 763px) { #ewRVtJVCcJIT7BZtaATufNmalc6Vhkz2 { display:block; }
 }@media only screen and (max-width: 763px) { #fT0kEhKJfxo7snpVAaOC5Z8dwu0sJLXD { width:18.625rem;height:5.4375rem;top:77.5625rem;left:0.68671876192094rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #qAP1PQgxcv57iORmfHCmIL0CO8RwokT6 { width:18.375rem;height:0;top:77.681249618531rem;left:0.81171876192094rem;font-size:2.0625rem;z-index:15093;display:none; }
 }@media only screen and (max-width: 763px) { #UdCDTqL7qhFNfvLWtngbqp1RBNQzsMeR { width:18.375rem;height:4.22395625rem;top:84.125rem;left:0.8125rem;font-size:1.625rem;z-index:15098;text-align:center;text-align-last:center;color:#fffdfa;display:block; }
 }@media only screen and (max-width: 763px) { #U6855dOp6EAfvQ2VOnHu8yU8RtRxo8Bl { width:18.75rem;height:2.8125rem;top:80.3125rem;left:0.62421876192093rem;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #mbmHzF1S2hWs1bwrw7dySxdOxzh0aJgt { display:block; }
 }@media only screen and (max-width: 763px) { #R49dPP4fyZh6ledqxTLIkJN5VtWb3uZX { width:16.4375rem;height:2.33680625rem;top:94.125rem;left:1.8125rem;font-size:0.6875rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5WB7OiZBThT0FHzTV8QqIIXTMI3ELWD { width:17.125rem;height:5.19791875rem;top:96.4375rem;left:1.4375rem;font-size:1rem;z-index:15094;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPhD4UT0ZSQJ0RDxfAzf7oSEuC9xJxwK { top:88.3125rem;left:3.75rem;width:12.5rem;height:2.59895625rem;z-index:15100;color:#fff8fa;display:block; }
 }@media only screen and (max-width: 763px) { #okxQTultm0lv634XJazndcacENl9891p { display:block; }#okxQTultm0lv634XJazndcacENl9891p > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFZzLcMOgdKE4cHT7p9VnWoWMxxwVLhK { width:9.375rem;height:2.75rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWhsCZMUHGGm7XZxTUd1Ni9zQthkWpZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #oZMEUTlLxikAIUcbVPDoU0BlCD0MIAPo { width:9.375rem;height:2.75rem;top:2.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DayWlmcuCXmgriUgbeOl5F9oI1GDEVRy { display:block; }
 }@media only screen and (max-width: 763px) { #BfuXzQ18s29oE9gIXqzeSKqiy4SleMyp { width:9.375rem;height:2.75rem;top:4rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIpdT4q31QLTTH2B8orgOiR6kPitQrSc { display:block; }
 }@media only screen and (max-width: 763px) { #l64oxVw7SBy1lnvphTfItTXWvo4uBQp0 { width:18.6875rem;height:8.25rem;top:0rem;left:0.62421876192093rem;z-index:15096;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #de7fTh84gTxC8RHGIuCcMAyfI8d5HaDx { display:block; }
 }@media only screen and (max-width: 763px) { #aV2gPfy3Vxff84ACboT1f2mrNvdDzwCa { width:20rem;height:28.75rem;top:6.9250030517575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 { display:block; }#hqaGxD5vUK34avZVNU2UyZbLJEXBVkB6 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtsKFFHstZLC4qrc8aUfldZoJrtMd5lO { width:17.5rem;height:0;top:8.75rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #WbanPdmTtTOimfptU42tgPkS5Zbastcd { width:17.5rem;height:0;top:18.8125rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #eFOpWCxI1NuSedbpySaHc3u3Tw9t06TB { width:12.75rem;height:3.75rem;top:26rem;left:3.625rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #ZXtNXPtwbk4gVKVVTWxncc7cJdTtciVn { display:block; }
 }@media only screen and (max-width: 763px) { #PAhhPgDgq8Pf6b5fvpTaDQyTnyZh4Xc8 { width:20rem;height:0;top:35.625rem;left:0rem;font-size:1.75rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #a3gnaB4c6tnoTJ6bcIefwtSMsUyPcLEx { width:20rem;height:0;top:45.275rem;left:0rem;font-size:1.125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #aSuPv9ZhM0qfXgw3ZU7HLz6JSNLVAXxE { width:20rem;height:0;top:50.35rem;left:0rem;font-size:1.75rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #QynKugGTA74O1b1Hcyg3T7c1AtioHl0s { width:20rem;height:0;top:71.875rem;left:0rem;font-size:1.75rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #wAuhXWB3JXDhLr7isuJ94Iahywq8Sc9r { width:20rem;height:0;top:79.425rem;left:0rem;font-size:1.75rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #ayUZCb8IG5isu8O1rKDySdfi0iyrbvO0 { width:20rem;height:0;top:57.9rem;left:0rem;font-size:1.125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #RTm0gHbm40eiZo2pnH4emylEMr0vR7AN { width:20rem;height:0;top:64.8875rem;left:0rem;font-size:1.125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #opgSp9EGPnslNevdb67cN51h4TEEBU3x { width:20rem;height:0;top:86.975rem;left:0rem;font-size:1.125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm { display:none; }#JBPT0y1mA18AhXwTZbaNuDkrnR7ZHzUm > .row .container { width:20rem;height:87.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8l2TeTxnsyn3pwQThx46tuxyssDuQHV { width:20rem;height:5.6rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGy7UKpKS9RuNMZfKOkLARg9llT45sps { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XnFA2NGcz8LXTSF8tIDvFU8xmxq5dZ { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGUHRimNsmQUTGxq4sBiBWENP8X078Wo { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUALX0M8iyTbv0SFnuAZ0aURds99XIsE { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzzpBH0VKuvmRqTZJetWTcBTkf4tgl2O { width:17.9375rem;height:16.5625rem;top:13.548974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkZl2epOIPS65lAz5TRP61Uf0FNFWDGh { width:19.125rem;height:16.9375rem;top:31.389599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1sfVnHm2WyVo50xKrnty2f6GkXBpi9 { width:17.5rem;height:16.9375rem;top:49.616162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdG5rWuHlwlZoRm4o45R9BNLHCMzFqd { width:20rem;height:0;top:11.048974609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0HuhS0M77ILaPuuiAkUziPQzTTUmy4Q { width:18.375rem;height:15.5rem;top:67.824724609375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNO4H3WsX45gRdSFspBUBlx5k6huF4Hz { width:20rem;height:0;top:84.574724609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfSGBrsaK90ycF4TFV5ghIW7fpzputV { display:none; }#KgfSGBrsaK90ycF4TFV5ghIW7fpzputV > .row .container { width:20rem;height:108.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qSlgZnkv3ebXh8h9PU4zzilBytLNZOTO { width:20rem;height:0;top:3.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #exQbV0SmJeNiR2upV7RPAkNE8HFkeDaV { width:20rem;height:10rem;top:38.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yMzU5FpIG8hmxfVGkTyifwfxpiKKGwdt { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhss3mcMMqhmnf1uIWXuCzx2GDwqXnzM { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8f6a7KKTXBeuWWXGftf0pOrxQwoougX { width:0.5625rem;height:28.3125rem;top:39.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkCEw2IHsbx6eec2xZlT0pl0Ga8UQThw { width:11.125rem;height:28.3125rem;top:42.437502980233rem;left:8.8750005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruxJQGKOk90sLowADvbP9G4XqNzIQ4TF { width:16.25rem;height:0;top:52.6875rem;left:1.8750000596046rem;font-size:0.75rem;z-index:15075;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ue6tDaBckWq7pPzscGylPTwTpgvrba6a { width:8.6875rem;height:8.6875rem;top:54.375rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTfrGKTpkhttDov7TwSRizkmIxhAR0pZ { width:7.5rem;height:0;top:58.5rem;left:11.8125rem;font-size:1.5rem;z-index:15079;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P0SPTMowNibpMDouLgSeSrSPOlfLr3kT { width:7.5rem;height:0;top:57.125rem;left:11.875rem;font-size:1.125rem;z-index:15078;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gBL2r2HuVg9S77c8IXtXKTTSmpKyVgl4 { width:20rem;height:0;top:13.875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uMgzd0KGyOOnmrsNPOvqAo1vfC2i9A6U { width:17.3125rem;height:25.5rem;top:78.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnZUIORdi4OaTQIWlB0ZlxqHbV0QEkhQ { top:0rem;left:0rem;width:20rem;height:30rem;z-index:15080;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #J43Q5mGCupZePReO9F8tv1P08QerJzLl { width:20rem;height:2.3375rem;top:84.9375038147rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLXk9wzQv0OO7I6OkwFpHO0aF5bTbg3W { width:20rem;height:7.8rem;top:87.946874618531rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1EfvOxLx2FX39mcRoVe6tqcVtFxM9e0 { width:18.75rem;height:2.8125rem;top:32rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2msKUP1Wp2VfsMF62wVIgTKV7oNO0IP { display:block; }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 .accordion-desc-text { font-size:0.875rem;height:auto; }
#Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 { display:flex;height:auto;width:20rem;top:35.750038146972rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #AfxfiH4GkACD1VTNsxwL8LQk5JBrkaVt {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #XsEnhtOv9NNO94K7EVu4bm0bwiST59PK {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #G79TCgyfR6gZMG8A7XSA1CP2eCpKK0zz {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #JKHMbdgyJSUkvgLhlgUWDgNEfKE2aSLK {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #cvh2ubwbO453weBTuMBiiuITPEcy7sfZ {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #MwLHf8rWeQC6Si9PV2FLQhW1axWXrZLP {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #RN8T1NCDe5BowKxZRt9vkeGPK0AGMPxa {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #ZaHD6KgAndMwffqaw8gJAaysURBdMAkk {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #J9EJnWNxrT2Xg0drBq4sZxwTxKPVm4K3 {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #vqtLy89FBZlrknhfSWaNp2CcxqoNWPna {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #pWrwPAuGhgpzCC6TeQleqLr81sRT6uqM {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #fbDobUC7ptTcFZhZVS0m4wBF36PvcifJ {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #MZhmvhiaWz56O9PNXvXnchMRFSqRNuhP {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #RQow5GgfgTaMsAV35cfIArwCWSeV3tTa {  }
 }@media only screen and (max-width: 763px) { #Kvetvgzaf6npLuxOt8iT7gB93T4yQzJ0 #nTx2EaClZTXDsdLpePQq4E12N218sffQ {  }
 }@media only screen and (max-width: 763px) { #aSzVwmqQlNtlfp2lmn7nJ6t5t2qiUtCm { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98icvpzO0HtNEkN1mWTR3LxDNQwJE0H { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDedgkbsp3PC4BNWa3T5L9l7eOfZoEKi { width:20rem;height:0;top:96.996399414062rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:20rem;height:134.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { width:20rem;height:11.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { width:20rem;height:10.2rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC .accordion-desc-text { font-size:0.875rem;height:auto; }
#AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC { display:flex;height:auto;width:20rem;top:47.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #NQNbI31EGRnh2u8A7890E9C85FiG8ipC {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #whDU1T2iBBdtXq7n1OEyQ2nSZ6iWw74i {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #G6e6QHWltSsrfOZzunZTI3aD7vfwq4FG {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #xcvXuC81g3ePM8o0U2i1XvKZTCZ4rI2A {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Ag0s8UBXTgvtaudOCKK4w981VIIyGPpB {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #k15Q7JgaBuZQGFEuhMDoEuw7RQZs5VJB {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #HVABowz9mBP0SDmwEErkX3mBge5PhN4K {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #xUo5SiT6T7GfUVkP5szLJWBUSVbamnXu {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #yHfk6KT9iXMaqGvwLZRTkZbKFkVVor1v {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Qh4tJgEQaQ2UJChBMM9w0b3WwTwMGLXN {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Igxkxem8morBfFBu47orguSKo3g2EbHr {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #o9zfe6DAOmlLWgRk6xlQhlObTSh9y646 {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #Qd1HpJnob4TBHD2fV6Wi04a4dfg10KAt {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #rXtrmuT3HdxQDpb4VSCx2vCNrW9D93zm {  }
 }@media only screen and (max-width: 763px) { #AKvv5tUPVd7TPMo83GUTa6DqCugTSWIC #RtSdiFmJhzNnegltuIU525l5snP6ZnQx {  }
 }@media only screen and (max-width: 763px) { #WCTiEAAW4DP2DhZoKUhXp7Ncuyr4kUCC { width:20rem;height:2.3375rem;top:81.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htn13g5p5XnUz6Hp0T2KSfu8nzedgv3V { width:15rem;height:7.8rem;top:99.946874618531rem;left:4.7625007629394rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIZSx6w5XUQV3SnkWQZM2hklqCy7pagm { width:18.75rem;height:2.8125rem;top:101.97499847412rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLv9yDvogXIzgxAO8HM4ie2J0KgltiUh { display:block; }
 }@media only screen and (max-width: 763px) { #DdgTcUTCrk2M1qSyMPvxk5ZA0c4plIx2 { width:17.125rem;height:5.2rem;top:108.99689941406rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2rFgWrI2e1E5NVh0DBae9ElsIL1u5lT { width:14.75rem;height:0;top:115.44654941406rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 { display:none; }#XUGNGMTTyT8TvJMJATfFpuiQFGFSW788 > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U2c3R3pGOSgZkZgrepcwHv1kUu1sefTO { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTW7xqlR9mx6bEqEJDZkVvaDS29DFHXz { display:block; }
 }@media only screen and (max-width: 763px) { #bZyD5n57ZwCZsrp8HJ9vRkQvzWI2NwXf { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bStwRK3ryrhl1lyLKWFRiUOso7dT9q { display:block; }
 }@media only screen and (max-width: 763px) { #fnX9LHdeMCW62goAosF03y2uGMzV6Isp { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobQZTt1Rzug3kOcXuBT0u7vgwIVbV4H { display:block; }
 }