.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:253,236,217;--color-primary-1:247,190,128;--color-primary-2:239,125,0;--color-primary-3:120,63,0;--color-primary-4:36,19,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins Semi Bold";--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:#0a0a0f;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); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { background-color: transparent; background-image: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container > .video-iframe-container { display: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container { display: none; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .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); }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { border-width: 0; border-radius: 0; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#IV6yHerk21sVo84R1oTaVSCt06DKXOWx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.59375rem;left:37.375rem;display:block; }
#P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.59375rem;left:45.875rem;display:block; }
#Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.59375rem;left:55.9375rem;display:block; }
#SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:1.5936279296875rem;left:71.5625rem;display:block; }
#rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:65.625rem;display:none; }
#mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mQX3v13pJxmvZsqE8ghVokMW972zeEvp { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.625rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#HAyZ3I4bcQJKaDxZUy6oWxTvcTr1927d { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:15.4375rem;top:1.53125rem;left:7.0625rem;overflow:hidden;display:block; }
#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { position:relative;display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { background-color: transparent; background-image: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container > .video-iframe-container { display: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row > .video-iframe-container { display: none; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .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); }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { border-width: 0; border-radius: 0; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { border-width: 0; border-radius: 0; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:1.59375rem;left:60.3125rem;display:block; }
#w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yfWtDXv5ru3e8CZOOw7QWfD402sKT0kF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:1.5936279296875rem;left:44.749755859375rem;display:none; }
#DyWRo4DilGFS8Gf18p5buRlGz3Ls0Irk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR2g3zsle9FHqDXnNrNHI4RzTExW0Mmm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:1.5936279296875rem;left:53.24951171875rem;display:none; }
#l6SaSPef8zxAapt30A64D0QLuRciFMaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EB5QeOfumcgk2RaN8dDOR9pL9noveAUt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.5936279296875rem;left:61.812133789062rem;display:none; }
#rXTNl1TLt1sUpncUc1MLZZSIKepXJMTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;overflow:visible;position:relative;display:block; }#KDk8zBVbX6sBadBFWe1xauovBne79qm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3802080154419rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { color:#ef7d00;display:block;width:75rem;position:absolute;font-family:poppins;font-size:4.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4130859375rem;left:0rem;height:5.93125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAXh7n7TDmN84NZLT4Op6L6N5bXTh1Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.343872070312rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hublKBNPaTfqu3e7NzeeBo7sJ7WKpMyx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:52.4375rem;top:16.34375rem;left:10.375rem;overflow:hidden;display:block; }
#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { position:relative;display:block; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { background-color: transparent; background-image: none; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container > .video-iframe-container { display: none; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row > .video-iframe-container { display: none; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .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); }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { border-width: 0; border-radius: 0; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vIO0OnlUVWp7bmX4vFwfIGsFOhhGUSqA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndQV9Fp0CyZKW6LTmQX8lg9TffA19WEt { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8rem;top:4.75rem;left:33.5rem;overflow:hidden;display:block; }
#SmtoBdzWpsHpOLqMAxTZTotXixgcQTha { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:41.875rem;top:23.073120117188rem;left:0rem;overflow:hidden;display:block; }
#bAoIUvuN0OgICLRt6H3aPVpxsWtDgZGU { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:37.875rem;top:18.385416984558rem;left:18.125rem;overflow:hidden;display:block; }
#khWUa4kmHz5p12pc9Aa1aFP0Nchec2HS { color:#d1d5dc;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.072916984558rem;left:3.84375rem;height:7.8rem;font-style:normal;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; }
#eHFPeFkcPShNkFyINiDWZACgc7QzSamD { color:#d1d5dc;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.625rem;left:1.8125rem;height:1.95rem;font-style:normal;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; }
#Z0vLqohSazR2E4ZqBmJlV0WhC4XaDelh { color:#d1d5dc;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.072917938233rem;left:51.28125rem;height:7.8rem;font-style:normal;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; }
#pWnAubC4s9BsCoHbG5Wbkda1Fi59NiEQ { color:#d1d5dc;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:36.625rem;left:49.5625rem;height:1.95rem;font-style:normal;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; }
#TKwq83D7g9pmP7AyBZviqXqxoLn50PMq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:39.450000762939rem;left:30.21875rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFlTbtCRKoJistXTNXAgHKMSuX2ILwqr { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:19.8125rem;top:21rem;left:27.5625rem;overflow:hidden;display:block; }
#qKNqg9rGFCXUJ2mUAAUBdbqG1DD8z05Z { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:37.75rem;top:16.6875rem;left:18.1875rem;overflow:hidden;display:block; }
#LRTIv55c8fT8IVPv2UNOAZGA95nCfHbf { box-sizing:content-box;height:8.875rem;width:55.8125rem;position:absolute;display:block;z-index:15022;background-color:#0a0a0f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.125rem;left:0rem;display:block; }
#CuSChfdEHlx95uh7ZtwT6dBQmTiB5vBz { box-sizing:content-box;height:7.3125rem;width:23.6875rem;position:absolute;display:block;z-index:15023;background-color:#0a0a0f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43rem;left:0rem;display:block; }
#Ut5fTTbUnCqAnJKNlEppQ47TeQ4bafR8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:48.635416984558rem;left:30.90625rem;display:block; }
#kNwCUXwBi322X99TWCbIC4l7z1a8A82S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { position:relative;display:block; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { background-color: transparent; background-image: none; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container > .video-iframe-container { display: none; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row > .video-iframe-container { display: none; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .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); }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { border-width: 0; border-radius: 0; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jf1t6g7Nwru5mrOgwBsNw9KXQZ3WRSdK { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8rem;top:0rem;left:33.49853515625rem;overflow:hidden;display:block; }
#WR9ymmZDW2LACMkrmWVbMRoK10FT6yTW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftDZED5D0Og6gmIvf83e3utOLJ6Ni5Ta { color:#99a1af;display:block;width:49.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:10.374145507812rem;left:12.874755859375rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9fxNXNs6TpGn8pOm4aC5RcbZdZa4swV { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15031;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:17.9375rem;left:6.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SR0dlqIuSFsnZl49EIKkARiHkMTmmkHT { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19rem;left:7.3125rem;overflow:hidden;display:block; }
#qbkhu5fdH8g596IkLDcSEsNd6obowHEO { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.75rem;height:1.625rem;font-style:normal;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; }
#dVAigaTgAOTwv4k2SO2T4qzTw8JC4Ies { color:#99a1af;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:25.637500762939rem;left:2.90625rem;height:6.800125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yezdhsvDWvf29mA5pCa0RhmNWku2qr15 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.03125rem;left:21.875rem;overflow:hidden;display:block; }
#zalvdWh716fTt5WydziHM9yqZRi33Spt { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15033;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:17.9375rem;left:20.78125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#gVEN2sM539VU9bg2Sn7mQg6RGsLg2BPC { color:#d1d5dc;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:23.125rem;left:17.84375rem;height:1.625rem;font-style:normal;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; }
#BlCfxsuSOLltqx8mLORwul5S5bZ99bcU { color:#99a1af;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:25.60000038147rem;left:16.875rem;height:6.800125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwFxfJnqGKf3dOBcBfeSrzx6FTDBVzRc { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15037;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:17.9375rem;left:35.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Qxud2FmQJEtRnxa8MLOoTJmsLNQHWwdv { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.0625rem;left:36.5rem;overflow:hidden;display:block; }
#D4WL9xAo1Th1l87IEk9MXSWIQB1SFuCs { color:#d1d5dc;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:23.125rem;left:31.4375rem;height:3.25rem;font-style:normal;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; }
#V2MTU9a2XHliTykJZtm9e7aMS3oGpRAR { color:#99a1af;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.7;letter-spacing:0;top:27.25rem;left:32.3125rem;height:5.1001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4zGyiTE7uaBh2TSX6Iysr1w1OGi4dtK { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15042;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:17.9375rem;left:50.03125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Itp5RHLGRSUrWZwmHtNHTPm5WVXRCwRK { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.03125rem;left:51.125rem;overflow:hidden;display:block; }
#ygkyy5aXxQypCT4SHoFQo5WnRQSPsz1w { color:#d1d5dc;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:23.125rem;left:45.75rem;height:3.25rem;font-style:normal;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; }
#sa0twWHaAFkcLd0MkKgs05AmbxFrSsNH { color:#99a1af;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:27.237499237061rem;left:46.28125rem;height:3.4000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4Rr0oxdLVwJb7w4fpXC6qag19GJqhBf { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15025;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:17.9375rem;left:64.65625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Clw64aUETg9NxwNAm0au5RivPDTJ5nyg { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.03125rem;left:65.75rem;overflow:hidden;display:block; }
#TrCVyAyBtx4U78WsKMRggHJICPVqC0L0 { color:#d1d5dc;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.125rem;left:59.875rem;height:1.625rem;font-style:normal;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; }
#sdb68yqJAe4T9qALl5gX80E0dOEo5T37 { color:#99a1af;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:25.625rem;left:60.75rem;height:3.4000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vI4wDVthT71uKZLpz4oOgcSJEvV6HmXV { box-sizing:content-box;height:30.125rem;width:55.8125rem;position:absolute;display:block;z-index:15023;background-color:#0a0a0f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { position:relative;display:block; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { background-color: transparent; background-image: none; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container > .video-iframe-container { display: none; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row > .video-iframe-container { display: none; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .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); }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { border-width: 0; border-radius: 0; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XMn4RfGv4O60IGFxmw36ylosfsMKgJU9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQiPTlHrRpXqo079L4TOroooeixkzTLK { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:8rem;top:0rem;left:33.5rem;overflow:hidden;display:block; }
#CdrS63BeIMaBdfff1fm0nyIym3GHAbN8 { box-sizing:content-box;height:31rem;width:19.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:11.5625rem;left:4.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#e8R3lKlBTpqyPJvCWee93JZttW8KkOkw { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:13.5625rem;left:7.8125rem;height:1.95rem;font-style:normal;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; }
#oL6IIDnWwhzx4pUk2dW6pvueZBlfIhoM { color:#99a1af;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:15.8125rem;left:6.46875rem;height:1.70003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv3yJsvVzFMdhGoNP0mbW0cQV6C3dAf6 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.125rem;top:18.375rem;left:4.6875rem;overflow:hidden;display:block; }
#QSfB84rLq0NbFVAouyheHuHRPpi1T3VT { color:rgba(var(--color-primary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:38.8125rem;left:6.46875rem;height:1.70003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcOImeFJ6Apb487o1LMxvDwHmJdAPRbc { box-sizing:content-box;height:31rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:11.5625rem;left:27.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#rNp3MD3xfEeOXfDzi65uhH4Wl4Hrmg0E { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5625rem;left:31.125rem;height:;font-style:normal;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; }
#I0BhlraX2FfgVlGfeVKyqTABAqImRq6C { color:#99a1af;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:15.8125rem;left:29.8125rem;height:1.70003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pay1ThiaiRCh8fq373xnJvvFEscKEihw { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.125rem;top:18.375rem;left:28rem;overflow:hidden;display:block; }
#C60TVRiMZlMZFgQVibyQ3QSfWevzVyZG { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:38.8125rem;left:29.8125rem;height:1.70003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgHrhL28nXH1NZTzWdSyHSfhZHOrqc3r { box-sizing:content-box;height:31rem;width:19.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#00000000' );";background-image: linear-gradient(149deg, rgba(var(--color-primary-2),0.1), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:11.5625rem;left:51.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#NHB9LsubA4l9gw4b2owqQmWabs05ZFCh { color:#d1d5dc;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5625rem;left:54.4375rem;height:1.95rem;font-style:normal;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; }
#zWZBH3vVaETaRfXLApfKRWo3qW27X2PD { color:#99a1af;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:15.8125rem;left:53.125rem;height:1.70003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpBe8iRsZTu5ZIVwG7TNndmcHePXMtvW { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:19.125rem;top:18.375rem;left:51.3125rem;overflow:hidden;display:block; }
#nt9HppT126XaUqgAAhHGfzAvLHMSUX60 { color:rgba(var(--color-primary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:38.8125rem;left:53.125rem;height:1.70003125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7kNOTxV7OMID49lN4MombibILlLcHPd { position:relative;display:block; }#v7kNOTxV7OMID49lN4MombibILlLcHPd { background-color: transparent; background-image: none; }#v7kNOTxV7OMID49lN4MombibILlLcHPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container > .video-iframe-container { display: none; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row > .video-iframe-container { display: none; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .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); }#v7kNOTxV7OMID49lN4MombibILlLcHPd { border-width: 0; border-radius: 0; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uKiFPT2Euc3VUO74z65K1xCGDQTNspDW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITAEgKeCxWZCK24An3RPmNULMLSdFNCe { box-sizing:content-box;height:0.0625rem;width:8rem;position:absolute;display:block;z-index:15005;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:33.5rem;display:block; }
#r7tf5SPg22VZrmVM1yHya8CTmeqIBbEc { box-sizing:content-box;height:12.5625rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:16.25rem;left:0.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xnGJnZW0GvRTdSiM43lJfc3fiQ7chW95 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"poppins medium";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.125rem;left:1.1875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5TMeqKfJiBIPWayegAD0Ex6s0rv6tVX { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.3);border-left:0.0625rem solid rgba(var(--color-primary-2),0.3);border-right:0.0625rem solid rgba(var(--color-primary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.3);top:18.625rem;left:7.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#fZytHfubdrCnm7GpNnKN1naOAVBZIEtz { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.6875rem;left:8.125rem;overflow:hidden;display:block; }
#dHEm1lRbwwTzsuTLyDcDPfHklmlPTnBF { box-sizing:content-box;height:12.5625rem;width:17.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:16.25rem;left:19.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tsmIXq76CsrJTBrxJ4h8S1X1TrrOf731 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"poppins medium";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEZ1GRUUqDaUeGDQ8cGzZHmTwJApQlHu { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15021;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.3);border-left:0.0625rem solid rgba(var(--color-primary-2),0.3);border-right:0.0625rem solid rgba(var(--color-primary-2),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.3);top:18.625rem;left:26.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#uAHkxI2VrSC0apE6uHvLAVfzU95CSPeb { box-sizing:content-box;height:12.5625rem;width:17.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:16.25rem;left:38.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QZbNGz3c6CZ6ok5lnl0WqTVWpHUa7060 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"poppins medium";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:24.25rem;left:39.34375rem;height:1.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;text-align:center;text-align-last:center;display:block; }
#adhn9dL4E511iq3zMTOMzN226965nZUW { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15031;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:18.625rem;left:45.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#oerci9n1z3nezpRDiae3fJT5eXRbVgKB { box-sizing:content-box;height:12.5625rem;width:17.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:16.25rem;left:57.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#AdP5DuqoTMbOSMncoR3JEQmOTTpB3IZs { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"poppins medium";font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:24.25rem;left:58.71875rem;height:1.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;text-align:center;text-align-last:center;display:block; }
#iSXMLOItPyTPfnxeV10RaSN3svvalBVJ { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15040;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:18.625rem;left:64rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#PlZy0LmZJovdObhFNTvU8fqrEehBH51D { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:12.5625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:16.3125rem;left:0.25rem;display:block; }
#O8a35gXQzAaibh0M859ZeTVT531tRA2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RdHTfrDZTeUTVEliBBVBfcV7xKcodaaL { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:12.5625rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:16.3125rem;left:19.25rem;display:block; }
#fy5BoZNz6ft1ZZcEsKT5fM6ZDOLr1NnJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIAtk7kQPLfub85EcTyfDvldCPgEI30t { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:12.5625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:16.3125rem;left:38.25rem;display:block; }
#wDcHrPK9vQReNx1mUHy2ut87KxZU49fG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCTbTwe2LDT4B4XuGIC2TFQWsizQ1vfo { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:12.5625rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:16.3125rem;left:57.1875rem;display:block; }
#UV3qoVSZ6W2o7cx5fThSx5bTUVn1orH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icbh3wQcNEqSZILryRhkSJCNDTGHuIVG { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:7.999875rem;top:0rem;left:33.49853515625rem;overflow:hidden;display:block; }
#lKX4wZKRTF8l0PIk4BSTu8CEOkez1ehf { box-sizing:content-box;height:0.375rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:0rem;display:block; }
#H0VVrwJXU15NSXlHZtqLtGqrizmdved0 { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.6875rem;left:27.125rem;overflow:hidden;display:block; }
#hGCkszCCUoNAdKSHM1ksGOmXLHiDlvHy { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.6875rem;left:46.125rem;overflow:hidden;display:block; }
#mPEwUogdaACwcoql3hc2UWAELdP0GRk1 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.6875rem;left:65.0625rem;overflow:hidden;display:block; }
#wVefT1l4UMXThwolVupCLHMPr210q5OW { position:relative;display:block; }#wVefT1l4UMXThwolVupCLHMPr210q5OW { background-color: transparent; background-image: none; }#wVefT1l4UMXThwolVupCLHMPr210q5OW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container > .video-iframe-container { display: none; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row > .video-iframe-container { display: none; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .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); }#wVefT1l4UMXThwolVupCLHMPr210q5OW { border-width: 0; border-radius: 0; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#awpTVkGFDQQ2FK0CNm0FOD1UJVLZFlVa { box-sizing:content-box;height:19.6875rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#99a1af;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:1.5rem;display:block; }
#UZcmmNnHMaMUJHUyXGXHZyVO0yGMrBLG { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:0rem;left:0rem;display:block; }
#gKBlH6XqKDdGal4IQ9cg98Ti89V8DD3q { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z7FAswKlkkAiI8xbKAwWHSfN97s6A5PB { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:6.4375rem;left:0rem;display:block; }
#NJ2BiJRtR9phGfpWCk8nVB4la2WzNhvq { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yAEWnhWuJy8dpRTQ80yQsZdCxRXOZHvl { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:13rem;left:0rem;display:block; }
#G0Twbq9tUuv3vIQaB1vPIBeZ97btlXac { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.625rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uQuymUwMGBi5Wsm9GOqz33sv4Eq4BX7v { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.2);border-left:0.125rem solid rgba(255,255,255,0.2);border-right:0.125rem solid rgba(255,255,255,0.2);border-bottom:0.125rem solid rgba(255,255,255,0.2);top:19.375rem;left:0rem;display:block; }
#fnNCVzRJfop00p3dOV6sX7X7LJcI6i6D { color:#6a7282;display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tLunaiPouiBkGTGwQr201yfv4TnFQ3Wk { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.0625rem;left:0rem;display:block; }
#uvVRyfw56gqnXyggos572U3LTnn95KNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzFofOJoWGqMIy7kbeO1NE48BUWio2xs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.5rem;left:0rem;display:block; }
#VnTuVbWIO6gT34HbDe4szSi28t1hAAzs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUFdCJh11cwekrKapSUbdEknXCHlKSa9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.0625rem;left:0rem;display:block; }
#I9ydUAiTg8QsNAtPxfk9MyBLkLnkHpK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfazZkxsqNpqFyKT0BHWpnBXiWfluSmx { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.875rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.5rem;left:0rem;display:block; }
#yBDzz2LbasVBWlL8oVEmxTy8pHkTQSly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGJ0Cbh9carChb2IL4rWErAUPt8tTOwt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SCst3muh6llGT2gAyxEKifWfyhXyDqPg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#v0u9TAmz6c2d5X5VOEb1yeJwvi7fEbzC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Bc1CwlbWcXCQVhispSslDTopABqHlrcH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { position:relative;display:block; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { background-color: transparent; background-image: none; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container > .video-iframe-container { display: none; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row > .video-iframe-container { display: none; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .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); }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { border-width: 0; border-radius: 0; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FKEbtvvsT4iaV0AgE8Z2vRXcSAaVhrVa { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:11.612499237061rem;left:35.450000762939rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nL087fIbrPJz1WZUGnkN53H6q3l0aMuW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:12.187486648559rem;left:36.125rem;overflow:hidden;display:block; }
#nU3kQzbCrS0304FI7t4QBhzOfq8hcbGl { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.187486648559rem;left:39.518749237061rem;height:1.95rem;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; }
#ZQ2wQqmcrp7E9OH3ZF7CnIQaPuW53qUG { color:#99a1af;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:15.687498092651rem;left:39.518749237061rem;height:6.800125rem;font-style:normal;display:block; }
#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD { box-sizing:content-box;height:18.8739375rem;width:33.6864375rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc4988df-2ddf-41b9-a273-a066815288c7/videookl.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0rem 0rem 3.125rem rgba(239,125,0,0.4) ;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:5.9072914123535rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD.adaptive-delivery-prevent-bg, #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD.lazyload, #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD.lazyloading { background-image: none; }
#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem; }#R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#qnC6a52G183U8VbmwSdSpROp8cs80EXf { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:2.374875rem;width:33.81225rem;top:22.546630859375rem;left:0rem;overflow:hidden;display:block; }
#h374TmsgGbMN4nTHaa99RvF9ACOu7zso { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:10.5625rem;left:13.0625rem;overflow:hidden;display:block; }
#SfPM7k3XEelebmEHbopgyhn4nsAxl0zQ { position:absolute;display:block;z-index:14997;height:18.875rem;width:33.5rem;top:5.9375rem;left:0.125rem;display:block; }
#Tssxk7d6tUTOH3dxLWqa8zzNhOAgCBI6 { position:absolute;display:block;z-index:15068;height:1.125rem;width:38.75rem;top:0rem;left:18.90625rem;display:block; }
#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R { position:relative;display:block; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R { background-color: transparent; background-image: none; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row .container > .video-iframe-container { display: none; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row > .video-iframe-container { display: none; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .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); }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R { border-width: 0; border-radius: 0; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PtZbTPnPz56klZRs0G3rlOQhxe739Pwe { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.75rem;left:0.875rem;overflow:hidden;display:block; }
#EIKR0G3M4oTe0cVKPtOdfP721U2zPKkO { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:10rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#RKQDw71hWCSe1ZGDy8o5l0n9Ek4C6PWk { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.5625rem;left:4.0625rem;height:1.95rem;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; }
#LnZGiGMlfPLyrXerDDKBg1JoZdQkSgPN { color:#99a1af;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:14.0625rem;left:4.0625rem;height:6.800125rem;font-style:normal;display:block; }
#UnVJ0AL5AWuhRnVr4MsizCVzeMRI7ZMB { position:absolute;display:block;z-index:15068;height:1.125rem;width:38.75rem;top:0rem;left:18.90625rem;display:block; }
#HRZl9wr4xLV0vbyBFnsvIOCoZQmMAkSG { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:37.5625rem;top:0rem;left:37.4375rem;overflow:hidden;display:block; }
#udhTF2T5aueh8ol6Rv6A99XApCccROzm { position:relative;display:block; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm { background-color: transparent; background-image: none; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row .container > .video-iframe-container { display: none; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row > .video-iframe-container { display: none; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .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); }#udhTF2T5aueh8ol6Rv6A99XApCccROzm { border-width: 0; border-radius: 0; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FMzrM8yhN7b0JpV9oLiw0GJMJwpRgcPo { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7rem;left:39.518749237061rem;height:1.95rem;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; }
#H4KIByel8yIaz8oQioJ3BfbiA3HUAPoD { color:#99a1af;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:10.5rem;left:39.518749237061rem;height:5.1001rem;font-style:normal;display:block; }
#vihhbLPNyOuPFaH0pJ4yGy38N4Lg6vNa { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:16.625000953674rem;left:39.518749237061rem;height:1.70003125rem;font-style:normal;display:block; }
#uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC { color:#99a1af;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:19.125000953674rem;left:39.518749237061rem;height:9.1251875rem;font-style:normal;display:block; }#uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3a2e85cff4c07aa4cba2194a59a899d2e138f60.svg); }
#Nf6AbAfNQE3BP06Jg4iBmRN2P0pRfeNr { position:absolute;display:block;z-index:15068;height:1.125rem;width:38.75rem;top:0rem;left:18.90625rem;display:block; }
#s7f32a6zzVVGVcy4Nd0w25DIhfVeSUkk { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:6.4250030517575rem;left:35.450000762939rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#IvT2TAHCITQrwUI1bLQBiSeAbqn7c5xy { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:7.1875rem;left:36.25rem;overflow:hidden;display:block; }
#S0b0EzaLd6sDeTtAtWWrEpmqZybIfknu { position:absolute;display:block;z-index:15069;height:24.8125rem;width:32.0625rem;top:4.25rem;left:0rem;display:block; }
#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { position:relative;display:block; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { background-color: transparent; background-image: none; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container > .video-iframe-container { display: none; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row > .video-iframe-container { display: none; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .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); }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { border-width: 0; border-radius: 0; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KeTTlza7MhKhTtvIhHDsVn2fTvcLkcOq { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.5625rem;left:4.0625rem;height:1.95rem;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; }
#fE5uWPi5mKHLPOx9OJdqqrtUH0zcwB3H { color:#99a1af;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.7;letter-spacing:0;top:14.0625rem;left:4.0625rem;height:5.1001rem;font-style:normal;display:block; }
#KVIUHoX6OPzgfvP18PJOZgQmJfbt3DOR { color:#99a1af;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:20.875023841858rem;left:4.0625rem;height:1.70003125rem;font-style:normal;display:block; }
#MDMcFpJVBHW7wpRA51yyNzgIOA8eVtqx { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15013;background-color:rgba(239,125,0,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(239,125,0,0.3);border-left:0.0625rem solid rgba(239,125,0,0.3);border-right:0.0625rem solid rgba(239,125,0,0.3);border-bottom:0.0625rem solid rgba(239,125,0,0.3);top:10rem;left:0rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#dMONh1RlRdldRQyCiKhyM2UzFQTymRk1 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.75rem;left:0.8125rem;overflow:hidden;display:block; }
#Mc1CEvto4fxSG00kHXNaBOq1yHxN7HvC { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:31.125rem;top:3.4562501907349rem;left:41.125rem;overflow:hidden;display:block; }
#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { position:relative;display:block; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { background-color: transparent; background-image: none; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container > .video-iframe-container { display: none; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row > .video-iframe-container { display: none; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .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); }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { border-width: 0; border-radius: 0; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tF7euxkF9H0OPmLItG6TJE0UXqp1F1Gp { position:absolute;display:block;z-index:15071;height:1.125rem;width:38.75rem;top:3.15625rem;left:18.125rem;display:block; }
#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { background-color: transparent; background-image: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container > .video-iframe-container { display: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container { display: none; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .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); }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { border-width: 0; border-radius: 0; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.625rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15011;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:0rem;display:block; }
#kQfoqDZWcEnovy10RaIVUZhGgohRmgWB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:11.3125rem;left:0rem;display:block; }
#KLG5c6r077QFz1aHbfZ1wZHzvwQOvI7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JILL6uxfSnxvopfsQFrqVkg9HgT7bm70 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:13.875rem;left:1.4375rem;display:block; }
#Dwt19s6HThpsElppQMPmDxho523sNi1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShzwvBG1sFwEQeefAHeqq70SZya7Auey { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:14.3125rem;left:0rem;overflow:hidden;display:block; }
#yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:23.75rem;display:block; }
#wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.625rem;left:23.75rem;height:1.625rem;font-style:normal;display:block; }
#qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.875rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:8.6489868164062rem;left:23.75rem;display:block; }
#hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7FgS9uvyZBT3C56FTPQWzqwN802zzOA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:11.3125rem;left:23.75rem;display:block; }
#m7Jc00kRqu4JEqLQxyOUORT7fszgFQWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GehA9Rb4spaqn4lvm84boxWlZkatqG9W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#99a1af;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:13.875rem;left:23.75rem;display:block; }
#RlunZpr7P7oEDMVBHZPd1gNdoZzqGOpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:4.625rem;left:47.6875rem;height:1.625rem;font-style:normal;display:block; }
#m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { box-sizing:content-box;height:0.0625rem;width:4rem;position:absolute;display:block;z-index:15014;background-color:rgba(239,125,0,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:47.6875rem;display:block; }
#cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:47.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:8.9375rem;left:47.6875rem;display:block; }
#Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.75rem;left:48.5rem;overflow:hidden;display:block; }
#W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:51.5625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#EacEsXheBigwifEuftNzwRi2yEauz74W { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:8.9375rem;left:51.5625rem;display:block; }
#IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.75rem;left:52.375rem;overflow:hidden;display:block; }
#OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.05);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:55.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:8.9375rem;left:55.4375rem;display:block; }
#Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.75rem;left:56.25rem;overflow:hidden;display:block; }
#EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:0rem;display:block; }
#p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { color:#6a7282;display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.375rem;left:0rem;height:1.13769375rem;display:block; }
#W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6a7282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:20.00625038147rem;left:61.0625rem;display:block; }
#ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6a7282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:20.00625038147rem;left:70.6875rem;display:block; }
#LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#zg1yixsFC1DwFTwAOBGKZm1G1VitP7Gx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:8.625rem;left:0rem;display:block; }
#nzhSM4oizZoJdQC2yERTGOxVpfK7166x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6a7282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:20.00625038147rem;left:50.5rem;display:block; }
#TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV6yHerk21sVo84R1oTaVSCt06DKXOWx { width:6.4375rem;height:1.875rem;top:1.5625rem;left:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block; }
 }@media only screen and (max-width: 763px) { #fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { width:7.6875rem;height:1.875rem;top:1.5625rem;left:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block; }
 }@media only screen and (max-width: 763px) { #hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { width:13.5625rem;height:1.875rem;top:1.5625rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block; }
 }@media only screen and (max-width: 763px) { #neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { width:3.5rem;height:1.875rem;top:1.5625rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block; }
 }@media only screen and (max-width: 763px) { #EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { width:9.375rem;height:2.5rem;top:1.25rem;left:38.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { width:2.625rem;height:2.625rem;top:1.21875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQX3v13pJxmvZsqE8ghVokMW972zeEvp { width:5.625rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAyZ3I4bcQJKaDxZUy6oWxTvcTr1927d { width:15.4375rem;height:2rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { position:relative;z-index:auto;display:block; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { width:3.5rem;height:1.875rem;top:13.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block; }
 }@media only screen and (max-width: 763px) { #xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { width:1.375rem;height:1.375rem;left:14.25rem;top:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfWtDXv5ru3e8CZOOw7QWfD402sKT0kF { width:6.4375rem;height:1.875rem;top:1.5625rem;left:31.124755859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyWRo4DilGFS8Gf18p5buRlGz3Ls0Irk { display:block; }
 }@media only screen and (max-width: 763px) { #IR2g3zsle9FHqDXnNrNHI4RzTExW0Mmm { width:6.125rem;height:1.875rem;top:1.5625rem;left:39.62451171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6SaSPef8zxAapt30A64D0QLuRciFMaB { display:block; }
 }@media only screen and (max-width: 763px) { #EB5QeOfumcgk2RaN8dDOR9pL9noveAUt { width:7.6875rem;height:1.875rem;top:1.5625rem;left:40.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXTNl1TLt1sUpncUc1MLZZSIKepXJMTx { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDk8zBVbX6sBadBFWe1xauovBne79qm6 { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { width:47.75rem;height:4.0625rem;top:8.5rem;left:-0.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAXh7n7TDmN84NZLT4Op6L6N5bXTh1Hc { top:14.3125rem;left:0rem;width:47.75rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hublKBNPaTfqu3e7NzeeBo7sJ7WKpMyx { width:47.75rem;height:33.863230035757rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { display:block; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIO0OnlUVWp7bmX4vFwfIGsFOhhGUSqA { top:9.875rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQV9Fp0CyZKW6LTmQX8lg9TffA19WEt { width:8rem;height:0.0625rem;top:4.75rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmtoBdzWpsHpOLqMAxTZTotXixgcQTha { width:41.875rem;height:23.3125rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoIUvuN0OgICLRt6H3aPVpxsWtDgZGU { width:37.875rem;height:30.25rem;top:18.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khWUa4kmHz5p12pc9Aa1aFP0Nchec2HS { width:20rem;height:4.87426875rem;top:8.375rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHFPeFkcPShNkFyINiDWZACgc7QzSamD { width:20rem;height:1.625rem;top:8.375rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0vLqohSazR2E4ZqBmJlV0WhC4XaDelh { width:20rem;height:3.25rem;top:8.375rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWnAubC4s9BsCoHbG5Wbkda1Fi59NiEQ { width:20rem;height:1.625rem;top:8.375rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwq83D7g9pmP7AyBZviqXqxoLn50PMq { top:39.4375rem;left:16.59375rem;width:13.6875rem;height:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlTbtCRKoJistXTNXAgHKMSuX2ILwqr { width:19.8125rem;height:26.3125rem;top:21rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKNqg9rGFCXUJ2mUAAUBdbqG1DD8z05Z { width:37.75rem;height:33.5625rem;top:16.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTIv55c8fT8IVPv2UNOAZGA95nCfHbf { width:47.75rem;height:8.875rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuSChfdEHlx95uh7ZtwT6dBQmTiB5vBz { width:23.6875rem;height:7.3125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5fTTbUnCqAnJKNlEppQ47TeQ4bafR8 { width:13.1875rem;height:3.75rem;top:48.625rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwCUXwBi322X99TWCbIC4l7z1a8A82S { display:block; }
 }@media only screen and (max-width: 763px) { #FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { display:block; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container { width:47.75rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf1t6g7Nwru5mrOgwBsNw9KXQZ3WRSdK { width:8rem;height:0.0625rem;top:0rem;left:19.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9ymmZDW2LACMkrmWVbMRoK10FT6yTW { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDZED5D0Og6gmIvf83e3utOLJ6Ni5Ta { width:21.5625rem;height:5.95rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fxNXNs6TpGn8pOm4aC5RcbZdZa4swV { width:3rem;height:3rem;top:21.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0dlqIuSFsnZl49EIKkARiHkMTmmkHT { width:1.5rem;height:1.5rem;top:22.625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbkhu5fdH8g596IkLDcSEsNd6obowHEO { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAigaTgAOTwv4k2SO2T4qzTw8JC4Ies { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yezdhsvDWvf29mA5pCa0RhmNWku2qr15 { width:1.5rem;height:1.5rem;top:22.625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalvdWh716fTt5WydziHM9yqZRi33Spt { width:3rem;height:3rem;top:21.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVEN2sM539VU9bg2Sn7mQg6RGsLg2BPC { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlCfxsuSOLltqx8mLORwul5S5bZ99bcU { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwFxfJnqGKf3dOBcBfeSrzx6FTDBVzRc { width:3rem;height:3rem;top:21.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxud2FmQJEtRnxa8MLOoTJmsLNQHWwdv { width:1.5rem;height:1.5rem;top:22.625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WL9xAo1Th1l87IEk9MXSWIQB1SFuCs { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2MTU9a2XHliTykJZtm9e7aMS3oGpRAR { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4zGyiTE7uaBh2TSX6Iysr1w1OGi4dtK { width:3rem;height:3rem;top:21.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itp5RHLGRSUrWZwmHtNHTPm5WVXRCwRK { width:1.5rem;height:1.5rem;top:22.625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkyy5aXxQypCT4SHoFQo5WnRQSPsz1w { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0twWHaAFkcLd0MkKgs05AmbxFrSsNH { width:21.5625rem;height:1.4875rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Rr0oxdLVwJb7w4fpXC6qag19GJqhBf { width:3rem;height:3rem;top:21.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clw64aUETg9NxwNAm0au5RivPDTJ5nyg { width:1.5rem;height:1.5rem;top:22.625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCVyAyBtx4U78WsKMRggHJICPVqC0L0 { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdb68yqJAe4T9qALl5gX80E0dOEo5T37 { width:21.5625rem;height:1.4875rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI4wDVthT71uKZLpz4oOgcSJEvV6HmXV { width:47.75rem;height:30.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { display:block; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMn4RfGv4O60IGFxmw36ylosfsMKgJU9 { width:47.75rem;height:4.0625rem;top:4rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiPTlHrRpXqo079L4TOroooeixkzTLK { width:8rem;height:0.0625rem;top:0rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdrS63BeIMaBdfff1fm0nyIym3GHAbN8 { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8R3lKlBTpqyPJvCWee93JZttW8KkOkw { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6IIDnWwhzx4pUk2dW6pvueZBlfIhoM { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv3yJsvVzFMdhGoNP0mbW0cQV6C3dAf6 { width:19.125rem;height:19.3125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSfB84rLq0NbFVAouyheHuHRPpi1T3VT { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOImeFJ6Apb487o1LMxvDwHmJdAPRbc { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNp3MD3xfEeOXfDzi65uhH4Wl4Hrmg0E { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0BhlraX2FfgVlGfeVKyqTABAqImRq6C { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pay1ThiaiRCh8fq373xnJvvFEscKEihw { width:19.125rem;height:19.3125rem;top:18.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60TVRiMZlMZFgQVibyQ3QSfWevzVyZG { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgHrhL28nXH1NZTzWdSyHSfhZHOrqc3r { width:28.9375rem;height:8.625rem;top:20.6875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHB9LsubA4l9gw4b2owqQmWabs05ZFCh { width:22.125rem;height:1.3rem;top:22rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZBH3vVaETaRfXLApfKRWo3qW27X2PD { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBe8iRsZTu5ZIVwG7TNndmcHePXMtvW { width:19.125rem;height:19.3125rem;top:18.375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt9HppT126XaUqgAAhHGfzAvLHMSUX60 { width:21.5625rem;height:2.975rem;top:23.75rem;left:24.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kNOTxV7OMID49lN4MombibILlLcHPd { display:block; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container { width:47.75rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKiFPT2Euc3VUO74z65K1xCGDQTNspDW { width:47.75rem;height:4.0625rem;top:4rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITAEgKeCxWZCK24An3RPmNULMLSdFNCe { width:8rem;height:0.0625rem;top:10.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tf5SPg22VZrmVM1yHya8CTmeqIBbEc { width:18rem;height:23.875rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnGJnZW0GvRTdSiM43lJfc3fiQ7chW95 { width:15.1875rem;height:4.0625rem;top:21.6875rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TMeqKfJiBIPWayegAD0Ex6s0rv6tVX { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZytHfubdrCnm7GpNnKN1naOAVBZIEtz { width:1.75rem;height:1.75rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEm1lRbwwTzsuTLyDcDPfHklmlPTnBF { width:18rem;height:23.875rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmIXq76CsrJTBrxJ4h8S1X1TrrOf731 { width:16.6875rem;height:2.03125rem;top:21.6875rem;left:26.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZ1GRUUqDaUeGDQ8cGzZHmTwJApQlHu { width:3.5rem;height:3.5rem;top:33.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHkxI2VrSC0apE6uHvLAVfzU95CSPeb { width:18rem;height:23.875rem;top:43.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbNGz3c6CZ6ok5lnl0WqTVWpHUa7060 { width:16.6875rem;height:1.71875rem;top:51.0625rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adhn9dL4E511iq3zMTOMzN226965nZUW { width:3.5rem;height:3.5rem;top:62.75rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerci9n1z3nezpRDiae3fJT5eXRbVgKB { width:18rem;height:23.875rem;top:43.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdP5DuqoTMbOSMncoR3JEQmOTTpB3IZs { width:14.6875rem;height:3.4375rem;top:51.0625rem;left:26.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXMLOItPyTPfnxeV10RaSN3svvalBVJ { width:3.5rem;height:3.5rem;top:62.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlZy0LmZJovdObhFNTvU8fqrEehBH51D { width:18.125rem;height:24rem;top:14.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8a35gXQzAaibh0M859ZeTVT531tRA2W { display:block; }
 }@media only screen and (max-width: 763px) { #RdHTfrDZTeUTVEliBBVBfcV7xKcodaaL { width:18.125rem;height:24rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5BoZNz6ft1ZZcEsKT5fM6ZDOLr1NnJ { display:block; }
 }@media only screen and (max-width: 763px) { #yIAtk7kQPLfub85EcTyfDvldCPgEI30t { width:18.125rem;height:24rem;top:43.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcHrPK9vQReNx1mUHy2ut87KxZU49fG { display:block; }
 }@media only screen and (max-width: 763px) { #nCTbTwe2LDT4B4XuGIC2TFQWsizQ1vfo { width:18.125rem;height:24rem;top:43.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3qoVSZ6W2o7cx5fThSx5bTUVn1orH3 { display:block; }
 }@media only screen and (max-width: 763px) { #icbh3wQcNEqSZILryRhkSJCNDTGHuIVG { width:7.9375rem;height:0.061770466140096rem;top:0rem;left:19.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKX4wZKRTF8l0PIk4BSTu8CEOkez1ehf { width:18.125rem;height:0.375rem;top:39.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VVrwJXU15NSXlHZtqLtGqrizmdved0 { width:1.6875rem;height:1.6875rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGCkszCCUoNAdKSHM1ksGOmXLHiDlvHy { width:1.6875rem;height:1.6875rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPEwUogdaACwcoql3hc2UWAELdP0GRk1 { width:1.6875rem;height:1.6875rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVefT1l4UMXThwolVupCLHMPr210q5OW { display:block; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awpTVkGFDQQ2FK0CNm0FOD1UJVLZFlVa { width:0.0625rem;height:19.6875rem;top:1.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcmmNnHMaMUJHUyXGXHZyVO0yGMrBLG { width:2.75rem;height:2.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBlH6XqKDdGal4IQ9cg98Ti89V8DD3q { width:1.75rem;height:1.625rem;top:0.625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FAswKlkkAiI8xbKAwWHSfN97s6A5PB { width:2.75rem;height:2.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2BiJRtR9phGfpWCk8nVB4la2WzNhvq { width:1.75rem;height:1.625rem;top:7.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAEWnhWuJy8dpRTQ80yQsZdCxRXOZHvl { width:2.75rem;height:2.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Twbq9tUuv3vIQaB1vPIBeZ97btlXac { width:1.75rem;height:1.625rem;top:13.625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuymUwMGBi5Wsm9GOqz33sv4Eq4BX7v { width:2.75rem;height:2.75rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnNCVzRJfop00p3dOV6sX7X7LJcI6i6D { width:1.75rem;height:1.625rem;top:20rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLunaiPouiBkGTGwQr201yfv4TnFQ3Wk { width:2.875rem;height:2.875rem;top:0.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVRyfw56gqnXyggos572U3LTnn95KNb { display:block; }
 }@media only screen and (max-width: 763px) { #nzFofOJoWGqMIy7kbeO1NE48BUWio2xs { width:2.875rem;height:2.875rem;top:6.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTuVbWIO6gT34HbDe4szSi28t1hAAzs { display:block; }
 }@media only screen and (max-width: 763px) { #FUFdCJh11cwekrKapSUbdEknXCHlKSa9 { width:2.875rem;height:2.875rem;top:13.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ydUAiTg8QsNAtPxfk9MyBLkLnkHpK4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZfazZkxsqNpqFyKT0BHWpnBXiWfluSmx { width:2.875rem;height:2.875rem;top:19.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDzz2LbasVBWlL8oVEmxTy8pHkTQSly { display:block; }
 }@media only screen and (max-width: 763px) { #lGJ0Cbh9carChb2IL4rWErAUPt8tTOwt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCst3muh6llGT2gAyxEKifWfyhXyDqPg { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0u9TAmz6c2d5X5VOEb1yeJwvi7fEbzC { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bc1CwlbWcXCQVhispSslDTopABqHlrcH { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { display:block; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container { width:47.75rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKEbtvvsT4iaV0AgE8Z2vRXcSAaVhrVa { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL087fIbrPJz1WZUGnkN53H6q3l0aMuW { width:1.75rem;height:1.75rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU3kQzbCrS0304FI7t4QBhzOfq8hcbGl { width:21.5rem;height:2.19375rem;top:15.0625rem;left:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2wQqmcrp7E9OH3ZF7CnIQaPuW53qUG { width:35.4375rem;height:6.796875rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD { width:35.625rem;height:21.4375rem;top:26.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnC6a52G183U8VbmwSdSpROp8cs80EXf { width:35.625rem;height:2.6875rem;top:45.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h374TmsgGbMN4nTHaa99RvF9ACOu7zso { width:7.875rem;height:7.875rem;top:33.71875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPM7k3XEelebmEHbopgyhn4nsAxl0zQ { top:26.9375rem;left:6.0625rem;width:35.625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tssxk7d6tUTOH3dxLWqa8zzNhOAgCBI6 { top:0rem;left:5.28125rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfvzCviigtu6mxKrCKnii7C16Z9wg3R { display:block; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row .container { width:47.75rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtZbTPnPz56klZRs0G3rlOQhxe739Pwe { width:1.5rem;height:1.5rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIKR0G3M4oTe0cVKPtOdfP721U2zPKkO { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKQDw71hWCSe1ZGDy8o5l0n9Ek4C6PWk { width:21.5rem;height:2.19375rem;top:15.0625rem;left:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnZGiGMlfPLyrXerDDKBg1JoZdQkSgPN { width:35.4375rem;height:5.09765625rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVJ0AL5AWuhRnVr4MsizCVzeMRI7ZMB { top:0rem;left:5.28125rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZl9wr4xLV0vbyBFnsvIOCoZQmMAkSG { width:37.5625rem;height:32.1875rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udhTF2T5aueh8ol6Rv6A99XApCccROzm { display:block; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row .container { width:47.75rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMzrM8yhN7b0JpV9oLiw0GJMJwpRgcPo { width:21.5rem;height:2.19375rem;top:15.0625rem;left:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4KIByel8yIaz8oQioJ3BfbiA3HUAPoD { width:35.4375rem;height:5.09765625rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihhbLPNyOuPFaH0pJ4yGy38N4Lg6vNa { width:35.4375rem;height:1.69921875rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC { width:35.4375rem;height:9.121125rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }#uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3a2e85cff4c07aa4cba2194a59a899d2e138f60.svg); }
 }@media only screen and (max-width: 763px) { #Nf6AbAfNQE3BP06Jg4iBmRN2P0pRfeNr { top:0rem;left:5.28125rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7f32a6zzVVGVcy4Nd0w25DIhfVeSUkk { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvT2TAHCITQrwUI1bLQBiSeAbqn7c5xy { width:1.5rem;height:1.5rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0b0EzaLd6sDeTtAtWWrEpmqZybIfknu { width:32.0625rem;height:24.8125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { display:block; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container { width:47.75rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeTTlza7MhKhTtvIhHDsVn2fTvcLkcOq { width:21.5rem;height:2.19375rem;top:15.0625rem;left:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE5uWPi5mKHLPOx9OJdqqrtUH0zcwB3H { width:35.4375rem;height:3.3984375rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVIUHoX6OPzgfvP18PJOZgQmJfbt3DOR { width:35.4375rem;height:1.69921875rem;top:20.6875rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDMcFpJVBHW7wpRA51yyNzgIOA8eVtqx { width:3.5rem;height:3.5rem;top:33.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMONh1RlRdldRQyCiKhyM2UzFQTymRk1 { width:1.5rem;height:1.5rem;top:34.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc1CEvto4fxSG00kHXNaBOq1yHxN7HvC { width:31.125rem;height:26.3125rem;top:3.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { display:block; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF7euxkF9H0OPmLItG6TJE0UXqp1F1Gp { top:0rem;left:4.5rem;width:38.75rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { width:7.625rem;height:1.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { width:4rem;height:0.0625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQfoqDZWcEnovy10RaIVUZhGgohRmgWB { width:8.375rem;height:1.875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLG5c6r077QFz1aHbfZ1wZHzvwQOvI7u { display:block; }
 }@media only screen and (max-width: 763px) { #JILL6uxfSnxvopfsQFrqVkg9HgT7bm70 { width:6.0625rem;height:1.875rem;top:13.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwt19s6HThpsElppQMPmDxho523sNi1s { display:block; }
 }@media only screen and (max-width: 763px) { #ShzwvBG1sFwEQeefAHeqq70SZya7Auey { width:1rem;height:1rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { width:4rem;height:0.0625rem;top:7.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { width:12.5rem;height:1.13769375rem;top:4.625rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { width:6.0625rem;height:1.875rem;top:8.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block; }
 }@media only screen and (max-width: 763px) { #s7FgS9uvyZBT3C56FTPQWzqwN802zzOA { width:8.125rem;height:1.875rem;top:11.3125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Jc00kRqu4JEqLQxyOUORT7fszgFQWE { display:block; }
 }@media only screen and (max-width: 763px) { #GehA9Rb4spaqn4lvm84boxWlZkatqG9W { width:10rem;height:1.875rem;top:13.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlunZpr7P7oEDMVBHZPd1gNdoZzqGOpR { display:block; }
 }@media only screen and (max-width: 763px) { #lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { width:12.5rem;height:1.13769375rem;top:4.625rem;left:34.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { width:4rem;height:0.0625rem;top:7.3125rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { width:3rem;height:3rem;top:8.9375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { width:3rem;height:3rem;top:8.9375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block; }
 }@media only screen and (max-width: 763px) { #se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { width:1.25rem;height:1.25rem;top:9.75rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { width:3rem;height:3rem;top:8.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacEsXheBigwifEuftNzwRi2yEauz74W { width:3rem;height:3rem;top:8.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block; }
 }@media only screen and (max-width: 763px) { #SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { width:1.25rem;height:1.25rem;top:9.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { width:3rem;height:3rem;top:8.9375rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { width:3rem;height:3rem;top:8.9375rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block; }
 }@media only screen and (max-width: 763px) { #hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { width:1.25rem;height:1.25rem;top:9.75rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { width:47.75rem;height:0.0625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { width:22.5625rem;height:1.95rem;top:20.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { width:7.3125rem;height:1.875rem;top:20.0625rem;left:35.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block; }
 }@media only screen and (max-width: 763px) { #QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { width:3.6875rem;height:1.875rem;top:20.0625rem;left:44.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block; }
 }@media only screen and (max-width: 763px) { #DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { width:47.75rem;height:0.039791666666667rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg1yixsFC1DwFTwAOBGKZm1G1VitP7Gx { width:6.6875rem;height:1.875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzhSM4oizZoJdQC2yERTGOxVpfK7166x { display:block; }
 }@media only screen and (max-width: 763px) { #BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { width:8.125rem;height:1.875rem;top:20.0625rem;left:26.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GzlparFEL5CHmUzObAhTkK0p7Xq9kkCN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IV6yHerk21sVo84R1oTaVSCt06DKXOWx { width:5.5rem;height:1.875rem;top:6.1875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5r29qFz6yLMQKNarIOa2hITzwEUi7JK { display:block; }
 }@media only screen and (max-width: 763px) { #fJTTOGHmUzC29TaFkr7MRua0AAnPUVZG { width:6.125rem;height:1.875rem;top:9.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cc0uCMTc9zU1KORH7ExLft8yX13aBP1a { display:block; }
 }@media only screen and (max-width: 763px) { #hLrqwrdR2pA9RO0ymTcNu8vaMPyoTAZf { width:6.0625rem;height:1.875rem;top:12.4375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmSwcxx8qxpNLRnlml11EBJeTHyIpvMI { display:block; }
 }@media only screen and (max-width: 763px) { #neaSJ7s89epghvVn4MmQqFmS7sOlkZ2R { width:3.5rem;height:1.875rem;top:15.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rONdutMFmZ22JHHT9JGyD45k4rFk8hPA { display:block; }
 }@media only screen and (max-width: 763px) { #EZo3X6uLkHd5wMn7KbS0kghSpHbEdphX { width:9.375rem;height:2.5rem;top:18.6875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJnWdq2ngpcEBWrCCV0BX4DtdTaxWEo1 { display:block; }
 }@media only screen and (max-width: 763px) { #c4JBI4voWbHrx9KQJhOUEeMWSh7rKSTM { display:flex;top:1.09375rem;left:17.75rem;width:2.25rem;height:2.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #mQX3v13pJxmvZsqE8ghVokMW972zeEvp { width:4.0625rem;height:2rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAyZ3I4bcQJKaDxZUy6oWxTvcTr1927d { width:11.25rem;height:1.4375rem;top:1.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 { display:block; }#meG6BHDpGF0lT0dZA8aGuseDXWgJWW06 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { position:relative;z-index:auto;display:block; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { background-color: transparent; background-image: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container > .video-iframe-container { display: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row > .video-iframe-container { display: none; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .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); }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn { border-width: 0; border-radius: 0; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6s83SOXLMgMbX2ZLRxdIUQ3Q934mwLn > .row .container { width:20rem;height:19.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktH74VG7JLzTnbcvaDK960r9DtI21VS7 { width:3.5rem;height:1.875rem;top:13.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6aal3rbzDyQsvnf1zW1PZJ8L9C2VWGo { display:block; }
 }@media only screen and (max-width: 763px) { #xd2UVbCGnMAefvrGNLmEbRqObTdBK60G { display:flex;top:1.125rem;left:14.25rem;width:1.375rem;height:1.375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #yfWtDXv5ru3e8CZOOw7QWfD402sKT0kF { width:6.125rem;height:1.875rem;top:4.4375rem;left:1.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DyWRo4DilGFS8Gf18p5buRlGz3Ls0Irk { display:block; }
 }@media only screen and (max-width: 763px) { #IR2g3zsle9FHqDXnNrNHI4RzTExW0Mmm { width:7.6875rem;height:1.875rem;top:7.5625rem;left:1.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #l6SaSPef8zxAapt30A64D0QLuRciFMaB { display:block; }
 }@media only screen and (max-width: 763px) { #EB5QeOfumcgk2RaN8dDOR9pL9noveAUt { width:13.5rem;height:1.875rem;top:10.78125rem;left:1.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rXTNl1TLt1sUpncUc1MLZZSIKepXJMTx { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDk8zBVbX6sBadBFWe1xauovBne79qm6 { width:20rem;height:1.54375rem;top:3.9656248092651rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HPLdDlZXvQf8RcIzt4OJ5SWUdDlcBn { width:20rem;height:2rem;top:5.75rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HAXh7n7TDmN84NZLT4Op6L6N5bXTh1Hc { width:20rem;height:1.54375rem;top:7.9989585876462rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hublKBNPaTfqu3e7NzeeBo7sJ7WKpMyx { width:18.9375rem;height:13.375rem;top:10.292709350586rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF { display:block; }#yccUwBw2dsEneLMITWqfIQA2Ov7ThQqF > .row .container { width:20rem;height:49.323959350586rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIO0OnlUVWp7bmX4vFwfIGsFOhhGUSqA { width:20rem;height:5.2rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQV9Fp0CyZKW6LTmQX8lg9TffA19WEt { width:8rem;height:0.0625rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmtoBdzWpsHpOLqMAxTZTotXixgcQTha { width:14.3125rem;height:7.8125rem;top:10.508422851562rem;left:-1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoIUvuN0OgICLRt6H3aPVpxsWtDgZGU { width:19.812rem;height:15.812375rem;top:7.9375rem;left:0.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khWUa4kmHz5p12pc9Aa1aFP0Nchec2HS { width:17.875rem;height:4.875rem;top:29.375rem;left:1.0625rem;font-size:1.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eHFPeFkcPShNkFyINiDWZACgc7QzSamD { width:20rem;height:1.625rem;top:40.625rem;left:0rem;font-size:1.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Z0vLqohSazR2E4ZqBmJlV0WhC4XaDelh { width:19.0625rem;height:3.25rem;top:35.8125rem;left:0.4375rem;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pWnAubC4s9BsCoHbG5Wbkda1Fi59NiEQ { width:19.0625rem;height:1.625rem;top:43.8125rem;left:0.4375rem;font-size:1.25rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TKwq83D7g9pmP7AyBZviqXqxoLn50PMq { width:13.6875rem;height:1.54375rem;top:19.758335113526rem;left:3.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlTbtCRKoJistXTNXAgHKMSuX2ILwqr { width:10.375rem;height:13.8125rem;top:9.2614593505863rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKNqg9rGFCXUJ2mUAAUBdbqG1DD8z05Z { width:20rem;height:17.78125rem;top:7.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTIv55c8fT8IVPv2UNOAZGA95nCfHbf { width:14.5rem;height:40.0625rem;top:9.2614593505863rem;left:-14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuSChfdEHlx95uh7ZtwT6dBQmTiB5vBz { width:20rem;height:24.8125rem;top:24.511459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5fTTbUnCqAnJKNlEppQ47TeQ4bafR8 { width:13.1875rem;height:3.75rem;top:24.5rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwCUXwBi322X99TWCbIC4l7z1a8A82S { display:block; }
 }@media only screen and (max-width: 763px) { #FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 { display:block; }#FsW01edqEXIgREeTxleOUJ3PnSn9XnP3 > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf1t6g7Nwru5mrOgwBsNw9KXQZ3WRSdK { width:8rem;height:0.0625rem;top:0.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9ymmZDW2LACMkrmWVbMRoK10FT6yTW { width:20rem;height:2.6001rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDZED5D0Og6gmIvf83e3utOLJ6Ni5Ta { width:20rem;height:8rem;top:4.9999961853028rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #W9fxNXNs6TpGn8pOm4aC5RcbZdZa4swV { width:3rem;height:3rem;top:15rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0dlqIuSFsnZl49EIKkARiHkMTmmkHT { width:1.4375rem;height:1.4375rem;top:15.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbkhu5fdH8g596IkLDcSEsNd6obowHEO { width:13.75rem;height:1.3rem;top:18.637499809265rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAigaTgAOTwv4k2SO2T4qzTw8JC4Ies { width:17.9375rem;height:2.8rem;top:20.5rem;left:1.0625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yezdhsvDWvf29mA5pCa0RhmNWku2qr15 { width:1.5rem;height:1.5rem;top:26.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalvdWh716fTt5WydziHM9yqZRi33Spt { width:2.9375rem;height:2.9375rem;top:25.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVEN2sM539VU9bg2Sn7mQg6RGsLg2BPC { width:14.4375rem;height:1.3rem;top:29.271874427796rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlCfxsuSOLltqx8mLORwul5S5bZ99bcU { width:18.6875rem;height:2.8rem;top:31.090624809265rem;left:0.65625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dwFxfJnqGKf3dOBcBfeSrzx6FTDBVzRc { width:2.9375rem;height:2.9375rem;top:36.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxud2FmQJEtRnxa8MLOoTJmsLNQHWwdv { width:1.5rem;height:1.5rem;top:37rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WL9xAo1Th1l87IEk9MXSWIQB1SFuCs { width:13.875rem;height:1.3rem;top:39.959374427796rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2MTU9a2XHliTykJZtm9e7aMS3oGpRAR { width:17.5rem;height:2.8rem;top:41.809372901916rem;left:1.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #i4zGyiTE7uaBh2TSX6Iysr1w1OGi4dtK { width:2.9375rem;height:2.9375rem;top:46.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itp5RHLGRSUrWZwmHtNHTPm5WVXRCwRK { width:1.5rem;height:1.5rem;top:47.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkyy5aXxQypCT4SHoFQo5WnRQSPsz1w { width:13.1875rem;height:1.3rem;top:50.743747711182rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0twWHaAFkcLd0MkKgs05AmbxFrSsNH { width:17.875rem;height:1.4rem;top:52.715623855591rem;left:1.0625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L4Rr0oxdLVwJb7w4fpXC6qag19GJqhBf { width:2.9375rem;height:2.9375rem;top:56.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clw64aUETg9NxwNAm0au5RivPDTJ5nyg { width:1.5rem;height:1.5rem;top:57.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCVyAyBtx4U78WsKMRggHJICPVqC0L0 { width:14.5625rem;height:1.3rem;top:59.993747711182rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdb68yqJAe4T9qALl5gX80E0dOEo5T37 { width:18.5625rem;height:1.4rem;top:61.903123855591rem;left:0.71875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vI4wDVthT71uKZLpz4oOgcSJEvV6HmXV { width:20rem;height:30.125rem;top:0rem;left:-13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO { display:block; }#V3LWUNGvVhFTAVbNkrTrJBOA3L3aQKBO > .row .container { width:20rem;height:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMn4RfGv4O60IGFxmw36ylosfsMKgJU9 { width:20rem;height:2.4375rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiPTlHrRpXqo079L4TOroooeixkzTLK { width:8rem;height:0.0625rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdrS63BeIMaBdfff1fm0nyIym3GHAbN8 { width:19.25rem;height:25.75rem;top:8.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8R3lKlBTpqyPJvCWee93JZttW8KkOkw { width:12.875rem;height:1.95rem;top:10.75rem;left:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6IIDnWwhzx4pUk2dW6pvueZBlfIhoM { width:15.5625rem;height:1.4rem;top:13rem;left:2.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cv3yJsvVzFMdhGoNP0mbW0cQV6C3dAf6 { width:12.9375rem;height:13.0625rem;top:16.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSfB84rLq0NbFVAouyheHuHRPpi1T3VT { width:15.5625rem;height:1.4rem;top:30.875rem;left:2.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lcOImeFJ6Apb487o1LMxvDwHmJdAPRbc { width:19.25rem;height:25.75rem;top:35.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNp3MD3xfEeOXfDzi65uhH4Wl4Hrmg0E { width:12.875rem;height:1.95rem;top:37.6875rem;left:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0BhlraX2FfgVlGfeVKyqTABAqImRq6C { width:15.5625rem;height:1.4rem;top:39.9375rem;left:2.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Pay1ThiaiRCh8fq373xnJvvFEscKEihw { width:12.875rem;height:13.0625rem;top:43.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60TVRiMZlMZFgQVibyQ3QSfWevzVyZG { width:15.5625rem;height:1.4rem;top:57.5625rem;left:2.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tgHrhL28nXH1NZTzWdSyHSfhZHOrqc3r { width:19.25rem;height:25.75rem;top:63rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHB9LsubA4l9gw4b2owqQmWabs05ZFCh { width:12.875rem;height:1.95rem;top:65rem;left:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZBH3vVaETaRfXLApfKRWo3qW27X2PD { width:15.5625rem;height:1.4rem;top:67.25rem;left:2.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dpBe8iRsZTu5ZIVwG7TNndmcHePXMtvW { width:12.875rem;height:13rem;top:70.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt9HppT126XaUqgAAhHGfzAvLHMSUX60 { width:15.5625rem;height:1.4rem;top:84.625rem;left:2.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v7kNOTxV7OMID49lN4MombibILlLcHPd { display:block; }#v7kNOTxV7OMID49lN4MombibILlLcHPd > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKiFPT2Euc3VUO74z65K1xCGDQTNspDW { width:20rem;height:4.875rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITAEgKeCxWZCK24An3RPmNULMLSdFNCe { width:8rem;height:0.0625rem;top:7.7rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tf5SPg22VZrmVM1yHya8CTmeqIBbEc { width:18rem;height:12.5625rem;top:9.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnGJnZW0GvRTdSiM43lJfc3fiQ7chW95 { width:16.625rem;height:1.625rem;top:17.375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TMeqKfJiBIPWayegAD0Ex6s0rv6tVX { width:3.5rem;height:3.5rem;top:12.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZytHfubdrCnm7GpNnKN1naOAVBZIEtz { width:1.6875rem;height:1.6875rem;top:13.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEm1lRbwwTzsuTLyDcDPfHklmlPTnBF { width:18rem;height:12.5625rem;top:23.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmIXq76CsrJTBrxJ4h8S1X1TrrOf731 { width:14.9375rem;height:1.625rem;top:31.0625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZ1GRUUqDaUeGDQ8cGzZHmTwJApQlHu { width:3.5rem;height:3.5rem;top:25.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAHkxI2VrSC0apE6uHvLAVfzU95CSPeb { width:18rem;height:12.5625rem;top:36.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbNGz3c6CZ6ok5lnl0WqTVWpHUa7060 { width:14.9375rem;height:1.625rem;top:44.8125rem;left:2.5625rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #adhn9dL4E511iq3zMTOMzN226965nZUW { width:3.5rem;height:3.5rem;top:39.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerci9n1z3nezpRDiae3fJT5eXRbVgKB { width:18rem;height:12.5625rem;top:50.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdP5DuqoTMbOSMncoR3JEQmOTTpB3IZs { width:14.6875rem;height:1.625rem;top:58.625rem;left:2.6875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iSXMLOItPyTPfnxeV10RaSN3svvalBVJ { width:3.5rem;height:3.5rem;top:53rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlZy0LmZJovdObhFNTvU8fqrEehBH51D { width:18.125rem;height:12.5625rem;top:9.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8a35gXQzAaibh0M859ZeTVT531tRA2W { display:block; }
 }@media only screen and (max-width: 763px) { #RdHTfrDZTeUTVEliBBVBfcV7xKcodaaL { width:18.125rem;height:12.5625rem;top:23.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy5BoZNz6ft1ZZcEsKT5fM6ZDOLr1NnJ { display:block; }
 }@media only screen and (max-width: 763px) { #yIAtk7kQPLfub85EcTyfDvldCPgEI30t { width:18.125rem;height:12.5625rem;top:36.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcHrPK9vQReNx1mUHy2ut87KxZU49fG { display:block; }
 }@media only screen and (max-width: 763px) { #nCTbTwe2LDT4B4XuGIC2TFQWsizQ1vfo { width:18.125rem;height:12.5625rem;top:50.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3qoVSZ6W2o7cx5fThSx5bTUVn1orH3 { display:block; }
 }@media only screen and (max-width: 763px) { #icbh3wQcNEqSZILryRhkSJCNDTGHuIVG { width:8rem;height:0.0625rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKX4wZKRTF8l0PIk4BSTu8CEOkez1ehf { width:18.125rem;height:0.375rem;top:63.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VVrwJXU15NSXlHZtqLtGqrizmdved0 { width:1.75rem;height:1.75rem;top:26.75rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGCkszCCUoNAdKSHM1ksGOmXLHiDlvHy { width:1.75rem;height:1.75rem;top:40.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPEwUogdaACwcoql3hc2UWAELdP0GRk1 { width:1.75rem;height:1.75rem;top:53.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVefT1l4UMXThwolVupCLHMPr210q5OW { display:block; }#wVefT1l4UMXThwolVupCLHMPr210q5OW > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awpTVkGFDQQ2FK0CNm0FOD1UJVLZFlVa { width:0.0625rem;height:12.1875rem;top:1.1875rem;left:1.1875rem;z-index:14995;background-color:rgba(153,161,175,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UZcmmNnHMaMUJHUyXGXHZyVO0yGMrBLG { width:1.625rem;height:1.625rem;top:0.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKBlH6XqKDdGal4IQ9cg98Ti89V8DD3q { width:1.75rem;height:1.13769375rem;top:0.625rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7FAswKlkkAiI8xbKAwWHSfN97s6A5PB { width:1.625rem;height:1.625rem;top:4.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2BiJRtR9phGfpWCk8nVB4la2WzNhvq { width:1.5rem;height:1.13769375rem;top:4.5625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAEWnhWuJy8dpRTQ80yQsZdCxRXOZHvl { width:1.625rem;height:1.625rem;top:8.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Twbq9tUuv3vIQaB1vPIBeZ97btlXac { width:1.125rem;height:1.13769375rem;top:8.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuymUwMGBi5Wsm9GOqz33sv4Eq4BX7v { width:1.625rem;height:1.625rem;top:12.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnNCVzRJfop00p3dOV6sX7X7LJcI6i6D { width:1.0625rem;height:1.13769375rem;top:12.6875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLunaiPouiBkGTGwQr201yfv4TnFQ3Wk { width:1.625rem;height:1.625rem;top:0.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvVRyfw56gqnXyggos572U3LTnn95KNb { display:block; }
 }@media only screen and (max-width: 763px) { #nzFofOJoWGqMIy7kbeO1NE48BUWio2xs { width:1.625rem;height:1.625rem;top:4.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTuVbWIO6gT34HbDe4szSi28t1hAAzs { display:block; }
 }@media only screen and (max-width: 763px) { #FUFdCJh11cwekrKapSUbdEknXCHlKSa9 { width:1.625rem;height:1.625rem;top:8.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9ydUAiTg8QsNAtPxfk9MyBLkLnkHpK4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZfazZkxsqNpqFyKT0BHWpnBXiWfluSmx { width:1.625rem;height:1.625rem;top:12.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBDzz2LbasVBWlL8oVEmxTy8pHkTQSly { display:block; }
 }@media only screen and (max-width: 763px) { #lGJ0Cbh9carChb2IL4rWErAUPt8tTOwt { top:0rem;left:0.0625rem;width:2.375rem;height:2.375rem;z-index:14999;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SCst3muh6llGT2gAyxEKifWfyhXyDqPg { top:4rem;left:0rem;width:2.375rem;height:2.375rem;z-index:14998;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v0u9TAmz6c2d5X5VOEb1yeJwvi7fEbzC { top:8.0625rem;left:0rem;width:2.375rem;height:2.375rem;z-index:14997;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1CwlbWcXCQVhispSslDTopABqHlrcH { top:12.125rem;left:0rem;width:2.375rem;height:2.375rem;z-index:14996;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK { display:block; }#cZXtS82BUcB0IWVTEuCFvqpiTTieV3MK > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKEbtvvsT4iaV0AgE8Z2vRXcSAaVhrVa { width:2.5rem;height:2.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL087fIbrPJz1WZUGnkN53H6q3l0aMuW { width:1.25rem;height:1.25rem;top:3.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU3kQzbCrS0304FI7t4QBhzOfq8hcbGl { width:16.0625rem;height:1.7875rem;top:3.5rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ2wQqmcrp7E9OH3ZF7CnIQaPuW53qUG { width:16.5rem;height:11.9rem;top:6.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fKSs5GhtoGpdBOeR8ZoMaGG4ziWTsD { width:16rem;height:8.9375rem;top:20.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnC6a52G183U8VbmwSdSpROp8cs80EXf { width:16rem;height:1.1875rem;top:28.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h374TmsgGbMN4nTHaa99RvF9ACOu7zso { width:4rem;height:4rem;top:22.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPM7k3XEelebmEHbopgyhn4nsAxl0zQ { width:16rem;height:8.9375rem;top:20.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tssxk7d6tUTOH3dxLWqa8zzNhOAgCBI6 { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfvzCviigtu6mxKrCKnii7C16Z9wg3R { display:block; }#aRfvzCviigtu6mxKrCKnii7C16Z9wg3R > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtZbTPnPz56klZRs0G3rlOQhxe739Pwe { width:1.25rem;height:1.25rem;top:3.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIKR0G3M4oTe0cVKPtOdfP721U2zPKkO { width:2.5rem;height:2.5rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKQDw71hWCSe1ZGDy8o5l0n9Ek4C6PWk { width:16.0625rem;height:1.7875rem;top:3.5rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnZGiGMlfPLyrXerDDKBg1JoZdQkSgPN { width:16.5rem;height:8.925rem;top:6.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVJ0AL5AWuhRnVr4MsizCVzeMRI7ZMB { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZl9wr4xLV0vbyBFnsvIOCoZQmMAkSG { width:17.375rem;height:14.875rem;top:16.299999237061rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udhTF2T5aueh8ol6Rv6A99XApCccROzm { display:block; }#udhTF2T5aueh8ol6Rv6A99XApCccROzm > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMzrM8yhN7b0JpV9oLiw0GJMJwpRgcPo { width:16.0625rem;height:1.7875rem;top:3.5rem;left:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4KIByel8yIaz8oQioJ3BfbiA3HUAPoD { width:16.5rem;height:7.4375rem;top:6.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihhbLPNyOuPFaH0pJ4yGy38N4Lg6vNa { width:13.375rem;height:2.975rem;top:15.375rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC { width:16.125rem;height:12.525rem;top:19.456251144409rem;left:3.5rem;font-size:0.875rem;display:block; }#uK3Of01lWlJFeFk6MTw6xfnGo13GHCiC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3a2e85cff4c07aa4cba2194a59a899d2e138f60.svg); }
 }@media only screen and (max-width: 763px) { #Nf6AbAfNQE3BP06Jg4iBmRN2P0pRfeNr { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7f32a6zzVVGVcy4Nd0w25DIhfVeSUkk { width:2.5rem;height:2.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvT2TAHCITQrwUI1bLQBiSeAbqn7c5xy { width:1.25rem;height:1.25rem;top:3.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0b0EzaLd6sDeTtAtWWrEpmqZybIfknu { width:20rem;height:16.3125rem;top:33.231249237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 { display:block; }#UGPO45y6gDw0PE5syaK6ff2dsMiVGRa0 > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeTTlza7MhKhTtvIhHDsVn2fTvcLkcOq { width:16.0625rem;height:1.7875rem;top:3.5rem;left:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE5uWPi5mKHLPOx9OJdqqrtUH0zcwB3H { width:16.5rem;height:7.4375rem;top:6.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVIUHoX6OPzgfvP18PJOZgQmJfbt3DOR { width:15.625rem;height:1.4875rem;top:14.987483024597rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDMcFpJVBHW7wpRA51yyNzgIOA8eVtqx { width:2.5rem;height:2.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMONh1RlRdldRQyCiKhyM2UzFQTymRk1 { width:1.25rem;height:1.25rem;top:3.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc1CEvto4fxSG00kHXNaBOq1yHxN7HvC { width:20rem;height:16.907630522088rem;top:17.725003051758rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri { display:block; }#yxNrT8bMmPRaGJr0NdwvuTiGX858V4ri > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF7euxkF9H0OPmLItG6TJE0UXqp1F1Gp { width:20rem;height:1.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH { display:block; }#vyDni2oESoI4RPAlqnfeTD7sQoeGlaAH > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuuQTzT2X2UatctH5WKoTcDNdO21KA7Z { width:7.625rem;height:1.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeXuPMERJEHOivuPGgwzHE4exRvTKTv5 { width:4rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQfoqDZWcEnovy10RaIVUZhGgohRmgWB { width:7.3125rem;height:1.875rem;top:7.043749809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLG5c6r077QFz1aHbfZ1wZHzvwQOvI7u { display:block; }
 }@media only screen and (max-width: 763px) { #JILL6uxfSnxvopfsQFrqVkg9HgT7bm70 { width:5.25rem;height:1.875rem;top:8.9812507629394rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwt19s6HThpsElppQMPmDxho523sNi1s { display:block; }
 }@media only screen and (max-width: 763px) { #ShzwvBG1sFwEQeefAHeqq70SZya7Auey { width:1rem;height:1rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV9sPOVbypsrB1b8U5kK4S1VCv9q9UTi { width:4rem;height:0.0625rem;top:4.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTNO9eC3Jo7MxhqQnyg9N5OK47sFI4W { width:7.8125rem;height:1.13769375rem;top:2.1812496185302rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsBkxyBBmzxubdqKBZwEoldn6tk0eZ2 { width:6.4375rem;height:1.875rem;top:5.1312503814697rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAekfGuTsE7ZJoQH4wtu4FlRLrDbU5RG { display:block; }
 }@media only screen and (max-width: 763px) { #s7FgS9uvyZBT3C56FTPQWzqwN802zzOA { width:7.125rem;height:1.875rem;top:7.043749809265rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Jc00kRqu4JEqLQxyOUORT7fszgFQWE { display:block; }
 }@media only screen and (max-width: 763px) { #GehA9Rb4spaqn4lvm84boxWlZkatqG9W { width:8.8125rem;height:1.875rem;top:8.9812507629394rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlunZpr7P7oEDMVBHZPd1gNdoZzqGOpR { display:block; }
 }@media only screen and (max-width: 763px) { #lqKtgf2Zupr6Hi3mwwmZKRq9yLZ6MmnX { width:12.5rem;height:1.13769375rem;top:13.60000038147rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4kn9UD9Ow2UVKbfIknsKAwam09b1lUB { width:4rem;height:0.0625rem;top:15.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpoT4VhTGAEDQNgfKQxGqqMhSMf2rOfH { width:3rem;height:3rem;top:17.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56nzyv75Lx7XeiTcQWEEEBASLW2LrhN { width:3rem;height:3rem;top:17.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib9LHy0b3f8uVBrqknTVEDNPygQdiDrz { display:block; }
 }@media only screen and (max-width: 763px) { #se4kqWyTt8bTw1kKxF8L5dPVwfw1Mx2Z { width:1.25rem;height:1.25rem;top:17.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Auf7BmLVvS8hXCxNJxZvrJJJO30h8g { width:3rem;height:3rem;top:17.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacEsXheBigwifEuftNzwRi2yEauz74W { width:3rem;height:3rem;top:17.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJkdD1VOgzF81NA6XARpvn82B5P2svxf { display:block; }
 }@media only screen and (max-width: 763px) { #SKHUV3gBT2xuyt7oGBEVAoiUUmEcH86W { width:1.25rem;height:1.25rem;top:18rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV79bsNl8qO0I1Buqk3AftVCPnKqgUPb { width:3rem;height:3rem;top:17.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKm3ofH0zpPhwCCphT0aPKI626w5LEAl { width:3rem;height:3rem;top:17.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs11TosOyObv3qmiVRpXL8mU8lXrXM5a { display:block; }
 }@media only screen and (max-width: 763px) { #hSywEiDOurovIal3dyUD8xXoXv9sN3M8 { width:1.25rem;height:1.25rem;top:18rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKNTAZeywSd0ukwhPU0oMEbCszFkaRmC { width:20rem;height:0.0625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4LB8LFCzVyK8uwkkKwJoyc0HbGzIWN6 { width:18.1875rem;height:1.95rem;top:24rem;left:0.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1gZH5f9rDquI3P0FvScnxNMTTwzQ8Bp { width:7.25rem;height:1.625rem;top:28.6875rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueUzKT3dTzJc2h9KvmAcQ3P7iX2qczHK { display:block; }
 }@media only screen and (max-width: 763px) { #QpatWqZ6LExm0qWmT3SkMQyXE0WEyAwB { width:3.625rem;height:1.625rem;top:28.6875rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcTDJLDz8zAA2DCV8lwkTd4vTfhe6dD { display:block; }
 }@media only screen and (max-width: 763px) { #DOW1N0vgV47J8VCkE84tFkeMH8CSFq6T { width:20rem;height:0.0166666875rem;top:30.887499809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zg1yixsFC1DwFTwAOBGKZm1G1VitP7Gx { width:5.875rem;height:1.875rem;top:5.1062507629394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzhSM4oizZoJdQC2yERTGOxVpfK7166x { display:block; }
 }@media only screen and (max-width: 763px) { #BfuD5CkHQbo0klkVMg8P9wDkT7rbXVrr { width:8.1875rem;height:1.625rem;top:27.137500762939rem;left:5.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmB700al1voOHh6JB4CN9VsuHOEETCZw { display:block; }
 }