.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,224,224;--color-primary-1:163,163,163;--color-primary-2:102,102,102;--color-primary-3:61,61,61;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:204,204,204;--color-tertiary-2:170,170,170;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d62cc06f-71f2-4276-bbfd-da775a45882b/BGLarge2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;overflow:visible;position:relative;display:block; }#l1o5C4kqtWAO4If6T6VI8yRaQNSGgbeu { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:29.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4m41yM04hK0dLXafObBugHIhdlL1VKb { color:#cda43a;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:34.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TsuWzLXaiJG2zQr9cMHwCH7JKkMMClrE { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.0625rem;left:31.75rem;height:5.5240875rem;text-align:center;text-align-last:center;display:block; }
#yGzThG2HzffzUlLIMQmc4deICpIi06Eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container { background-color: transparent; background-image: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container > .video-iframe-container { display: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row > .video-iframe-container { display: none; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .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); }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container { border-width: 0; border-radius: 0; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGzThG2HzffzUlLIMQmc4deICpIi06Eu > .row .container { font-size:0.875rem;font-family:arial;height:372.1875rem;width:75rem;position:relative;display:block; }#ytKctNaLRKlJ6e2ID6y3ZpHlVOssQFWz { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:21.75rem;left:3.75rem;display:block; }
#oB4qiBgVcdqoLwJBeI3J88ULyJC4QcKu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:3.75rem;left:3.75rem;display:block; }
#JW3BRuXGu2d0o92QOuP8zQ22WIgFtUvk { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.25rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywhnLdWyr55VFQvC4VR6B9gfpogfchA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.1875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AneWunxHdK72ATQyTEnC6R61cihLGuKd { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.8125rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awtcuGwuXA5m5BM7eDv6yDyx0XnEzA8I { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.1875rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToIhs2DTcRn90stvgBWvqqR6xMS5mc3y { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.1875rem;left:21rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OHPF2y66FLrvxKJydm2GXKQlXcwodMxc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.25rem;left:26.84375rem; }
#Qg6DPNgq3msTlbUtmTzN8KLb88fDKire { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:21.75rem;left:39.125rem;display:block; }
#rAmpIPnMiCzGTOoyahMdV0741m5wu8oM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35.1875rem;left:56.375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Fh5MqKsMcmE6546nOfvzwTAt4UyTrvAT { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.8125rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wonJBWWhOHfi9WC6F5NFnSHXJFHBP4RJ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.1875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIdcqVR5bn0TSDwJVUt9icKShUnuF8EW { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.25rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR9wEc1pwpgUcF4UnHwKZzqV0ENvf0eX { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:35.25rem;left:56.78125rem; }
#NQ9vqzzR7xO8mDm6CfRGhXbgb6B4i1eV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:3.75rem;left:39.125rem;display:block; }
#F4esbWm5wZivKU5Er8sCnoR6I0Fqf6de { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.1875rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aNb7K6RTfhwOpuHxIKM98Aw2UrEHfxzG { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:58.5rem;left:3.75rem;display:block; }
#TmnbJsika6BZgwAeISAmIOoaXCRGJgJt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:71.9375rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSefgdTkMKyyAyliDW8Kybxbu5v3eHiR { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:64.5625rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekvcGdSkTm8nVcI5HqqXRy8oEqgc4nWM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:71.9375rem;left:21rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#L9128T5UTUnvOfBti7ZHBgSGmQhHquOE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:61.9375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eahIRDyAPo6HOuPnQvF9XX04KIvlINM6 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:60rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCnKfRbWDtMN53pLJAT2Nk2LOePp7IoK { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:72rem;left:25.4375rem; }
#QsiTLmeruakw0NRDNMiSV7Cue2Zlo5gD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:40.5rem;left:3.75rem;display:block; }
#metKMKDoFo4vwFDBE58EXDMqsSqDItTP { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:58.5rem;left:39.125rem;display:block; }
#fNHoDJCLn0M4VMXT0Je1F565sz6MDUyw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:40.5rem;left:39.125rem;display:block; }
#ne80FqqGS5UuniZx8B83e4HsQqpMxkXu { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:64.5625rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3g54TtPB6kF47JTZsWPyIUHVnDZkqEi { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:61.9375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vz1C3nO4n4Zkqhoc26G3z52E8UVa2ZV6 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:60rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnwQOauFr61TKTlztWEwL9wwffk24Gbw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:71.9375rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dgfftlPd37RtDlDCqoLcFiGTkz9uxysf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:71.9375rem;left:56.375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vNaH7VEQlxEwvNHSpvGIA7zNgKCHLGcA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:72rem;left:59.6875rem; }
#ifQsJClbKs5k4rQHTdIEkGH8Kng7TBZI { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:95.25rem;left:3.75rem;display:block; }
#XdrDJLcC1TAzcEWelkIqmn2cISdeO64s { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:108.6875rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pLn6459ORenWKTiSTa3AXM57QaTlXH1z { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:101.9375rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ILQAcigq65LdSVUzkvO7QFxHRh6fL1zq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:108.6875rem;left:21rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#t6s5bR9eLl0XkwTKSoAZ5cQZ7gtq3LNp { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:108.75rem;left:23.8125rem; }
#C5MmNzavC0VT2Sqa7xDxbG8cWX6elFr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:98.6875rem;left:4.9375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTWV9kfTnfR0IiktwAHwZpiUpLCVVUlV { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:96.75rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u5flxOmp4Mp9iIPMXWlzRN4AIVAxfOHE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:77.25rem;left:3.75rem;display:block; }
#lO7xhH0LIzmQVHAg0dJwG9EGsnPtZ4Ev { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:95.25rem;left:39.125rem;display:block; }
#RZql8gN1ElkyRZJRFX7tyWSf0LITxnnk { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:77.25rem;left:39.125rem;display:block; }
#QzuAXhoFtRTJk5NdMazW0KJLKWOl0aN3 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:101.3125rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1MNvlGLOPLBsdvxvBkvFBJJqS0TXUnP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:98.6875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUErRTmD8CvuzM3xT9RBJJSCu0Jf3WdW { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:96.75rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEIkNHnpQHO2BouOlQoTJspcp4H4fAtm { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:108.6875rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#InzaSie9gtVZCEtz32FiG8ABlA5DvnbT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:108.6875rem;left:56.3125rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rRCABN2TWzTt8CAUM2vF0nyQEuUSAcWE { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:108.75rem;left:58.25rem; }
#dSbUmXuAoyqt7qiEQhkXpCNZMcQWcL1N { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:132rem;left:3.75rem;display:block; }
#KkfkfXnObKiOuly8bSTGdVKqiJd9cPUC { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:145.4375rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oWluh5gzDETCK6x8V0uIywhmuEsD2iTN { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:138.0625rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPzvvy6sFHedgfIasW7MSTw3VFiA9pyl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:145.4375rem;left:21rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hQoCwX2siNzyDdH2pPTsQvNNyLTH1aXC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:135.4375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQaTwl1wXrx5JEnZNzewQw5T1uTPx0hT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:145.5rem;left:26.875rem; }
#T7nyErAGSSkwmTCk8GPv1Tqu5JBN1sE0 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:133.5rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9qlguKcVvLdCG01wXTMlQ4nfTTRRAQ1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:114rem;left:3.75rem;display:block; }
#nr08WZQx35hqFIk34vwK2bzNkBJqg4ms { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:132rem;left:39.125rem;display:block; }
#X7ukVNflrgCASpdvCbBz4Ke9ULPppxDn { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:138.0625rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDq2TGc6RnwCvOTlNnUWWuNbfHf3b2iV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:135.4375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlsWEgC3GCb6Oireer1BU1NdFyJMegwq { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:133.5rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdqJJlxTwhI8yIEo2Wg8HPeZyHVTW6gK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:145.4375rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ypHrW1qNKJyZy5JGEaI0znxyqCfsViFv { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:145.4375rem;left:56.375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZBMagr5aHhG8ynb1rg7pDE9p7JXxZfTi { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:145.5rem;left:60.875rem; }
#KAW0VxyysHV2ENCvQ1RiGdlz6VkBeXvL { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:168.75rem;left:3.75rem;display:block; }
#I8kaqwznQMWIOHXIphVJtnam9cVsLvTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:182.1875rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NAR6NqrBTrIBI1VibVCbGFoz5iRX0kRo { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:174.8125rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UD3nLfAgbEmE6ApNLJQdAdEy5nS8ImQ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:182.1875rem;left:21rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EfWia9PhPWZiE5TLcuND0TZD7ZodIUld { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:182.25rem;left:21.5625rem; }
#nyyWuAKRsfTAKGqZKizmwul0ouNiWvsg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:172.1875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsO6T7PdTQ5pvySOImEdv8pTeTaPEBbt { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:170.25rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWkcCebE1cAZWQw6zFfXOX5n9fuFg7Hb { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:168.75rem;left:39.125rem;display:block; }
#t0sJTrae4w3m0IpAdDQyRKMOCc48MAly { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:174.8125rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xv5lKr5LwEnz5QW7mllK5Gm6JtIrZ0A7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:172.1875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTmlwuFgiHUpLBl2wsrSbyp88RFB06Zm { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:170.25rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQMfFFcp3Z9iNsRCshzdTtwNyWmsrBqp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:182.1875rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TrrHXLZ7W0CizbSVqzDeUz0i7Q0ctmH8 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:150.75rem;left:3.75rem;display:block; }
#dNKyCo6WQi3kieWGPMPx0xpWDVgkoEJW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:182.1875rem;left:54.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#q82T8m6klzBWs6DOvdkJtFHrBAg7M5XB { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:182.25rem;left:54.125rem; }
#wVKX7af1CRShRXO3JOGrCXnhbySkR8Ip { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:205.5rem;left:3.75rem;display:block; }
#OdKzTpHSCeBDCEpCJF4sMLP3r22VzBUI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:218.9375rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PhHH4Ix1HvGbX8OKrSOyCoFFNdtrCofo { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:211.5625rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMdq4vxNEPpV2GfSQy8hbscnNyTfBxqd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:218.9375rem;left:19.4375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KsG7OPB86cNn8nl8SgR51sFaIT8emVpK { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:219rem;left:18.75rem; }
#llr5JZ8sZz4lqH8lGKSD6uN0inGRnBlm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:208.9375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFdhncBRMmOeslTTnwSXexouBXD4o5He { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:207rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4KdgV9dlHlNNiNPohpxadATlcQlrDPC { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:187.5rem;left:3.75rem;display:block; }
#axiah3DlXCrEmIuOr8wIcmyawLdDGuTp { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:205.5rem;left:39.125rem;display:block; }
#gQyLiLf4Ta8KGpvp6kLEAWWkUTqHThNk { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:187.5rem;left:39.125rem;display:block; }
#sz1N63QMilCzHX9Whn4MlOFAy9Tin7Kr { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:211.5625rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gM2GoJsCQ4BuAo3XwkTgn1XUdQU9pKtX { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:208.9375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eqpf0eF71tcSyw7yQLBwUHhFKHdB465k { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:207rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tzd7cQGqAfrmaIdgTZhiUmv6fbl1rwFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:218.9375rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NzvIO3bdIXQSRIFkDTRBJoVLlLJSE9gx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:218.9375rem;left:54.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O54nTeFr2XyCFPPb5fp929GNVwPeC0sW { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:219rem;left:63.1875rem; }
#y6swv3tT7rwSquce1MOrMGhruClL4TTT { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:242.25rem;left:3.75rem;display:block; }
#da7hsZJbZUbAqQTnRVqAh0Eu2h7CGI13 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:255.6875rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NpAmq8PrtPrns7go7zvGqAtTx2Grzaqv { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:248.3125rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZdUT46JoWhuFdptD8NbdbmZ9zCFwIB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:255.6875rem;left:19.4375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Zr76sVDZfTFyzHxWBULowenfgmiV2Rl8 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:255.75rem;left:22.125rem; }
#RaQaOH8N5RaftTCpN2u8vnXBp6q1RqHr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:245.6875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O7ybNihCIAnLVc3DSSNJiGox6Uy3KPbJ { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:243.75rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAOBapqRvSbOnk6aeFMCl8Musx9ISi13 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:224.25rem;left:3.75rem;display:block; }
#U2nA0WCl7E7NubgTE3krp2UBttyOl9KV { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15088;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:242.25rem;left:39.125rem;display:block; }
#OHPEH5eO0rMrzdyRXLITWNzfnQ36KNCw { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:224.25rem;left:39.125rem;display:block; }
#zTIWfTWngL8bN8wEw4skdpe1uZEusEZs { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:248.3125rem;left:40.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KasSKgriHaUnqEsq03ivwaNiTFEI9NiP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:245.6875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PANCX3nXTKTBBrmvqt4TXk5TiU74Ed2G { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:243.75rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JtnZ90vESyT7nxPOfcrI2L1kJ2tak7L7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:255.6875rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ygk4ka0O0kaaqwkcB4pyw6qrwCHo6SxT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:255.6875rem;left:54.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ROTNX6wODHUPD0spBkLCK7AucUlqxg71 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:255.75rem;left:53.5rem; }
#BITkORJnSvoQwyKFSdCxEtzBwqyb7W3x { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:279rem;left:3.75rem;display:block; }
#N5Sc7oBKoqqb8VrpoqTqNp2RFmuhRuyK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:292.4375rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#feWuuh0OPPLV5RQBrEsCd8FAQsN6mExz { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:285.0625rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iv6skIFcMBbq8weBl1M1Mu5rb2O9rZGr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:292.4375rem;left:19.4375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Dok3IPQoaibcP1F7uJDC5snehUDa0aG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:282.4375rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rr2hH3kRtzDgL03yFV0VpfNS2uLPxyrw { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:292.5rem;left:26.8125rem; }
#iOGdAhvep7BMbaJBdUWGxXqBoZiTQps6 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:280.5rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7TnKzdMMfe10DOEHCtkHzz6SpnF9B5W { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:261rem;left:3.75rem;display:block; }
#e4uxW4r0SD98wlJ6xhOXHhWatHOBcxI4 { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15104;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:279rem;left:39.125rem;display:block; }
#ETt7qKbmmcnrRs7iOIw9dxxICrAy9ksb { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:261rem;left:39.125rem;display:block; }
#IPPAhQzeKcz8H4D6UzgOeZbAVbPCW3sr { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:285.0625rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xS8bnVI16HLqbg1isOIgq2Tanqz26mue { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:282.4375rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDvFp7ivJpQRhfExu18yCq4VnQpLqrbk { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:280.5rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rD5LMuhlAyPfqwnEQgF8kPq9fWsNNlMZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:292.4375rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#svKmyc7sxSDXnhUdBHrvbhNoSv8ZZT42 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:292.5rem;left:59.625rem; }
#XfGUJ2y1olGp74cdXaQIVKuqO5kUqgNg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:292.4375rem;left:54.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N1SWINZrGXlvOSTpzzMsd8xCI20sn5kO { box-sizing:content-box;height:18.0625rem;width:32.125rem;position:absolute;display:block;z-index:15112;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/d7c9c1d5-efe7-47c9-a374-7a9c054b4d30/phv1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:114rem;left:39.125rem;display:block; }#N1SWINZrGXlvOSTpzzMsd8xCI20sn5kO.adaptive-delivery-prevent-bg, #N1SWINZrGXlvOSTpzzMsd8xCI20sn5kO.lazyload, #N1SWINZrGXlvOSTpzzMsd8xCI20sn5kO.lazyloading { background-image: none; }
#XvS6LnVr6MTEMHTHD59MlaqgM5MlRhW3 { box-sizing:content-box;height:18.0625rem;width:32.125rem;position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/e9e35d9c-42ba-4d7c-95e6-813cb2b0b36d/phv2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:150.75rem;left:39.125rem;display:block; }#XvS6LnVr6MTEMHTHD59MlaqgM5MlRhW3.adaptive-delivery-prevent-bg, #XvS6LnVr6MTEMHTHD59MlaqgM5MlRhW3.lazyload, #XvS6LnVr6MTEMHTHD59MlaqgM5MlRhW3.lazyloading { background-image: none; }
#kuqd6uXhon4qI2335MCTTG8UIXq963Wc { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15112;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:315.75rem;left:3.75rem;display:block; }
#hTutqRwJVkZWxstSaRDkvVi4WzbmGAPJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:329.1875rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EbywgLrbsH2tqVF2Lp9dFi20KvKxATW1 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:321.8125rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psKezm69ZXTitp0hKEaZDQ8Ptb7szvUH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:319.1875rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFdenGVxvNB4Vkk6K9S0wQwpw2bc8i03 { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:317.25rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A6SJ0m9UJTaPDafc64DnApNv7iIizhV4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:329.1875rem;left:19.4375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ppq70iVzMbVoJnqqnUe1hwiilDMvRtRl { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:297.75rem;left:3.75rem;display:block; }
#JgCCTS96EOO6Sr2nmHLgPO32UBZDFXzr { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:329.25rem;left:24.125rem; }
#LMlfiHZXriZ81B7lBXJ59ZIGRoO6LVDu { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15120;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:315.75rem;left:39.125rem;display:block; }
#bVTBAmRc2uIXskqICL4tdSRo0IFimdFg { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:297.75rem;left:39.125rem;display:block; }
#hZqAkCzxTP1UrHcQCtTiauveGhrlEXdz { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:321.8125rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGWMTXMm8VoMyaTNzahxL9w1GwbWiFxo { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:319.1875rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRTnqvGN7QpkTg8cK8S3W1w73zs8tyWb { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:317.25rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E81ONK5aPtVRNdCgkUeIEU8zv94nEnpb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:329.1875rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QgXNlVceQx9LQEpK6HBhXnW6RvhwcTic { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:329.1875rem;left:54.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZmUGve3WhPDf8zkZGGksqCOkbCxeePkw { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:329.25rem;left:63.8125rem; }
#eLcwB54CtGOlhfTXuhN4OZwU0hPaFvrm { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15128;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:352.0625rem;left:3.75rem;display:block; }
#x2XstiTMTqULP0KA3CK6TFWIAUz7WQuw { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:365.5rem;left:4.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tx61iOEs2imdQQZ8U5hxpQmAvBgXpQRP { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:358.125rem;left:4.9375rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qm78EPe4DVl0DUGelh9xpeklQM9RT5dB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:355.5rem;left:4.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s1IigPOz7HTmxoZNg3VwcK8xyapSqqNg { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:353.5625rem;left:4.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BW1MIIhu9k0q9IL8wWr0pJvxQ5BRnpIy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15134;line-height:1.3;letter-spacing:0;top:365.5rem;left:19.4375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uJN39aWw6rx0gLVtWbA51MET78wWm5WX { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.0625rem;width:32.125rem;top:334.0625rem;left:3.75rem;display:block; }
#d8cMiVfOkqdw7k4utwZrAfV73Q9r234z { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:365.5625rem;left:27.5625rem; }
#sM9oGbxgh2vEvLbab3h8h8nTVOla6TQq { box-sizing:content-box;height:15.625rem;width:32.125rem;position:absolute;display:block;z-index:15136;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #222222);background-image: -moz-linear-gradient(180deg, #000000, #222222);background-image: -ms-linear-gradient(180deg, #000000, #222222);background-image: -o-linear-gradient(180deg, #000000, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222' );";background-image: linear-gradient(180deg, #000000, #222222);background-size:auto !important;top:352.0625rem;left:39.125rem;display:block; }
#JL9p9dwQPgykbeAm8s4rn8AXgxWV9ki8 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:358.125rem;left:40.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfvwxttX9cTutd9Ba7NHJU3ROzBFnAks { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:355.5rem;left:40.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2ekJfzckQRMg7OWvMpxpRJIOEBt6LqB { color:#cda43a;display:block;width:29.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:353.5625rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdvO8TEUmDgJIA0Pql8A5Ut2VC93eXWx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:365.5rem;left:40.3125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W6IHtDDV0T787lecKNdHLUmRT2XtF724 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15142;line-height:1.3;letter-spacing:0;top:365.5rem;left:54.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lkSI4dKDHwJTyqBJtdyMb8TmTztXeDqP { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:365.5625rem;left:63.1875rem; }
#f91o38Fhvlkn5kLJdEmTXOSmxtZTWN3o { box-sizing:content-box;height:18.0625rem;width:32.125rem;position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/e2fbe4c7-7d80-498b-ab71-208d26956bf0/68Roces.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:334.0625rem;left:39.125rem;display:block; }#f91o38Fhvlkn5kLJdEmTXOSmxtZTWN3o.adaptive-delivery-prevent-bg, #f91o38Fhvlkn5kLJdEmTXOSmxtZTWN3o.lazyload, #f91o38Fhvlkn5kLJdEmTXOSmxtZTWN3o.lazyloading { background-image: none; }
#gZXcTaiIRh7zfon9WqC4e6pDLMLLv1Mh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.375rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:21.75rem;left:28.4375rem;display:block; }
#c9D4TtrkCwIkgc4FUgKPFtif7EK7ZsOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiHZllzeqX9IkzP5U4k9L3PSSDivMBWv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.375rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:21.75rem;left:63.8125rem;display:block; }
#brFsF4duNZVWq5wobcLuwTA9iDMD6XBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peMLRlZhP86AF1rtyIH37KSeszLA3iTJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.375rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:58.5rem;left:28.4375rem;display:block; }
#zA5iKvNEoSiJ61rs6vqLbkuBlAH4DSwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZnRUekVeQBAWufvK11KVsGVxuVd88Ae { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.375rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:58.5rem;left:63.8125rem;display:block; }
#cVyWdoqKTQzLeTFIDcmSbmGZLXXdxFpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/453f4d12-4e9a-4dc7-8b96-9157d1d841dd/BGPattern2.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL.adaptive-delivery-prevent-bg, #wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL.lazyload, #wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL.lazyloading { background-image: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container { background-color: transparent; background-image: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container > .video-iframe-container { display: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row > .video-iframe-container { display: none; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .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); }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container { border-width: 0; border-radius: 0; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPWy7h8QTZl1Bp0qFvaCFGgrCuqVT5BL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#SCSkEoZ8tlrpwb9uweomaKDBCz6Uqol7 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:15.65625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/453f4d12-4e9a-4dc7-8b96-9157d1d841dd/BGPattern2.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt.adaptive-delivery-prevent-bg, #hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt.lazyload, #hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt.lazyloading { background-image: none; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row .container { background-color: transparent; background-image: none; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row .container > .video-iframe-container { display: none; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row > .video-iframe-container { display: none; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .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); }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row .container { border-width: 0; border-radius: 0; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVmt1ZR1FThTBHBwifaxkVHTwyiOPOIt > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-form-header {  }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;color:#cda43a;width:72.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.5; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:72.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:72.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:72.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cca33a, #8f5e10);background-image: -moz-linear-gradient(180deg, #cca33a, #8f5e10);background-image: -ms-linear-gradient(180deg, #cca33a, #8f5e10);background-image: -o-linear-gradient(180deg, #cca33a, #8f5e10);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca33a', endColorstr='#8f5e10' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca33a', endColorstr='#8f5e10' );";background-image: linear-gradient(180deg, #cca33a, #8f5e10);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:23.5625rem;margin-bottom:0.25rem;margin-left:23.5625rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:25.375rem;height:3.5rem;font-family:poppins;overflow:hidden;font-style:normal;line-height:1.3; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:71.125rem;overflow:hidden;font-style:normal; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:2.1; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-container:first-of-type{padding-top:0;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-container:last-of-type{padding-bottom:0;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.3125rem;left:0rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:72.5rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 {display:block;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.3125rem;left:0rem; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #N3p18UWQ2zQbzSzTuSFTnqTsvbKQuGaI { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #ex0vdqaUh3CeH50woCZZwBTP7mf5Mbyv { position:relative;display:block; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #qi5C2M7NltCpnl0SBoKXe3TLO12RQ5hI { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #hmyAGNTcwaQTpIGIocO3I6lLlp4DUdbR { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #lZOEJmzpaxLZHAibGTrxsdaTdX7VglVZ { position:relative;display:block; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #GKhiZsmGFRGB2nlAbMLRRQBqiWF4sUvk { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #baAVzEzatetolpXXwIvly0kDMp9U2vLU { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #JVPma11sXceakhww2pdGpaitNkZGcmHB { position:relative;display:block; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #TK4aZdJeVR1CnuyDlT1aAoaVfKKkf62E { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #PeMonl4PGOGItqFIUQgh0FeQ38Us0r6r { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #b7ZZTZ94Vi41iWCUTo3aFDDq2OK4UI21 { position:relative;display:block; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #AN3FOeUfGipiFmiQO2NbMsFaCDKzvAU4 { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #t12f5xdBzIgOo2IWlGcDABJuxZJQtKKz { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #t12f5xdBzIgOo2IWlGcDABJuxZJQtKKz .container-column{width:33%;;}#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #eFde4NfkZlRTINTVDeOuVXetNaLs85zy { position:relative;display:block; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #OnzuKS8RS26uf3FaN3oiTMsqqJqAZJrQ { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #plLCrpwcd7yKX6kLy3ZsXd8l7xlkllAy { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Lprvsk78iVdo4nQz8fFiX9K10DEa3Nvk { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #CmznRRnT7CrGJAnMGcTJgGUvGrEn5oUX { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #cy0SzkPNCDh3z5qSflX2txfbDU3qT3Tq { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Jv3MZK0qEfNVhS8TUBgsyNF4T7uXn6Tz { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #FrI8x0dSp5QC9yiQZvI5qHcqk44Inn8p { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #wQmHrghmft6nW7vWAMzRqZmfXJT6yxtW { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #D3utzZ4CMWm2zM4cLoSa0hUUschq8iRq { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #d5B9x8LoKzME61g6rGT4tyGcHbmkt0zu { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #RRH5FTJKJIqSBRyICqTJ01NrOBThtGM2 { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Cl2pokITpz0WgCSp4BtazTB37eQft6cv { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #WWEPym8iLlZNBy8DaSx2QKhCVzP16kOc { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #rzAGKnlCukhruaGn69eKaN1F52uHcCTx { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #GHXwfIxW6AHp77lT6d3tEp5UQmifpQP8 { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Nmdo4XrAzAvweNxwTrMEQkZBH0ipxWyT { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #uv1mxe9xXUyxJq68JSmKs9FapiMnTbyT { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #xLmOz5t57KA6usIsX6Jp9An8esQQBDPQ { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #sexRe8ICDD4SOvnM4rEA9txwVoiF6rJH { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #JkvMrozDXB3rMV440pttP60igmoynHp9 { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #z2TSpm3pBWZigJkX2My1T8uOWDdOTRoS { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #D1wsTKntM6OLB6xfsCTSLvnqUPt24WTp { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Ic1hKOZc0mDq5J1c9RQbtUJpspWtMoyU { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #wZ3um4qfS3c2uR7dMaALT2Pn4KNnhK1u { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #bbzJy3iNUnvm8nP6H1e2wwHr5kiOcH3C { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Tc5ZDcyNnURLGVVoU8WmoJ1IqyTPWeP4 { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #lfWgWm2ADQxEQwK377uxOwmtVDRNHNWs { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #ZGI7OpvX8JUKdTgv8I95oeMspvTyW4LP { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #ApWLuQhUkDRHL8nMq9VqUwdToVZIM92m { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #MkHbGq5cBfOqHRBPkCyLFWdGJyRTll51 { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #sH4hAzaoCztiFMCF8uPcU8RtFzgM4nkr { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #wOsglWVJl8wcE9R6KvTg58ZT1cglwkV8 { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #AhwvdaoRDpV5LHEnZb3w7tl80UZ7lnXF { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #gTrIsROXtSWnvwnrtXxUCKkhHo6pQvOS { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #q20dOSuPnmQWo97Ivt8Rhidz1DHheyQC { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #kUVgOytvRhlmFpSfBwCIIFtVkcTWOEQe { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #iQrMpk6RzMa6QGuTocX0IV39fLaaMkUq { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #wyK9RTEcKAyk4SNLnxO27edGE1KyC9fR { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #QhN3bSKBczyvfIiTVCpLdgqu7QUlLT06 { position:relative;z-index:2; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #ZL37Ug0OsQ9hlkTTCvML7NDcfv8SOPK4 { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #G9HvZOTlafGKOyPo5ytatF49tqBDN3TL { position:relative; }
#nVTvMBuuNanFep2sSfFzygNCZyGqivR0 #Ko3JTMevBub0yBHzmyzyTzT1PPJ1AM81 { position:relative; }
#w401ZmuZFF9s6DkTnoczlNmTdsfV8l07 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:15.65625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container { background-color: transparent; background-image: none; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container > .video-iframe-container { display: none; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row > .video-iframe-container { display: none; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .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); }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container { border-width: 0; border-radius: 0; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SeECheVHTJDsmvPGeTexBuwmkeaK8dmg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#EHJ9mJ2Imvo1MNVBwtMuB4MG61eTppTg { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.5rem;left:11.40625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
