.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:251,227,225;--color-primary-1:241,161,154;--color-primary-2:227,66,53;--color-primary-3:114,33,27;--color-primary-4:34,10,8;--color-secondary-0:252,243,220;--color-secondary-1:246,216,139;--color-secondary-2:237,177,23;--color-secondary-3:119,89,12;--color-secondary-4:36,27,3;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,233;--color-tertiary-2:192,192,192;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, #0f182b, #1b2537);background-image: -moz-linear-gradient(top, #0f182b, #1b2537);background-image: -ms-linear-gradient(top, #0f182b, #1b2537);background-image: -o-linear-gradient(top, #0f182b, #1b2537);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );";background-image: linear-gradient(to bottom, #0f182b, #1b2537);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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:40.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.625rem;height:14.86818125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"druk trial";font-size:4rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:7.625rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { background-color:transparent;background-image: -webkit-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -moz-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -ms-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -o-linear-gradient(139deg, #09b2d5, #2169e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d5', endColorstr='#2169e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d5', endColorstr='#2169e9' );";background-image: linear-gradient(139deg, #09b2d5, #2169e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.25rem;left:1.625rem;display:block; }
#gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdzGNpRZMDF1HHr9feVqpJOWsJgzI3BA { color:rgba(var(--color-tertiary-0),0.67);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:1.625rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RpSvPo63F2iy2OiTa1DmB0QNbHSQGfnZ { box-sizing:content-box;height:3.875rem;width:22.25rem;position:absolute;display:block;z-index:15009;background-color:#283243;background-image:none;top:6.4375rem;left:51rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(255,255,255,0.46);border-left:0.0625rem solid rgba(255,255,255,0.46);border-right:0.0625rem solid rgba(255,255,255,0.46);border-bottom:0.0625rem solid rgba(255,255,255,0.46);display:block; }
#noqX3fQTcWkMX5a7MQ9LWPg1uaiZuzNG { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:54.875rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nNKCcKZ3mOTqrrOxNhRVgvbmHxHxqkdB { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:15016;background-color:#489830;background-image:none;box-shadow: none;border-top:0.0625rem solid #1b2537;border-left:0.0625rem solid #1b2537;border-right:0.0625rem solid #1b2537;border-bottom:0.0625rem solid #1b2537;top:34.125rem;left:1.625rem;display:block; }
#vQk36G1n4HOKxsWknzH2NqnMamiEaw8h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.625rem;left:2.0625rem; }
#NTTdteUd5yJga12FtVcoATZ3RTQwwI3s { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:15018;background-color:#489830;background-image:none;box-shadow: none;border-top:0.0625rem solid #1b2537;border-left:0.0625rem solid #1b2537;border-right:0.0625rem solid #1b2537;border-bottom:0.0625rem solid #1b2537;top:34.1875rem;left:2.875rem;display:block; }
#HBKZ396w3Bz7ZS3qP8y9hM1BHDJkhBX2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:34.6875rem;left:3.3125rem; }
#Aatib2aeddZKFksICF3tRxFEkhoAtuqS { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:15020;background-color:#489830;background-image:none;box-shadow: none;border-top:0.0625rem solid #1b2537;border-left:0.0625rem solid #1b2537;border-right:0.0625rem solid #1b2537;border-bottom:0.0625rem solid #1b2537;top:34.1875rem;left:4.0625rem;display:block; }
#GhgsUkSiaZXINmdtT3LSocwMbWtDmTe1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:34.6875rem;left:4.5rem; }
#K2tGoilsKxJdEGpigUHnmRnvom9ARXp2 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;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:15022;background-color:#489830;background-image:none;box-shadow: none;border-top:0.0625rem solid #1b2537;border-left:0.0625rem solid #1b2537;border-right:0.0625rem solid #1b2537;border-bottom:0.0625rem solid #1b2537;top:34.1875rem;left:5.25rem;display:block; }
#xiwdzlTmEDB0vLNFK3bepDO5tBpXTrLz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.6875rem;left:5.6875rem; }
#G6ngda7VPc92cROlAL4ur8ClhJ01zLxf { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:34.5625rem;left:7.4375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gMa6qDdKTJltOAp1g56toJ45fdOX2T6s { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:54.875rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffWQt8nVcoDqXU4bpdlzf8rkcNQcPq9d { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:54.875rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtB9Pm38zPpi7TRTAFByutzTguGwbmLS { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.9375rem;left:54.8125rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf5DcTZDU6JLTcFaczpmrIKpcn8nGW3s { box-sizing:content-box;height:3.875rem;width:22.25rem;position:absolute;display:block;z-index:15010;background-color:#283243;background-image:none;top:11.3125rem;left:51rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(255,255,255,0.46);border-left:0.0625rem solid rgba(255,255,255,0.46);border-right:0.0625rem solid rgba(255,255,255,0.46);border-bottom:0.0625rem solid rgba(255,255,255,0.46);display:block; }
#BcMG6UiIhmdrTQ4mNF10XUsrUwfbyqhO { box-sizing:content-box;height:3.875rem;width:22.25rem;position:absolute;display:block;z-index:15011;background-color:#283243;background-image:none;top:16.3125rem;left:51rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(255,255,255,0.46);border-left:0.0625rem solid rgba(255,255,255,0.46);border-right:0.0625rem solid rgba(255,255,255,0.46);border-bottom:0.0625rem solid rgba(255,255,255,0.46);display:block; }
#i6pwqmqI45r9UwL81iMgZSGccTA10xlK { box-sizing:content-box;height:3.875rem;width:22.25rem;position:absolute;display:block;z-index:15012;background-color:#283243;background-image:none;top:21.0625rem;left:51rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(255,255,255,0.46);border-left:0.0625rem solid rgba(255,255,255,0.46);border-right:0.0625rem solid rgba(255,255,255,0.46);border-bottom:0.0625rem solid rgba(255,255,255,0.46);display:block; }
#DbopNgRdblrIdTi6Tia1RuBkbx3f2Glt { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3d77f3, #4b50e7);background-image: -moz-linear-gradient(180deg, #3d77f3, #4b50e7);background-image: -ms-linear-gradient(180deg, #3d77f3, #4b50e7);background-image: -o-linear-gradient(180deg, #3d77f3, #4b50e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d77f3', endColorstr='#4b50e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d77f3', endColorstr='#4b50e7' );";background-image: linear-gradient(180deg, #3d77f3, #4b50e7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:51.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#kFZa1A40iF9AkQoOaytkco5xLJJ4SJSp { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #19b761, #0ba166);background-image: -moz-linear-gradient(180deg, #19b761, #0ba166);background-image: -ms-linear-gradient(180deg, #19b761, #0ba166);background-image: -o-linear-gradient(180deg, #19b761, #0ba166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );";background-image: linear-gradient(180deg, #19b761, #0ba166);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12rem;left:51.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#zd8Xr5sbhQwvz7Dp5pNevHRT3Zo4SeAr { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9e4ff4, #853fee);background-image: -moz-linear-gradient(180deg, #9e4ff4, #853fee);background-image: -ms-linear-gradient(180deg, #9e4ff4, #853fee);background-image: -o-linear-gradient(180deg, #9e4ff4, #853fee);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e4ff4', endColorstr='#853fee' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e4ff4', endColorstr='#853fee' );";background-image: linear-gradient(180deg, #9e4ff4, #853fee);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.125rem;left:51.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#AVkestcOAfKS38vDiHS2AqRaghqX871J { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f46617, #e33722);background-image: -moz-linear-gradient(180deg, #f46617, #e33722);background-image: -ms-linear-gradient(180deg, #f46617, #e33722);background-image: -o-linear-gradient(180deg, #f46617, #e33722);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46617', endColorstr='#e33722' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46617', endColorstr='#e33722' );";background-image: linear-gradient(180deg, #f46617, #e33722);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:51.6875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#cT0AOiR4u3r57PL5JiioSormKZdPC61g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.8125rem;left:52.3125rem; }
#VWrAE4eHtZukAtTLiL3i2V1JHySZvWhy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.625rem;left:52.3125rem; }
#q7QoryKM3Wowf7B42EIOJezrbsQseMsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.8125rem;left:52.3125rem; }
#DSoRHQZNvfTXzgSerEz1EdZscBIv18T9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.375rem;left:52.3125rem; }
#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { background-color: transparent; background-image: none; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container > .video-iframe-container { display: none; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row > .video-iframe-container { display: none; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .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); }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { border-width: 0; border-radius: 0; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#eiSezQ8LsAQkdVwgsDMJ9z38UNCdFai9 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.75rem;position:absolute;font-family:"neue montreal";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Izf9ZmTL3IaFWNp3fokmVsxTfyZzoel7 { color:#0a0a0a;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:18rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0kzqpbs7T2Uk0SxckQLJ2flG3RAqhRz { 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:24.1875rem;width:66.375rem;top:8.5rem;left:4.3125rem;overflow:hidden;display:block; }
#Br7oBme4VRQrPutULHf227unxdd9Gcpr { 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:42.5rem;width:46.625rem;display:none; }
#QmmyLqxAxvPz0Qi5oOBbqyh97yN2Oskr { 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:59rem;width:47.125rem;display:none; }
#kZPVpKXwyB7APwaLd6uabwUSQbelte2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kZPVpKXwyB7APwaLd6uabwUSQbelte2W > .row .container { border-width: 0; border-radius: 0; }#kZPVpKXwyB7APwaLd6uabwUSQbelte2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZPVpKXwyB7APwaLd6uabwUSQbelte2W > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:none; }#rQ3VmQTVt3o6yT2W685h7hCfQMeUS1rT { color:rgba(var(--color-tertiary-1),1);display:block;width:41.75rem;position:absolute;font-family:"neue montreal";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ErhXVx475TcFJxVzlI82h2yEE3SENOxP { color:#0a0a0a;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.8125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWAwWyyX4XX73BbZfAnqIQ3X2StqTonK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5rem;width:8.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.3125rem;left:36.3125rem; }
#W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 > .row .container { border-width: 0; border-radius: 0; }#W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:none; }#rC3ZctL80gcBd9plzubnWvfdET2GIcil { box-sizing:content-box;height:2.5625rem;width:32.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.0625rem;border-bottom-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-top-left-radius:6.0625rem;display:block; }
#D1yf7y05CMQMLu5H84Flxi3yRKSVi5R5 { box-sizing:content-box;height:2.5625rem;width:32.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:40.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.0625rem;border-bottom-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-top-left-radius:6.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #489830 ;display:block; }
#BhsSTVToJLdyMyUWJgM1PLrW3Jvby4rC { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15016;background-color:#4bbc2a;background-image:none;top:5.5rem;left:31.875rem;display:block; }
#al2hGKmHGJBROf255RDPZQEGHxW8xGcS { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5rem;left:31rem;display:block; }
#IBzXQJqULfu4SASLMS1TXfCEny33wTWn { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:30rem;display:block; }
#sOqVTmdfApJ5T13ggcfBuOrEGLMTun7p { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15019;background-color:#4bbc2a;background-image:none;top:5.5rem;left:71.0625rem;display:block; }
#O2ee1LbB5vhZ0rAulsOC7UeE8nFMmqBt { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5rem;left:70.1875rem;display:block; }
#JsIts6c5H3im92Ad7AvbyBVO4RSUFnqS { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:69.1875rem;display:block; }
#albVifhLIIpN6Tsybk8IdTbxxSSVehRy { color:#0a0a0a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:5.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBGQvHDwGG973Z7LQQBv4qyuWCTZZSxp { color:#0a0a0a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:44.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4gECu7NLemBl0i6lkDnuIh0OFPKCawT { box-sizing:content-box;height:23.625rem;width:33rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.615234375rem;left:1.34375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#RgGT7E8lN7oKXG5kAKO02GACWQ8BXMDw { background-color:transparent;background-image: -webkit-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -moz-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -ms-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -o-linear-gradient(139deg, #09b2d5, #2169e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d5', endColorstr='#2169e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d5', endColorstr='#2169e9' );";background-image: linear-gradient(139deg, #09b2d5, #2169e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.1875rem;left:1.375rem;display:block; }
#NzxdC2IV3TPOE4BotEyy5zuV1zTFbTw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNCOsuMxsKlItqbKqBc3Ean8LPCpux4u { color:#0a0a0a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:5.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wArO2ZNv8UOgwGOTT9NnQ9gfya2ERiNJ { color:rgba(10,10,10,0.63);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:5.25rem;height:4.2246rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQqNEy9GsHhbWQ0glElb9LegDV6irwch { color:rgba(10,10,10,0.63);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.75rem;left:5.25rem;height:3.16845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WxsHqVdygsbL0hF6Ninsfm5xNUCkRAbr { color:#0a0a0a;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.75rem;left:5.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATG3v2UhkIsDTfKOi3IQBK4WZQHurP1T { color:rgba(10,10,10,0.63);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.8125rem;left:5.25rem;height:3.16845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzJ3Oe1SmzVT2s3vOWkI6VR2sATiSWbs { color:#0a0a0a;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:5.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uRFzeXoTrum11sBtOeKXX0047Mx5dklr { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15028;background-color:#fdd5d5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#GE118dn77K2n2cTUgFQGTvL3dc2THqd6 { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15029;background-color:#fdd5d5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#uOCoLRWnubd4dIUokohLNs2pp9qGzMOk { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15030;background-color:#fdd5d5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#JbT2nLKxReHhn5LGti2XpVTQoi5Lq75S { color:#ff0000;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.5380859375rem;left:2.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmwdsHJtfqdhpxsGiIz3gaJ3vloCRcXA { color:#ff0000;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:17.3505859375rem;left:2.34375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAE21zasxvps8VXc3eG3BlTRkILWEgcK { color:#ff0000;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.3505859375rem;left:2.34375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIT9gvZtwT1B0WcureSazpw6SOL5zCcs { 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:15034;opacity:1;top:3.0625rem;left:1.375rem; }
#mmW9yGWdGF79Oz6gPaf6BNbrgDUfoedE { color:#0a0a0a;display:block;width:1.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.34375rem;left:2.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTiIOMEI9wKMAsJn8pZ62IyC2pJ9C16I { box-sizing:content-box;height:23.625rem;width:33rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.625rem;left:40.1875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #489830 ;display:block; }
#BgElpD6NzTuJ6NayWrUP8zLr3XKRKLHc { color:rgba(10,10,10,0.63);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.8125rem;left:44.0625rem;height:3.16845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5KJR9HKnrcavvT8ReaNmW0zAUcJeBO8 { color:#0a0a0a;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.8125rem;left:44.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROHkwSdKWEJ07qMHTEz3in5AdhR0RIHs { color:rgba(10,10,10,0.63);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.8125rem;left:44.0625rem;height:3.16845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmh19XhiqEibu03NQ0HVhTOtZxLhGvX5 { color:#0a0a0a;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.8125rem;left:44.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z6dIL0exkLnTeG5PiJLiuMxrmLeZzNW7 { color:rgba(10,10,10,0.63);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:44.0625rem;height:4.2246rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xeCbBPn7EeFtgoaQDBPnrkZXTyn2O2DA { color:#0a0a0a;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10rem;left:44.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mSMkIwzaOR6pMNoXWOqA5fupJRRSlqsV { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #19b761, #0ba166);background-image: -moz-linear-gradient(180deg, #19b761, #0ba166);background-image: -ms-linear-gradient(180deg, #19b761, #0ba166);background-image: -o-linear-gradient(180deg, #19b761, #0ba166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );";background-image: linear-gradient(180deg, #19b761, #0ba166);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:40.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#GGT81S0uqoPs1cPKdHAfhlrR6PNphLiO { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #19b761, #0ba166);background-image: -moz-linear-gradient(180deg, #19b761, #0ba166);background-image: -ms-linear-gradient(180deg, #19b761, #0ba166);background-image: -o-linear-gradient(180deg, #19b761, #0ba166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );";background-image: linear-gradient(180deg, #19b761, #0ba166);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:40.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#DmzgXZyBxDILPWRdyQwdbFmbV75bhdny { box-sizing:content-box;height:2.5625rem;width:2.5625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #19b761, #0ba166);background-image: -moz-linear-gradient(180deg, #19b761, #0ba166);background-image: -ms-linear-gradient(180deg, #19b761, #0ba166);background-image: -o-linear-gradient(180deg, #19b761, #0ba166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );";background-image: linear-gradient(180deg, #19b761, #0ba166);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:40.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#mgKagQV0sVfemSmIMir2kh4mqhIVtVMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:10.34375rem;left:41.34375rem; }
#qtxU5trwHXfKcgCa7bWCXLTSM0h4QDOc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.0625rem;left:41.34375rem; }
#it1XpqExtCVy3xKBuVo5sb0aG4hewF7J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:24.125rem;left:41.34375rem; }
#bgJN4PdSCWsW3e5xceaGf8TDslpEAmEW { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #19b761, #0ba166);background-image: -moz-linear-gradient(180deg, #19b761, #0ba166);background-image: -ms-linear-gradient(180deg, #19b761, #0ba166);background-image: -o-linear-gradient(180deg, #19b761, #0ba166);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b761', endColorstr='#0ba166' );";background-image: linear-gradient(180deg, #19b761, #0ba166);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:39.1875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#c8sZxnx5nbHMHP72TaQ8mNHM2bKQBBUx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:3.8125rem;left:39.8125rem; }
#h90zMOlwTTfDV1o9U1fMPB85HVdPK8Vn { box-sizing:content-box;height:2.5625rem;width:32.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.0625rem;border-bottom-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-top-left-radius:6.0625rem;display:none; }
#GkkHUf1lf9G023iCrw30Vm4f3wSEVRcO { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15016;background-color:#4bbc2a;background-image:none;top:5.5rem;left:31.875rem;display:none; }
#ZU60JSilasbTb8QmkSn7ROR2KISiObmZ { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5rem;left:31rem;display:none; }
#hTmLl7ftQgJTclFkcAB5gOJMgd5vhbci { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:30rem;display:none; }
#sSTlPFu3CTrsH3F3tywZOXZ9chIh8UXO { color:#0a0a0a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:5.25rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wlhKfhrrR4fVAerQMKazmTfuFLN1Kcbs { color:#0a0a0a;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:44.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IZdWuWvvJBhxrrMQ9OK4kSzWf0QTKsvT { color:rgba(10,10,10,0.63);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:44.0625rem;height:4.2246rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kl1Mra7H6x2JPZK1DgMmulUwakM8kpfM { color:rgba(10,10,10,0.63);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:44.0625rem;height:4.2246rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mpmFCBNd9idwa0fWFBKhTDd2rQxmgmJQ { background-color:transparent;background-image: -webkit-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -moz-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -ms-linear-gradient(139deg, #09b2d5, #2169e9);background-image: -o-linear-gradient(139deg, #09b2d5, #2169e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d5', endColorstr='#2169e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b2d5', endColorstr='#2169e9' );";background-image: linear-gradient(139deg, #09b2d5, #2169e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.1875rem;left:1.375rem;display:none; }
#I4CKQviCoACyRngWV4eSZa0wtFSsf2EL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0f182b, #1b2537);background-image: -moz-linear-gradient(top, #0f182b, #1b2537);background-image: -ms-linear-gradient(top, #0f182b, #1b2537);background-image: -o-linear-gradient(top, #0f182b, #1b2537);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );";background-image: linear-gradient(to bottom, #0f182b, #1b2537);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { border-width: 0; border-radius: 0; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:75rem;position:relative;display:block; }#eXkafU6KEiNycMG3tm3c9Ih1WZAH7SvF { color:rgba(var(--color-tertiary-1),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:23.5rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEd6JT4qQ03lagGg96Zw0abkHiv17Sn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:4.125rem;left:19.5rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJhlXNN6gfByvVQJKJ04M2DdXZsNTfM7 { position:absolute;display:block;z-index:15013;height:21.75rem;width:38.75rem;top:21.375rem;left:18.125rem;display:block; }
#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { background-color: transparent; background-image: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container > .video-iframe-container { display: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container { display: none; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .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); }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { border-width: 0; border-radius: 0; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:18.5rem;height:1.4624rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.25rem;top:1.625rem;left:15.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:39.9375rem;height:14.8125rem;top:6.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:20rem;height:8.25rem;top:2.1875rem;left:0rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:21.9375rem;height:4.0625rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #tdzGNpRZMDF1HHr9feVqpJOWsJgzI3BA { width:38.5625rem;height:2.25rem;top:22.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpSvPo63F2iy2OiTa1DmB0QNbHSQGfnZ { top:6.4375rem;left:25.375rem;width:22.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noqX3fQTcWkMX5a7MQ9LWPg1uaiZuzNG { width:16.625rem;height:2.25rem;top:7.3125rem;left:31.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNKCcKZ3mOTqrrOxNhRVgvbmHxHxqkdB { top:34.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQk36G1n4HOKxsWknzH2NqnMamiEaw8h { top:34.625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTdteUd5yJga12FtVcoATZ3RTQwwI3s { top:34.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKZ396w3Bz7ZS3qP8y9hM1BHDJkhBX2 { top:34.6875rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aatib2aeddZKFksICF3tRxFEkhoAtuqS { top:34.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhgsUkSiaZXINmdtT3LSocwMbWtDmTe1 { top:34.6875rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2tGoilsKxJdEGpigUHnmRnvom9ARXp2 { top:34.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiwdzlTmEDB0vLNFK3bepDO5tBpXTrLz { top:34.6875rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ngda7VPc92cROlAL4ur8ClhJ01zLxf { width:21.3125rem;height:0.9375rem;top:34.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMa6qDdKTJltOAp1g56toJ45fdOX2T6s { width:16.625rem;height:2.25rem;top:12.1875rem;left:31.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffWQt8nVcoDqXU4bpdlzf8rkcNQcPq9d { width:16.625rem;height:2.25rem;top:17.1875rem;left:31.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtB9Pm38zPpi7TRTAFByutzTguGwbmLS { width:18.625rem;height:2.25rem;top:21.9375rem;left:29.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf5DcTZDU6JLTcFaczpmrIKpcn8nGW3s { top:11.3125rem;left:25.375rem;width:22.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcMG6UiIhmdrTQ4mNF10XUsrUwfbyqhO { top:16.3125rem;left:25.375rem;width:22.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6pwqmqI45r9UwL81iMgZSGccTA10xlK { top:21.0625rem;left:25.375rem;width:22.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbopNgRdblrIdTi6Tia1RuBkbx3f2Glt { top:7.1875rem;left:38.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFZa1A40iF9AkQoOaytkco5xLJJ4SJSp { top:12rem;left:38.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd8Xr5sbhQwvz7Dp5pNevHRT3Zo4SeAr { top:17.125rem;left:38.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVkestcOAfKS38vDiHS2AqRaghqX871J { top:21.75rem;left:38.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT0AOiR4u3r57PL5JiioSormKZdPC61g { top:17.8125rem;left:38.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWrAE4eHtZukAtTLiL3i2V1JHySZvWhy { top:12.625rem;left:38.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QoryKM3Wowf7B42EIOJezrbsQseMsZ { top:7.8125rem;left:38.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSoRHQZNvfTXzgSerEz1EdZscBIv18T9 { top:22.375rem;left:38.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv { display:block; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiSezQ8LsAQkdVwgsDMJ9z38UNCdFai9 { width:41.75rem;height:1.375rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9ZmTL3IaFWNp3fokmVsxTfyZzoel7 { width:39rem;height:3.25rem;top:2.5rem;left:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0kzqpbs7T2Uk0SxckQLJ2flG3RAqhRz { top:8.5rem;left:0rem;width:47.75rem;height:17.400423728814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7oBme4VRQrPutULHf227unxdd9Gcpr { width:46.625rem;height:42.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmmyLqxAxvPz0Qi5oOBbqyh97yN2Oskr { width:47.125rem;height:59rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZPVpKXwyB7APwaLd6uabwUSQbelte2W { display:block; }#kZPVpKXwyB7APwaLd6uabwUSQbelte2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ3VmQTVt3o6yT2W685h7hCfQMeUS1rT { width:41.75rem;height:1.375rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhXVx475TcFJxVzlI82h2yEE3SENOxP { width:39rem;height:9.75rem;top:5.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAwWyyX4XX73BbZfAnqIQ3X2StqTonK { top:10.3125rem;left:22.6875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 { display:block; }#W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rC3ZctL80gcBd9plzubnWvfdET2GIcil { top:4.5rem;left:0rem;width:32.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1yf7y05CMQMLu5H84Flxi3yRKSVi5R5 { top:4.5rem;left:14.8125rem;width:32.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhsSTVToJLdyMyUWJgM1PLrW3Jvby4rC { top:5.5rem;left:18.25rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #al2hGKmHGJBROf255RDPZQEGHxW8xGcS { top:5.5rem;left:17.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBzXQJqULfu4SASLMS1TXfCEny33wTWn { top:5.5rem;left:16.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqVTmdfApJ5T13ggcfBuOrEGLMTun7p { top:5.5rem;left:47.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2ee1LbB5vhZ0rAulsOC7UeE8nFMmqBt { top:5.5rem;left:47.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIts6c5H3im92Ad7AvbyBVO4RSUFnqS { top:5.5rem;left:47.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #albVifhLIIpN6Tsybk8IdTbxxSSVehRy { width:25.1875rem;height:1.4375rem;top:5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBGQvHDwGG973Z7LQQBv4qyuWCTZZSxp { width:25.1875rem;height:1.4375rem;top:5rem;left:22.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gECu7NLemBl0i6lkDnuIh0OFPKCawT { top:7.5625rem;left:0rem;width:33rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGT7E8lN7oKXG5kAKO02GACWQ8BXMDw { width:21.9375rem;height:4.0625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzxdC2IV3TPOE4BotEyy5zuV1zTFbTw4 { display:block; }
 }@media only screen and (max-width: 763px) { #hNCOsuMxsKlItqbKqBc3Ean8LPCpux4u { width:25.1875rem;height:1.4375rem;top:9.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wArO2ZNv8UOgwGOTT9NnQ9gfya2ERiNJ { width:29.4375rem;height:4.1875rem;top:11.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQqNEy9GsHhbWQ0glElb9LegDV6irwch { width:29.4375rem;height:3.125rem;top:18.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxsHqVdygsbL0hF6Ninsfm5xNUCkRAbr { width:29rem;height:1.4375rem;top:16.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATG3v2UhkIsDTfKOi3IQBK4WZQHurP1T { width:26.3125rem;height:3.125rem;top:25.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJ3Oe1SmzVT2s3vOWkI6VR2sATiSWbs { width:29rem;height:1.4375rem;top:23.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFzeXoTrum11sBtOeKXX0047Mx5dklr { top:9.9375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE118dn77K2n2cTUgFQGTvL3dc2THqd6 { top:16.75rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCoLRWnubd4dIUokohLNs2pp9qGzMOk { top:23.75rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbT2nLKxReHhn5LGti2XpVTQoi5Lq75S { width:2rem;height:1.4375rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmwdsHJtfqdhpxsGiIz3gaJ3vloCRcXA { width:2rem;height:1.4375rem;top:17.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAE21zasxvps8VXc3eG3BlTRkILWEgcK { width:2rem;height:1.4375rem;top:24.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIT9gvZtwT1B0WcureSazpw6SOL5zCcs { top:3.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmW9yGWdGF79Oz6gPaf6BNbrgDUfoedE { width:1.0625rem;height:2.875rem;top:3.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTiIOMEI9wKMAsJn8pZ62IyC2pJ9C16I { top:7.625rem;left:14.75rem;width:33rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgElpD6NzTuJ6NayWrUP8zLr3XKRKLHc { width:27.0625rem;height:3.125rem;top:25.8125rem;left:20.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KJR9HKnrcavvT8ReaNmW0zAUcJeBO8 { width:29rem;height:1.4375rem;top:23.8125rem;left:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROHkwSdKWEJ07qMHTEz3in5AdhR0RIHs { width:29.4375rem;height:3.125rem;top:18.8125rem;left:18.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmh19XhiqEibu03NQ0HVhTOtZxLhGvX5 { width:29rem;height:1.4375rem;top:16.8125rem;left:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dIL0exkLnTeG5PiJLiuMxrmLeZzNW7 { width:29.4375rem;height:4.1875rem;top:12rem;left:18.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCbBPn7EeFtgoaQDBPnrkZXTyn2O2DA { width:27.5rem;height:1.4375rem;top:10rem;left:20.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSMkIwzaOR6pMNoXWOqA5fupJRRSlqsV { top:9.9375rem;left:27.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGT81S0uqoPs1cPKdHAfhlrR6PNphLiO { top:16.75rem;left:27.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmzgXZyBxDILPWRdyQwdbFmbV75bhdny { top:23.75rem;left:27.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgKagQV0sVfemSmIMir2kh4mqhIVtVMc { top:10.3125rem;left:27.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtxU5trwHXfKcgCa7bWCXLTSM0h4QDOc { top:17.0625rem;left:27.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #it1XpqExtCVy3xKBuVo5sb0aG4hewF7J { top:24.125rem;left:27.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJN4PdSCWsW3e5xceaGf8TDslpEAmEW { top:3.1875rem;left:25.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8sZxnx5nbHMHP72TaQ8mNHM2bKQBBUx { top:3.8125rem;left:26.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h90zMOlwTTfDV1o9U1fMPB85HVdPK8Vn { top:4.5rem;left:0rem;width:32.9375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkkHUf1lf9G023iCrw30Vm4f3wSEVRcO { top:5.5rem;left:18.25rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU60JSilasbTb8QmkSn7ROR2KISiObmZ { top:5.5rem;left:17.375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTmLl7ftQgJTclFkcAB5gOJMgd5vhbci { top:5.5rem;left:16.375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSTlPFu3CTrsH3F3tywZOXZ9chIh8UXO { width:17.8125rem;height:1rem;top:42.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlhKfhrrR4fVAerQMKazmTfuFLN1Kcbs { width:25.1875rem;height:1.4375rem;top:5rem;left:22.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZdWuWvvJBhxrrMQ9OK4kSzWf0QTKsvT { width:19.125rem;height:4.8125rem;top:50.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kl1Mra7H6x2JPZK1DgMmulUwakM8kpfM { width:17.875rem;height:4.8125rem;top:58.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpmFCBNd9idwa0fWFBKhTDd2rQxmgmJQ { width:21.9375rem;height:4.0625rem;top:34.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4CKQviCoACyRngWV4eSZa0wtFSsf2EL { display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXkafU6KEiNycMG3tm3c9Ih1WZAH7SvF { width:28rem;height:2.875rem;top:14.0625rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEd6JT4qQ03lagGg96Zw0abkHiv17Sn1 { width:36rem;height:8rem;top:4.125rem;left:5.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJhlXNN6gfByvVQJKJ04M2DdXZsNTfM7 { top:21.375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { top:1.625rem;left:1.625rem;width:2.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, #0f182b, #1b2537);background-image: -moz-linear-gradient(top, #0f182b, #1b2537);background-image: -ms-linear-gradient(top, #0f182b, #1b2537);background-image: -o-linear-gradient(top, #0f182b, #1b2537);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );";background-image: linear-gradient(to bottom, #0f182b, #1b2537);background-size:cover !important;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:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3uJLRf4mTIDDopdnwcvG25x1Mn9z7FQ { width:20rem;height:7.55566875rem;top:3.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;font-weight:400;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #sL1MulJkVfTmgOKM6VMsqpR5yqIZogTa { width:18.3125rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #T1c5W9XpGuJexhPCanLkZZRgznyne3S9 { width:16.5rem;height:3.4375rem;top:15rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhig7nW3KPMb7Qn7OS8MFc1DmpQUsd4 { display:block; }
 }@media only screen and (max-width: 763px) { #tdzGNpRZMDF1HHr9feVqpJOWsJgzI3BA { width:20rem;height:1.625rem;top:11.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:300;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #RpSvPo63F2iy2OiTa1DmB0QNbHSQGfnZ { width:11.1875rem;height:8.5625rem;top:46.211425rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #noqX3fQTcWkMX5a7MQ9LWPg1uaiZuzNG { width:7.5rem;height:2.2744125rem;top:28.1875rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #nNKCcKZ3mOTqrrOxNhRVgvbmHxHxqkdB { width:1.5625rem;height:1.5625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQk36G1n4HOKxsWknzH2NqnMamiEaw8h { display:flex;width:0.75rem;height:0.75rem;top:20.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #NTTdteUd5yJga12FtVcoATZ3RTQwwI3s { width:1.5625rem;height:1.5625rem;top:19.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKZ396w3Bz7ZS3qP8y9hM1BHDJkhBX2 { display:flex;width:0.75rem;height:0.75rem;top:51rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aatib2aeddZKFksICF3tRxFEkhoAtuqS { width:1.5625rem;height:1.5625rem;top:19.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhgsUkSiaZXINmdtT3LSocwMbWtDmTe1 { display:flex;width:0.75rem;height:0.75rem;top:20.375rem;left:1.6875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #K2tGoilsKxJdEGpigUHnmRnvom9ARXp2 { width:1.5625rem;height:1.5625rem;top:59.25rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiwdzlTmEDB0vLNFK3bepDO5tBpXTrLz { display:flex;width:0.75rem;height:0.75rem;top:20.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #G6ngda7VPc92cROlAL4ur8ClhJ01zLxf { width:13.8125rem;height:0.89355625rem;top:20.375rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.6875rem;font-weight:400;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #gMa6qDdKTJltOAp1g56toJ45fdOX2T6s { width:12.75rem;height:2.2744125rem;top:24.1875rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ffWQt8nVcoDqXU4bpdlzf8rkcNQcPq9d { width:15.5rem;height:2.2744125rem;top:32.625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #HtB9Pm38zPpi7TRTAFByutzTguGwbmLS { width:15.625rem;height:2.2744125rem;top:37.1435546875rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #sf5DcTZDU6JLTcFaczpmrIKpcn8nGW3s { width:19.875rem;height:3.875rem;top:11.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcMG6UiIhmdrTQ4mNF10XUsrUwfbyqhO { width:19.875rem;height:3.875rem;top:16.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6pwqmqI45r9UwL81iMgZSGccTA10xlK { width:19.875rem;height:3.875rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbopNgRdblrIdTi6Tia1RuBkbx3f2Glt { width:2.5625rem;height:2.5625rem;top:28rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFZa1A40iF9AkQoOaytkco5xLJJ4SJSp { width:2.5625rem;height:2.5625rem;top:24.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd8Xr5sbhQwvz7Dp5pNevHRT3Zo4SeAr { width:2.5625rem;height:2.5625rem;top:32.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVkestcOAfKS38vDiHS2AqRaghqX871J { width:2.5625rem;height:2.5625rem;top:37rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT0AOiR4u3r57PL5JiioSormKZdPC61g { display:flex;width:1.3125rem;height:1.3125rem;top:33.1875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #VWrAE4eHtZukAtTLiL3i2V1JHySZvWhy { display:flex;width:1.3125rem;height:1.3125rem;top:24.6875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #q7QoryKM3Wowf7B42EIOJezrbsQseMsZ { display:flex;width:1.3125rem;height:1.3125rem;top:28.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #DSoRHQZNvfTXzgSerEz1EdZscBIv18T9 { display:flex;width:1.3125rem;height:1.3125rem;top:37.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv { display:block; }#tkFnKrv9pU4d07SoulF3R0MFlcAmKQbv > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiSezQ8LsAQkdVwgsDMJ9z38UNCdFai9 { width:17.4375rem;height:2.2744125rem;top:8.2373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Izf9ZmTL3IaFWNp3fokmVsxTfyZzoel7 { width:19.3125rem;height:2.03125rem;top:1.5rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:inter;color:#0a0a0a;display:block; }
 }@media only screen and (max-width: 763px) { #d0kzqpbs7T2Uk0SxckQLJ2flG3RAqhRz { width:20rem;height:7.2881355932203rem;top:4.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br7oBme4VRQrPutULHf227unxdd9Gcpr { top:4.9375rem;left:0rem;width:20rem;height:18.1875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QmmyLqxAxvPz0Qi5oOBbqyh97yN2Oskr { top:24.0625rem;left:0.0625rem;width:19.9375rem;height:25rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kZPVpKXwyB7APwaLd6uabwUSQbelte2W { display:none; }#kZPVpKXwyB7APwaLd6uabwUSQbelte2W > .row .container { width:20rem;height:9.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rQ3VmQTVt3o6yT2W685h7hCfQMeUS1rT { width:17.4375rem;height:2.2744125rem;top:8.2373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ErhXVx475TcFJxVzlI82h2yEE3SENOxP { width:19.3125rem;height:8.125rem;top:1.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-weight:700;font-style:normal;font-family:inter;color:#0a0a0a;display:block; }
 }@media only screen and (max-width: 763px) { #BWAwWyyX4XX73BbZfAnqIQ3X2StqTonK { display:flex;width:8.5rem;height:8.5rem;top:8.3125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 { display:none; }#W4XImBDmm0FFUAodp7LhFf3ewyDm9Wb0 > .row .container { width:20rem;height:80.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rC3ZctL80gcBd9plzubnWvfdET2GIcil { width:20rem;height:2.5625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1yf7y05CMQMLu5H84Flxi3yRKSVi5R5 { width:20rem;height:2.5625rem;top:71.17774375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhsSTVToJLdyMyUWJgM1PLrW3Jvby4rC { width:0.625rem;height:0.625rem;top:6.875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #al2hGKmHGJBROf255RDPZQEGHxW8xGcS { width:0.625rem;height:0.625rem;top:6.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBzXQJqULfu4SASLMS1TXfCEny33wTWn { width:0.625rem;height:0.625rem;top:6.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqVTmdfApJ5T13ggcfBuOrEGLMTun7p { width:0.625rem;height:0.625rem;top:72.17774375rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2ee1LbB5vhZ0rAulsOC7UeE8nFMmqBt { width:0.625rem;height:0.625rem;top:72.17774375rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsIts6c5H3im92Ad7AvbyBVO4RSUFnqS { width:0.625rem;height:0.625rem;top:72.17774375rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #albVifhLIIpN6Tsybk8IdTbxxSSVehRy { width:15.8125rem;height:1.05615rem;top:6.625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #eBGQvHDwGG973Z7LQQBv4qyuWCTZZSxp { width:20rem;height:0;top:71.7275484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #x4gECu7NLemBl0i6lkDnuIh0OFPKCawT { width:20rem;height:25.8125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGT7E8lN7oKXG5kAKO02GACWQ8BXMDw { width:19rem;height:4.0625rem;top:79.6875rem;left:0.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzxdC2IV3TPOE4BotEyy5zuV1zTFbTw4 { display:block; }
 }@media only screen and (max-width: 763px) { #hNCOsuMxsKlItqbKqBc3Ean8LPCpux4u { width:15rem;height:2.11230625rem;top:10.25rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #wArO2ZNv8UOgwGOTT9NnQ9gfya2ERiNJ { width:19.125rem;height:3.89845rem;top:13.5rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #tQqNEy9GsHhbWQ0glElb9LegDV6irwch { width:17.3125rem;height:2.9238375rem;top:22.25rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #WxsHqVdygsbL0hF6Ninsfm5xNUCkRAbr { width:15.6875rem;height:2.11230625rem;top:18.75rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ATG3v2UhkIsDTfKOi3IQBK4WZQHurP1T { width:19.3125rem;height:2.9238375rem;top:30.625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #vzJ3Oe1SmzVT2s3vOWkI6VR2sATiSWbs { width:13.6875rem;height:2.11230625rem;top:26.875rem;left:3.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #uRFzeXoTrum11sBtOeKXX0047Mx5dklr { width:2.5625rem;height:2.5625rem;top:10.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE118dn77K2n2cTUgFQGTvL3dc2THqd6 { width:2.5625rem;height:2.5625rem;top:18.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCoLRWnubd4dIUokohLNs2pp9qGzMOk { width:2.5625rem;height:2.5625rem;top:26.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbT2nLKxReHhn5LGti2XpVTQoi5Lq75S { width:2rem;height:1.4624rem;top:10.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #xmwdsHJtfqdhpxsGiIz3gaJ3vloCRcXA { width:2rem;height:1.4624rem;top:19.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #yAE21zasxvps8VXc3eG3BlTRkILWEgcK { width:2rem;height:1.4624rem;top:27.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #yIT9gvZtwT1B0WcureSazpw6SOL5zCcs { display:flex;width:3.125rem;height:3.125rem;top:3.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #mmW9yGWdGF79Oz6gPaf6BNbrgDUfoedE { width:1.0625rem;height:2.5996125rem;top:3.8125rem;left:2rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #XTiIOMEI9wKMAsJn8pZ62IyC2pJ9C16I { width:20rem;height:28.3125rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgElpD6NzTuJ6NayWrUP8zLr3XKRKLHc { width:19.1875rem;height:4.22460625rem;top:73rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #M5KJR9HKnrcavvT8ReaNmW0zAUcJeBO8 { width:12.9375rem;height:2.11230625rem;top:69.6875rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ROHkwSdKWEJ07qMHTEz3in5AdhR0RIHs { width:18.9375rem;height:3.89844375rem;top:64rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #cmh19XhiqEibu03NQ0HVhTOtZxLhGvX5 { width:9.625rem;height:2.11230625rem;top:60.5rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #z6dIL0exkLnTeG5PiJLiuMxrmLeZzNW7 { width:17.875rem;height:0;top:49.57861328125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;display:none; }
 }@media only screen and (max-width: 763px) { #xeCbBPn7EeFtgoaQDBPnrkZXTyn2O2DA { width:13.125rem;height:2.11230625rem;top:51.25rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #mSMkIwzaOR6pMNoXWOqA5fupJRRSlqsV { width:2.5625rem;height:2.5625rem;top:51.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGT81S0uqoPs1cPKdHAfhlrR6PNphLiO { width:2.5625rem;height:2.5625rem;top:60.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmzgXZyBxDILPWRdyQwdbFmbV75bhdny { width:2.5625rem;height:2.5625rem;top:69.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgKagQV0sVfemSmIMir2kh4mqhIVtVMc { display:flex;width:1.75rem;height:1.75rem;top:51.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #qtxU5trwHXfKcgCa7bWCXLTSM0h4QDOc { display:flex;width:1.75rem;height:1.75rem;top:60.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #it1XpqExtCVy3xKBuVo5sb0aG4hewF7J { display:flex;width:1.75rem;height:1.75rem;top:69.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #bgJN4PdSCWsW3e5xceaGf8TDslpEAmEW { width:3rem;height:3rem;top:43.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8sZxnx5nbHMHP72TaQ8mNHM2bKQBBUx { display:flex;width:1.75rem;height:1.75rem;top:44.0625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #h90zMOlwTTfDV1o9U1fMPB85HVdPK8Vn { width:20rem;height:2.5625rem;top:45.9375rem;left:0rem;z-index:15005;box-shadow: 0.0625rem 0.0625rem 0.1875rem #489830 ;display:block; }
 }@media only screen and (max-width: 763px) { #GkkHUf1lf9G023iCrw30Vm4f3wSEVRcO { width:0.625rem;height:0.625rem;top:47.78125rem;left:18.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZU60JSilasbTb8QmkSn7ROR2KISiObmZ { width:0.625rem;height:0.625rem;top:47.8125rem;left:17.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hTmLl7ftQgJTclFkcAB5gOJMgd5vhbci { width:0.625rem;height:0.625rem;top:47.8125rem;left:16.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #sSTlPFu3CTrsH3F3tywZOXZ9chIh8UXO { width:17.8125rem;height:1.05615rem;top:46.75rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:inter;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wlhKfhrrR4fVAerQMKazmTfuFLN1Kcbs { width:20rem;height:0;top:60.2021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:inter;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #IZdWuWvvJBhxrrMQ9OK4kSzWf0QTKsvT { width:19.125rem;height:0;top:50.20361328125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #kl1Mra7H6x2JPZK1DgMmulUwakM8kpfM { width:19rem;height:3.89844375rem;top:54.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:700;font-style:normal;font-family:inter;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #mpmFCBNd9idwa0fWFBKhTDd2rQxmgmJQ { width:19rem;height:4.0625rem;top:36.9375rem;left:0.5rem;font-size:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #I4CKQviCoACyRngWV4eSZa0wtFSsf2EL { display:block; }
 }@media only screen and (max-width: 763px) { #WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK { background-color:transparent;background-image: -webkit-linear-gradient(top, #0f182b, #1b2537);background-image: -moz-linear-gradient(top, #0f182b, #1b2537);background-image: -ms-linear-gradient(top, #0f182b, #1b2537);background-image: -o-linear-gradient(top, #0f182b, #1b2537);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f182b', endColorstr='#1b2537' );";background-image: linear-gradient(to bottom, #0f182b, #1b2537);background-size:cover !important;display:block; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { background-color: transparent; background-image: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row > .video-iframe-container { display: none; }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .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); }#WSGsnzp6vvbC8bfMQ1A5RlgJXzbfsprK > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXkafU6KEiNycMG3tm3c9Ih1WZAH7SvF { width:15.9375rem;height:2.4375rem;top:7.75rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEd6JT4qQ03lagGg96Zw0abkHiv17Sn1 { width:20rem;height:3.875rem;top:2.4873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJhlXNN6gfByvVQJKJ04M2DdXZsNTfM7 { width:20rem;height:25.6875rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq { display:block; }#lsOe6XAcx8Uv1Pod0haOpz9NTQRoLUOq > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOKP90kvEEi0r6E8De5oG6lalDh2fHSI { width:16rem;height:2.11230625rem;top:4.625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlq9gpuApLDSkstvsFfox6J2RlWtNsVd { width:2.25rem;height:1.375rem;top:2.3125rem;left:8.875rem;display:block; }
 }