.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:218,238,244;--color-primary-1:145,204,221;--color-primary-2:72,170,198;--color-primary-3:23,101,134;--color-primary-4:14,34,40;--color-secondary-0:217,218,221;--color-secondary-1:130,133,143;--color-secondary-2:4,11,30;--color-secondary-3:2,6,15;--color-secondary-4:1,2,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:#110a18;background-image:url("https://images.assets-landingi.com/uc/dde472cb-587b-4f0b-9446-ccdfb228f09b/Landingpagetoys241.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;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:3.5625rem;width:9.3125rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#TDsdLJHrAGpwLRJDg6sBsvLy3xxQnKmM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:23.450521469116rem;left:0rem;height:8.0989375rem;font-style:normal;display:block; }
#SI8xgVM8ydLr7bLBTNEUEpZBdbuzngi5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1236875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:33.725912094116rem;left:0rem;height:8.0729375rem;font-style:normal;display:block; }
#J5y0IZyCOuOqC7SuT24iPht1byq3tOzT { z-index:15004;top:44.854168891907rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pgDullAbdMrFXc9Ub3mgODfuuoKBuUdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -moz-linear-gradient(179deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -ms-linear-gradient(179deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -o-linear-gradient(179deg, rgba(var(--color-tertiary-4),1), #1b1256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );";background-image: linear-gradient(179deg, rgba(var(--color-tertiary-4),1), #1b1256);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container { background-color: transparent; background-image: none; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container > .video-iframe-container { display: none; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row > .video-iframe-container { display: none; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .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); }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container { border-width: 0; border-radius: 0; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mTTTfIOVdsG97xBISUTaw6cz6icQJJI5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:75rem;top:0.33984375rem;left:1rem;overflow:hidden;display:block; }
#EbrbK0TesG2KDQ1TUpMrZN6kSTecwKv5 { color:#58abad;display:block;width:54.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.9654941558838rem;left:0.8125rem;height:1.92448125rem;font-style:normal;display:block; }
#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #000000, #1b1256);background-image: -moz-linear-gradient(302deg, #000000, #1b1256);background-image: -ms-linear-gradient(302deg, #000000, #1b1256);background-image: -o-linear-gradient(302deg, #000000, #1b1256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b1256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b1256' );";background-image: linear-gradient(302deg, #000000, #1b1256);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { background-color: transparent; background-image: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container > .video-iframe-container { display: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container { display: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .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); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { border-width: 0; border-radius: 0; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:75rem;position:relative;display:block; }#PneAEgut91ZsxSvcLMSSmlHGhnp2Itof { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#110a18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#110a18' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:44.1875rem;width:23.5625rem;top:14.686851501465rem;left:0.375rem;display:block; }
#g1OyOndAIOyFhExneToqXi24sEqoecJH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:37.686199188233rem;left:2.03125rem;height:12.599rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CoIIxpvbqq6y0auXMHaES1okqq4WG42J { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:30.999351501465rem;left:2.3131523132324rem;height:1.8684875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MRST9SBgUgTHTIR7mEmDeOn4I8B3qNMy { color:#58abad;display:block;width:20.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:33.5625rem;left:2.3131523132324rem;height:2.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Hdgg4RDeAueTxitrvSqrneDQ7FB2bfhx { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#110a18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#110a18' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:44.0625rem;width:23.5625rem;top:14.625rem;left:25.375rem;display:block; }
#wTMwJw7JnR7uiw3HUL8cvZektVo142qu { color:#58abad;display:block;width:71.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:3.12451171875rem;left:1.62451171875rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tc9iftVO2yFTt9A1P15de9h3TQUaie4K { color:rgba(var(--color-tertiary-0),1);display:block;width:70.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:7.7480487823488rem;left:2.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe9FXcthzLLXa84QgWnBdhAbatSeupma { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:31rem;left:26.375rem;height:1.8684875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LMgPI3aNOBmqi73pQdUJrAkUM6DMBZXi { color:#58abad;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:33.5625rem;left:28.60546875rem;height:2.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TRTCpGeJpSsmUMBJst2b8Btr5edT1eH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:37.727214813233rem;left:28.3125rem;height:12.5989375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#M5mZMnhIwIkdVX1wOqKQuGI2QIOFKKu7 { position:absolute;display:block;z-index:15065;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:12.125rem;width:18.875rem;top:16.0625rem;left:27.125rem;overflow:hidden;display:block; }
#xoQfC3ooZ4sDtLm07MLtbacRpJ5msMrD { z-index:15005;top:52.59375rem;left:4.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Fw1bytNXTWmW0OHUs95fGbXnVyWISRlO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHS8BH2Nd2hn9FwOpFXRKCudd6yxIwnI { z-index:15006;top:52.59375rem;left:30.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dbwMb6hmLpUUAAuTeSxnhlyQOkfL10rN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNhps92dKvoFaUoEOn5QJt9aGXPWeoyJ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#110a18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#110a18' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #110a18);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:44.0625rem;width:23.5625rem;top:14.5rem;left:51.0625rem;display:block; }
#QtOHzH7qgS3EFiiwgpGcNy0aBRoEMmnt { z-index:15007;top:52.59375rem;left:55.09375rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.43685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E3zdTGsFXM2VgdG4LdI2Ofbyyvxwh0gR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqlMuRrsy6Q0gxo5Fg479GaLW7NByPA9 { position:absolute;display:block;z-index:15066;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:10.875rem;width:18.875rem;top:16.6875rem;left:52.6875rem;overflow:hidden;display:block; }
#srSUVzz7RJtZIP13lVygDhpqrsiO2dHF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:31.0625rem;left:51.9375rem;height:1.8684875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ksCJ61pzoBgyIDb42TIerGfGJOzfmfnn { color:#58abad;display:block;width:20.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:33.5625rem;left:52.6875rem;height:2.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PDNt5qhtNvE9bhzvOcuv73kbd5g328Ky { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:37.686199188233rem;left:52.8125rem;height:12.5989375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#I0rXppuNMVGxH7KC3ib6xKuG3EMIww6i { position:absolute;display:block;z-index:15066;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:12.125rem;width:21.75rem;top:16.0625rem;left:0.375rem;overflow:hidden;display:block; }
#skLblgIr79bWP5tm9QXFPpOLpTzMaTF9 { color:rgba(var(--color-primary-0),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:64.3125rem;left:17.9375rem;height:5.36198125rem;text-align:left;text-align-last:left;display:block; }
#cwk90huk7ks1ZFEwxbvUo4Jb7Nk7SbEh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:66.875rem;left:66.25rem; }
#DL1hdp1Orc4yKzRvquZ44iXos1ZRQg4m { position:absolute;display:block;z-index:15001;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:38.75rem;width:52.1875rem;top:57.498779296875rem;left:22.693452134653rem;overflow:hidden;display:block; }
#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -moz-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -ms-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -o-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );";background-image: linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container { background-color: transparent; background-image: none; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container > .video-iframe-container { display: none; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row > .video-iframe-container { display: none; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .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); }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container { border-width: 0; border-radius: 0; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#y61Nx5bpLbiIE3gCiqnd1teuwIZ4ztMh { position:absolute;display:block;z-index:15011;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:8.25rem;width:72.625rem;top:10.40625rem;left:1.1875rem;overflow:hidden;display:block; }
#QtT4J06OgkNrNDOQHHWiAT9riDBasTua { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.375rem;left:0rem;height:3.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #1b1256, #000000);background-image: -moz-linear-gradient(225deg, #1b1256, #000000);background-image: -ms-linear-gradient(225deg, #1b1256, #000000);background-image: -o-linear-gradient(225deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(225deg, #1b1256, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container { background-color: transparent; background-image: none; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container > .video-iframe-container { display: none; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row > .video-iframe-container { display: none; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .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); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container { border-width: 0; border-radius: 0; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container { font-size:0.875rem;font-family:arial;height:76.875rem;width:75rem;position:relative;display:block; }#Z2pzFD4MXvmVDXtv6cyXy6CrHfi5TB2A { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:33rem;width:22.6875rem;top:23.687255859375rem;left:1.24951171875rem;display:block; }
#T7X6hoGqyXfQHM8NyB61H5abXOqRPGge { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.91667175293rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTalCOkDAZ9PI08mybED0rBBMFBzzWkH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6861875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:38.375007629394rem;left:2.3424491882324rem;height:11.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s3JAWgAgdThHckTVhKKTCtr8pgXUyMUc { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:32.8125rem;width:22.375rem;top:23.687255859375rem;left:26.37451171875rem;display:block; }
#d29Hvvg0LCsMMfgKGiNsPXS295x3utnp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.7480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:38.375007629394rem;left:28.62565612793rem;height:11.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8qr3m00LUtT8QGbHqGKIAGzTJfin1wx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.91667175293rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPEPGsTmJ7lrRFWQqyBUdebbcPq8w3tR { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:32.75rem;width:22.1875rem;top:23.687255859375rem;left:51.624755859375rem;display:block; }
#lPGwEhxTCvM2P83lceMAroCKAmaMPqRM { color:#58abad;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZyxrdDtzt8szZeyuvzXRyfsneWznLadz { color:rgba(var(--color-tertiary-0),1);display:block;width:64.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:7.9375019073488rem;left:7.0416660308837rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETO0SkgRQ0H3rO1kWCgHoKWd4H57qwiC { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.7495125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:50.687255859375rem;left:6.5625rem;display:block; }
#CQxz4PzD34AcDHKcnDTC3d62IX3eRE67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W52MpTQm3CfgT7taOI1oIC1dd7F2wbkd { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:12.875rem;top:22.125rem;left:31.1875rem;overflow:hidden;display:block; }
#IIU5Zb7EBrO3d1ILttRMUThofLTL96qA { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:12.875rem;top:22.3125rem;left:56.1875rem;overflow:hidden;display:block; }
#wR9T1UdVSmLWpkalSBSIlZsfJuhbv8T6 { position:absolute;display:block;z-index:15035;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:8.25rem;width:13.375rem;top:21.4375rem;left:6rem;overflow:hidden;display:block; }
#EqkuDtGqg3oMzUit9aK1mcJOnlDtxC3x { color:rgba(var(--color-primary-0),1);display:block;width:48.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:60.31201171875rem;left:14.3115234375rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#cPRRdHv7gSyKPg7nhxHlu3gIMCt1kq2r { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9361875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.10026550293rem;left:2.3424491882324rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NM2tE1gSDi5PK2wdl2FKEq1RPGoGtTLx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.05924987793rem;left:28.62565612793rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewLmwT7fZIg2BfSCK5TKMrpgBMtGpEGo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.91667175293rem;left:53.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxyVQo4V0kTEtTBu3SDkghlL3og31xRf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.125rem;left:53.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4PSBSraAxok3yU0Ht6wRJ6LksUlOk14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38.375007629394rem;left:52.84375rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W64yu2hWeUiZEuGoin9aQUCEtRwaTk1T { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.74935rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:50.68684387207rem;left:32.37565612793rem;display:block; }
#Fs5lK1ACwhDZZ3PDDPm10cOFREZpphrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVg5qrLoK9bO8v5Cb2004VutxZy9fb2h { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.74935rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:50.686855316162rem;left:57.37565612793rem;display:block; }
#IpiufzaOV6riMDOIDysHMMlB9DqqDqfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIPCT4wdGglKA600vfvxduu6xIBXLgum { z-index:15006;top:13.46875rem;left:29.75rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qeT4oEcdISyFQosmTQKx2T6OqnG3P3AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBCOIut2FTJsvFVqHElPGpHJbyflHyTP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.136474609375rem;left:51.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WhWtNCQbeKnTT123KEqynLrW6BIpSWkL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.166667938233rem;left:51.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fg9AR7PJU6NZ1UuXX1Gqr6B3tTgltebG { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.10026550293rem;left:53.125rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XfFguvWbZKAitsJJRU2OX98W1rlsHIfa { 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:37.3733125rem;width:56.1855625rem;top:68.625rem;left:11.385498046875rem;overflow:hidden;display:block; }
#LK5Eld1mEBNApO5cpvRgclT8TsA8EbdH { color:rgba(var(--color-secondary-1),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.541667938233rem;left:3.125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHKItCmXBTbQbTGOPE5rbFexAImsvfHh { color:#d8c26e;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.541669130326rem;left:28.125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9nOAGNkt18LBUPVTZTIRQkNz6Vz4dLc { color:#d8c26e;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.541669130326rem;left:53.125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -moz-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -ms-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -o-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );";background-image: linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container { background-color: transparent; background-image: none; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container > .video-iframe-container { display: none; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row > .video-iframe-container { display: none; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .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); }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container { border-width: 0; border-radius: 0; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #1b1256, #000000);background-image: -moz-linear-gradient(225deg, #1b1256, #000000);background-image: -ms-linear-gradient(225deg, #1b1256, #000000);background-image: -o-linear-gradient(225deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(225deg, #1b1256, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container { background-color: transparent; background-image: none; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container > .video-iframe-container { display: none; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row > .video-iframe-container { display: none; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .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); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container { border-width: 0; border-radius: 0; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container { font-size:0.875rem;font-family:arial;height:84.1875rem;width:75rem;position:relative;display:block; }#O3gu7339bETCxL0rVMt1bE17LZeTOl7p { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:35.8125rem;width:22.6875rem;top:23.6875rem;left:1.25rem;display:block; }
#wF2vMF3IbxJKggXwkQiRDfb130OW1KSt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.562500953674rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IskNHQvvtmu8SCFESCaBKHDMdmEcXTlk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6855625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:38.936279296875rem;left:2.34375rem;height:11.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iyby9cQyZKckRGHd4lDSNNGIpf7bonzN { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:34.8125rem;width:22.375rem;top:23.6875rem;left:26.375rem;display:block; }
#aXCyPoxRiecl7eUMdsHb9I1E7QfzrZup { color:rgba(var(--color-tertiary-0),1);display:block;width:19.749rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:38.936279296875rem;left:27.62548828125rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UW0PSUJLuwlhk6GfsExmQEz7HL3aSVWN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.562500953674rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1hfzSr0Id07IQdsEyU3SCGaCpV5hwhy { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:33.75rem;width:22.1875rem;top:23.6875rem;left:51.625rem;display:block; }
#rIBAKKN7LUsxCMCcpPNaD3IABfRIeA62 { color:#58abad;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0rKrtav5nAcNG83gbEPymPmGbyQXuRL { color:rgba(var(--color-tertiary-0),1);display:block;width:64.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:7.9375019073488rem;left:7.0416660308837rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RrQosCAeETW138mNELaGR69bCwAhXJGg { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.7495125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:52.24951171875rem;left:6.5625rem;display:block; }
#W94ZTyfpbgvnetwroxNNF3wxLwlTH1HD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFnGJdcaKfAgylcivtnX4G441gbIPonP { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.06225rem;width:15.1875rem;top:20.700439453125rem;left:29.90625rem;overflow:hidden;display:block; }
#tm70Ds25aCgNSOHKbiucJaKf1pi5Vge9 { position:absolute;display:block;z-index:15035;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:9.375rem;width:16.5rem;top:20.5458984375rem;left:54.468017578125rem;overflow:hidden;display:block; }
#tOtb66IrNWHD87XKE0ibisxg9ge1bgnL { position:absolute;display:block;z-index:15035;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:8.937rem;width:14.562rem;top:20.760498046875rem;left:5.217041015625rem;overflow:hidden;display:block; }
#I72daJFP5VFvMlrLDxTtZhyBgTeplhQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.979166984558rem;left:53.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sdod9yxS7J7Z0VK8siF8ClNz59RH8l5n { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.125rem;left:53.25rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewonJBK2xHaeqTcAEAqEeL2AuBgUFKcR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.125rem;left:53.25rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ng7w105bLoeo8GXmHPtFM4MnlTSWSgt3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38.936279296875rem;left:52.843505859375rem;height:11.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bGTPKoC2o3y2y1kxOHGMc2dkSKLm3u9d { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.74935rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:52.249351501465rem;left:32.37565612793rem;display:block; }
#mrrCGGS7JFPEdqoRuySaODv1wTLaxgSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kV8XwwuuytaUxg3t8SqQDF8vuG9Fhw3l { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.7495125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:52.24951171875rem;left:57.375732421875rem;display:block; }
#BZ39peR6Tx9IxXd3EO1rCyhzTbqEfOP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ontmT4WuhQT7KDTGieXx9Hzc6m8ETQ1C { z-index:15006;top:13.468750953674rem;left:29.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uZpMnnz4ps9vi3lTmVMiKuXQ9iNHEMrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umvpX499mwKnbKv6JpreXSq5Fnn0q8eu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.100261688233rem;left:2.28125rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KUtWt2z8v3LoPWUhH8u6krVMgOgxdpmD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9358125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.124755859375rem;left:27.623291015625rem;height:2.5989625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wTTsgzxB1Q5CLinLBqgRaTJgzGCdNJnE { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.999755859375rem;left:52.843505859375rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmEssmW4aeVXGvdQ3TuFCWUDTfZoJRkQ { color:rgba(var(--color-secondary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:65.23388671875rem;left:28.968017578125rem;height:10.15625rem;text-align:left;text-align-last:left;display:block; }
#TOFJHKoCFAELiCbEkPTpDFSOEXs2Juo1 { position:absolute;display:block;z-index:15043;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:4.18725625rem;width:17.3745rem;top:68.215576171875rem;left:8.227294921875rem;overflow:hidden;display:block; }
#AepKWnIn6JMIwrzqCE67efh0eIpACPQ6 { color:rgba(var(--color-secondary-1),1);display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.1875rem;left:8.3424491882325rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -moz-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -ms-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-image: -o-linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#1b1256' );";background-image: linear-gradient(227deg, rgba(var(--color-tertiary-4),1), #1b1256);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container { background-color: transparent; background-image: none; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container > .video-iframe-container { display: none; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row > .video-iframe-container { display: none; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .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); }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container { border-width: 0; border-radius: 0; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#m3HPfqauP37XcRJUExoEFVoKkVPgCyyN { color:#30e5f1;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.1875rem;left:9.6875rem;height:6.875rem;font-style:normal;display:block; }
#cFKIc1fF4voGQF7zZnreUhI9gTN1Dpv2 { color:#30e5f1;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:7.1875rem;left:32.78125rem;height:3.4375rem;font-style:normal;display:block; }
#agAPseEaMN7gPNd2uU7Qh4fAZEu8WQu9 { color:#30e5f1;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:7.1875rem;left:58.6875rem;height:3.4375rem;font-style:normal;display:block; }
#IlSKgodZrGOiZMwDo81x1lo5HntADTEN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:10.625rem;left:31.75rem;height:2.125rem;font-style:normal;display:block; }
#m3RDL1RbzbJ7KWEe3HdyS66mXBKbraps { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:10.979166984558rem;left:8.625rem;height:2.125rem;font-style:normal;display:block; }
#Toq2MmyLraHeqKs3SgdTtGaclSXGz9wv { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:11.104166984558rem;left:55.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN12nfCNuWALammEm8P9P7swLabV8eKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #1b1256, #000000);background-image: -moz-linear-gradient(326deg, #1b1256, #000000);background-image: -ms-linear-gradient(326deg, #1b1256, #000000);background-image: -o-linear-gradient(326deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(326deg, #1b1256, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container { background-color: transparent; background-image: none; }#XN12nfCNuWALammEm8P9P7swLabV8eKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container > .video-iframe-container { display: none; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row > .video-iframe-container { display: none; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .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); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container { border-width: 0; border-radius: 0; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container { font-size:0.875rem;font-family:arial;height:87.4375rem;width:75rem;position:relative;display:block; }#JOaiynbqvMPkM16B6d33KG0kVDvdooLs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:42.6875rem;width:22.375rem;top:23.5625rem;left:1.25rem;display:block; }
#LbmWvtqcfJIHCeQNvLVDw9CISiAHm5nE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.9375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDTRBSoRRtXUgMgShlnJbTptqxSUK6eV { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:43.125rem;width:22.75rem;top:23.5625rem;left:26.0625rem;display:block; }
#Uorwo071z0sp5QPy3t7vNc8xIdlyyTy9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.8125rem;left:27.9375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsaNBE8273VSUAOCUI4RBNrsvUiuqa90 { color:#58abad;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:25rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NzS0qovExFZ7mHoxMNa0mtw9IWy824RL { color:rgba(var(--color-tertiary-0),1);display:block;width:64.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:7.9375019073488rem;left:7.0416660308837rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9GRembzAE1d8JQUdTuE3Ic8oguk7BLo { color:rgba(var(--color-tertiary-2),1);display:block;width:43.24875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:72.515625rem;left:26.0625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#DHuU6X3JOhdZXMTzZk6IsPhDtaKVZrRO { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9980625rem;width:7.9980625rem;top:71.56201171875rem;left:10.811279296875rem;overflow:hidden;display:block; }
#J9DgqamQTZs3Q8d82NkqftDfCLUSrZlc { z-index:15007;top:13.577474594116rem;left:29.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vtqQTiL6fNMPqySTaWyzqKSg1lN3Rh1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ugUhCflPbnENwc1ZFRLBqh9nyI0aumqb { position:absolute;display:block;z-index:15072;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:10.125rem;width:15.62475rem;top:19.875rem;left:4.5rem;overflow:hidden;display:block; }
#ZzWEh7SgRChhso0yyqBmXmM0TBNTikTo { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.7495125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:57.5625rem;left:7.1875rem;display:block; }
#luQ62gmTXUZ8iRAGkQ9bMuPkh6PRix17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2P31HFR0hJ9N6Mu449AZ5OEzIV0nZpC { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.74935rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:57.562511444092rem;left:32.37565612793rem;display:block; }
#g7GfafKp3vvCnwUPrnpdA4zSTPrS9xta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBlTs0cBCiN2QDtQhJtWZHpMxOBkhW0i { color:rgba(var(--color-tertiary-0),1);display:block;width:19.37475rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.9375rem;left:2.625rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IAQwvNm7IKsTsV8eKyAVw6Pfz7OsIR2x { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:38.8125rem;left:2.625rem;height:15.996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uBNULzQM9Abl89ZbNJ4EQn7qTZ8ATW2y { color:rgba(var(--color-tertiary-0),1);display:block;width:19.374rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.9375rem;left:27.625rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z4qMXtqmu9RI4t9pnI8oDnQsmy1kGF0Q { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38.8125rem;left:27.75rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2O1yDc4t65kIAbkRW0iFDUwm6HEixSx { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(257deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:42.5rem;width:22.75rem;top:23.5625rem;left:50.9375rem;display:block; }
#gTJwRcMGcW0VpQk5ynLyLcbtTEhRRl9V { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.8125rem;left:52.9375rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9PoMNguOakZRsu8wi9LEQZ1hCuCUIXS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3730625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.586599349976rem;left:52.81315612793rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tUJkatGixrrSw2nX2glsGc6Qgpd4xAT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:38.8125rem;left:52.75rem;height:12.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wHaPqDE4ZRSvczkZLvSp9eAVMg41nsLL { background-color:transparent;background-image: -webkit-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58abad', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(156deg, #58abad, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:10.2480625rem;height:2.7495125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:57.5625rem;left:57.1875rem;display:block; }
#Vp6FwGRdHIOPwXtRaITDn0vzx585u9zq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3CTMX8RHqnXb0xuMXTBOM1XhGc6CDpL { position:absolute;display:block;z-index:15077;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:9.24975rem;width:15.687rem;top:20.8125rem;left:29.5rem;overflow:hidden;display:block; }
#gtqGhZkTGMxreLcerrrZF7FJFpsmgrCt { position:absolute;display:block;z-index:15078;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:11.31225rem;width:16.062rem;top:19.5625rem;left:54.3125rem;overflow:hidden;display:block; }
#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container { background-color: transparent; background-image: none; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container > .video-iframe-container { display: none; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row > .video-iframe-container { display: none; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .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); }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container { border-width: 0; border-radius: 0; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#TCqzIi86rAO5B7J6npfZMrVFOgXXSXJz { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4029541015625rem;left:8.625rem;height:3.0249rem;font-style:normal;display:block; }
#hMx5rRN27GIRyzqhDIdkmck9PtledKv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3111875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.936767578125rem;left:9.75rem;height:11.25rem;font-style:normal;display:block; }
#vasmpPTa0tJpTe8x1gFMBcPbagLMa6cn { 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:28.8730625rem;width:38.0605625rem;top:3.8603515625rem;left:36.9384765625rem;overflow:hidden;display:block; }
#rMZPciSw3ikRp3PWVuwREThkf5ZwMbe3 { z-index:15006;top:22.25rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a96f', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, #09a96f, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CUR4hL1V6DZaGB5UTzvcTRamPKtIE5WJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#110a18;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;overflow:visible;position:relative;display:block; }#er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { position:absolute;display:block;z-index:15024;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:3.625rem;width:9.6875rem;top:4.25rem;left:33.65625rem;overflow:hidden;display:block; }
#URpZ3FFwJCvnPhVlm23dWoNQG0Xw0VGg { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:8.875rem;left:65.34375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:9.3125rem;height:3.5625rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDsdLJHrAGpwLRJDg6sBsvLy3xxQnKmM { width:37.375rem;height:8.0625rem;top:23.4375rem;left:0rem;font-size:4.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SI8xgVM8ydLr7bLBTNEUEpZBdbuzngi5 { width:35.0625rem;height:8.0625rem;top:33.6875rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J5y0IZyCOuOqC7SuT24iPht1byq3tOzT { top:44.8125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDullAbdMrFXc9Ub3mgODfuuoKBuUdF { display:block; }
 }@media only screen and (max-width: 763px) { #xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea { display:block; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTTfIOVdsG97xBISUTaw6cz6icQJJI5 { top:0.3125rem;left:0rem;width:47.75rem;height:11.857916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrbK0TesG2KDQ1TUpMrZN6kSTecwKv5 { width:47.75rem;height:1.875rem;top:1.9375rem;left:0rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { display:block; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PneAEgut91ZsxSvcLMSSmlHGhnp2Itof { width:23.5625rem;height:44.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1OyOndAIOyFhExneToqXi24sEqoecJH { width:20.9375rem;height:12.5625rem;top:37.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoIIxpvbqq6y0auXMHaES1okqq4WG42J { width:20.3125rem;height:1.8125rem;top:30.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRST9SBgUgTHTIR7mEmDeOn4I8B3qNMy { width:20.3125rem;height:2.625rem;top:33.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdgg4RDeAueTxitrvSqrneDQ7FB2bfhx { width:23.5625rem;height:44.0625rem;top:14.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:47.75rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9iftVO2yFTt9A1P15de9h3TQUaie4K { width:47.75rem;height:3.5rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9FXcthzLLXa84QgWnBdhAbatSeupma { width:20.3125rem;height:1.8125rem;top:31rem;left:11.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMgPI3aNOBmqi73pQdUJrAkUM6DMBZXi { width:17.125rem;height:2.625rem;top:33.5625rem;left:11.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTCpGeJpSsmUMBJst2b8Btr5edT1eH5 { width:18.375rem;height:12.5625rem;top:37.6875rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5mZMnhIwIkdVX1wOqKQuGI2QIOFKKu7 { top:16.0625rem;left:12.875rem;width:18.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoQfC3ooZ4sDtLm07MLtbacRpJ5msMrD { top:52.5625rem;left:0rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw1bytNXTWmW0OHUs95fGbXnVyWISRlO { display:block; }
 }@media only screen and (max-width: 763px) { #fHS8BH2Nd2hn9FwOpFXRKCudd6yxIwnI { top:52.5625rem;left:16.78125rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwMb6hmLpUUAAuTeSxnhlyQOkfL10rN { display:block; }
 }@media only screen and (max-width: 763px) { #eNhps92dKvoFaUoEOn5QJt9aGXPWeoyJ { width:23.5625rem;height:44.0625rem;top:14.5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtOHzH7qgS3EFiiwgpGcNy0aBRoEMmnt { top:52.5625rem;left:32.28125rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3zdTGsFXM2VgdG4LdI2Ofbyyvxwh0gR { display:block; }
 }@media only screen and (max-width: 763px) { #HqlMuRrsy6Q0gxo5Fg479GaLW7NByPA9 { top:16.6875rem;left:28.75rem;width:18.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srSUVzz7RJtZIP13lVygDhpqrsiO2dHF { width:20.3125rem;height:1.8125rem;top:31.0625rem;left:27.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksCJ61pzoBgyIDb42TIerGfGJOzfmfnn { width:20.3125rem;height:2.625rem;top:33.5625rem;left:27.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNt5qhtNvE9bhzvOcuv73kbd5g328Ky { width:19.375rem;height:12.5625rem;top:37.625rem;left:28.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0rXppuNMVGxH7KC3ib6xKuG3EMIww6i { top:16.0625rem;left:0rem;width:21.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skLblgIr79bWP5tm9QXFPpOLpTzMaTF9 { top:64.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwk90huk7ks1ZFEwxbvUo4Jb7Nk7SbEh { top:66.875rem;left:42.375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL1hdp1Orc4yKzRvquZ44iXos1ZRQg4m { top:57.4375rem;left:0rem;width:47.75rem;height:35.455089820359rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP { display:block; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y61Nx5bpLbiIE3gCiqnd1teuwIZ4ztMh { top:10.375rem;left:0rem;width:47.75rem;height:5.4242685025818rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtT4J06OgkNrNDOQHHWiAT9riDBasTua { width:47.75rem;height:3.625rem;top:4.375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH { display:block; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2pzFD4MXvmVDXtv6cyXy6CrHfi5TB2A { width:22.6875rem;height:33rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7X6hoGqyXfQHM8NyB61H5abXOqRPGge { width:18.75rem;height:1.625rem;top:31.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTalCOkDAZ9PI08mybED0rBBMFBzzWkH { width:18.625rem;height:11.1875rem;top:38.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JAWgAgdThHckTVhKKTCtr8pgXUyMUc { width:22.375rem;height:32.8125rem;top:23.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d29Hvvg0LCsMMfgKGiNsPXS295x3utnp { width:17.6875rem;height:11.1875rem;top:38.375rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8qr3m00LUtT8QGbHqGKIAGzTJfin1wx { width:18.75rem;height:1.625rem;top:31.875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPEPGsTmJ7lrRFWQqyBUdebbcPq8w3tR { width:22.1875rem;height:32.75rem;top:23.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPGwEhxTCvM2P83lceMAroCKAmaMPqRM { width:24.9375rem;height:;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxrdDtzt8szZeyuvzXRyfsneWznLadz { width:47.75rem;height:3.125rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETO0SkgRQ0H3rO1kWCgHoKWd4H57qwiC { width:10.1875rem;height:2.6875rem;top:50.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQxz4PzD34AcDHKcnDTC3d62IX3eRE67 { display:block; }
 }@media only screen and (max-width: 763px) { #W52MpTQm3CfgT7taOI1oIC1dd7F2wbkd { top:22.125rem;left:17.5rem;width:12.8125rem;height:7.712429366189rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIU5Zb7EBrO3d1ILttRMUThofLTL96qA { top:22.3125rem;left:33.375rem;width:12.8125rem;height:7.3392352615636rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR9T1UdVSmLWpkalSBSIlZsfJuhbv8T6 { top:21.4375rem;left:1.4375rem;width:13.3125rem;height:8.2116020860203rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqkuDtGqg3oMzUit9aK1mcJOnlDtxC3x { top:60.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPRRdHv7gSyKPg7nhxHlu3gIMCt1kq2r { width:25.875rem;height:1.25rem;top:36.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2tE1gSDi5PK2wdl2FKEq1RPGoGtTLx { width:23.4375rem;height:1.375rem;top:36rem;left:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewLmwT7fZIg2BfSCK5TKMrpgBMtGpEGo { width:18.75rem;height:1.625rem;top:31.875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxyVQo4V0kTEtTBu3SDkghlL3og31xRf { width:18.75rem;height:3.25rem;top:35.125rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4PSBSraAxok3yU0Ht6wRJ6LksUlOk14 { width:19.3125rem;height:9.5625rem;top:38.375rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W64yu2hWeUiZEuGoin9aQUCEtRwaTk1T { width:10.1875rem;height:2.6875rem;top:50.625rem;left:18.68815612793rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs5lK1ACwhDZZ3PDDPm10cOFREZpphrK { display:block; }
 }@media only screen and (max-width: 763px) { #OVg5qrLoK9bO8v5Cb2004VutxZy9fb2h { width:10.1875rem;height:2.6875rem;top:50.625rem;left:34.56315612793rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpiufzaOV6riMDOIDysHMMlB9DqqDqfG { display:block; }
 }@media only screen and (max-width: 763px) { #IIPCT4wdGglKA600vfvxduu6xIBXLgum { top:13.4375rem;left:16.0625rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeT4oEcdISyFQosmTQKx2T6OqnG3P3AW { display:block; }
 }@media only screen and (max-width: 763px) { #DBCOIut2FTJsvFVqHElPGpHJbyflHyTP { width:23.4375rem;height:3.25rem;top:35.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhWtNCQbeKnTT123KEqynLrW6BIpSWkL { width:23.4375rem;height:3.25rem;top:35.125rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg9AR7PJU6NZ1UuXX1Gqr6B3tTgltebG { width:18.75rem;height:1.25rem;top:36.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFguvWbZKAitsJJRU2OX98W1rlsHIfa { top:68.625rem;left:0rem;width:47.75rem;height:31.762175058317rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5Eld1mEBNApO5cpvRgclT8TsA8EbdH { width:18.75rem;height:1.25rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKItCmXBTbQbTGOPE5rbFexAImsvfHh { width:18.75rem;height:1.25rem;top:33.5rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nOAGNkt18LBUPVTZTIRQkNz6Vz4dLc { width:18.75rem;height:1.25rem;top:33.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC { display:block; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z { display:block; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3gu7339bETCxL0rVMt1bE17LZeTOl7p { width:22.6875rem;height:35.8125rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF2vMF3IbxJKggXwkQiRDfb130OW1KSt { width:18.75rem;height:1.625rem;top:31.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskNHQvvtmu8SCFESCaBKHDMdmEcXTlk { width:18.625rem;height:11.1875rem;top:38.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyby9cQyZKckRGHd4lDSNNGIpf7bonzN { width:22.3125rem;height:34.75rem;top:23.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXCyPoxRiecl7eUMdsHb9I1E7QfzrZup { width:19.6875rem;height:9.5625rem;top:38.875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW0PSUJLuwlhk6GfsExmQEz7HL3aSVWN { width:18.75rem;height:1.625rem;top:31.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1hfzSr0Id07IQdsEyU3SCGaCpV5hwhy { width:22.125rem;height:33.75rem;top:23.6875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIBAKKN7LUsxCMCcpPNaD3IABfRIeA62 { width:24.9375rem;height:;top:3rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rKrtav5nAcNG83gbEPymPmGbyQXuRL { width:47.75rem;height:3.125rem;top:7.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrQosCAeETW138mNELaGR69bCwAhXJGg { width:10.1875rem;height:2.6875rem;top:52.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W94ZTyfpbgvnetwroxNNF3wxLwlTH1HD { display:block; }
 }@media only screen and (max-width: 763px) { #lFnGJdcaKfAgylcivtnX4G441gbIPonP { top:20.6875rem;left:16.21875rem;width:15.1875rem;height:9.06225rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm70Ds25aCgNSOHKbiucJaKf1pi5Vge9 { top:20.5rem;left:31.125rem;width:16.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOtb66IrNWHD87XKE0ibisxg9ge1bgnL { top:20.75rem;left:0.654541015625rem;width:14.5rem;height:8.8989493201483rem;display:block; }
 }@media only screen and (max-width: 763px) { #I72daJFP5VFvMlrLDxTtZhyBgTeplhQJ { width:18.75rem;height:3.25rem;top:29.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdod9yxS7J7Z0VK8siF8ClNz59RH8l5n { width:18.75rem;height:3.25rem;top:35.125rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewonJBK2xHaeqTcAEAqEeL2AuBgUFKcR { width:18.75rem;height:1.625rem;top:35.0625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng7w105bLoeo8GXmHPtFM4MnlTSWSgt3 { width:19.3125rem;height:11.1875rem;top:38.875rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTPKoC2o3y2y1kxOHGMc2dkSKLm3u9d { width:10.1875rem;height:2.6875rem;top:52.1875rem;left:18.68815612793rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrrCGGS7JFPEdqoRuySaODv1wTLaxgSr { display:block; }
 }@media only screen and (max-width: 763px) { #kV8XwwuuytaUxg3t8SqQDF8vuG9Fhw3l { width:10.1875rem;height:2.6875rem;top:52.1875rem;left:34.563232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ39peR6Tx9IxXd3EO1rCyhzTbqEfOP0 { display:block; }
 }@media only screen and (max-width: 763px) { #ontmT4WuhQT7KDTGieXx9Hzc6m8ETQ1C { top:13.4375rem;left:15.8125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpMnnz4ps9vi3lTmVMiKuXQ9iNHEMrU { display:block; }
 }@media only screen and (max-width: 763px) { #umvpX499mwKnbKv6JpreXSq5Fnn0q8eu { width:20.4375rem;height:1.25rem;top:36.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUtWt2z8v3LoPWUhH8u6krVMgOgxdpmD { width:25.875rem;height:2.5625rem;top:35.0625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTTsgzxB1Q5CLinLBqgRaTJgzGCdNJnE { width:18.75rem;height:3.875rem;top:33.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEssmW4aeVXGvdQ3TuFCWUDTfZoJRkQ { top:65.1875rem;left:0rem;width:43.4375rem;height:10.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOFJHKoCFAELiCbEkPTpDFSOEXs2Juo1 { top:68.1875rem;left:0rem;width:17.3125rem;height:4.1723142437552rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepKWnIn6JMIwrzqCE67efh0eIpACPQ6 { width:7.4375rem;height:1.3125rem;top:33.1875rem;left:3.7799491882324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MoIZp7gHlczhpQOBP1dscl3urbqkIf { display:block; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3HPfqauP37XcRJUExoEFVoKkVPgCyyN { width:9.6875rem;height:6.875rem;top:7.1875rem;left:0rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cFKIc1fF4voGQF7zZnreUhI9gTN1Dpv2 { width:9.4375rem;height:3.4375rem;top:7.1875rem;left:19.15625rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #agAPseEaMN7gPNd2uU7Qh4fAZEu8WQu9 { width:7.75rem;height:3.4375rem;top:7.1875rem;left:40rem;font-size:3.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IlSKgodZrGOiZMwDo81x1lo5HntADTEN { width:11.5rem;height:2.125rem;top:10.625rem;left:18.125rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m3RDL1RbzbJ7KWEe3HdyS66mXBKbraps { width:11.8125rem;height:2.125rem;top:10.9375rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Toq2MmyLraHeqKs3SgdTtGaclSXGz9wv { width:15rem;height:2.75rem;top:11.0625rem;left:32.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XN12nfCNuWALammEm8P9P7swLabV8eKP { display:block; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOaiynbqvMPkM16B6d33KG0kVDvdooLs { width:22.3125rem;height:42.625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmWvtqcfJIHCeQNvLVDw9CISiAHm5nE { width:18.75rem;height:1.625rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTRBSoRRtXUgMgShlnJbTptqxSUK6eV { width:22.6875rem;height:43.125rem;top:23.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uorwo071z0sp5QPy3t7vNc8xIdlyyTy9 { width:18.75rem;height:1.625rem;top:30.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsaNBE8273VSUAOCUI4RBNrsvUiuqa90 { width:25rem;height:;top:3.0625rem;left:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzS0qovExFZ7mHoxMNa0mtw9IWy824RL { width:47.75rem;height:3.125rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9GRembzAE1d8JQUdTuE3Ic8oguk7BLo { top:72.5rem;left:0rem;width:43.1875rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHuU6X3JOhdZXMTzZk6IsPhDtaKVZrRO { top:71.5rem;left:6.248779296875rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9DgqamQTZs3Q8d82NkqftDfCLUSrZlc { top:13.5625rem;left:15.875rem;width:15.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqQTiL6fNMPqySTaWyzqKSg1lN3Rh1U { display:block; }
 }@media only screen and (max-width: 763px) { #ugUhCflPbnENwc1ZFRLBqh9nyI0aumqb { top:19.875rem;left:0rem;width:15.5625rem;height:10.084661354582rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWEh7SgRChhso0yyqBmXmM0TBNTikTo { width:10.1875rem;height:2.6875rem;top:57.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luQ62gmTXUZ8iRAGkQ9bMuPkh6PRix17 { display:block; }
 }@media only screen and (max-width: 763px) { #G2P31HFR0hJ9N6Mu449AZ5OEzIV0nZpC { width:10.1875rem;height:2.6875rem;top:57.5625rem;left:18.68815612793rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7GfafKp3vvCnwUPrnpdA4zSTPrS9xta { display:block; }
 }@media only screen and (max-width: 763px) { #RBlTs0cBCiN2QDtQhJtWZHpMxOBkhW0i { width:19.3125rem;height:2.5625rem;top:34.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQwvNm7IKsTsV8eKyAVw6Pfz7OsIR2x { width:19.125rem;height:15.9375rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBNULzQM9Abl89ZbNJ4EQn7qTZ8ATW2y { width:19.3125rem;height:2.5625rem;top:34.9375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4qMXtqmu9RI4t9pnI8oDnQsmy1kGF0Q { width:19.125rem;height:14.375rem;top:38.8125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2O1yDc4t65kIAbkRW0iFDUwm6HEixSx { width:22.6875rem;height:42.4375rem;top:23.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTJwRcMGcW0VpQk5ynLyLcbtTEhRRl9V { width:18.75rem;height:3.25rem;top:30.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9PoMNguOakZRsu8wi9LEQZ1hCuCUIXS { width:19.3125rem;height:1.25rem;top:35.5625rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUJkatGixrrSw2nX2glsGc6Qgpd4xAT7 { width:19.125rem;height:12.75rem;top:38.8125rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHaPqDE4ZRSvczkZLvSp9eAVMg41nsLL { width:10.1875rem;height:2.6875rem;top:57.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6FwGRdHIOPwXtRaITDn0vzx585u9zq { display:block; }
 }@media only screen and (max-width: 763px) { #l3CTMX8RHqnXb0xuMXTBOM1XhGc6CDpL { top:20.8125rem;left:15.875rem;width:15.625rem;height:9.21319205393rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtqGhZkTGMxreLcerrrZF7FJFpsmgrCt { top:19.5625rem;left:31.625rem;width:16rem;height:11.268584236085rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM { display:block; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCqzIi86rAO5B7J6npfZMrVFOgXXSXJz { width:47.75rem;height:3rem;top:2.375rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hMx5rRN27GIRyzqhDIdkmck9PtledKv2 { width:23.25rem;height:11.25rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vasmpPTa0tJpTe8x1gFMBcPbagLMa6cn { top:3.8125rem;left:9.75rem;width:38rem;height:28.82711927865rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZPciSw3ikRp3PWVuwREThkf5ZwMbe3 { top:22.25rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUR4hL1V6DZaGB5UTzvcTRamPKtIE5WJ { display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:9.6875rem;height:3.625rem;top:4.25rem;left:20.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpZ3FFwJCvnPhVlm23dWoNQG0Xw0VGg { width:8.8125rem;height:1.25rem;top:8.875rem;left:38.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:#110a18;background-image:url("https://images.assets-landingi.com/uc/dde472cb-587b-4f0b-9446-ccdfb228f09b/Landingpagetoys241.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:6.625rem;height:2.5rem;top:2.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDsdLJHrAGpwLRJDg6sBsvLy3xxQnKmM { width:20rem;height:3.59895625rem;top:10.5625rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SI8xgVM8ydLr7bLBTNEUEpZBdbuzngi5 { width:20rem;height:9.597625rem;top:15.856771469116rem;left:0rem;font-size:1rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5y0IZyCOuOqC7SuT24iPht1byq3tOzT { top:27.069662094116rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDullAbdMrFXc9Ub3mgODfuuoKBuUdF { display:block; }
 }@media only screen and (max-width: 763px) { #xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea { display:block; }#xFEv6KaQhZa8M7fcO0tXED6w01S5Wyea > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTTfIOVdsG97xBISUTaw6cz6icQJJI5 { width:19.6875rem;height:4.875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbrbK0TesG2KDQ1TUpMrZN6kSTecwKv5 { width:20rem;height:0;top:2.875rem;left:-0.0625rem;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy { background-color:transparent;background-image: -webkit-linear-gradient(262deg, #1b1256, #000000);background-image: -moz-linear-gradient(262deg, #1b1256, #000000);background-image: -ms-linear-gradient(262deg, #1b1256, #000000);background-image: -o-linear-gradient(262deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(262deg, #1b1256, #000000);background-size:cover !important;display:block; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { background-color: transparent; background-image: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container > .video-iframe-container { display: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row > .video-iframe-container { display: none; }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .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); }#Ryh1LK4nHUOmIXGKxdf9SgTiP5ya8qAy > .row .container { width:20rem;height:163rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PneAEgut91ZsxSvcLMSSmlHGhnp2Itof { width:19.625rem;height:42rem;top:18.25rem;left:0.1875rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g1OyOndAIOyFhExneToqXi24sEqoecJH { width:16.875rem;height:17.323625rem;top:35.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CoIIxpvbqq6y0auXMHaES1okqq4WG42J { width:16.25rem;height:1.8684875rem;top:20.500002861023rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MRST9SBgUgTHTIR7mEmDeOn4I8B3qNMy { width:20rem;height:0;top:76.336591720581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#479cca;display:none; }
 }@media only screen and (max-width: 763px) { #Hdgg4RDeAueTxitrvSqrneDQ7FB2bfhx { width:20rem;height:40.125rem;top:62.187501907349rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wTMwJw7JnR7uiw3HUL8cvZektVo142qu { width:20rem;height:5.8496125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9iftVO2yFTt9A1P15de9h3TQUaie4K { width:20rem;height:6.9986875rem;top:9.1360678672788rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pe9FXcthzLLXa84QgWnBdhAbatSeupma { width:20rem;height:1.8684875rem;top:64.562498569488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMgPI3aNOBmqi73pQdUJrAkUM6DMBZXi { width:17.125rem;height:0;top:133.13216018677rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#479cca;display:none; }
 }@media only screen and (max-width: 763px) { #TRTCpGeJpSsmUMBJst2b8Btr5edT1eH5 { width:18.375rem;height:12.5989375rem;top:81.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M5mZMnhIwIkdVX1wOqKQuGI2QIOFKKu7 { width:18.875rem;height:12.125rem;top:67.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoQfC3ooZ4sDtLm07MLtbacRpJ5msMrD { top:54.5625rem;left:3rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw1bytNXTWmW0OHUs95fGbXnVyWISRlO { display:block; }
 }@media only screen and (max-width: 763px) { #fHS8BH2Nd2hn9FwOpFXRKCudd6yxIwnI { top:95.125rem;left:3rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwMb6hmLpUUAAuTeSxnhlyQOkfL10rN { display:block; }
 }@media only screen and (max-width: 763px) { #eNhps92dKvoFaUoEOn5QJt9aGXPWeoyJ { width:20rem;height:39.75rem;top:104.6875rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QtOHzH7qgS3EFiiwgpGcNy0aBRoEMmnt { top:138.125rem;left:2.96875rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3zdTGsFXM2VgdG4LdI2Ofbyyvxwh0gR { display:block; }
 }@media only screen and (max-width: 763px) { #HqlMuRrsy6Q0gxo5Fg479GaLW7NByPA9 { width:18.875rem;height:10.875rem;top:110.87500762939rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srSUVzz7RJtZIP13lVygDhpqrsiO2dHF { width:20rem;height:1.8684875rem;top:107.31250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ksCJ61pzoBgyIDb42TIerGfGJOzfmfnn { width:20rem;height:0;top:159.06514849854rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#479cca;display:none; }
 }@media only screen and (max-width: 763px) { #PDNt5qhtNvE9bhzvOcuv73kbd5g328Ky { width:19.375rem;height:12.5989375rem;top:123.62500762939rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I0rXppuNMVGxH7KC3ib6xKuG3EMIww6i { width:20rem;height:11.1484375rem;top:23.312500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skLblgIr79bWP5tm9QXFPpOLpTzMaTF9 { width:20rem;height:8.4479375rem;top:147.24283599854rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwk90huk7ks1ZFEwxbvUo4Jb7Nk7SbEh { display:flex;width:4rem;height:4rem;top:156.6328163147rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #DL1hdp1Orc4yKzRvquZ44iXos1ZRQg4m { width:20rem;height:14.850299401198rem;top:75.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP { display:block; }#CH5pW55hA5KlJ9yQqzw5ooUlGrmGU5tP > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y61Nx5bpLbiIE3gCiqnd1teuwIZ4ztMh { width:20rem;height:2.2719449225473rem;top:7.29948125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtT4J06OgkNrNDOQHHWiAT9riDBasTua { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH { background-color:transparent;background-image: -webkit-linear-gradient(178deg, #1b1256, #000000);background-image: -moz-linear-gradient(178deg, #1b1256, #000000);background-image: -ms-linear-gradient(178deg, #1b1256, #000000);background-image: -o-linear-gradient(178deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(178deg, #1b1256, #000000);background-size:auto !important;display:block; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container { background-color: transparent; background-image: none; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container > .video-iframe-container { display: none; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row > .video-iframe-container { display: none; }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .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); }#kIBELxiPJTHtkNPy9EnD7mSeDgMl8RvH > .row .container { width:20rem;height:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2pzFD4MXvmVDXtv6cyXy6CrHfi5TB2A { width:20rem;height:42.9375rem;top:25.1875rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T7X6hoGqyXfQHM8NyB61H5abXOqRPGge { width:18.75rem;height:1.29948125rem;top:27.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTalCOkDAZ9PI08mybED0rBBMFBzzWkH { width:16.25rem;height:12.796875rem;top:46.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JAWgAgdThHckTVhKKTCtr8pgXUyMUc { width:20rem;height:43.125rem;top:70.5rem;left:-0.125rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d29Hvvg0LCsMMfgKGiNsPXS295x3utnp { width:16.25rem;height:12.796875rem;top:93.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8qr3m00LUtT8QGbHqGKIAGzTJfin1wx { width:18.75rem;height:1.29948125rem;top:72.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPEPGsTmJ7lrRFWQqyBUdebbcPq8w3tR { width:20rem;height:41.75rem;top:116.5625rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lPGwEhxTCvM2P83lceMAroCKAmaMPqRM { width:20rem;height:2.11198125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxrdDtzt8szZeyuvzXRyfsneWznLadz { width:20rem;height:11.0241125rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETO0SkgRQ0H3rO1kWCgHoKWd4H57qwiC { width:10.25rem;height:2.75rem;top:62.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQxz4PzD34AcDHKcnDTC3d62IX3eRE67 { display:block; }
 }@media only screen and (max-width: 763px) { #W52MpTQm3CfgT7taOI1oIC1dd7F2wbkd { width:17.8125rem;height:10.6875rem;top:77.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIU5Zb7EBrO3d1ILttRMUThofLTL96qA { width:18.5rem;height:10.5rem;top:123.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR9T1UdVSmLWpkalSBSIlZsfJuhbv8T6 { width:17.375rem;height:10.6875rem;top:31.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqkuDtGqg3oMzUit9aK1mcJOnlDtxC3x { width:20rem;height:0;top:124.669921875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cPRRdHv7gSyKPg7nhxHlu3gIMCt1kq2r { width:20rem;height:1.29948125rem;top:44.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2tE1gSDi5PK2wdl2FKEq1RPGoGtTLx { width:20rem;height:1.3808625rem;top:90.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewLmwT7fZIg2BfSCK5TKMrpgBMtGpEGo { width:18.75rem;height:1.29948125rem;top:119.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxyVQo4V0kTEtTBu3SDkghlL3og31xRf { width:18.75rem;height:1.29948125rem;top:136.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4PSBSraAxok3yU0Ht6wRJ6LksUlOk14 { width:14.9375rem;height:12.796875rem;top:138rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W64yu2hWeUiZEuGoin9aQUCEtRwaTk1T { width:10.1875rem;height:2.6875rem;top:108rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs5lK1ACwhDZZ3PDDPm10cOFREZpphrK { display:block; }
 }@media only screen and (max-width: 763px) { #OVg5qrLoK9bO8v5Cb2004VutxZy9fb2h { width:10.1875rem;height:2.6875rem;top:152.7500038147rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpiufzaOV6riMDOIDysHMMlB9DqqDqfG { display:block; }
 }@media only screen and (max-width: 763px) { #IIPCT4wdGglKA600vfvxduu6xIBXLgum { top:18.690105438233rem;left:2.25rem;width:15.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeT4oEcdISyFQosmTQKx2T6OqnG3P3AW { display:block; }
 }@media only screen and (max-width: 763px) { #DBCOIut2FTJsvFVqHElPGpHJbyflHyTP { width:20rem;height:2.5989625rem;top:121.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhWtNCQbeKnTT123KEqynLrW6BIpSWkL { width:20rem;height:0;top:117.93750286102rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fg9AR7PJU6NZ1UuXX1Gqr6B3tTgltebG { width:18.75rem;height:1.29948125rem;top:135.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFguvWbZKAitsJJRU2OX98W1rlsHIfa { width:20rem;height:13.30275rem;top:160.18620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5Eld1mEBNApO5cpvRgclT8TsA8EbdH { width:18.75rem;height:1.29948125rem;top:28.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHKItCmXBTbQbTGOPE5rbFexAImsvfHh { width:18.75rem;height:1.29948125rem;top:74.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nOAGNkt18LBUPVTZTIRQkNz6Vz4dLc { width:18.75rem;height:1.29948125rem;top:120.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC { display:block; }#ANEddZV5WAiWWaEOl0ffSiyPk4NWOzsC > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z { background-color:transparent;background-image: -webkit-linear-gradient(225deg, #1b1256, #000000);background-image: -moz-linear-gradient(225deg, #1b1256, #000000);background-image: -ms-linear-gradient(225deg, #1b1256, #000000);background-image: -o-linear-gradient(225deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(225deg, #1b1256, #000000);background-size:auto !important;display:block; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container { background-color: transparent; background-image: none; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container > .video-iframe-container { display: none; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row > .video-iframe-container { display: none; }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .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); }#TunlxWXxXufCfdSCFd3rTvdPoC9rOU4z > .row .container { width:20rem;height:164.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3gu7339bETCxL0rVMt1bE17LZeTOl7p { width:20rem;height:43.8125rem;top:24.125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF2vMF3IbxJKggXwkQiRDfb130OW1KSt { width:18.75rem;height:1.29948125rem;top:26.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskNHQvvtmu8SCFESCaBKHDMdmEcXTlk { width:16.25rem;height:12.796875rem;top:47rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyby9cQyZKckRGHd4lDSNNGIpf7bonzN { width:19.875rem;height:43.0625rem;top:70.399078369137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXCyPoxRiecl7eUMdsHb9I1E7QfzrZup { width:16.25rem;height:11.19725rem;top:94.3808631897rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW0PSUJLuwlhk6GfsExmQEz7HL3aSVWN { width:18.75rem;height:1.29948125rem;top:73.155601501462rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1hfzSr0Id07IQdsEyU3SCGaCpV5hwhy { width:20rem;height:44.0625rem;top:115.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIBAKKN7LUsxCMCcpPNaD3IABfRIeA62 { width:20rem;height:2.4375rem;top:3.0690016746521rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rKrtav5nAcNG83gbEPymPmGbyQXuRL { width:20rem;height:8.921875rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RrQosCAeETW138mNELaGR69bCwAhXJGg { width:10.25rem;height:2.75rem;top:62.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W94ZTyfpbgvnetwroxNNF3wxLwlTH1HD { display:block; }
 }@media only screen and (max-width: 763px) { #lFnGJdcaKfAgylcivtnX4G441gbIPonP { width:18.375rem;height:10.9375rem;top:76.9062538147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm70Ds25aCgNSOHKbiucJaKf1pi5Vge9 { width:16.5rem;height:9.375rem;top:122rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOtb66IrNWHD87XKE0ibisxg9ge1bgnL { width:18.1875rem;height:11.125rem;top:30.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I72daJFP5VFvMlrLDxTtZhyBgTeplhQJ { width:18.75rem;height:2.59895625rem;top:117.4375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdod9yxS7J7Z0VK8siF8ClNz59RH8l5n { width:18.75rem;height:1.29948125rem;top:128rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewonJBK2xHaeqTcAEAqEeL2AuBgUFKcR { width:18.75rem;height:1.29948125rem;top:128rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng7w105bLoeo8GXmHPtFM4MnlTSWSgt3 { width:18.0625rem;height:12.796875rem;top:138.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTPKoC2o3y2y1kxOHGMc2dkSKLm3u9d { width:10.1875rem;height:2.6875rem;top:107.25651550293rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrrCGGS7JFPEdqoRuySaODv1wTLaxgSr { display:block; }
 }@media only screen and (max-width: 763px) { #kV8XwwuuytaUxg3t8SqQDF8vuG9Fhw3l { width:10.1875rem;height:2.6875rem;top:153.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ39peR6Tx9IxXd3EO1rCyhzTbqEfOP0 { display:block; }
 }@media only screen and (max-width: 763px) { #ontmT4WuhQT7KDTGieXx9Hzc6m8ETQ1C { top:18.13149023056rem;left:2.03125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZpMnnz4ps9vi3lTmVMiKuXQ9iNHEMrU { display:block; }
 }@media only screen and (max-width: 763px) { #umvpX499mwKnbKv6JpreXSq5Fnn0q8eu { width:20rem;height:2.59895625rem;top:43.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUtWt2z8v3LoPWUhH8u6krVMgOgxdpmD { width:20rem;height:2.5989625rem;top:90.006511688231rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTTsgzxB1Q5CLinLBqgRaTJgzGCdNJnE { width:18.75rem;height:3.8984375rem;top:133rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEssmW4aeVXGvdQ3TuFCWUDTfZoJRkQ { width:20rem;height:0;top:125.35547447204rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOFJHKoCFAELiCbEkPTpDFSOEXs2Juo1 { width:17.3125rem;height:4.171875rem;top:119.95442843438rem;left:2.1041667461395rem;display:none; }
 }@media only screen and (max-width: 763px) { #AepKWnIn6JMIwrzqCE67efh0eIpACPQ6 { width:7.4375rem;height:1.29948125rem;top:28.125rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MoIZp7gHlczhpQOBP1dscl3urbqkIf { display:block; }#m4MoIZp7gHlczhpQOBP1dscl3urbqkIf > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3HPfqauP37XcRJUExoEFVoKkVPgCyyN { width:9.6875rem;height:auto;top:7.1875rem;left:5.125rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cFKIc1fF4voGQF7zZnreUhI9gTN1Dpv2 { width:9.4375rem;height:auto;top:7.1875rem;left:5.25rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #agAPseEaMN7gPNd2uU7Qh4fAZEu8WQu9 { width:7.75rem;height:auto;top:7.1875rem;left:6.125rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IlSKgodZrGOiZMwDo81x1lo5HntADTEN { width:11.5rem;height:auto;top:10.625rem;left:4.25rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m3RDL1RbzbJ7KWEe3HdyS66mXBKbraps { width:11.8125rem;height:auto;top:10.9375rem;left:4.0625rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Toq2MmyLraHeqKs3SgdTtGaclSXGz9wv { width:15rem;height:auto;top:11.0625rem;left:2.5rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XN12nfCNuWALammEm8P9P7swLabV8eKP { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #1b1256, #000000);background-image: -moz-linear-gradient(207deg, #1b1256, #000000);background-image: -ms-linear-gradient(207deg, #1b1256, #000000);background-image: -o-linear-gradient(207deg, #1b1256, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1256', endColorstr='#000000' );";background-image: linear-gradient(207deg, #1b1256, #000000);background-size:auto !important;display:block; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container { background-color: transparent; background-image: none; }#XN12nfCNuWALammEm8P9P7swLabV8eKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container > .video-iframe-container { display: none; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row > .video-iframe-container { display: none; }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .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); }#XN12nfCNuWALammEm8P9P7swLabV8eKP > .row .container { width:20rem;height:189.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOaiynbqvMPkM16B6d33KG0kVDvdooLs { width:20rem;height:48.1875rem;top:25.3125rem;left:-0.125rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LbmWvtqcfJIHCeQNvLVDw9CISiAHm5nE { width:17.25rem;height:1.29948125rem;top:27.687519073486rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTRBSoRRtXUgMgShlnJbTptqxSUK6eV { width:20rem;height:47.5rem;top:75.875rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Uorwo071z0sp5QPy3t7vNc8xIdlyyTy9 { width:18.75rem;height:1.29948125rem;top:78.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsaNBE8273VSUAOCUI4RBNrsvUiuqa90 { width:20rem;height:2.4375rem;top:4.208984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzS0qovExFZ7mHoxMNa0mtw9IWy824RL { width:20rem;height:7.874375rem;top:8.0397148132325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v9GRembzAE1d8JQUdTuE3Ic8oguk7BLo { width:18.8125rem;height:9.75rem;top:169.99021911621rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHuU6X3JOhdZXMTzZk6IsPhDtaKVZrRO { width:4.875rem;height:4.875rem;top:181.87565231323rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9DgqamQTZs3Q8d82NkqftDfCLUSrZlc { top:19.041648864746rem;left:2.09375rem;width:15.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqQTiL6fNMPqySTaWyzqKSg1lN3Rh1U { display:block; }
 }@media only screen and (max-width: 763px) { #ugUhCflPbnENwc1ZFRLBqh9nyI0aumqb { width:17.8125rem;height:11.5rem;top:30.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWEh7SgRChhso0yyqBmXmM0TBNTikTo { width:10.1875rem;height:2.6875rem;top:68rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luQ62gmTXUZ8iRAGkQ9bMuPkh6PRix17 { display:block; }
 }@media only screen and (max-width: 763px) { #G2P31HFR0hJ9N6Mu449AZ5OEzIV0nZpC { width:10.1875rem;height:2.6875rem;top:117.3750038147rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7GfafKp3vvCnwUPrnpdA4zSTPrS9xta { display:block; }
 }@media only screen and (max-width: 763px) { #RBlTs0cBCiN2QDtQhJtWZHpMxOBkhW0i { width:19.3125rem;height:2.59895625rem;top:44.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAQwvNm7IKsTsV8eKyAVw6Pfz7OsIR2x { width:18.125rem;height:17.5956875rem;top:48.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBNULzQM9Abl89ZbNJ4EQn7qTZ8ATW2y { width:19.3125rem;height:2.59895625rem;top:95.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4qMXtqmu9RI4t9pnI8oDnQsmy1kGF0Q { width:18.5rem;height:15.996125rem;top:99.4375038147rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2O1yDc4t65kIAbkRW0iFDUwm6HEixSx { width:20rem;height:41.4375rem;top:125.6875rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gTJwRcMGcW0VpQk5ynLyLcbtTEhRRl9V { width:18.75rem;height:2.5989625rem;top:128rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9PoMNguOakZRsu8wi9LEQZ1hCuCUIXS { width:19.3125rem;height:1.29948125rem;top:143.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUJkatGixrrSw2nX2glsGc6Qgpd4xAT7 { width:19.125rem;height:12.796875rem;top:146.6875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHaPqDE4ZRSvczkZLvSp9eAVMg41nsLL { width:10.1875rem;height:2.6875rem;top:161.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6FwGRdHIOPwXtRaITDn0vzx585u9zq { display:block; }
 }@media only screen and (max-width: 763px) { #l3CTMX8RHqnXb0xuMXTBOM1XhGc6CDpL { width:17.5625rem;height:10.3125rem;top:82.6875038147rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtqGhZkTGMxreLcerrrZF7FJFpsmgrCt { width:20rem;height:14.0625rem;top:129.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM { display:block; }#CPQIkupA0zddgZ0NZxk9oAfmC4eLVxTM > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCqzIi86rAO5B7J6npfZMrVFOgXXSXJz { width:19.999375rem;height:3.57421875rem;top:3.75rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMx5rRN27GIRyzqhDIdkmck9PtledKv2 { width:19.999375rem;height:10.125rem;top:9.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vasmpPTa0tJpTe8x1gFMBcPbagLMa6cn { width:20rem;height:15.171875rem;top:28.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZPciSw3ikRp3PWVuwREThkf5ZwMbe3 { top:21.57421875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUR4hL1V6DZaGB5UTzvcTRamPKtIE5WJ { display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#110a18;background-image:none;position:relative;z-index:auto;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:3.25rem;height:1.25rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpZ3FFwJCvnPhVlm23dWoNQG0Xw0VGg { width:8.8125rem;height:0.89323125rem;top:3.75rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#717171;display:block; }
 }