.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:164,255,65;--color-primary-1:116,203,107;--color-primary-2:134,255,2;--color-primary-3:76,221,0;--color-primary-4:67,128,1;--color-secondary-0:217,220,227;--color-secondary-1:128,140,163;--color-secondary-2:0,24,70;--color-secondary-3:0,12,35;--color-secondary-4:0,4,11;--color-tertiary-0:255,255,255;--color-tertiary-1:233,233,228;--color-tertiary-2:140,140,137;--color-tertiary-3:84,84,82;--color-tertiary-4:0,0,0;--headlines-font-family:"Abril Fatface";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { background-color:#282828;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { background-color: transparent; background-image: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { display: none; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .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); }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { border-width: 0; border-radius: 0; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Esac6DOvcl6PGkAhF11enSsy1wS5cJIP { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#282828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5rem;left:54.9375rem;display:block; }
#Gptc2PJiS7HnTmzrkNJb7Erc9tuztO3a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.03125rem;left:2.6875rem;overflow:hidden;display:block; }
#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { background-color:#2f2f2f;background-image:none;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; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { background-color: transparent; background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .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); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { border-width: 0; border-radius: 0; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { color:rgba(var(--color-tertiary-1),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.625rem;left:2.9375rem;height:11.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { color:rgba(var(--color-tertiary-1),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:26.0625rem;left:2.9375rem;height:3.5996125rem;font-style:normal;display:block; }
#gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#282828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.25rem;left:2.9375rem;display:block; }
#gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#NTAHZRh7a3HHXLitwitevHvKSedlETVd { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#KLfI24foPmW8FX9nqek8y76iUT6MoT0z { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e099e7cc-0944-4677-9340-d0c5978857a4/PARCDASARTS122.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.8125rem;width:37.1875rem;top:0rem;left:0rem;display:block; }#V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO.adaptive-delivery-prevent-bg, #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO.lazyload, #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO.lazyloading { background-image: none; }
#V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO::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; }#V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.9); }#WP3z9zhOzK6vsb01x62NXdOxMzinTsvI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:36.125rem;top:6.0625rem;left:37.75rem;overflow:hidden;display:block; }
#sVUZAGksgSw75DOugrnUPafUEJKEyDal { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.42), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.42), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.42), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.42), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.42)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.42)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0.42), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.1875rem;width:75rem;top:3.6875rem;left:35.6875rem;display:block; }
#NdXWF6IAoBGssmEuOsrwlzSFC96TEfZu { color:rgba(var(--color-tertiary-1),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:4.3125rem;height:2.111325rem;font-style:normal;display:block; }
#E2bibltASJltHUh6GGigh3JHBdNT5km7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.3125rem;left:2.5rem; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:9.875rem;width:75rem;position:relative;display:block; }#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#282828;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:4.125rem;left:0rem;height:2.01855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#282828;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0rem;height:5.1621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#SZizNCWKZFf4mvdaQSM79WTETbtVlihP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container { background-color: transparent; background-image: none; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container > .video-iframe-container { display: none; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row > .video-iframe-container { display: none; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .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); }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container { border-width: 0; border-radius: 0; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#J7qzeQJllwVEe0IBa5vgazc7rxxTqCVW { position:absolute;display:block;z-index:15000;height:5.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container { background-color: transparent; background-image: none; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container > .video-iframe-container { display: none; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row > .video-iframe-container { display: none; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .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); }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container { border-width: 0; border-radius: 0; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#Cdrq47BQ14fg3uOx9I6nEwG6tlTA4M1I { position:absolute;display:block;z-index:15000;height:7.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { background-color: transparent; background-image: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { display: none; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { border-width: 0; border-radius: 0; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48.5625rem;width:75rem;position:relative;display:block; }#g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:4.625rem;left:0.0625rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#wTseZiTGXegBx3orGdGeWXLOMp5rIm59 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.125rem;width:28.8125rem;top:10.125rem;left:6.625rem;overflow:hidden;display:block; }
#CBaBpN84HwNL1OFcXhCnFfUtpgJpJO7W { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.125rem;width:28.8125rem;top:10.375rem;left:36.9375rem;overflow:hidden;display:block; }
#MNyibITsqfa9EoRTnGOWlHtUfEZ3nNVT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.8125rem;width:28.8125rem;top:27.875rem;left:36.9375rem;overflow:hidden;display:block; }
#JsylJL1sFN6BCHelRlPXmdHv2krgz5TX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.125rem;width:28.8125rem;top:27.625rem;left:6.625rem;overflow:hidden;display:block; }
#m7EUpZ2DkiOk0uBGNnTVi4TSmJsnx6Od { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:0.5rem;top:7.6875rem;left:55.8125rem;display:block; }
#JX1TLQzkvsyLWhL7q4pi4StsXEn8dUcE { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:0.5rem;top:7.6875rem;left:58.1875rem;display:block; }
#H3Zw1KELFIrUH8GU3cJtaJcyNsl1EUbE { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:0.5rem;top:7.6875rem;left:60.5625rem;display:block; }
#dPaKDK4rTXqsHJKa8zbac5RW5tcnbBmM { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:0.5rem;top:7.6875rem;left:62.9375rem;display:block; }
#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container { background-color: transparent; background-image: none; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container > .video-iframe-container { display: none; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row > .video-iframe-container { display: none; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .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); }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container { border-width: 0; border-radius: 0; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#CeW82Iz07ApwyCvcVTs6T3eM51Rlok9C { color:rgba(var(--color-tertiary-1),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:0rem;left:18.4375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { background-color: transparent; background-image: none; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container > .video-iframe-container { display: none; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row > .video-iframe-container { display: none; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .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); }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { border-width: 0; border-radius: 0; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:25.5625rem;width:75rem;position:relative;display:block; }#PSlobSScfsJzyR110r2TJBdKbRS9JuWL { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.1875rem;left:33.375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fdiQc5LThxQmRkBIU3Uu5KRTqxz5zavr { color:#282828;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.9375rem;left:33.75rem;height:2.65625rem;text-align:right;text-align-last:right;display:block; }
#AgPLTlFzgxTw80g6c799ZT0vLJaE86L1 { background-color:#282828;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.4375rem;left:38.5625rem;display:block; }
#EAlr4wrHXHr6GEVzCHML7xzCXGxGAxBA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3dAUNGVmT2xKBJbJTb9TX4FpSTJqNOt { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2828284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2828284c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:63.5625rem;display:block; }
#DkZNf8ks2Qwax2dzmyAAzQEBMqPHZRi2 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2828284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2828284c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(40,40,40,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:68.3125rem;display:block; }
#aUBiIxmx6DAsTHmyg6nNNLnQZn8UeTwR { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:70.6875rem;display:block; }
#SWqQN6UTtJMtFQaTIFwnITgoR42eSmIx { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:65.9375rem;display:block; }
#OyGCiGGcl02T09JsJfVMrm6ZTJWL0rP1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.5625rem;top:0rem;left:6.875rem;overflow:hidden;display:block; }
#zA9Qozmbp6sW8luxtI6JhaVPozt5kM1i { box-sizing:content-box;height:25.5rem;width:17.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:2rem;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;display:block; }
#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e099e7cc-0944-4677-9340-d0c5978857a4/PARCDASARTS122.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg.adaptive-delivery-prevent-bg, #dy1EFgwU3qUchztbDJpCm1weFbaMSnBg.lazyload, #dy1EFgwU3qUchztbDJpCm1weFbaMSnBg.lazyloading { background-image: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container { background-color: transparent; background-image: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.8); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container > .video-iframe-container { display: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.8); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row > .video-iframe-container { display: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .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); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container { border-width: 0; border-radius: 0; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:38.875rem;width:75rem;position:relative;display:block; }#ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq { color:rgba(var(--color-tertiary-1),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.0625rem;left:6.75rem;height:8.5595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_369ef0ee31343593c024061d8a95a62cdaaf2d98.svg); }
#UbeRlFSpiSbDir3hPqmtRhNtDo8qXRSb { color:rgba(var(--color-primary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:7.3125rem;left:6.75rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKXTIerr8sTb0T24Ad96fRTBL5pkdwJh { color:rgba(var(--color-tertiary-1),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:11.8125rem;left:6.75rem;height:5.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nHdJgJgpEpzf5CWA20GgoovQKVwfE2Fg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:34.5625rem;left:1.5rem;display:block; }
#Qc9mTwPTm7lAlCSltPIQAcF6KPwdadwr { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:34.5625rem;left:3.875rem;display:block; }
#TUMLObZGS9h6Wor0Ip3JEzVXJ4SsNPiA { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:34.5625rem;left:6.25rem;display:block; }
#HDtqpiCwiMZrynZdWDyCIueu428UDGPK { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:34.5625rem;left:8.625rem;display:block; }
#AZkMnRPD6p2iQ6QBqxyFlMqXMFHmq2UC { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.3125rem;left:6.75rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qwH9C9pF7ngaBKLAWa8gWUWoabWOlGag { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:38.1875rem;top:0.6875rem;left:33.6875rem;overflow:hidden;display:block; }
#V7wzzpGuJXt13840Io5DePV6du4Whx9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9af718b9-c1c9-48f3-93d0-ebe390f340e1/PARCDASARTS14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O.adaptive-delivery-prevent-bg, #V7wzzpGuJXt13840Io5DePV6du4Whx9O.lazyload, #V7wzzpGuJXt13840Io5DePV6du4Whx9O.lazyloading { background-image: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container { background-color: transparent; background-image: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container > .video-iframe-container { display: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row > .video-iframe-container { display: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .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); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container { border-width: 0; border-radius: 0; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40.375rem;width:75rem;position:relative;display:block; }#EgTLIZzcI5wysafGrRmJ38B2yVtE1oO9 { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,40,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:25.3125rem;top:7rem;left:38rem;display:block; }
#VGCwM3xLClbhMMz7IVWPRz7aMyMGWzi3 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0.9375rem;left:41.125rem;display:block; }
#mtQrZxDEaFcTkLCOMsmb33PL3n68l33y { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0.9375rem;left:43.5rem;display:block; }
#HDhmXMEFrbOOsNwZi7LmGWg0otFIOPux { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0.9375rem;left:45.875rem;display:block; }
#oIbweuWQz0p25Iss8Sy1Kgsltb59oNBx { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0.9375rem;left:48.25rem;display:block; }
#fcHslAqnMz5UmZqlcTxFnaQ6FF9MyQS2 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.875rem;left:41.125rem;height:7.3476625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IigOEmCJE7dV5riCSn6iZu0CiBCeydbe { color:rgba(var(--color-primary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:12rem;left:40.75rem;height:6.7363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xEocuKQEIq5rvQ5d4fJnhGMCUQOHlGqN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#282828;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:20.25rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.625rem;left:41.125rem;display:block; }
#fgrOBRE7Qyq7vhXaOCUnKNTp3hAFdoTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container { background-color: transparent; background-image: none; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container > .video-iframe-container { display: none; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row > .video-iframe-container { display: none; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .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); }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container { border-width: 0; border-radius: 0; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24rem;width:75rem;position:relative;display:block; }#E7Wh8sH60KvvgbPp8qAAqF8xBXVM0mHK { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#pOS6JAkKdtatG6RL0oyPCNbRaqTmdyuz { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#2828284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#2828284c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#AdXAErZMshHRWu0U5O3deEWQDkqV8OCV { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#ICaEaaPyozmTzk9nVQaA80FOUGLeIer6 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:12.875rem;left:2rem;height:5.59765625rem;display:block; }
#f0JlabRNyRRmfk2ibgeIARiD9Ow7z3GQ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:2rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W68SyUCPF1XRTyKmWycrEhbVzKhO2zr2 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.6875rem;top:5.625rem;left:2rem;display:block; }
#nbS6TmRTPuWFmAOxu5ds5iVNsvBkLCBe { color:#282828;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:5.625rem;left:2.5625rem;height:2.23095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rldawqaVTh7T815OKcpcQ6h8NP0OXR0k { box-sizing:content-box;height:18.75rem;width:20.75rem;position:absolute;display:block;z-index:15012;background-color:#282828;background-image:none;top:3.25rem;left:0rem;display:block; }
#MqMPttcOwnzWKJwWOvxly7MvPP5Ondu8 { position:absolute;display:block;z-index:15011;height:18.75rem;width:55rem;top:2rem;left:20rem;display:block; }
#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container { background-color: transparent; background-image: none; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container > .video-iframe-container { display: none; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row > .video-iframe-container { display: none; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .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); }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container { border-width: 0; border-radius: 0; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.25rem;width:75rem;position:relative;display:block; }#mVLEBxWgZDPduyeGHSeg93qVHgq5EXBW { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#NJG6poSR0t1aBaSysT2eSEE2mAVbx6bq { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-0),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-0),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-0),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-0),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-0),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:0rem;left:18.6875rem;display:block; }
#x4DbCzbRa4euKGwEDiy0avxUIqSEmTrn { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:0rem;left:37.5rem;display:block; }
#kfFumZUuhRrtAtGwNt6ApGuAyPlvL5s7 { box-sizing:content-box;height:18.75rem;width:20.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.875rem;left:54.25rem;display:block; }
#kdmPIBWA5Vx4lR95ITbu4dN6fzN9HpDS { color:#282828;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:12.5rem;left:56.25rem;height:4.19824375rem;display:block; }
#GmEETczE1cWO46MSi5BhApQz1K6B3T4b { position:absolute;display:block;z-index:15017;height:18.75rem;width:55rem;top:1.625rem;left:0rem;display:block; }
#yMJ3UlzLWz3dknwTP4B1RQfnXpf8n5bO { color:#282828;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7.5625rem;left:56.25rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LWmzOmZv8Ww7Nfl6adCqAwxUoN5oNADq { color:rgba(var(--color-primary-3),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:4.4375rem;left:56.8125rem;height:2.23095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFdPbDbeNpbRgIC9RtbESET8qx7SRpHv { position:absolute;display:block;z-index:15030;background-color:#282828;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.6875rem;top:4.4375rem;left:56.25rem;display:block; }
#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container { background-color: transparent; background-image: none; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container > .video-iframe-container { display: none; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row > .video-iframe-container { display: none; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .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); }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container { border-width: 0; border-radius: 0; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24rem;width:75rem;position:relative;display:block; }#iwRXRC4MbEH9shoVsxwyBJD9R7x9EAk4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#HF9N5RDrwr9X2EuSSDsisvDVgKTTwRTF { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#2828284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='#2828284c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(40,40,40,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#iAztoKChJJGMeMk8KulGWqq3vZ921IWs { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2828284c', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(40,40,40,0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#hOT9qKNHpZNPVBZ5WHbagi6oE3DTgU0n { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:12.875rem;left:2rem;height:5.59765625rem;display:block; }
#RTrVVpkt1edG0TuzvG5yzKydUcvWbt5d { color:rgba(var(--color-tertiary-1),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:2rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EbFfTrOHQ9tNGNX0xd6Mta9qsgOXnbGX { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.6875rem;top:5.625rem;left:2rem;display:block; }
#UVqPyQ3zN0BKJ3uIq7AONavWJ1NlzAL0 { color:#282828;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:5.625rem;left:2.5625rem;height:2.23095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGknftaLggGghLXXSZ6RKK1W7HQpHPfs { box-sizing:content-box;height:18.75rem;width:20.75rem;position:absolute;display:block;z-index:15012;background-color:#282828;background-image:none;top:3.25rem;left:0rem;display:block; }
#qoogIOQS6Wzo4ONunPsKQLwmlyC6PxtD { position:absolute;display:block;z-index:15011;height:18.75rem;width:55rem;top:2rem;left:20rem;display:block; }
#vQndtGqMuZt5raU18DNXwBToh7GSBL2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e099e7cc-0944-4677-9340-d0c5978857a4/PARCDASARTS122.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X.adaptive-delivery-prevent-bg, #vQndtGqMuZt5raU18DNXwBToh7GSBL2X.lazyload, #vQndtGqMuZt5raU18DNXwBToh7GSBL2X.lazyloading { background-image: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container { background-color: transparent; background-image: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.69); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container > .video-iframe-container { display: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.69); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row > .video-iframe-container { display: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .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); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container { border-width: 0; border-radius: 0; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.6875rem;width:75rem;position:relative;display:block; }#DAi1a8eh3KG4M0aTgebeNlF2LlUud9bK { color:rgba(var(--color-primary-3),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:3.125rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpw6P5hoCbfqPEegfk8wg2xXaVGOlMAW { color:rgba(var(--color-tertiary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:5.38671875rem;left:11.25rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sU1oaNS4NaxpJqzX7Z5QFyWSgSIy8FIp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#282828;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:13.5625rem;left:25.71875rem;display:block; }
#U7L3ugxoRgdoXhvCFdc1mQ6BhTSrKHXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container { background-color: transparent; background-image: none; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container > .video-iframe-container { display: none; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row > .video-iframe-container { display: none; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .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); }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container { border-width: 0; border-radius: 0; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10.9375rem;width:75rem;position:relative;display:block; }#H5KTB03If5FTs8KvzVRiMwrGD7KlrJCn { color:rgba(var(--color-tertiary-1),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:7.9375rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9L0cgCowwMH7wu5ytOmT0RNxhdSd8RZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:1.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#sOw1QuQ4ri8aJiNaoM3Ai4qzGE1HeqGP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:73.5rem; }
#esw0GCeyCy70BxaMsmHIc8dKopCJis4K { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#pxsm2H1o5x9v9O6rTvDTbKSQ5z9iI7J5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container { background-color: transparent; background-image: none; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container > .video-iframe-container { display: none; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row > .video-iframe-container { display: none; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .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); }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container { border-width: 0; border-radius: 0; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#WNkiV2UL6Fn6y6SLvn6TOTEb0nm5J71t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:64.1875rem; }
#WNkiV2UL6Fn6y6SLvn6TOTEb0nm5J71t > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Esac6DOvcl6PGkAhF11enSsy1wS5cJIP { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gptc2PJiS7HnTmzrkNJb7Erc9tuztO3a { display:block; }
 }@media only screen and (max-width: 763px) { #LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { width:4.1875rem;height:4.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { top:13.625rem;left:0rem;width:31.9375rem;height:11.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { top:26.0625rem;left:0rem;width:23.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block; }
 }@media only screen and (max-width: 763px) { #zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAHZRh7a3HHXLitwitevHvKSedlETVd { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfI24foPmW8FX9nqek8y76iUT6MoT0z { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { width:37.1875rem;height:44.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP3z9zhOzK6vsb01x62NXdOxMzinTsvI { width:36.125rem;height:36.125rem;top:6.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUZAGksgSw75DOugrnUPafUEJKEyDal { width:47.75rem;height:28.1875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdXWF6IAoBGssmEuOsrwlzSFC96TEfZu { top:36.25rem;left:0rem;width:17.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2bibltASJltHUh6GGigh3JHBdNT5km7 { width:1.5625rem;height:1.5625rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:4.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZizNCWKZFf4mvdaQSM79WTETbtVlihP { display:block; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7qzeQJllwVEe0IBa5vgazc7rxxTqCVW { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv { display:block; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdrq47BQ14fg3uOx9I6nEwG6tlTA4M1I { width:47.75rem;height:7.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { top:3rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTseZiTGXegBx3orGdGeWXLOMp5rIm59 { width:28.8125rem;height:16.125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBaBpN84HwNL1OFcXhCnFfUtpgJpJO7W { width:28.8125rem;height:16.125rem;top:10.375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNyibITsqfa9EoRTnGOWlHtUfEZ3nNVT { width:28.8125rem;height:15.8125rem;top:27.875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsylJL1sFN6BCHelRlPXmdHv2krgz5TX { width:28.8125rem;height:16.125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7EUpZ2DkiOk0uBGNnTVi4TSmJsnx6Od { width:0.5rem;height:40.625rem;top:7.6875rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1TLQzkvsyLWhL7q4pi4StsXEn8dUcE { width:0.5rem;height:40.625rem;top:7.6875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Zw1KELFIrUH8GU3cJtaJcyNsl1EUbE { width:0.5rem;height:40.625rem;top:7.6875rem;left:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPaKDK4rTXqsHJKa8zbac5RW5tcnbBmM { width:0.5rem;height:40.625rem;top:7.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw { display:block; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeW82Iz07ApwyCvcVTs6T3eM51Rlok9C { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh { display:block; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSlobSScfsJzyR110r2TJBdKbRS9JuWL { top:6.1875rem;left:18.1875rem;width:29.5625rem;height:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiQc5LThxQmRkBIU3Uu5KRTqxz5zavr { top:9.9375rem;left:18.8125rem;width:28.9375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgPLTlFzgxTw80g6c799ZT0vLJaE86L1 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAlr4wrHXHr6GEVzCHML7xzCXGxGAxBA { display:block; }
 }@media only screen and (max-width: 763px) { #O3dAUNGVmT2xKBJbJTb9TX4FpSTJqNOt { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZNf8ks2Qwax2dzmyAAzQEBMqPHZRi2 { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUBiIxmx6DAsTHmyg6nNNLnQZn8UeTwR { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqQN6UTtJMtFQaTIFwnITgoR42eSmIx { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyGCiGGcl02T09JsJfVMrm6ZTJWL0rP1 { width:25.5625rem;height:25.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA9Qozmbp6sW8luxtI6JhaVPozt5kM1i { width:17.0625rem;height:25.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy1EFgwU3qUchztbDJpCm1weFbaMSnBg { display:block; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_369ef0ee31343593c024061d8a95a62cdaaf2d98.svg); }
 }@media only screen and (max-width: 763px) { #UbeRlFSpiSbDir3hPqmtRhNtDo8qXRSb { top:7.3125rem;left:0rem;width:18.1875rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKXTIerr8sTb0T24Ad96fRTBL5pkdwJh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHdJgJgpEpzf5CWA20GgoovQKVwfE2Fg { width:0.5rem;height:11.25rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9mTwPTm7lAlCSltPIQAcF6KPwdadwr { width:0.5rem;height:11.25rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUMLObZGS9h6Wor0Ip3JEzVXJ4SsNPiA { width:0.5rem;height:11.25rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDtqpiCwiMZrynZdWDyCIueu428UDGPK { width:0.5rem;height:11.25rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZkMnRPD6p2iQ6QBqxyFlMqXMFHmq2UC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwH9C9pF7ngaBKLAWa8gWUWoabWOlGag { width:38.1875rem;height:38.1875rem;top:0.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7wzzpGuJXt13840Io5DePV6du4Whx9O { display:block; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgTLIZzcI5wysafGrRmJ38B2yVtE1oO9 { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGCwM3xLClbhMMz7IVWPRz7aMyMGWzi3 { width:0.5rem;height:9.375rem;top:0.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQrZxDEaFcTkLCOMsmb33PL3n68l33y { width:0.5rem;height:9.375rem;top:0.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhmXMEFrbOOsNwZi7LmGWg0otFIOPux { width:0.5rem;height:9.375rem;top:0.9375rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIbweuWQz0p25Iss8Sy1Kgsltb59oNBx { width:0.5rem;height:9.375rem;top:0.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcHslAqnMz5UmZqlcTxFnaQ6FF9MyQS2 { top:19.875rem;left:27.5rem;width:19.75rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IigOEmCJE7dV5riCSn6iZu0CiBCeydbe { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEocuKQEIq5rvQ5d4fJnhGMCUQOHlGqN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgrOBRE7Qyq7vhXaOCUnKNTp3hAFdoTJ { display:block; }
 }@media only screen and (max-width: 763px) { #mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l { display:block; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7Wh8sH60KvvgbPp8qAAqF8xBXVM0mHK { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOS6JAkKdtatG6RL0oyPCNbRaqTmdyuz { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdXAErZMshHRWu0U5O3deEWQDkqV8OCV { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICaEaaPyozmTzk9nVQaA80FOUGLeIer6 { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0JlabRNyRRmfk2ibgeIARiD9Ow7z3GQ { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W68SyUCPF1XRTyKmWycrEhbVzKhO2zr2 { width:9.6875rem;height:2.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbS6TmRTPuWFmAOxu5ds5iVNsvBkLCBe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldawqaVTh7T815OKcpcQ6h8NP0OXR0k { width:20.75rem;height:18.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMPttcOwnzWKJwWOvxly7MvPP5Ondu8 { width:47.75rem;height:18.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpNe61XvkulAJV7vwr4nU7teO8x1J75 { display:block; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVLEBxWgZDPduyeGHSeg93qVHgq5EXBW { width:0.5rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJG6poSR0t1aBaSysT2eSEE2mAVbx6bq { width:0.5rem;height:5rem;top:0rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4DbCzbRa4euKGwEDiy0avxUIqSEmTrn { width:0.5rem;height:5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFumZUuhRrtAtGwNt6ApGuAyPlvL5s7 { width:20.75rem;height:18.75rem;top:2.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdmPIBWA5Vx4lR95ITbu4dN6fzN9HpDS { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEETczE1cWO46MSi5BhApQz1K6B3T4b { width:47.75rem;height:18.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJ3UlzLWz3dknwTP4B1RQfnXpf8n5bO { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWmzOmZv8Ww7Nfl6adCqAwxUoN5oNADq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFdPbDbeNpbRgIC9RtbESET8qx7SRpHv { width:9.6875rem;height:2.0625rem;top:4.4375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOx215NG2FXfJoHHMJQARwJpEV1J2b9K { display:block; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwRXRC4MbEH9shoVsxwyBJD9R7x9EAk4 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF9N5RDrwr9X2EuSSDsisvDVgKTTwRTF { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAztoKChJJGMeMk8KulGWqq3vZ921IWs { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOT9qKNHpZNPVBZ5WHbagi6oE3DTgU0n { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTrVVpkt1edG0TuzvG5yzKydUcvWbt5d { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbFfTrOHQ9tNGNX0xd6Mta9qsgOXnbGX { width:9.6875rem;height:2.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVqPyQ3zN0BKJ3uIq7AONavWJ1NlzAL0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGknftaLggGghLXXSZ6RKK1W7HQpHPfs { width:20.75rem;height:18.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoogIOQS6Wzo4ONunPsKQLwmlyC6PxtD { width:47.75rem;height:18.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQndtGqMuZt5raU18DNXwBToh7GSBL2X { display:block; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAi1a8eh3KG4M0aTgebeNlF2LlUud9bK { top:3.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpw6P5hoCbfqPEegfk8wg2xXaVGOlMAW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU1oaNS4NaxpJqzX7Z5QFyWSgSIy8FIp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7L3ugxoRgdoXhvCFdc1mQ6BhTSrKHXT { display:block; }
 }@media only screen and (max-width: 763px) { #nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC { display:block; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5KTB03If5FTs8KvzVRiMwrGD7KlrJCn { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9L0cgCowwMH7wu5ytOmT0RNxhdSd8RZ { width:4.875rem;height:4.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOw1QuQ4ri8aJiNaoM3Ai4qzGE1HeqGP { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esw0GCeyCy70BxaMsmHIc8dKopCJis4K { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsm2H1o5x9v9O6rTvDTbKSQ5z9iI7J5 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 { display:block; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNkiV2UL6Fn6y6SLvn6TOTEb0nm5J71t { width:3.3125rem;height:3.3125rem;top:0rem;left:44.4375rem;display:block; }
#WNkiV2UL6Fn6y6SLvn6TOTEb0nm5J71t > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XJEg32OONHuHStmCVQ9O9PMXo0UdZCRQ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Esac6DOvcl6PGkAhF11enSsy1wS5cJIP { width:13.375rem;height:2.5rem;top:0.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gptc2PJiS7HnTmzrkNJb7Erc9tuztO3a { display:block; }
 }@media only screen and (max-width: 763px) { #LCSurvOSdVmZWPwxQtJlMVe4bnLb1wHN { width:3.1875rem;height:3.1875rem;top:0.28125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { background-color:#1c1c1c;background-image:none;display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { background-color: transparent; background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .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); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { width:17.5rem;height:10.171875rem;top:6.4375rem;left:1.25rem;font-size:2.3125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { width:17.5rem;height:2.3994125rem;top:17.73828125rem;left:1.25rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { width:12.75rem;height:3.1875rem;top:42.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block; }
 }@media only screen and (max-width: 763px) { #zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(164,255,65,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(164,255,65,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(164,255,65,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(164,255,65,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff4128', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff4128', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(164,255,65,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NTAHZRh7a3HHXLitwitevHvKSedlETVd { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff412b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff412b', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(164,255,65,0.15), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(164,255,65,0.15), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(164,255,65,0.15), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(164,255,65,0.15), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff4126', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff4126', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(164,255,65,0.15), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KLfI24foPmW8FX9nqek8y76iUT6MoT0z { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff412b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ff412b', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(164,255,65,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { width:20rem;height:36.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP3z9zhOzK6vsb01x62NXdOxMzinTsvI { width:20rem;height:20rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUZAGksgSw75DOugrnUPafUEJKEyDal { width:20rem;height:28.1875rem;top:21.734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdXWF6IAoBGssmEuOsrwlzSFC96TEfZu { width:17.3125rem;height:2.111325rem;top:47.6875rem;left:2.1875rem;font-size:0.8125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2bibltASJltHUh6GGigh3JHBdNT5km7 { display:flex;width:1.5625rem;height:1.5625rem;top:47.83740234375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.69970625rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:2.79980625rem;top:3.51171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:7.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:7.375rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:7.375rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:7.375rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZizNCWKZFf4mvdaQSM79WTETbtVlihP { display:block; }#SZizNCWKZFf4mvdaQSM79WTETbtVlihP > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7qzeQJllwVEe0IBa5vgazc7rxxTqCVW { width:20rem;height:7.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv { display:block; }#hzv1SKPT3qGZ4qi7LeWHMdstTdRUu9zv > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cdrq47BQ14fg3uOx9I6nEwG6tlTA4M1I { width:20rem;height:7.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI { display:block; }#uRr2FriuL5rkbU8pmgnaP4rI2KXbUKJI > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2EVWTG9gTvQx7cqfXu2iAz5PWCttVbV { width:20rem;height:1.69970625rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVadc50XLC5QMX0MNUzIylea30T1Ba9 { width:20rem;height:2.79980625rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3q4sTcCd6CrHui8Cc0ssog8K3xMtomG { width:0.5rem;height:7.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKif8I5zRTmQE3cztGTihRbB9qoMtfdX { width:0.5rem;height:7.375rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCO9rEXnhGGPdzm95KfpEu1sA0WeNwUH { width:0.5rem;height:7.375rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcSyGS5BrHFV6TZo3mtpRoRVSbIplwl { width:0.5rem;height:7.375rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTseZiTGXegBx3orGdGeWXLOMp5rIm59 { width:20rem;height:11.19305856833rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBaBpN84HwNL1OFcXhCnFfUtpgJpJO7W { width:20rem;height:11.19305856833rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNyibITsqfa9EoRTnGOWlHtUfEZ3nNVT { width:20rem;height:10.976138828633rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsylJL1sFN6BCHelRlPXmdHv2krgz5TX { width:20rem;height:11.19305856833rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7EUpZ2DkiOk0uBGNnTVi4TSmJsnx6Od { width:0.5rem;height:40.625rem;top:6.9873046875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1TLQzkvsyLWhL7q4pi4StsXEn8dUcE { width:0.5rem;height:40.625rem;top:18.595703125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Zw1KELFIrUH8GU3cJtaJcyNsl1EUbE { width:0.5rem;height:40.625rem;top:145.8026875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPaKDK4rTXqsHJKa8zbac5RW5tcnbBmM { width:0.5rem;height:40.625rem;top:187.6776875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw { display:block; }#zu24kt2VG0KrqPdtz4o8PZ4wZRyrGCiw > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeW82Iz07ApwyCvcVTs6T3eM51Rlok9C { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh { display:block; }#gy2yATDXtuGD66pzz4SeKmQ4vOGfLteh > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSlobSScfsJzyR110r2TJBdKbRS9JuWL { width:20rem;height:2.54980625rem;top:2.125rem;left:0rem;font-size:2.125rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdiQc5LThxQmRkBIU3Uu5KRTqxz5zavr { width:20rem;height:1.9121125rem;top:4.6748046875rem;left:0rem;font-size:1.125rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgPLTlFzgxTw80g6c799ZT0vLJaE86L1 { width:20rem;height:3.75rem;top:23.8125rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #EAlr4wrHXHr6GEVzCHML7xzCXGxGAxBA { display:block; }
 }@media only screen and (max-width: 763px) { #O3dAUNGVmT2xKBJbJTb9TX4FpSTJqNOt { width:0.5rem;height:24.9375rem;top:1.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZNf8ks2Qwax2dzmyAAzQEBMqPHZRi2 { width:0.5rem;height:25.0625rem;top:1.375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUBiIxmx6DAsTHmyg6nNNLnQZn8UeTwR { width:0.5rem;height:27.5rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqQN6UTtJMtFQaTIFwnITgoR42eSmIx { width:0.5rem;height:27.5rem;top:1.375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyGCiGGcl02T09JsJfVMrm6ZTJWL0rP1 { width:13.375rem;height:13.375rem;top:9.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA9Qozmbp6sW8luxtI6JhaVPozt5kM1i { width:11.625rem;height:15.25rem;top:7.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy1EFgwU3qUchztbDJpCm1weFbaMSnBg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e099e7cc-0944-4677-9340-d0c5978857a4/PARCDASARTS122.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg.adaptive-delivery-prevent-bg, #dy1EFgwU3qUchztbDJpCm1weFbaMSnBg.lazyload, #dy1EFgwU3qUchztbDJpCm1weFbaMSnBg.lazyloading { background-image: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container { background-color: transparent; background-image: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.8); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container > .video-iframe-container { display: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.8); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row > .video-iframe-container { display: none; }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .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); }#dy1EFgwU3qUchztbDJpCm1weFbaMSnBg > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq { width:20rem;height:7.749rem;top:19.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ywi4NcIMiT3TxhC92uMhzVrLuUGq2JHq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_369ef0ee31343593c024061d8a95a62cdaaf2d98.svg); }
 }@media only screen and (max-width: 763px) { #UbeRlFSpiSbDir3hPqmtRhNtDo8qXRSb { width:14.3125rem;height:2.798825rem;top:4.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MKXTIerr8sTb0T24Ad96fRTBL5pkdwJh { width:20rem;height:6.597625rem;top:7.94921875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nHdJgJgpEpzf5CWA20GgoovQKVwfE2Fg { width:0.375rem;height:2.5625rem;top:0rem;left:0.66362359550569rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9mTwPTm7lAlCSltPIQAcF6KPwdadwr { width:0.4375rem;height:2.625rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUMLObZGS9h6Wor0Ip3JEzVXJ4SsNPiA { width:0.5rem;height:2.25rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDtqpiCwiMZrynZdWDyCIueu428UDGPK { width:0.5rem;height:2rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZkMnRPD6p2iQ6QBqxyFlMqXMFHmq2UC { width:18.875rem;height:2.79980625rem;top:15.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwH9C9pF7ngaBKLAWa8gWUWoabWOlGag { width:20rem;height:20rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7wzzpGuJXt13840Io5DePV6du4Whx9O { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9af718b9-c1c9-48f3-93d0-ebe390f340e1/PARCDASARTS14.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O.adaptive-delivery-prevent-bg, #V7wzzpGuJXt13840Io5DePV6du4Whx9O.lazyload, #V7wzzpGuJXt13840Io5DePV6du4Whx9O.lazyloading { background-image: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container { background-color: transparent; background-image: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container > .video-iframe-container { display: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row > .video-iframe-container { display: none; }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .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); }#V7wzzpGuJXt13840Io5DePV6du4Whx9O > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgTLIZzcI5wysafGrRmJ38B2yVtE1oO9 { width:20rem;height:26.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGCwM3xLClbhMMz7IVWPRz7aMyMGWzi3 { width:0.5rem;height:9.375rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQrZxDEaFcTkLCOMsmb33PL3n68l33y { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhmXMEFrbOOsNwZi7LmGWg0otFIOPux { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIbweuWQz0p25Iss8Sy1Kgsltb59oNBx { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcHslAqnMz5UmZqlcTxFnaQ6FF9MyQS2 { width:16.6875rem;height:11.1953rem;top:11.625rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IigOEmCJE7dV5riCSn6iZu0CiBCeydbe { width:14.9375rem;height:4.3994125rem;top:6rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEocuKQEIq5rvQ5d4fJnhGMCUQOHlGqN { width:19rem;height:3.25rem;top:24.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgrOBRE7Qyq7vhXaOCUnKNTp3hAFdoTJ { display:block; }
 }@media only screen and (max-width: 763px) { #mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l { display:block; }#mBVCV0MOxKapQv0BXAITWP1CC8BEMG2l > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7Wh8sH60KvvgbPp8qAAqF8xBXVM0mHK { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOS6JAkKdtatG6RL0oyPCNbRaqTmdyuz { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdXAErZMshHRWu0U5O3deEWQDkqV8OCV { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICaEaaPyozmTzk9nVQaA80FOUGLeIer6 { width:13.6875rem;height:6.9970625rem;top:10.94921875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0JlabRNyRRmfk2ibgeIARiD9Ow7z3GQ { width:11.625rem;height:2.79980625rem;top:6.6611328125rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W68SyUCPF1XRTyKmWycrEhbVzKhO2zr2 { width:11.125rem;height:1.875rem;top:3.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbS6TmRTPuWFmAOxu5ds5iVNsvBkLCBe { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rldawqaVTh7T815OKcpcQ6h8NP0OXR0k { width:20rem;height:19.5625rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMPttcOwnzWKJwWOvxly7MvPP5Ondu8 { width:20rem;height:18.75rem;top:18.9375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #yMpNe61XvkulAJV7vwr4nU7teO8x1J75 { display:block; }#yMpNe61XvkulAJV7vwr4nU7teO8x1J75 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVLEBxWgZDPduyeGHSeg93qVHgq5EXBW { width:0.5rem;height:5rem;top:139.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJG6poSR0t1aBaSysT2eSEE2mAVbx6bq { width:0.5rem;height:5rem;top:145.749025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4DbCzbRa4euKGwEDiy0avxUIqSEmTrn { width:0.5rem;height:5rem;top:151.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfFumZUuhRrtAtGwNt6ApGuAyPlvL5s7 { width:20rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdmPIBWA5Vx4lR95ITbu4dN6fzN9HpDS { width:16.5625rem;height:4.19824375rem;top:9.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEETczE1cWO46MSi5BhApQz1K6B3T4b { width:20rem;height:18.75rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMJ3UlzLWz3dknwTP4B1RQfnXpf8n5bO { width:18.3125rem;height:2.79980625rem;top:4.6875rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWmzOmZv8Ww7Nfl6adCqAwxUoN5oNADq { width:9.25rem;height:1.9121125rem;top:1.5625rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFdPbDbeNpbRgIC9RtbESET8qx7SRpHv { width:9.6875rem;height:2.0625rem;top:1.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOx215NG2FXfJoHHMJQARwJpEV1J2b9K { display:block; }#kOx215NG2FXfJoHHMJQARwJpEV1J2b9K > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwRXRC4MbEH9shoVsxwyBJD9R7x9EAk4 { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF9N5RDrwr9X2EuSSDsisvDVgKTTwRTF { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAztoKChJJGMeMk8KulGWqq3vZ921IWs { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOT9qKNHpZNPVBZ5WHbagi6oE3DTgU0n { width:13.6875rem;height:6.9970625rem;top:10.51171875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTrVVpkt1edG0TuzvG5yzKydUcvWbt5d { width:11.625rem;height:2.79980625rem;top:6.6611328125rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbFfTrOHQ9tNGNX0xd6Mta9qsgOXnbGX { width:11.125rem;height:1.875rem;top:3.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVqPyQ3zN0BKJ3uIq7AONavWJ1NlzAL0 { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGknftaLggGghLXXSZ6RKK1W7HQpHPfs { width:20rem;height:19.1875rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoogIOQS6Wzo4ONunPsKQLwmlyC6PxtD { width:20rem;height:18.75rem;top:18.3203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQndtGqMuZt5raU18DNXwBToh7GSBL2X { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e099e7cc-0944-4677-9340-d0c5978857a4/PARCDASARTS122.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X.adaptive-delivery-prevent-bg, #vQndtGqMuZt5raU18DNXwBToh7GSBL2X.lazyload, #vQndtGqMuZt5raU18DNXwBToh7GSBL2X.lazyloading { background-image: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container { background-color: transparent; background-image: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.69); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container > .video-iframe-container { display: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.69); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row > .video-iframe-container { display: none; }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .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); }#vQndtGqMuZt5raU18DNXwBToh7GSBL2X > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAi1a8eh3KG4M0aTgebeNlF2LlUud9bK { width:15.1875rem;height:3rem;top:2.75rem;left:0.9375rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fpw6P5hoCbfqPEegfk8wg2xXaVGOlMAW { width:18.125rem;height:9.597625rem;top:7rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sU1oaNS4NaxpJqzX7Z5QFyWSgSIy8FIp { width:16.6875rem;height:3.1875rem;top:17.9375rem;left:0.9375rem;z-index:15039;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7L3ugxoRgdoXhvCFdc1mQ6BhTSrKHXT { display:block; }
 }@media only screen and (max-width: 763px) { #nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC { display:block; }#nqa1ykKboSz0vr53DUUTJPUwRCvmcGXC > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5KTB03If5FTs8KvzVRiMwrGD7KlrJCn { width:20rem;height:2.5996125rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r9L0cgCowwMH7wu5ytOmT0RNxhdSd8RZ { width:4.375rem;height:4.375rem;top:1.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOw1QuQ4ri8aJiNaoM3Ai4qzGE1HeqGP { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #esw0GCeyCy70BxaMsmHIc8dKopCJis4K { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxsm2H1o5x9v9O6rTvDTbKSQ5z9iI7J5 { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DKz0W0p6rNm8MwgTBTwRQetGRbeCHm32 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNkiV2UL6Fn6y6SLvn6TOTEb0nm5J71t { display:flex;width:3.6875rem;height:3.6875rem;top:0.0625rem;left:15.625rem; }
#WNkiV2UL6Fn6y6SLvn6TOTEb0nm5J71t > img { max-width: 100%;max-height:100%; width:3.6875rem; height:3.6875rem; } }