.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:248,249,255;--color-primary-1:233,235,255;--color-primary-2:211,214,255;--color-primary-3:106,107,128;--color-primary-4:32,32,38;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:243,244,250;--color-tertiary-2:34,35,40;--color-tertiary-3:14,12,14;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ff56e2;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { background-color: transparent; background-image: none; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container > .video-iframe-container { display: none; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row > .video-iframe-container { display: none; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .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); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { border-width: 0; border-radius: 0; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;overflow:visible;position:relative;display:block; }#iowXLe5Q1uMKvEh6SDRnQ7bh16t3smhf { color:rgba(var(--color-primary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.46875rem;left:3.3000011444092rem;height:5.2rem;font-style:normal;display:block; }
#JNOJKIESpUxlg9c1VernqTBtxWa2u3Do { position:absolute;display:block;z-index:15029;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.25rem;width:26.5rem;top:0rem;left:16.250001907349rem;overflow:hidden;display:block; }
#JxePAwfFqXt8VATGGdZFTiOMVnslRDS8 { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:20.3125rem;top:10.875rem;left:36.437501907349rem;overflow:hidden;display:block; }
#DgGTlGl19KADTsde0yoRJg2lstPdIKXe { color:rgba(var(--color-primary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.25rem;left:3.3000011444092rem;height:3.9rem;font-style:normal;display:block; }
#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { background-color: transparent; background-image: none; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container > .video-iframe-container { display: none; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row > .video-iframe-container { display: none; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .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); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { border-width: 0; border-radius: 0; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#LTbNbTt5biUw18lP5z3PPMNe74Sc0ID8 { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:2.9375rem;height:15.6rem;display:block; }
#e0kioLyOA30hXhtNItnFxNo1V7sg6Sz3 { color:#ec5dff;display:block;width:52rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.5625rem;left:2.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container { background-color: transparent; background-image: none; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container > .video-iframe-container { display: none; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row > .video-iframe-container { display: none; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .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); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container { border-width: 0; border-radius: 0; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#wy5UJ0zcJmx0hzVzWvXJ6qgbv2HtDmHJ { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.168749809265rem;left:5.6875rem;height:2.6rem;display:block; }
#KUSAZ5JZTqg8CMwVOBckJbfhubRlOl36 { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.6875rem;height:3.9rem;display:block; }
#bgKJhJ43bEBpHcIk0Kc5mARGOA0l26Cv { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.8125rem;left:5.6875rem;height:2.6rem;display:block; }
#LflK1SMawkIfNWDakoQJai7TW5QCbI4L { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.106249809265rem;left:5.6875rem;height:2.6rem;display:block; }
#C2aAW2uSAduTyRk3J8CImraowebEIy2V { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.356250762939rem;left:5.6875rem;height:2.6rem;display:block; }
#oWUHDCc3NpEtoTsSgUOzpOo8yFi5OwbD { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.0625rem;top:9.1875002086162rem;left:1.1937503814698rem;overflow:hidden;display:block; }
#hDi6i0JuAKDgkO0s3R0aPXLpiOQK7KEV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.0625rem;top:13.25rem;left:1.25rem;overflow:hidden;display:block; }
#QZa357vkMq0JX5dADsywTO8Q9MABPG0T { 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:2.4375rem;width:4.0625rem;top:18.5rem;left:1.25rem;overflow:hidden;display:block; }
#OenMfT2zagIRdBMBUNddfqiAEWbHmWn9 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.0625rem;top:22.9375rem;left:1.25rem;overflow:hidden;display:block; }
#W6GiHywMFbZRdGM9O3IgiGJwsdAV0gza { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.0625rem;top:27.4375rem;left:1.25rem;overflow:hidden;display:block; }
#PJS8DHolTfBsNWOAGb1iRSnKQmeb7BzE { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.0625rem;top:31.0625rem;left:1.25rem;overflow:hidden;display:block; }
#Sqnh2vaCtSKTgQpNe16VDhpG8tEre1nX { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.625rem;left:5.6875rem;height:2.6rem;display:block; }
#vo253sFDBXC7UFEpJF2xJTLCT9CD1QlN { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:28.75rem;top:1.8125rem;left:15.625001907349rem;overflow:hidden;display:block; }
#QSA5NtEcaG2pQHsNzxKZo937Ry4Vi6xy { position:absolute;display:block;z-index:15016;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:6.4375rem;width:20.8125rem;top:34.8125rem;left:20.112501144409rem;overflow:hidden;display:block; }
#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { background-color: transparent; background-image: none; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container > .video-iframe-container { display: none; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row > .video-iframe-container { display: none; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .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); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { border-width: 0; border-radius: 0; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#bfVM29iuVVI43Bs2LOiKH9E1I2BbIC9T { color:rgba(var(--color-secondary-2),1);display:block;width:43.5rem;position:absolute;font-family:"marck script";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.737501144409rem;left:8.25rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RN3IAzt0KSJQxuBG91ewLDL1Q878BUt2 { 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:31.25rem;width:19.3125rem;top:2.4874999523163rem;left:20.343751907349rem;overflow:hidden;display:block; }
#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container { background-color: transparent; background-image: none; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container > .video-iframe-container { display: none; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row > .video-iframe-container { display: none; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .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); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container { border-width: 0; border-radius: 0; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#myH6bORMducub3N7yIhmwJqrzI3xagzK { color:#040404;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:4.875rem;height:16.98125rem;display:block; }
#FS5avLBMh7QTfxxB92HTJo34EmhoDpcy { position:absolute;display:block;z-index:15005;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:3.8125rem;width:15rem;top:1.5507826805115rem;left:4.1875rem;overflow:hidden;display:block; }
#rJQfDkWRHtJwvHgxgqz7TOw38J1oiyhb { position:absolute;display:block;z-index:15006;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:22.8125rem;width:27.25rem;top:21.699219942093rem;left:15.804689407349rem;overflow:hidden;display:block; }
#azRkdgITfG9UX8ry7s37PezlfG94EvbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container { background-color: transparent; background-image: none; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container > .video-iframe-container { display: none; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row > .video-iframe-container { display: none; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .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); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container { border-width: 0; border-radius: 0; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#M1isSD46se5HIqbE52BAWZ6hwXl6nTy8 { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125002384186rem;left:2.25rem;height:5.2rem;display:block; }
#H6PubBo0zCVpm4D2KT1WoKLl7iq1rpK6 { color:#f756fd;display:block;width:8.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.71875rem;left:2.25rem;height:2.4375rem;font-style:normal;display:block; }
#AD3QL6dwiIhCVafZIdE9DWCV3BVNJkNq { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.375rem;top:3.9250011444092rem;left:1.40625rem;overflow:hidden;display:block; }
#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container { background-color: transparent; background-image: none; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container > .video-iframe-container { display: none; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row > .video-iframe-container { display: none; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .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); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container { border-width: 0; border-radius: 0; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#A8M5aw5Ty22zPCk3uOA8n8FTVvUreMXu { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.25rem;height:5.2rem;display:block; }
#Lhpgoa6siawVSITsNbEH9RTEkqInt4ps { color:#f756fd;display:block;width:8.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.78125rem;left:2.8125rem;height:2.4375rem;font-style:normal;display:block; }
#kNVHTzvMV4NBcFwM9hGCscIlcSRJRZNV { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:13.8125rem;top:3.2374992370606rem;left:1.71875rem;overflow:hidden;display:block; }
#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container { background-color: transparent; background-image: none; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container > .video-iframe-container { display: none; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row > .video-iframe-container { display: none; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .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); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container { border-width: 0; border-radius: 0; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:60rem;position:relative;display:block; }#m7qHVn6XhZefkn5UZbyAcFewkvOE6Ctl { color:#000000;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.0624980926514rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#hGLL6otlPdrfl3BT34udt7mvWLUbylVm { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5210914611816rem;left:1.625rem;height:3.9rem;display:block; }
#rSnTXL6P5VzIbIT3nurBqihVVRH3S8KR { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.85781288147rem;left:1.625rem;height:6.5rem;display:block; }
#gFbKISHmgAhU8mwBrxMq3q1hzmW5Aehw { color:#f68eff;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.42031288147rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#U9qPaqawEDnmL2cE7tTQaRQkSpBvtsGK { color:#f68eff;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.870312690735rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#mf1drXTqEokKFrafliBuDM83mUOGU9UU { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.307813644409rem;left:1.625rem;height:3.9rem;display:block; }
#ynJzpKWmcs3VRlLxe7yF4UMWiS3RixnT { color:#f68eff;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.370312690735rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#yEBLP6QQOwUH205xXVttqMbNRcFDTV9t { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.7578125rem;left:1.625rem;height:3.9rem;display:block; }
#TBmd1TZ2hXr0JnoOqp5kuyNalfrvMM5Z { color:#f68eff;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.3203125rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#fg6HMzHIEg5TND0RnkxUy2Le48bs8BDD { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.7578125rem;left:1.625rem;height:2.6rem;display:block; }
#PKAMUrLdtdUW4yH7kMNxs30yK6GeyGQa { color:#f68eff;display:block;width:34.125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.92031288147rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#TTDzEZx9vuaX1G0H4pOtTDO4IGPwxdBn { color:#000000;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.35781288147rem;left:1.625rem;height:3.9rem;display:block; }
#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container { background-color: transparent; background-image: none; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container > .video-iframe-container { display: none; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row > .video-iframe-container { display: none; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .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); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container { border-width: 0; border-radius: 0; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#a3fsLwb0TWcUF2brZTUHRAV0ymRhCIXm { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7039070129394rem;left:4rem;height:16.9rem;text-align:center;text-align-last:center;display:block; }
#k1tfsCvGV1lMiJlKIkw0f8dAGig5RRFD { 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:4.0625rem;width:35.25rem;top:0.98281288146975rem;left:12.375rem;overflow:hidden;display:block; }
#It8lWqKsLaLHSqRFcqaRXirdemKWKvdC { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:5.7039065361023rem;left:13.10000038147rem;overflow:hidden;display:block; }
#qAbX8mdS2WMTTkl8dg2RWW2goR3VfOqQ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:8.2039065361025rem;left:15.487501144409rem;overflow:hidden;display:block; }
#HGhnf4f3sMzhoAne2SfAhVUgUgB4dNdf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:10.828907012939rem;left:17.800001144409rem;overflow:hidden;display:block; }
#TTgSeLvSqnPfwUaEPc3osz40HeqUATMp { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:13.391406059265rem;left:7.8625011444094rem;overflow:hidden;display:block; }
#ZBEe9iv64cfVsxZdKT5eX1B8W3Xhbp5L { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:16.141406059265rem;left:16.937501907349rem;overflow:hidden;display:block; }
#ol4dUJ4JDG8utCv6GvVzgghp911nESN5 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:18.741407394409rem;left:16.937501907349rem;overflow:hidden;display:block; }
#aW3mS2xZE9w38movmSLsCbWxSToU0K47 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.5rem;top:21.34140586853rem;left:4rem;overflow:hidden;display:block; }
#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container { background-color: transparent; background-image: none; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container > .video-iframe-container { display: none; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row > .video-iframe-container { display: none; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .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); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container { border-width: 0; border-radius: 0; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#JewZ5N6CSwzuTnyQ4lTNuuRmF9rnOQlm { color:#ffffff;display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5789070129394rem;left:4rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#bgZwus8RfHqZVxfRz51eB1TghVNasVPl { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:34.9375rem;top:0rem;left:12.53125rem;overflow:hidden;display:block; }
#oe1bzMOn0a0H5hTHWoVv0AJTh1F3Myio { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.6875rem;top:5.5789064411074rem;left:18.550001144409rem;overflow:hidden;display:block; }
#MwmS9TTi414XykFJCgRf2wquUAmQJD6H { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.6875rem;top:8.0789064411075rem;left:20.237501144409rem;overflow:hidden;display:block; }
#c1ghtcViJRzTSTAFuwAeDAysC74uUmdT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.6875rem;top:10.641406441108rem;left:13.737501144409rem;overflow:hidden;display:block; }
#cyr21wLVgb289uxBvvlQHI4TueU96dot { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.6875rem;top:13.353906059638rem;left:11.550001144409rem;overflow:hidden;display:block; }
#hIzJv0JLbgsfLrlIJuIuWogalAefhOsH { position:absolute;display:block;z-index:15017;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:6.4375rem;width:20.8125rem;top:15.3125rem;left:19.593751907349rem;overflow:hidden;display:block; }
#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container { background-color: transparent; background-image: none; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container > .video-iframe-container { display: none; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row > .video-iframe-container { display: none; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .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); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container { border-width: 0; border-radius: 0; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#vLDO3WrzIIOIkcqWXeExs9WppvGT2TtA { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.703125rem;left:4.875rem;height:22.1rem;text-align:center;text-align-last:center;display:block; }
#rTZSP50Gx0hzsLu9lMiBWtGbmTZP0oHi { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:43.875rem;top:2.3124878406524rem;left:8.6875rem;overflow:hidden;display:block; }
#WxBTz07y6iXgRDOoW6IzhkgkDhI9JDVv { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.8125rem;top:8.0656261444094rem;left:23.531251907349rem;overflow:hidden;display:block; }
#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { background-color: transparent; background-image: none; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container > .video-iframe-container { display: none; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row > .video-iframe-container { display: none; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .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); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { border-width: 0; border-radius: 0; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { font-size:0.875rem;font-family:arial;height:115.5rem;width:60rem;position:relative;display:block; }#ztfuAZRMTyDH0GOuJbzB0G2bELnScboK { color:#ff5ae9;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:3.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2554702758789rem;left:2.0625rem;height:4.14375rem;font-style:normal;display:block; }
#PHvuxtVuwl6OEcTJ8ApRcbdO8ZkGadOl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:15.875rem;top:19.5rem;left:41.968751907349rem;overflow:hidden;display:block; }
#MnMbh9WS6Vp9pA9Oi3WHVW2uz7R6G5r7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:21rem;top:8.28125rem;left:34.53750038147rem;overflow:hidden;display:block; }
#Gi7KJqCBRuyN9TWsmoTlQZmac8m8kauz { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:19.1875rem;top:24.71875rem;left:22.831251144409rem;overflow:hidden;display:block; }
#wFS2nAmEQyUSE8Ttvi0gkBkTs3JzAW60 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:15.1875rem;top:42.562501907349rem;left:40.300001144409rem;overflow:hidden;display:block; }
#lpXpTzdEb5U8aPefrkNwkAgkzlZ4XhfC { position:absolute;display:block;z-index:15017;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:40.125rem;width:22.3125rem;top:7.2804684638975rem;left:0.8125rem;overflow:hidden;display:block; }
#wza0oLnv2TFpZ5pBuODDmZgDcseBGUOT { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:23.3125rem;top:57.337499141693rem;left:7.3312511444094rem;overflow:hidden;display:block; }
#agFWpaITgVXp2255nmO7BX40TUBBUwT6 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:19.8125rem;top:72.725000381469rem;left:2.0625rem;overflow:hidden;display:block; }
#zDiiMoy1T8sHQL1Wmk9eKEpPbsZ0QaAI { position:absolute;display:block;z-index:15020;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.1875rem;width:20.75rem;top:71.099999904631rem;left:31.112501144409rem;overflow:hidden;display:block; }
#P0kDiI0eUJcOQqu2KBQezUZPkc0WwhbA { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:19.9375rem;top:86.725000381469rem;left:4.78125rem;overflow:hidden;display:block; }
#SDKATEUqhesfgRpqETGzsKfIgut4E1IA { position:absolute;display:block;z-index:15022;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:13.9375rem;width:24.25rem;top:41.65625rem;left:6.8625011444094rem;overflow:hidden;display:block; }
#qNLU9V2y7lQ7I7NZ5LgZ1SHRLbtpcoC3 { position:absolute;display:block;z-index:15023;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:15.5rem;width:20.625rem;top:81.850000381469rem;left:29.062501907349rem;overflow:hidden;display:block; }
#Hp1B6FeTNKsUiAqx0iPsoaTOXlu5w6kl { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.8125rem;top:94.974998474119rem;left:4.28125rem;overflow:hidden;display:block; }
#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container { background-color: transparent; background-image: none; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container > .video-iframe-container { display: none; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row > .video-iframe-container { display: none; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .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); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container { border-width: 0; border-radius: 0; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#e9mFBqiKh7SmPrZhJlXX2hVSaWRugthN { color:rgba(var(--color-primary-1),1);display:block;width:40.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.8125rem;height:2.4375rem;font-style:normal;display:block; }
#sfAeSDwa9vchpWIbkLpzFUvOTWyn89d6 { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.203125rem;left:3.4375rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#qvg7G93JJCvl25DTburvAlT7aIfzUz6x { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:14.25rem;top:14.375rem;left:22.875001907349rem;overflow:hidden;display:block; }
#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container { background-color: transparent; background-image: none; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container > .video-iframe-container { display: none; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row > .video-iframe-container { display: none; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .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); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container { border-width: 0; border-radius: 0; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#ZbS4ONVIRaM2s4Rf5nnzkhiXpk8hzBxR { color:rgba(var(--color-primary-2),1);display:block;width:40.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.6250305175781rem;left:3.4375rem;height:2.4375rem;font-style:normal;display:block; }
#cGmMkvlZxbLHftKsC6XPVPx9p1WT781z { color:rgba(var(--color-primary-1),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.203125rem;left:3.4375rem;height:27.3rem;text-align:left;text-align-last:left;display:block; }
#n7wOed2loZ54C8pHMbA3MVLc2usaQWbh { color:rgba(var(--color-primary-2),1);display:block;width:30.1875rem;position:absolute;font-family:"marck script";font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.503125011921rem;left:16.531251907349rem;height:3.65625rem;font-style:normal;display:block; }
#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container { background-color: transparent; background-image: none; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container > .video-iframe-container { display: none; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row > .video-iframe-container { display: none; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .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); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container { border-width: 0; border-radius: 0; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container { font-size:0.875rem;font-family:arial;height:133.4375rem;width:60rem;position:relative;display:block; }#E7cygo3FJw8eiEML5HPSpfMOTgoGLfOz { box-sizing:content-box;height:33.875rem;width:23.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.875rem;left:19rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#vFuVPyCpMzWN4XNJiZ6ng1tP9ZlvAh6d { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:20.5rem;height:29.00625rem;text-align:center;text-align-last:center;display:block; }
#khPT4Okelfwfw5IASB936XLJkLE1zhXV { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:7.5rem;left:29.0625rem;overflow:hidden;display:block; }
#fnvQaUSKfTtH6TMfQpXCOsDFxdrDSBnV { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:15.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#zNQaXTQQgwT9PR84Uu9CEQ2IF2xmTRe5 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:26.9375rem;left:29.0625rem;overflow:hidden;display:block; }
#ng0F9BdUlWbPrsmqlNmReWl1t1gdU1io { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:32.5625rem;left:29.0625rem;overflow:hidden;display:block; }
#lV7dvJgT35yMplpBP7o9wBvwxlR3HBSk { position:absolute;display:block;z-index:15023;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:18.875rem;width:22.5625rem;top:64.5625rem;left:20.362501144409rem;overflow:hidden;display:block; }
#FN3Ocwe1eHTwRlwoXscAQXwOcIyaD2kp { box-sizing:content-box;height:30.75rem;width:23.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77rem;left:19.000001907349rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#zZv9eV0s7KcyTUJQ6yreq1wKQ7b05lSi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:80.5rem;left:20.5rem;height:26.24375rem;text-align:center;text-align-last:center;display:block; }
#o8aq3HKLXT6z4Q4O7Uv0Jn6WniqDy14L { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:77.625rem;left:29.0625rem;overflow:hidden;display:block; }
#ZWPGNcw2ZorTNHiwNgUe8AsTzkAD3Lz8 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:84.7500038147rem;left:29.062501907349rem;overflow:hidden;display:block; }
#lleLI3JtOHzdWM53XUKIcTKxDzLnuVo9 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:94.6250038147rem;left:29.062501907349rem;overflow:hidden;display:block; }
#ViF7bNdAEChA6r6LP5oSZqdWPbynm9aF { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:3.75rem;top:100.3125038147rem;left:29.062501907349rem;overflow:hidden;display:block; }
#QdsEOrBsTlSKr36Uc5vXNMt0B5vBiv2m { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:20.0625rem;top:110.98594093322rem;left:5.8125rem;overflow:hidden;display:block; }
#sGJH1H0LdI6vDboe5TQXSnBlA4Bhbmlx { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:19.875rem;top:110.89219093322rem;left:32.812501907349rem;overflow:hidden;display:block; }
#Q7HKOECiCQTEhgvHaFShqG44TtgOKIQh { position:absolute;display:block;z-index:15029;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:25.6875rem;width:24.25rem;top:41.362500190735rem;left:3.4375rem;overflow:hidden;display:block; }
#GnRq3w1u37N69aIgwVWhT1coQ7mTChoZ { position:absolute;display:block;z-index:15030;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:25.6875rem;width:24.5rem;top:41.612500190735rem;left:31.13515663147rem;overflow:hidden;display:block; }
#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container { background-color: transparent; background-image: none; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container > .video-iframe-container { display: none; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row > .video-iframe-container { display: none; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .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); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container { border-width: 0; border-radius: 0; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#KZNwqKVAG7bAieq7yDB0rwZU8RyUdPm6 { color:rgba(var(--color-primary-0),1);display:block;width:50.25rem;position:absolute;font-family:"marck script";font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6492187976837rem;left:4.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { background-color: transparent; background-image: none; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container > .video-iframe-container { display: none; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row > .video-iframe-container { display: none; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .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); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { border-width: 0; border-radius: 0; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:60rem;position:relative;display:block; }#uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.8125023841858rem;left:6.0625rem;height:40.3rem;text-align:left;text-align-last:left;display:block; }
#vMI2XUP4O7xDagxOTJNnMIDWRqizb6nI { color:rgba(var(--color-secondary-2),1);display:block;width:37.125rem;position:absolute;font-family:lobster;font-size:2.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.33046865463257rem;left:17.737501144409rem;height:3.575rem;display:block; }
#XlstJWLaGUatVo58OKeCaIxgcnHTo8D2 { position:absolute;display:block;z-index:15016;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:31.3125rem;width:22.5rem;top:4.6742188930511rem;left:37.500001907349rem;overflow:hidden;display:block; }
#fl4v6EPVz3uM2NBEUZT3ZVzpGVfQdvxx { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:48.650783538818rem;left:19.531251907349rem;height:2.275rem;display:block; }
#EFJoNHipT9kTuh9GyDZZrXPERHGglWsO { position:absolute;display:block;z-index:15027;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:5.5625rem;width:6.6875rem;top:45.413283824921rem;left:40.687501907349rem;overflow:hidden;display:block; }
#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { background-color: transparent; background-image: none; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container > .video-iframe-container { display: none; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row > .video-iframe-container { display: none; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .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); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { border-width: 0; border-radius: 0; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#TVimTxLhydN1xhWMOGEqEnQx7HIQMeB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:5.8125rem;height:6.3375rem;text-align:center;text-align-last:center;display:block; }
#kW2msc1mxBhcHXNpo8QAPBdTW5AmdnHO { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:30.5625rem;top:7.4617195129394rem;left:16.125001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP { display:block; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iowXLe5Q1uMKvEh6SDRnQ7bh16t3smhf { top:24.4375rem;left:0rem;width:25.6875rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOJKIESpUxlg9c1VernqTBtxWa2u3Do { top:0rem;left:10.125001907349rem;width:26.5rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxePAwfFqXt8VATGGdZFTiOMVnslRDS8 { top:10.875rem;left:27.4375rem;width:20.3125rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgGTlGl19KADTsde0yoRJg2lstPdIKXe { top:17.25rem;left:0rem;width:25.6875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 { display:block; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTbNbTt5biUw18lP5z3PPMNe74Sc0ID8 { top:9rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0kioLyOA30hXhtNItnFxNo1V7sg6Sz3 { top:1.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv { display:block; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy5UJ0zcJmx0hzVzWvXJ6qgbv2HtDmHJ { top:13.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUSAZ5JZTqg8CMwVOBckJbfhubRlOl36 { top:17.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgKJhJ43bEBpHcIk0Kc5mARGOA0l26Cv { top:22.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LflK1SMawkIfNWDakoQJai7TW5QCbI4L { top:9.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2aAW2uSAduTyRk3J8CImraowebEIy2V { top:27.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWUHDCc3NpEtoTsSgUOzpOo8yFi5OwbD { top:9.1875rem;left:0rem;width:4.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDi6i0JuAKDgkO0s3R0aPXLpiOQK7KEV { top:13.25rem;left:0rem;width:4.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZa357vkMq0JX5dADsywTO8Q9MABPG0T { top:18.5rem;left:0rem;width:4.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OenMfT2zagIRdBMBUNddfqiAEWbHmWn9 { top:22.9375rem;left:0rem;width:4.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GiHywMFbZRdGM9O3IgiGJwsdAV0gza { top:27.4375rem;left:0rem;width:4.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJS8DHolTfBsNWOAGb1iRSnKQmeb7BzE { top:31.0625rem;left:0rem;width:4.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqnh2vaCtSKTgQpNe16VDhpG8tEre1nX { top:31.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo253sFDBXC7UFEpJF2xJTLCT9CD1QlN { top:1.8125rem;left:9.5000019073488rem;width:28.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSA5NtEcaG2pQHsNzxKZo937Ry4Vi6xy { top:34.8125rem;left:13.987501144409rem;width:20.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB { display:block; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfVM29iuVVI43Bs2LOiKH9E1I2BbIC9T { top:33.6875rem;left:2.125rem;width:43.5rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN3IAzt0KSJQxuBG91ewLDL1Q878BUt2 { top:2.4375rem;left:14.218751907349rem;width:19.3125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs { display:block; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myH6bORMducub3N7yIhmwJqrzI3xagzK { top:5.3125rem;left:0rem;width:47.75rem;height:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS5avLBMh7QTfxxB92HTJo34EmhoDpcy { top:1.5rem;left:0rem;width:15rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQfDkWRHtJwvHgxgqz7TOw38J1oiyhb { top:21.6875rem;left:9.6796894073488rem;width:27.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azRkdgITfG9UX8ry7s37PezlfG94EvbS { display:block; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1isSD46se5HIqbE52BAWZ6hwXl6nTy8 { top:5.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6PubBo0zCVpm4D2KT1WoKLl7iq1rpK6 { top:1.6875rem;left:0rem;width:8.5rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3QL6dwiIhCVafZIdE9DWCV3BVNJkNq { top:3.875rem;left:0rem;width:11.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 { display:block; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8M5aw5Ty22zPCk3uOA8n8FTVvUreMXu { top:5.0625rem;left:0rem;width:27.25rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhpgoa6siawVSITsNbEH9RTEkqInt4ps { top:0.75rem;left:0rem;width:8.5rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNVHTzvMV4NBcFwM9hGCscIlcSRJRZNV { top:3.1875rem;left:0rem;width:13.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut { display:block; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7qHVn6XhZefkn5UZbyAcFewkvOE6Ctl { top:1rem;left:0rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLL6otlPdrfl3BT34udt7mvWLUbylVm { top:4.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnTXL6P5VzIbIT3nurBqihVVRH3S8KR { top:10.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFbKISHmgAhU8mwBrxMq3q1hzmW5Aehw { top:8.375rem;left:0rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9qPaqawEDnmL2cE7tTQaRQkSpBvtsGK { top:16.8125rem;left:0rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1drXTqEokKFrafliBuDM83mUOGU9UU { top:19.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJzpKWmcs3VRlLxe7yF4UMWiS3RixnT { top:24.3125rem;left:0rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEBLP6QQOwUH205xXVttqMbNRcFDTV9t { top:26.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmd1TZ2hXr0JnoOqp5kuyNalfrvMM5Z { top:31.3125rem;left:0rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg6HMzHIEg5TND0RnkxUy2Le48bs8BDD { top:33.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAMUrLdtdUW4yH7kMNxs30yK6GeyGQa { top:37.875rem;left:0rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDzEZx9vuaX1G0H4pOtTDO4IGPwxdBn { top:40.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl { display:block; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3fsLwb0TWcUF2brZTUHRAV0ymRhCIXm { top:5.6875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1tfsCvGV1lMiJlKIkw0f8dAGig5RRFD { top:0.9375rem;left:6.25rem;width:35.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It8lWqKsLaLHSqRFcqaRXirdemKWKvdC { top:5.6875rem;left:6.97500038147rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAbX8mdS2WMTTkl8dg2RWW2goR3VfOqQ { top:8.1875rem;left:9.3625011444094rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGhnf4f3sMzhoAne2SfAhVUgUgB4dNdf { top:10.8125rem;left:11.675001144409rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgSeLvSqnPfwUaEPc3osz40HeqUATMp { top:13.375rem;left:1.7375011444092rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBEe9iv64cfVsxZdKT5eX1B8W3Xhbp5L { top:16.125rem;left:10.812501907349rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4dUJ4JDG8utCv6GvVzgghp911nESN5 { top:18.6875rem;left:10.812501907349rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW3mS2xZE9w38movmSLsCbWxSToU0K47 { top:21.3125rem;left:0rem;width:1.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw { display:block; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JewZ5N6CSwzuTnyQ4lTNuuRmF9rnOQlm { top:5.5625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZwus8RfHqZVxfRz51eB1TghVNasVPl { top:0rem;left:6.40625rem;width:34.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe1bzMOn0a0H5hTHWoVv0AJTh1F3Myio { top:5.5625rem;left:12.425001144409rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwmS9TTi414XykFJCgRf2wquUAmQJD6H { top:8.0625rem;left:14.112501144409rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ghtcViJRzTSTAFuwAeDAysC74uUmdT { top:10.625rem;left:7.6125011444094rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyr21wLVgb289uxBvvlQHI4TueU96dot { top:13.3125rem;left:5.4250011444092rem;width:1.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIzJv0JLbgsfLrlIJuIuWogalAefhOsH { top:15.3125rem;left:13.468751907349rem;width:20.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO { display:block; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLDO3WrzIIOIkcqWXeExs9WppvGT2TtA { top:25.6875rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZSP50Gx0hzsLu9lMiBWtGbmTZP0oHi { top:2.25rem;left:2.5625rem;width:43.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxBTz07y6iXgRDOoW6IzhkgkDhI9JDVv { top:8.0625rem;left:17.406251907349rem;width:15.8125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLXwx48hcB6LeLNaNKEslScH3mkd3n1B { display:block; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztfuAZRMTyDH0GOuJbzB0G2bELnScboK { top:2.25rem;left:0rem;width:43.75rem;height:4.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHvuxtVuwl6OEcTJ8ApRcbdO8ZkGadOl { top:19.5rem;left:31.875rem;width:15.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnMbh9WS6Vp9pA9Oi3WHVW2uz7R6G5r7 { top:8.25rem;left:26.75rem;width:21rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7KJqCBRuyN9TWsmoTlQZmac8m8kauz { top:24.6875rem;left:16.706251144409rem;width:19.1875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFS2nAmEQyUSE8Ttvi0gkBkTs3JzAW60 { top:42.5625rem;left:32.5625rem;width:15.1875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXpTzdEb5U8aPefrkNwkAgkzlZ4XhfC { top:7.25rem;left:0rem;width:22.3125rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wza0oLnv2TFpZ5pBuODDmZgDcseBGUOT { top:57.3125rem;left:1.2062511444092rem;width:23.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agFWpaITgVXp2255nmO7BX40TUBBUwT6 { top:72.6875rem;left:0rem;width:19.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDiiMoy1T8sHQL1Wmk9eKEpPbsZ0QaAI { top:71.0625rem;left:24.987501144409rem;width:20.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kDiI0eUJcOQqu2KBQezUZPkc0WwhbA { top:86.6875rem;left:0rem;width:19.9375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDKATEUqhesfgRpqETGzsKfIgut4E1IA { top:41.625rem;left:0.73750114440919rem;width:24.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNLU9V2y7lQ7I7NZ5LgZ1SHRLbtpcoC3 { top:81.8125rem;left:22.937501907349rem;width:20.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1B6FeTNKsUiAqx0iPsoaTOXlu5w6kl { top:94.9375rem;left:0rem;width:18.8125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm { display:block; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9mFBqiKh7SmPrZhJlXX2hVSaWRugthN { top:1.375rem;left:3.6875rem;width:40.375rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfAeSDwa9vchpWIbkLpzFUvOTWyn89d6 { top:5.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvg7G93JJCvl25DTburvAlT7aIfzUz6x { top:14.375rem;left:16.750001907349rem;width:14.25rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk { display:block; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbS4ONVIRaM2s4Rf5nnzkhiXpk8hzBxR { top:1.625rem;left:0rem;width:40.375rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGmMkvlZxbLHftKsC6XPVPx9p1WT781z { top:5.1875rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7wOed2loZ54C8pHMbA3MVLc2usaQWbh { top:32.5rem;left:10.406251907349rem;width:30.1875rem;height:3.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwImHbeWlu1mhvOpHFbZGswisG9BkqG { display:block; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7cygo3FJw8eiEML5HPSpfMOTgoGLfOz { top:6.875rem;left:12.875rem;width:23.875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFuVPyCpMzWN4XNJiZ6ng1tP9ZlvAh6d { top:10.375rem;left:14.375rem;width:20.9375rem;height:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khPT4Okelfwfw5IASB936XLJkLE1zhXV { top:7.5rem;left:22.9375rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnvQaUSKfTtH6TMfQpXCOsDFxdrDSBnV { top:15.8125rem;left:22.9375rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQaXTQQgwT9PR84Uu9CEQ2IF2xmTRe5 { top:26.9375rem;left:22.9375rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0F9BdUlWbPrsmqlNmReWl1t1gdU1io { top:32.5625rem;left:22.9375rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7dvJgT35yMplpBP7o9wBvwxlR3HBSk { top:64.5625rem;left:14.237501144409rem;width:22.5625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN3Ocwe1eHTwRlwoXscAQXwOcIyaD2kp { top:77rem;left:12.875001907349rem;width:23.875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZv9eV0s7KcyTUJQ6yreq1wKQ7b05lSi { top:80.5rem;left:14.375001907349rem;width:20.9375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aq3HKLXT6z4Q4O7Uv0Jn6WniqDy14L { top:77.625rem;left:22.9375rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWPGNcw2ZorTNHiwNgUe8AsTzkAD3Lz8 { top:84.75rem;left:22.937501907349rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleLI3JtOHzdWM53XUKIcTKxDzLnuVo9 { top:94.625rem;left:22.937501907349rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViF7bNdAEChA6r6LP5oSZqdWPbynm9aF { top:100.3125rem;left:22.937501907349rem;width:3.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdsEOrBsTlSKr36Uc5vXNMt0B5vBiv2m { top:110.9375rem;left:0rem;width:20.0625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGJH1H0LdI6vDboe5TQXSnBlA4Bhbmlx { top:110.875rem;left:26.687501907349rem;width:19.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7HKOECiCQTEhgvHaFShqG44TtgOKIQh { top:41.3125rem;left:0rem;width:24.25rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnRq3w1u37N69aIgwVWhT1coQ7mTChoZ { top:41.5625rem;left:22.3125rem;width:24.5rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT { display:block; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNwqKVAG7bAieq7yDB0rwZU8RyUdPm6 { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { display:block; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { top:5.8125rem;left:0rem;width:27.75rem;height:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMI2XUP4O7xDagxOTJNnMIDWRqizb6nI { top:0.3125rem;left:10.625rem;width:37.125rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlstJWLaGUatVo58OKeCaIxgcnHTo8D2 { top:4.625rem;left:25.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4v6EPVz3uM2NBEUZT3ZVzpGVfQdvxx { top:48.625rem;left:13.406251907349rem;width:25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFJoNHipT9kTuh9GyDZZrXPERHGglWsO { top:45.375rem;left:34.562501907349rem;width:6.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb { display:block; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVimTxLhydN1xhWMOGEqEnQx7HIQMeB4 { top:1.125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW2msc1mxBhcHXNpo8QAPBdTW5AmdnHO { top:7.4375rem;left:10.000001907349rem;width:30.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP { position:relative;z-index:auto;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { background-color: transparent; background-image: none; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container > .video-iframe-container { display: none; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row > .video-iframe-container { display: none; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .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); }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { border-width: 0; border-radius: 0; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bbMUFPnIUfMo9kHWXKyRORzRUyE5vpSP > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iowXLe5Q1uMKvEh6SDRnQ7bh16t3smhf { width:20rem;height:7.71875rem;top:37.57421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JNOJKIESpUxlg9c1VernqTBtxWa2u3Do { width:20rem;height:7.75rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JxePAwfFqXt8VATGGdZFTiOMVnslRDS8 { width:12.875rem;height:21.375rem;top:16.874218940735rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgGTlGl19KADTsde0yoRJg2lstPdIKXe { width:20rem;height:8.125rem;top:9.399218559265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { background-color: transparent; background-image: none; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container > .video-iframe-container { display: none; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row > .video-iframe-container { display: none; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .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); }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTbNbTt5biUw18lP5z3PPMNe74Sc0ID8 { width:19.25rem;height:63.375rem;top:13.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0kioLyOA30hXhtNItnFxNo1V7sg6Sz3 { width:20rem;height:12.59375rem;top:0rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv { background-color:#050505;background-image:none;display:block; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container { background-color: transparent; background-image: none; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container > .video-iframe-container { display: none; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row > .video-iframe-container { display: none; }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .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); }#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy5UJ0zcJmx0hzVzWvXJ6qgbv2HtDmHJ { width:20rem;height:5.525rem;top:7.1734380722044rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUSAZ5JZTqg8CMwVOBckJbfhubRlOl36 { width:20rem;height:8.2875rem;top:25.481250762939rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgKJhJ43bEBpHcIk0Kc5mARGOA0l26Cv { width:20rem;height:8.2875rem;top:36.393751144409rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LflK1SMawkIfNWDakoQJai7TW5QCbI4L { width:20rem;height:5.525rem;top:47.55624961853rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2aAW2uSAduTyRk3J8CImraowebEIy2V { width:20rem;height:8.2875rem;top:15.49374961853rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWUHDCc3NpEtoTsSgUOzpOo8yFi5OwbD { width:4.0625rem;height:2.4375rem;top:4.7359380722046rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDi6i0JuAKDgkO0s3R0aPXLpiOQK7KEV { width:4.0625rem;height:2.4375rem;top:12.698438644409rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZa357vkMq0JX5dADsywTO8Q9MABPG0T { width:4.0625rem;height:2.4375rem;top:23.09375rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OenMfT2zagIRdBMBUNddfqiAEWbHmWn9 { width:4.0625rem;height:2.4375rem;top:33.768751144409rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6GiHywMFbZRdGM9O3IgiGJwsdAV0gza { width:4.0625rem;height:2.4375rem;top:45.168750762939rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJS8DHolTfBsNWOAGb1iRSnKQmeb7BzE { width:4.0625rem;height:2.4375rem;top:54.706250190735rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqnh2vaCtSKTgQpNe16VDhpG8tEre1nX { width:20rem;height:6.90625rem;top:57.09375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vo253sFDBXC7UFEpJF2xJTLCT9CD1QlN { width:20rem;height:3.875rem;top:0.91015625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QSA5NtEcaG2pQHsNzxKZo937Ry4Vi6xy { width:20rem;height:6.1861861861862rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { background-color: transparent; background-image: none; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container > .video-iframe-container { display: none; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row > .video-iframe-container { display: none; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .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); }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfVM29iuVVI43Bs2LOiKH9E1I2BbIC9T { width:20rem;height:4.875rem;top:19.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RN3IAzt0KSJQxuBG91ewLDL1Q878BUt2 { width:12.3125rem;height:19.9375rem;top:0rem;left:3.3125000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container { background-color: transparent; background-image: none; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container > .video-iframe-container { display: none; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row > .video-iframe-container { display: none; }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .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); }#G7OuKq8l7ZQFeZxNg9ZRZqAJcy9dCfvs > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myH6bORMducub3N7yIhmwJqrzI3xagzK { width:20rem;height:29.25rem;top:4.2226557731628rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FS5avLBMh7QTfxxB92HTJo34EmhoDpcy { width:15rem;height:3.8125rem;top:0.41015625rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQfDkWRHtJwvHgxgqz7TOw38J1oiyhb { width:20rem;height:16.75rem;top:32.872656822204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azRkdgITfG9UX8ry7s37PezlfG94EvbS { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container { background-color: transparent; background-image: none; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container > .video-iframe-container { display: none; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row > .video-iframe-container { display: none; }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .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); }#azRkdgITfG9UX8ry7s37PezlfG94EvbS > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1isSD46se5HIqbE52BAWZ6hwXl6nTy8 { width:20rem;height:6.90625rem;top:4.2249999046326rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #H6PubBo0zCVpm4D2KT1WoKLl7iq1rpK6 { width:11.75rem;height:2.6rem;top:0.6875rem;left:4.1250000596046rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AD3QL6dwiIhCVafZIdE9DWCV3BVNJkNq { width:11.375rem;height:1.25rem;top:3.0242190361023rem;left:4.3125000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container { background-color: transparent; background-image: none; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container > .video-iframe-container { display: none; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row > .video-iframe-container { display: none; }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .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); }#J8DRJohhuHFOeSa1Q2MsTEI6yyZxseb0 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8M5aw5Ty22zPCk3uOA8n8FTVvUreMXu { width:20rem;height:9.66875rem;top:3.9789066314698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Lhpgoa6siawVSITsNbEH9RTEkqInt4ps { width:8.5rem;height:2.6rem;top:0.50390625rem;left:5.7500000596046rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kNVHTzvMV4NBcFwM9hGCscIlcSRJRZNV { width:10.4375rem;height:0.875rem;top:3.1039066314698rem;left:4.7812500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut { background-color:#000000;background-image:none;display:block; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container { background-color: transparent; background-image: none; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container > .video-iframe-container { display: none; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row > .video-iframe-container { display: none; }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .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); }#Tqw6pITUBd6Hec0fyCe3lUfDFVZvGGut > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7qHVn6XhZefkn5UZbyAcFewkvOE6Ctl { width:20rem;height:8.53125rem;top:0.5625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hGLL6otlPdrfl3BT34udt7mvWLUbylVm { width:20rem;height:8.2875rem;top:9.83046913147rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rSnTXL6P5VzIbIT3nurBqihVVRH3S8KR { width:20rem;height:15.19375rem;top:19.417187511921rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gFbKISHmgAhU8mwBrxMq3q1hzmW5Aehw { width:20rem;height:2.6rem;top:16.818735122681rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9qPaqawEDnmL2cE7tTQaRQkSpBvtsGK { width:20rem;height:2.6rem;top:33.612500011921rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mf1drXTqEokKFrafliBuDM83mUOGU9UU { width:20rem;height:11.05rem;top:36.212499141693rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ynJzpKWmcs3VRlLxe7yF4UMWiS3RixnT { width:20rem;height:2.6rem;top:47.924220085144rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEBLP6QQOwUH205xXVttqMbNRcFDTV9t { width:20rem;height:11.05rem;top:50.524218559265rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TBmd1TZ2hXr0JnoOqp5kuyNalfrvMM5Z { width:20rem;height:2.6rem;top:61.574217796326rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg6HMzHIEg5TND0RnkxUy2Le48bs8BDD { width:20rem;height:8.2875rem;top:64.174219131469rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PKAMUrLdtdUW4yH7kMNxs30yK6GeyGQa { width:20rem;height:2.6rem;top:73.087499618531rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTDzEZx9vuaX1G0H4pOtTDO4IGPwxdBn { width:20rem;height:9.66875rem;top:75.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container { background-color: transparent; background-image: none; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container > .video-iframe-container { display: none; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row > .video-iframe-container { display: none; }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .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); }#pQiluNOsMXuDXyZ20kyrx0e5d49ysJBl > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3fsLwb0TWcUF2brZTUHRAV0ymRhCIXm { width:17.875rem;height:31.76875rem;top:3.9156265258789rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#090808;display:block; }
 }@media only screen and (max-width: 763px) { #k1tfsCvGV1lMiJlKIkw0f8dAGig5RRFD { width:20rem;height:2.3046875rem;top:1.0734386444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #It8lWqKsLaLHSqRFcqaRXirdemKWKvdC { width:1.5rem;height:1.3125rem;top:4.6531252861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAbX8mdS2WMTTkl8dg2RWW2goR3VfOqQ { width:1.5rem;height:1.3125rem;top:8.903124809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGhnf4f3sMzhoAne2SfAhVUgUgB4dNdf { width:1.5rem;height:1.3125rem;top:12.840624809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgSeLvSqnPfwUaEPc3osz40HeqUATMp { width:1.5rem;height:1.3125rem;top:17.903124809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBEe9iv64cfVsxZdKT5eX1B8W3Xhbp5L { width:1.5rem;height:1.3125rem;top:22.778125762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4dUJ4JDG8utCv6GvVzgghp911nESN5 { width:1.5rem;height:1.3125rem;top:26.903125762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW3mS2xZE9w38movmSLsCbWxSToU0K47 { width:1.5rem;height:1.3125rem;top:32.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container { background-color: transparent; background-image: none; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container > .video-iframe-container { display: none; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row > .video-iframe-container { display: none; }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .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); }#Jn9OPsIBpERfL3PwocpWZbVB5qcOhInw > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JewZ5N6CSwzuTnyQ4lTNuuRmF9rnOQlm { width:18rem;height:15.19375rem;top:3.96875rem;left:2.0000000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bgZwus8RfHqZVxfRz51eB1TghVNasVPl { width:20rem;height:2.46796875rem;top:0.78046798706056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe1bzMOn0a0H5hTHWoVv0AJTh1F3Myio { width:1.6875rem;height:1.375rem;top:4.6000003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwmS9TTi414XykFJCgRf2wquUAmQJD6H { width:1.6875rem;height:1.375rem;top:8.10000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ghtcViJRzTSTAFuwAeDAysC74uUmdT { width:1.6875rem;height:1.375rem;top:11.53750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyr21wLVgb289uxBvvlQHI4TueU96dot { width:1.6875rem;height:1.375rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIzJv0JLbgsfLrlIJuIuWogalAefhOsH { width:20rem;height:6.1861861861862rem;top:19.162493705749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container { background-color: transparent; background-image: none; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container > .video-iframe-container { display: none; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row > .video-iframe-container { display: none; }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .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); }#ovWuUT0rZwK2rTOKTmJkyimxOQgLgoCO > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLDO3WrzIIOIkcqWXeExs9WppvGT2TtA { width:20rem;height:51.10625rem;top:22.259359836578rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTZSP50Gx0hzsLu9lMiBWtGbmTZP0oHi { width:20rem;height:1.8233618233618rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxBTz07y6iXgRDOoW6IzhkgkDhI9JDVv { width:18.875rem;height:18.75rem;top:2.5601558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLXwx48hcB6LeLNaNKEslScH3mkd3n1B { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { background-color: transparent; background-image: none; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container > .video-iframe-container { display: none; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row > .video-iframe-container { display: none; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .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); }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { width:20rem;height:200.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztfuAZRMTyDH0GOuJbzB0G2bELnScboK { width:19rem;height:5.85rem;top:0.63593721389769rem;left:0.49921876192093rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHvuxtVuwl6OEcTJ8ApRcbdO8ZkGadOl { width:15.875rem;height:19.3125rem;top:8.1171872615813rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnMbh9WS6Vp9pA9Oi3WHVW2uz7R6G5r7 { width:20rem;height:8.689875rem;top:27.429687976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7KJqCBRuyN9TWsmoTlQZmac8m8kauz { width:19.1875rem;height:8.875rem;top:64.744531631469rem;left:0.40546876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFS2nAmEQyUSE8Ttvi0gkBkTs3JzAW60 { width:15.1875rem;height:26.625rem;top:36.682032108307rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXpTzdEb5U8aPefrkNwkAgkzlZ4XhfC { width:20rem;height:35.965625rem;top:74.3570356369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wza0oLnv2TFpZ5pBuODDmZgDcseBGUOT { width:20rem;height:13.24375rem;top:119.33516120911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agFWpaITgVXp2255nmO7BX40TUBBUwT6 { width:19.8125rem;height:12.375rem;top:106.08516120911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDiiMoy1T8sHQL1Wmk9eKEpPbsZ0QaAI { width:20rem;height:9.81875rem;top:133.32891082764rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kDiI0eUJcOQqu2KBQezUZPkc0WwhbA { width:19.9375rem;height:7.5rem;top:143.14766097069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDKATEUqhesfgRpqETGzsKfIgut4E1IA { width:20rem;height:11.4945625rem;top:154.33515322208rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNLU9V2y7lQ7I7NZ5LgZ1SHRLbtpcoC3 { width:20rem;height:15.0296875rem;top:166.45468425751rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1B6FeTNKsUiAqx0iPsoaTOXlu5w6kl { width:17.9375rem;height:17.625rem;top:181.48438453674rem;left:1.0304687619209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container { background-color: transparent; background-image: none; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container > .video-iframe-container { display: none; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row > .video-iframe-container { display: none; }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .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); }#O6EIiSXlo3TGtXNprJAaIU47f6lNDXPm > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9mFBqiKh7SmPrZhJlXX2hVSaWRugthN { width:20rem;height:7.8rem;top:0.73203277587888rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sfAeSDwa9vchpWIbkLpzFUvOTWyn89d6 { width:20rem;height:24.8625rem;top:9.7203130722044rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qvg7G93JJCvl25DTburvAlT7aIfzUz6x { width:7.625rem;height:6.4375rem;top:35.707813262939rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container { background-color: transparent; background-image: none; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container > .video-iframe-container { display: none; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row > .video-iframe-container { display: none; }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .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); }#DOpIdyGml77tnZ9VGTtfRBowXBgqyKGk > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbS4ONVIRaM2s4Rf5nnzkhiXpk8hzBxR { width:20rem;height:5.2rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cGmMkvlZxbLHftKsC6XPVPx9p1WT781z { width:20rem;height:53.86875rem;top:8rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n7wOed2loZ54C8pHMbA3MVLc2usaQWbh { width:20rem;height:2.7625rem;top:63.616405487063rem;left:0rem;font-size:2.125rem;color:#e55dff;display:block; }
 }@media only screen and (max-width: 763px) { #xAwImHbeWlu1mhvOpHFbZGswisG9BkqG { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container { background-color: transparent; background-image: none; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container > .video-iframe-container { display: none; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row > .video-iframe-container { display: none; }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .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); }#xAwImHbeWlu1mhvOpHFbZGswisG9BkqG > .row .container { width:20rem;height:161.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7cygo3FJw8eiEML5HPSpfMOTgoGLfOz { width:20rem;height:33.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFuVPyCpMzWN4XNJiZ6ng1tP9ZlvAh6d { width:20rem;height:30.3875rem;top:3.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khPT4Okelfwfw5IASB936XLJkLE1zhXV { width:3.75rem;height:2.3125rem;top:1rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnvQaUSKfTtH6TMfQpXCOsDFxdrDSBnV { width:3.75rem;height:2.3125rem;top:9.5625rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQaXTQQgwT9PR84Uu9CEQ2IF2xmTRe5 { width:3.75rem;height:2.3125rem;top:20.75rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0F9BdUlWbPrsmqlNmReWl1t1gdU1io { width:3.75rem;height:2.3125rem;top:25.875000372529rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7dvJgT35yMplpBP7o9wBvwxlR3HBSk { width:18.4375rem;height:15.375rem;top:74.545312404631rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN3Ocwe1eHTwRlwoXscAQXwOcIyaD2kp { width:20rem;height:33.25rem;top:85.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZv9eV0s7KcyTUJQ6yreq1wKQ7b05lSi { width:20rem;height:29.00625rem;top:89.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8aq3HKLXT6z4Q4O7Uv0Jn6WniqDy14L { width:3.75rem;height:2.3125rem;top:109.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWPGNcw2ZorTNHiwNgUe8AsTzkAD3Lz8 { width:3.75rem;height:2.3125rem;top:86.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleLI3JtOHzdWM53XUKIcTKxDzLnuVo9 { width:3.75rem;height:2.3125rem;top:94.6875rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViF7bNdAEChA6r6LP5oSZqdWPbynm9aF { width:3.75rem;height:2.3125rem;top:104.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdsEOrBsTlSKr36Uc5vXNMt0B5vBiv2m { width:20rem;height:21.5rem;top:118.75000286102rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sGJH1H0LdI6vDboe5TQXSnBlA4Bhbmlx { width:20rem;height:21.875rem;top:138.77422189712rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q7HKOECiCQTEhgvHaFShqG44TtgOKIQh { width:20rem;height:21.25rem;top:34.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GnRq3w1u37N69aIgwVWhT1coQ7mTChoZ { width:20rem;height:20.9375rem;top:55.523439407349rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container { background-color: transparent; background-image: none; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container > .video-iframe-container { display: none; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row > .video-iframe-container { display: none; }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .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); }#OIS7NtyPKWTbDlr3Na7phzPfwnInH6xT > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNwqKVAG7bAieq7yDB0rwZU8RyUdPm6 { width:20rem;height:10.4rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { background-color: transparent; background-image: none; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container > .video-iframe-container { display: none; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row > .video-iframe-container { display: none; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .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); }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { border-width: 0; border-radius: 0; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { width:20rem;height:48.75rem;top:3.5492191314698rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vMI2XUP4O7xDagxOTJNnMIDWRqizb6nI { width:20rem;height:2.19375rem;top:0.6640625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlstJWLaGUatVo58OKeCaIxgcnHTo8D2 { width:19.125rem;height:26.625rem;top:54.511717796326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4v6EPVz3uM2NBEUZT3ZVzpGVfQdvxx { width:13.625rem;height:1.3rem;top:81.086717605594rem;left:3.1875000596046rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EFJoNHipT9kTuh9GyDZZrXPERHGglWsO { width:5.4375rem;height:4.4375rem;top:78.612499237062rem;left:14.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { background-color: transparent; background-image: none; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container > .video-iframe-container { display: none; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row > .video-iframe-container { display: none; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .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); }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { border-width: 0; border-radius: 0; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pvir0gS5XFcGhsfwtOOu9o74Jxn2T0Cb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVimTxLhydN1xhWMOGEqEnQx7HIQMeB4 { width:20rem;height:7.3125rem;top:0.73671913146975rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kW2msc1mxBhcHXNpo8QAPBdTW5AmdnHO { width:20rem;height:1.5625rem;top:9.26796913147rem;left:0rem;display:block; }
 }