.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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:#ff56e2;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:47.875rem;width:60rem;overflow:visible;position:relative;display:block; }#HX9M8C7MrF32gqEXKEFdJoEhU2ygUb7k { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.8875002861025rem;left:0rem;height:10.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MEKRLg7DzrsBTmNzip4cBBo9rT0Lz0wO { color:rgba(var(--color-tertiary-3),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8375005722044rem;left:6.625rem;height:2.4375rem;display:block; }
#iowXLe5Q1uMKvEh6SDRnQ7bh16t3smhf { color:rgba(var(--color-tertiary-4),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:17.5625rem;left:3.1750011444092rem;height:7.8rem;font-style:normal;display:block; }
#saO8ZIZFwrPsLbRfq58pSAIznS43C41Z { 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:8rem;width:26.5625rem;top:38.76171875rem;left:0.72500038146975rem;overflow:hidden;display:block; }
#R3Gx2I1JTapTJ9kUFiNUSWdX4bMmAA9P { 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:27.0625rem;width:32.3125rem;top:16.499219894409rem;left:27.237501144409rem;overflow:hidden;display:block; }
#MurMnd3oVWny0KfsI4sWAPQkWdDtqlrT { 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:3.625rem;width:30.25rem;top:0.94845277071rem;left:15.843751907349rem;overflow:hidden;display:block; }
#rE2XoDDOge0IBfRqKzoV8BQ35D9Vh5RO { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:24.0625rem;top:27.75rem;left:1.9750003814698rem;overflow:hidden;display:block; }
#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 { 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; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { background-color: transparent; background-image: none; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container > .video-iframe-container { display: none; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row > .video-iframe-container { display: none; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .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); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { border-width: 0; border-radius: 0; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { font-size:0.875rem;font-family:arial;height:107.125rem;width:60rem;overflow:visible;position:relative;display:block; }#f8o83A4s1CLoNw1R86JbFpWLAb0B1l68 { color:rgba(var(--color-tertiary-3),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8375005722044rem;left:6.625rem;height:2.4375rem;display:block; }
#nqF1WAArl83LcvHxGRXMmCnyCPEkqAE8 { color:rgba(var(--color-primary-0),1);display:block;width:57.0625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.375rem;left:1.5rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CL9K89FAw9xKn5by4FvD622EDNm93awc { position:absolute;display:block;z-index:15003;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:15rem;width:35.3125rem;top:9.8375000953675rem;left:12.34375rem;overflow:hidden;display:block; }
#ue4yfz3k8z99dPczsRf3H1NAySwnRBxl { color:rgba(var(--color-primary-0),1);display:block;width:57.0625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.249999523163rem;left:2.0625rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EigXiBpPHggwatCAzKTNGEuVwGwmH8dR { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:40.0625rem;top:38.41250038147rem;left:12.34375rem;overflow:hidden;display:block; }
#qId8wBEkGIvFbO2Swu6664fy2BRgtbf3 { color:rgba(var(--color-primary-0),1);display:block;width:57.0625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:52.937504768372rem;left:2.0625rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ksqRz6leugPynq9Q5sfDXrDdClmNpvV4 { 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:37.875rem;width:28.1875rem;top:60.775001525879rem;left:15.906251907349rem;overflow:hidden;display:block; }
#UsEs4iAtKtATGrtqxWKTqcMKTP5qTyKm { 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:6.5625rem;width:25.875rem;top:99.56250190735rem;left:15.906251907349rem;overflow:hidden;display:block; }
#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 { background-color:#ff56e2;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; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { background-color: transparent; background-image: none; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container > .video-iframe-container { display: none; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row > .video-iframe-container { display: none; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .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); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { border-width: 0; border-radius: 0; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;overflow:visible;position:relative;display:block; }#BHGeBUmg8po3VHxLMEw7UZLZdxFHFTQC { color:rgba(var(--color-tertiary-3),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8375005722044rem;left:6.625rem;height:2.4375rem;display:block; }
#JemHPlW0mykSX2IBQeueOtaC1e3AlzTr { color:rgba(var(--color-primary-0),1);display:block;width:57.0625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.375rem;left:1.5rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTPd3MoUEgffJs6BtPw9nLX9mMcRTF6M { color:rgba(var(--color-tertiary-2),1);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:11.0625rem;left:1.5rem;height:11.7rem;display:block; }
#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:68.8125rem;width:60rem;position:relative;display:block; }#xWzXlDTTH6cIXqpFkr4TPryZrmCMZ6ua { color:rgba(var(--color-tertiary-1),1);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:37.374205589294rem;left:4rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#vN3BbDUZ6s53QsVe6SZvHTIA1a0qZs3x { color:#ff56e2;display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.567174911499rem;left:4rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q44OX2W4wfr45ER0vDEMV0IqBB0dtbwD { position:absolute;display:block;z-index:15008;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.75rem;width:30.625rem;top:15.084361076355rem;left:14.687501907349rem;overflow:hidden;display:block; }
#qaMV5HMhPZM8fkrQDdVnKrZMHFTzrDGZ { 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:16.75rem;width:26.5rem;top:42.52498626709rem;left:16.750001907349rem;overflow:hidden;display:block; }
#LsRBhgOTomdHFgqRazIVaFKs9SH7tcwb { color:#ffffff;display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:60.879674911499rem;left:5rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mN974WVURbBfayWzubUN9PC6dQFlRXDH { color:#ffffff;display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3164063990116rem;left:5rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff56e2;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:21.4375rem;width:60rem;position:relative;display:block; }#TTfaZ5Nqr0UADZNIiZz2TmWNg0D04Dz9 { color:rgba(var(--color-primary-0),1);display:block;width:43.5rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:8.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WREDlH4HznBiGkuJhNa7TIszqc7snZ75 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.393751144409rem;left:1.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eKt05TAPzPwkWPBMvimnk297OQH4MwI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.393751144409rem;left:22.406251907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#rrLqdoR1FoakM1BesulOa7Dk7qZx5Oqd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.393751144409rem;left:42.406251907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#ZQzaQqbcVHLaEiIGkJtxPyOnR89vClUi { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.6875rem;top:4.34375rem;left:1.09375rem;overflow:hidden;display:block; }
#WWUvxKXXtreuAcHpgncNmaTzZS3JBMTR { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.6875rem;top:4.34375rem;left:23.656251907349rem;overflow:hidden;display:block; }
#ALF9q2yJ1IfsbJO7l0gJukidtpWhlU73 { position:absolute;display:block;z-index:15038;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.625rem;width:12.6875rem;top:4.34375rem;left:43.656251907349rem;overflow:hidden;display:block; }
#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:49.8125rem;width:60rem;position:relative;display:block; }#v8AAN0JTMs0JeEdTXaqCbLNbX58cofxv { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:oswald;font-size:3.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.0210938453674rem;left:6.53125rem;height:4.14375rem;font-style:normal;display:block; }
#NQTOeN2XRWhxn5f8gwW2ZpeT0rZ7fBPT { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8546879291537rem;left:8.1750011444094rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vUCdUOXC0R53Q5GVOhLNbNXAS12NSQMx { 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:4.1875rem;width:5.125rem;top:5.7359373569489rem;left:3.0500011444092rem;overflow:hidden;display:block; }
#CiR4epAXF4GkFmNMVIxedZ72adbXuHz5 { 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:4.1875rem;width:5.125rem;top:9.9234373569487rem;left:3.0500011444092rem;overflow:hidden;display:block; }
#CRgunrSJyl50PIJuwS7bmRZ0quTZpTkP { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.042187213898rem;left:8.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bBNU7FsOpazDa3rbN6LsiDIt1ZZ9qIoz { 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:4.1875rem;width:5.125rem;top:14.110937356949rem;left:3.1000003814698rem;overflow:hidden;display:block; }
#rH4aSBmnSnFDHQgimpTQq88y2bxf9WTh { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.448436975479rem;left:8.125rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HxELay9V1G6nLWhBvczC5tp7PgHgma0o { 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:4.1875rem;width:5.125rem;top:18.667186975479rem;left:3.1000003814698rem;overflow:hidden;display:block; }
#A79ywWtr28AGm6gxN8CDf3u2rKwWplHT { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.785938501358rem;left:8.1750011444094rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTWckNlQ1aH2goTPSno2yTUg8m2tf4Kf { 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:4.1875rem;width:5.125rem;top:24.0234375rem;left:3.1000003814698rem;overflow:hidden;display:block; }
#yflhpwzpiwIoa2vLQSHmiPrs9hXKIBiS { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.14218711853rem;left:8.1750011444094rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwCgTSQXh6baDlI1PCLEGz5fTAcHKSPi { 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:6.5625rem;width:25.875rem;top:41.4609375rem;left:17.062501907349rem;overflow:hidden;display:block; }
#Sg1d4VtpMfpoARGwtPl2O73oHfi0gQF8 { 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:4.1875rem;width:5.125rem;top:28.2109375rem;left:3.1000003814698rem;overflow:hidden;display:block; }
#Fzt5mNIf2cbZ8CVB5EElsCkMKnc6Wukf { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.54843711853rem;left:8.1750011444094rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5ux9p6yvRwaWkVgOWTLikqD1MhPSmhS { 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:4.1875rem;width:5.125rem;top:33.3359375rem;left:3.1000003814698rem;overflow:hidden;display:block; }
#foVcHR3csGr7tIrVckzIiFXoy2Ed9Cyt { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.479688644409rem;left:8.1750011444094rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#azRkdgITfG9UX8ry7s37PezlfG94EvbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff56e2;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:70.625rem;width:60rem;position:relative;display:block; }#TGyBWbohI271w5h7kBoKXuPK52ypcv54 { color:rgba(var(--color-tertiary-4),1);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;top:1.9375rem;left:12.9375rem;height:4.875rem;font-style:normal;display:block; }
#lK0zXPFG3IauaI2EzHaVhlX20lCvdSyv { 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:8.125rem;width:8.6875rem;top:7.3125rem;left:3.6125011444092rem;overflow:hidden;display:block; }
#zg6cuTH6chP8J3SuEtP275uNo7cfuAJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#U9nEMA1fvq0bhNGd5KhcRrMAZbURCAup { 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:10.25rem;width:12.3125rem;top:5.6875rem;left:23.843751907349rem;overflow:hidden;display:block; }
#L7ZXD593FGXTsMo7nmtsUy7d4yWsTsDS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:22.406251907349rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#XhvwB7bLaz8AgIKhr2fn62qTaSvH27T5 { 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:10.1875rem;width:12.25rem;top:5.3000001907349rem;left:44.687501907349rem;overflow:hidden;display:block; }
#nEW8ZMZqrOxApiKP1dtknRr1R2MJg5e3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40.125001907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#wBBMzEPJffnv8x13i71LyCNJA8GPJO0i { 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:8.8125rem;width:10.0625rem;top:26.4375rem;left:2.9250011444092rem;overflow:hidden;display:block; }
#dfuP6EobRR3ka9yUOBom39sW9DmJoXU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:36.453125rem;left:0.6875rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#HchzEanhNVWpJqGRelpZzLnSN1rZkCZL { 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:16rem;width:19.125rem;top:22.84375rem;left:20.437501907349rem;overflow:hidden;display:block; }
#ub152lKU4bKiXTKTuctinO96TurrfNAs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.84375rem;left:21.018751144409rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#BZIwGyzPJzOVopAZHR2a4qGrrs6RuntU { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:11rem;top:25.59375rem;left:45.987501144409rem;overflow:hidden;display:block; }
#oi54MbVOwqkHyvQu0d6G7413nrSdAOHr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.84375rem;left:42.187501907349rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#ABVZ07JGAuVMqwSs5chV77wbZ8FBPo0t { position:absolute;display:block;z-index:15032;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:16.625rem;top:45.375rem;left:21.687501907349rem;overflow:hidden;display:block; }
#tZluXvHlOkJLn3Enkc4vxhS4bHUlLIHW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:58.71875rem;left:22.406251907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:143.4375rem;width:60rem;position:relative;display:block; }#ztfuAZRMTyDH0GOuJbzB0G2bELnScboK { color:#ff3ae5;display:block;width:10.5625rem;position:absolute;font-family:oswald;font-size:3.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2554688453674rem;left:2.0625rem;height:8.2875rem;font-style:normal;display:block; }
#E3CmETpIeOyfC42kfxqwhX3lVZVuHDa3 { color:rgba(var(--color-primary-0),1);display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3499999046325rem;left:2.0625rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAVCAJA8ukIi4plLWiaKxePTxiQZApr2 { 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:9.625rem;width:31.9375rem;top:131.50000190735rem;left:13.28125rem;overflow:hidden;display:block; }
#pmDxHdibwU0JkxP8TazuMdfKT8uFWf83 { 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:18.875rem;width:27.0625rem;top:14.300000190735rem;left:2.0625rem;overflow:hidden;display:block; }
#q3bgUq4TfSosHFNJO5EIbJQTh4pAUELu { 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:26.1875rem;width:28.125rem;top:11.211718559265rem;left:31.062501907349rem;overflow:hidden;display:block; }
#PmWxFVW0X6SaBo4hUNJ7fJGZ8b8R9Hsi { 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:31.75rem;width:30.1875rem;top:35.962501525879rem;left:0rem;overflow:hidden;display:block; }
#gmUouUWMgcBFbl7AHCPWsW6v1OXuSByx { 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:20.9375rem;width:25.4375rem;top:38.525001525879rem;left:32.406251907349rem;overflow:hidden;display:block; }
#f9iqulcaM1Afn3FlzG7RQXZdDpvaOSyC { 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:10.8125rem;width:25.4375rem;top:70.775001525881rem;left:15.812501907349rem;overflow:hidden;display:block; }
#dAsyXn3VK21rm00By9qHdORrXWi94kOP { 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:14.6875rem;width:24.1875rem;top:85.9375rem;left:1.25rem;overflow:hidden;display:block; }
#opTcoVG0xDAOouCKEK8Av4skZedDcncA { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:23.3125rem;top:83.5rem;left:31.062501907349rem;overflow:hidden;display:block; }
#dbrLWkVhzX0sMroa9v4fkZaTaa8pyBXH { 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:19.125rem;width:20.8125rem;top:103.96250152588rem;left:2.9375rem;overflow:hidden;display:block; }
#fhHBb8pzMrL4LvTQhh8RcFAh6HgGkeIS { 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:23.0625rem;width:24.625rem;top:108.48750209808rem;left:30.187501907349rem;overflow:hidden;display:block; }
#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container { background-color: transparent; background-image: none; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container > .video-iframe-container { display: none; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row > .video-iframe-container { display: none; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .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); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container { border-width: 0; border-radius: 0; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#nF09URPQqS78ZmP3I0rrPt0boBxeftsT { color:rgba(var(--color-primary-0),1);display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1624965667724rem;left:2.0625rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vT2iOzo2Tdmd157u8I8MdbNxScq7WHfQ { 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:28.375rem;width:33.125rem;top:14.062500953674rem;left:14.46875rem;overflow:hidden;display:block; }
#mgSHTpvyUB6syJhk7396Lryn3D2QXvw6 { color:#ff56e2;display:block;width:27.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:43.562501907349rem;left:17.250001907349rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff56e2;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:96.1875rem;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:1.3125rem;left:16.875rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#XrqmAAd0CuIpz5fKN5WTNSGwEvokepQ1 { 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:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:16.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#UvoJtoDPf2xxq3vmPdIlufRb3z3eQHOR { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.6875rem;left:16.375rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dryr3Nnl3X5BzTN8F328xTJhLIxC5tg8 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:17rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItE3Wz3FaJ0hLDWhTcNo6KPBTH6pic5L { 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:31.6875rem;width:19.5625rem;top:38.1875rem;left:20.375rem;overflow:hidden;display:block; }
#fl4v6EPVz3uM2NBEUZT3ZVzpGVfQdvxx { color:rgba(var(--color-primary-0),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:69.8125rem;left:18.25rem;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:66.625rem;left:38.9375rem;overflow:hidden;display:block; }
#HmlR8buDHdStvzN3LThTveh4RfeuyyOO { 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:6.5625rem;width:25.875rem;top:88.4375rem;left:16.875rem;overflow:hidden;display:block; }
#bwsSHqBsTLw8AtNWZFt9f3iQ3kC3NXs1 { 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:14.375rem;width:30.375rem;top:73.4375rem;left:14.3125rem;overflow:hidden;display:block; }
#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC { 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; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { background-color: transparent; background-image: none; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container > .video-iframe-container { display: none; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row > .video-iframe-container { display: none; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .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); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { border-width: 0; border-radius: 0; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#MDMDUXsihFu7A4MgMeo90z19ylErdQHZ { color:rgba(var(--color-primary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6234374046326rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#MwW4aHLZlEHf0lfKb7RaTbomnXMMEX8q { color:rgba(var(--color-primary-0),1);display:block;width:48.5625rem;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:6.6875004768369rem;left:6.25rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#DbrlSniwz8iEDFSwc6RuqZHg3DQSSeLM { color:rgba(var(--color-primary-0),1);display:block;width:47.75rem;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:24.250000238419rem;left:5.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#q1vtCMzCQzwJiMNTb19wAFqUFkPoTwXV { color:rgba(var(--color-primary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.062500238419rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#Ui1dNWgEuOQCQKUIen8TadhxpwRXid46 { color:rgba(var(--color-primary-0),1);display:block;width:47.75rem;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:13.250000238419rem;left:5.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#RsJhNkPSNnp23LFhCxRNKqi151JbqOBB { color:rgba(var(--color-primary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.687500238419rem;left:5.9375rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#sqilhtK8vLDgmD3kDD5bL3y1n2MCOkzR { color:rgba(var(--color-primary-0),1);display:block;width:47.75rem;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:18.000000238419rem;left:5.9375rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#JSSoZ1wBwphbHxDQlKBDWK0p024tMkPE { color:rgba(var(--color-primary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.812500238419rem;left:5.9375rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#zq6LsQJpDMH6auR2kxnidVXlh5XuUaRv { color:rgba(var(--color-tertiary-0),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; }
#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf { 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; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { background-color: transparent; background-image: none; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container > .video-iframe-container { display: none; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row > .video-iframe-container { display: none; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .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); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { border-width: 0; border-radius: 0; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;position:relative;display:block; }#DGBf0C9k2xpcu1gTsS0tAqyykf4zxTlq { color:rgba(var(--color-primary-0),1);display:block;width:35rem;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:42.912501335144rem;left:14.0625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#qtfVTCQZ1SzG34hIierz3JHmcnd2fylv { 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:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:16.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#u65M8EuE5oXSkxJhcrT7TOnO2fMyN1oh { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.925001144409rem;left:16.968751907349rem;height:11.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUst3vexNp0Pip25PtrB4rUMubqSn3ns { 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:24.25rem;width:20.8125rem;top:1.7312507629394rem;left:20.343751907349rem;overflow:hidden;display:block; }
#d27GEnoTWWT2Ff4BhZCk8XBn0wOL1VN4 { 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:6.8125rem;width:27.5rem;top:24.718750476837rem;left:17.812501907349rem;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) { #HX9M8C7MrF32gqEXKEFdJoEhU2ygUb7k { top:6.875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEKRLg7DzrsBTmNzip4cBBo9rT0Lz0wO { top:9.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iowXLe5Q1uMKvEh6SDRnQ7bh16t3smhf { top:17.5625rem;left:0rem;width:25.6875rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saO8ZIZFwrPsLbRfq58pSAIznS43C41Z { top:38.75rem;left:0rem;width:26.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Gx2I1JTapTJ9kUFiNUSWdX4bMmAA9P { top:16.4375rem;left:15.4375rem;width:32.3125rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MurMnd3oVWny0KfsI4sWAPQkWdDtqlrT { top:0.9375rem;left:9.7187519073488rem;width:30.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2XoDDOge0IBfRqKzoV8BQ35D9Vh5RO { top:27.75rem;left:0rem;width:24.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 { display:block; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8o83A4s1CLoNw1R86JbFpWLAb0B1l68 { top:9.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqF1WAArl83LcvHxGRXMmCnyCPEkqAE8 { top:1.375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL9K89FAw9xKn5by4FvD622EDNm93awc { top:9.8125rem;left:6.21875rem;width:35.3125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue4yfz3k8z99dPczsRf3H1NAySwnRBxl { top:27.1875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigXiBpPHggwatCAzKTNGEuVwGwmH8dR { top:38.375rem;left:6.21875rem;width:40.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qId8wBEkGIvFbO2Swu6664fy2BRgtbf3 { top:52.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksqRz6leugPynq9Q5sfDXrDdClmNpvV4 { top:60.75rem;left:9.7812519073488rem;width:28.1875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsEs4iAtKtATGrtqxWKTqcMKTP5qTyKm { top:99.5625rem;left:9.7812519073488rem;width:25.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFET1KRQInlVrzU2w85QdNfTtziXeAy0 { display:block; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHGeBUmg8po3VHxLMEw7UZLZdxFHFTQC { top:9.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JemHPlW0mykSX2IBQeueOtaC1e3AlzTr { top:1.375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTPd3MoUEgffJs6BtPw9nLX9mMcRTF6M { top:11.0625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;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) { #xWzXlDTTH6cIXqpFkr4TPryZrmCMZ6ua { top:37.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN3BbDUZ6s53QsVe6SZvHTIA1a0qZs3x { top:30.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44OX2W4wfr45ER0vDEMV0IqBB0dtbwD { top:15.0625rem;left:8.5625019073488rem;width:30.625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMV5HMhPZM8fkrQDdVnKrZMHFTzrDGZ { top:42.5rem;left:10.625001907349rem;width:26.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsRBhgOTomdHFgqRazIVaFKs9SH7tcwb { top:60.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN974WVURbBfayWzubUN9PC6dQFlRXDH { top:3.3125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.375rem;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) { #TTfaZ5Nqr0UADZNIiZz2TmWNg0D04Dz9 { top:1.5rem;left:2.125rem;width:43.5rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WREDlH4HznBiGkuJhNa7TIszqc7snZ75 { top:15.375rem;left:0rem;width:15.1875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKt05TAPzPwkWPBMvimnk297OQH4MwI8 { top:15.375rem;left:16.281251907349rem;width:15.1875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrLqdoR1FoakM1BesulOa7Dk7qZx5Oqd { top:15.375rem;left:32.5625rem;width:15.1875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQzaQqbcVHLaEiIGkJtxPyOnR89vClUi { top:4.3125rem;left:0rem;width:12.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUvxKXXtreuAcHpgncNmaTzZS3JBMTR { top:4.3125rem;left:17.531251907349rem;width:12.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALF9q2yJ1IfsbJO7l0gJukidtpWhlU73 { top:4.3125rem;left:35.0625rem;width:12.6875rem;height:10.625rem;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) { #v8AAN0JTMs0JeEdTXaqCbLNbX58cofxv { top:1rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTOeN2XRWhxn5f8gwW2ZpeT0rZ7fBPT { top:6.8125rem;left:2.0500011444092rem;width:45.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUCdUOXC0R53Q5GVOhLNbNXAS12NSQMx { top:5.6875rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiR4epAXF4GkFmNMVIxedZ72adbXuHz5 { top:9.875rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRgunrSJyl50PIJuwS7bmRZ0quTZpTkP { top:11rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBNU7FsOpazDa3rbN6LsiDIt1ZZ9qIoz { top:14.0625rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH4aSBmnSnFDHQgimpTQq88y2bxf9WTh { top:14.4375rem;left:2rem;width:45.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxELay9V1G6nLWhBvczC5tp7PgHgma0o { top:18.625rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A79ywWtr28AGm6gxN8CDf3u2rKwWplHT { top:19.75rem;left:2.0500011444092rem;width:45.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTWckNlQ1aH2goTPSno2yTUg8m2tf4Kf { top:24rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflhpwzpiwIoa2vLQSHmiPrs9hXKIBiS { top:25.125rem;left:2.0500011444092rem;width:45.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwCgTSQXh6baDlI1PCLEGz5fTAcHKSPi { top:41.4375rem;left:10.937501907349rem;width:25.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1d4VtpMfpoARGwtPl2O73oHfi0gQF8 { top:28.1875rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzt5mNIf2cbZ8CVB5EElsCkMKnc6Wukf { top:28.5rem;left:2.0500011444092rem;width:45.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ux9p6yvRwaWkVgOWTLikqD1MhPSmhS { top:33.3125rem;left:0rem;width:5.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foVcHR3csGr7tIrVckzIiFXoy2Ed9Cyt { top:33.4375rem;left:2.0500011444092rem;width:45.4375rem;height:3.875rem;font-size:0.9375rem;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) { #TGyBWbohI271w5h7kBoKXuPK52ypcv54 { top:1.9375rem;left:6.8125rem;width:34.125rem;height:2.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK0zXPFG3IauaI2EzHaVhlX20lCvdSyv { top:7.3125rem;left:0rem;width:8.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg6cuTH6chP8J3SuEtP275uNo7cfuAJ7 { top:15.9375rem;left:0rem;width:19.625rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9nEMA1fvq0bhNGd5KhcRrMAZbURCAup { top:5.6875rem;left:17.718751907349rem;width:12.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ZXD593FGXTsMo7nmtsUy7d4yWsTsDS { top:15.875rem;left:16.281251907349rem;width:15.6875rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhvwB7bLaz8AgIKhr2fn62qTaSvH27T5 { top:5.25rem;left:35.5rem;width:12.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEW8ZMZqrOxApiKP1dtknRr1R2MJg5e3 { top:15.9375rem;left:28.4375rem;width:19.3125rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBBMzEPJffnv8x13i71LyCNJA8GPJO0i { top:26.4375rem;left:0rem;width:10.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuP6EobRR3ka9yUOBom39sW9DmJoXU2 { top:36.4375rem;left:0rem;width:15.1875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HchzEanhNVWpJqGRelpZzLnSN1rZkCZL { top:22.8125rem;left:14.312501907349rem;width:19.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub152lKU4bKiXTKTuctinO96TurrfNAs { top:35.8125rem;left:14.893751144409rem;width:15.1875rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIwGyzPJzOVopAZHR2a4qGrrs6RuntU { top:25.5625rem;left:36.75rem;width:11rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi54MbVOwqkHyvQu0d6G7413nrSdAOHr { top:35.8125rem;left:32.5625rem;width:15.1875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVZ07JGAuVMqwSs5chV77wbZ8FBPo0t { top:45.375rem;left:15.562501907349rem;width:16.625rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZluXvHlOkJLn3Enkc4vxhS4bHUlLIHW { top:58.6875rem;left:16.281251907349rem;width:15.1875rem;height:6.0625rem;font-size:1rem;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:10.5625rem;height:4.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3CmETpIeOyfC42kfxqwhX3lVZVuHDa3 { top:6.3125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAVCAJA8ukIi4plLWiaKxePTxiQZApr2 { top:131.5rem;left:7.15625rem;width:31.9375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDxHdibwU0JkxP8TazuMdfKT8uFWf83 { top:14.25rem;left:0rem;width:27.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bgUq4TfSosHFNJO5EIbJQTh4pAUELu { top:11.1875rem;left:19.625rem;width:28.125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWxFVW0X6SaBo4hUNJ7fJGZ8b8R9Hsi { top:35.9375rem;left:0rem;width:30.1875rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmUouUWMgcBFbl7AHCPWsW6v1OXuSByx { top:38.5rem;left:22.3125rem;width:25.4375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9iqulcaM1Afn3FlzG7RQXZdDpvaOSyC { top:70.75rem;left:9.6875019073488rem;width:25.4375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAsyXn3VK21rm00By9qHdORrXWi94kOP { top:85.9375rem;left:0rem;width:24.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTcoVG0xDAOouCKEK8Av4skZedDcncA { top:83.5rem;left:24.4375rem;width:23.3125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbrLWkVhzX0sMroa9v4fkZaTaa8pyBXH { top:103.9375rem;left:0rem;width:20.8125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHBb8pzMrL4LvTQhh8RcFAh6HgGkeIS { top:108.4375rem;left:23.125rem;width:24.625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml { display:block; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nF09URPQqS78ZmP3I0rrPt0boBxeftsT { top:1.125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2iOzo2Tdmd157u8I8MdbNxScq7WHfQ { top:14.0625rem;left:8.34375rem;width:33.125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSHTpvyUB6syJhk7396Lryn3D2QXvw6 { top:43.5625rem;left:11.125001907349rem;width:27.5625rem;height:2.875rem;font-size:1.75rem;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:1.3125rem;left:10.75rem;width:27.75rem;height:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqmAAd0CuIpz5fKN5WTNSGwEvokepQ1 { top:11.4375rem;left:10.75rem;width:27.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvoJtoDPf2xxq3vmPdIlufRb3z3eQHOR { top:22.6875rem;left:10.25rem;width:27.5625rem;height:14.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dryr3Nnl3X5BzTN8F328xTJhLIxC5tg8 { top:16.125rem;left:10.875rem;width:27.5625rem;height:5.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItE3Wz3FaJ0hLDWhTcNo6KPBTH6pic5L { top:38.1875rem;left:14.25rem;width:19.5625rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4v6EPVz3uM2NBEUZT3ZVzpGVfQdvxx { top:69.8125rem;left:12.125rem;width:25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFJoNHipT9kTuh9GyDZZrXPERHGglWsO { top:66.625rem;left:32.8125rem;width:6.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmlR8buDHdStvzN3LThTveh4RfeuyyOO { top:88.4375rem;left:10.75rem;width:25.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwsSHqBsTLw8AtNWZFt9f3iQ3kC3NXs1 { top:73.4375rem;left:8.1875rem;width:30.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC { display:block; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDMDUXsihFu7A4MgMeo90z19ylErdQHZ { top:4.5625rem;left:0.125rem;width:13.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwW4aHLZlEHf0lfKb7RaTbomnXMMEX8q { top:6.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbrlSniwz8iEDFSwc6RuqZHg3DQSSeLM { top:24.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1vtCMzCQzwJiMNTb19wAFqUFkPoTwXV { top:11.0625rem;left:0.125rem;width:16.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1dNWgEuOQCQKUIen8TadhxpwRXid46 { top:13.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJhNkPSNnp23LFhCxRNKqi151JbqOBB { top:15.6875rem;left:0rem;width:21.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqilhtK8vLDgmD3kDD5bL3y1n2MCOkzR { top:18rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSoZ1wBwphbHxDQlKBDWK0p024tMkPE { top:21.8125rem;left:0rem;width:21.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq6LsQJpDMH6auR2kxnidVXlh5XuUaRv { 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) { #b56XdFvF92ycTRWTfpewDAHbTXKN2hsf { display:block; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGBf0C9k2xpcu1gTsS0tAqyykf4zxTlq { top:42.875rem;left:7.9375rem;width:35rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtfVTCQZ1SzG34hIierz3JHmcnd2fylv { top:11.4375rem;left:10.75rem;width:27.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u65M8EuE5oXSkxJhcrT7TOnO2fMyN1oh { top:32.875rem;left:10.843751907349rem;width:29.1875rem;height:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUst3vexNp0Pip25PtrB4rUMubqSn3ns { top:1.6875rem;left:14.218751907349rem;width:20.8125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27GEnoTWWT2Ff4BhZCk8XBn0wOL1VN4 { top:24.6875rem;left:11.687501907349rem;width:27.5rem;height:6.8125rem;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:#ff56e2;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:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX9M8C7MrF32gqEXKEFdJoEhU2ygUb7k { width:19.5rem;height:11.375rem;top:3.2625000476837rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MEKRLg7DzrsBTmNzip4cBBo9rT0Lz0wO { width:18.6875rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iowXLe5Q1uMKvEh6SDRnQ7bh16t3smhf { width:20rem;height:13.1625rem;top:13.65625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #saO8ZIZFwrPsLbRfq58pSAIznS43C41Z { width:20rem;height:6.0234375rem;top:50.76718711853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Gx2I1JTapTJ9kUFiNUSWdX4bMmAA9P { width:20rem;height:16.75rem;top:25.356249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MurMnd3oVWny0KfsI4sWAPQkWdDtqlrT { width:20rem;height:2.1875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rE2XoDDOge0IBfRqKzoV8BQ35D9Vh5RO { width:20rem;height:9.3125rem;top:41.45468711853rem;left:-0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 { 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; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { background-color: transparent; background-image: none; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container > .video-iframe-container { display: none; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row > .video-iframe-container { display: none; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .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); }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { border-width: 0; border-radius: 0; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PThEEkIotcFLLWGi5TRx5mgtyQEWZ6I3 > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8o83A4s1CLoNw1R86JbFpWLAb0B1l68 { width:18.6875rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nqF1WAArl83LcvHxGRXMmCnyCPEkqAE8 { width:20rem;height:9.425rem;top:1.1375000476837rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CL9K89FAw9xKn5by4FvD622EDNm93awc { width:20rem;height:8.4955752212389rem;top:11.812498855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue4yfz3k8z99dPczsRf3H1NAySwnRBxl { width:20rem;height:14.1375rem;top:21.557031440735rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EigXiBpPHggwatCAzKTNGEuVwGwmH8dR { width:20rem;height:6.9266770670827rem;top:34.588281440735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qId8wBEkGIvFbO2Swu6664fy2BRgtbf3 { width:20rem;height:7.06875rem;top:42.764842224121rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ksqRz6leugPynq9Q5sfDXrDdClmNpvV4 { width:20rem;height:26.873614190687rem;top:51.083592224121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsEs4iAtKtATGrtqxWKTqcMKTP5qTyKm { width:20rem;height:5.0724637681159rem;top:79.207032775881rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nFET1KRQInlVrzU2w85QdNfTtziXeAy0 { position:relative;z-index:auto;background-color:#ff56e2;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; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { background-color: transparent; background-image: none; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container > .video-iframe-container { display: none; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row > .video-iframe-container { display: none; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .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); }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { border-width: 0; border-radius: 0; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFET1KRQInlVrzU2w85QdNfTtziXeAy0 > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHGeBUmg8po3VHxLMEw7UZLZdxFHFTQC { width:18.6875rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JemHPlW0mykSX2IBQeueOtaC1e3AlzTr { width:20rem;height:11.7rem;top:1.13671875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pTPd3MoUEgffJs6BtPw9nLX9mMcRTF6M { width:19.25rem;height:27.625rem;top:10.810156822204rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 { display:block; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWzXlDTTH6cIXqpFkr4TPryZrmCMZ6ua { width:20rem;height:23.2375rem;top:31.987500190735rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vN3BbDUZ6s53QsVe6SZvHTIA1a0qZs3x { width:20rem;height:9.2625rem;top:21.430469512939rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q44OX2W4wfr45ER0vDEMV0IqBB0dtbwD { width:20rem;height:8.325rem;top:11.905469417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMV5HMhPZM8fkrQDdVnKrZMHFTzrDGZ { width:20rem;height:12.641375rem;top:55.22500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsRBhgOTomdHFgqRazIVaFKs9SH7tcwb { width:20rem;height:10.2375rem;top:68.453125953675rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mN974WVURbBfayWzubUN9PC6dQFlRXDH { width:20rem;height:10.725rem;top:0.56562483310699rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv { background-color:#ff56e2;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:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTfaZ5Nqr0UADZNIiZz2TmWNg0D04Dz9 { width:20rem;height:5.0375rem;top:0rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WREDlH4HznBiGkuJhNa7TIszqc7snZ75 { width:14.5rem;height:3.9rem;top:6.711718559265rem;left:4.6875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKt05TAPzPwkWPBMvimnk297OQH4MwI8 { width:16.125rem;height:3.9rem;top:11.306250572204rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrLqdoR1FoakM1BesulOa7Dk7qZx5Oqd { width:16.125rem;height:3.9rem;top:17.449999809265rem;left:3.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQzaQqbcVHLaEiIGkJtxPyOnR89vClUi { width:5.1875rem;height:4.3125rem;top:5.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWUvxKXXtreuAcHpgncNmaTzZS3JBMTR { width:5rem;height:4.125rem;top:11.192969322204rem;left:15.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALF9q2yJ1IfsbJO7l0gJukidtpWhlU73 { width:5.1875rem;height:4.3125rem;top:17.243750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB { display:block; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8AAN0JTMs0JeEdTXaqCbLNbX58cofxv { width:17.9375rem;height:2.6rem;top:0.6875rem;left:1.0304687619209rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQTOeN2XRWhxn5f8gwW2ZpeT0rZ7fBPT { width:17.5rem;height:2.4375rem;top:4.0757813453674rem;left:2.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vUCdUOXC0R53Q5GVOhLNbNXAS12NSQMx { width:2.4375rem;height:1.9375rem;top:4.3265623152256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiR4epAXF4GkFmNMVIxedZ72adbXuHz5 { width:2.25rem;height:1.8125rem;top:7.389843940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRgunrSJyl50PIJuwS7bmRZ0quTZpTkP { width:17.6875rem;height:2.4375rem;top:7.0773429870606rem;left:2.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bBNU7FsOpazDa3rbN6LsiDIt1ZZ9qIoz { width:2.25rem;height:1.8125rem;top:10.996875196696rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH4aSBmnSnFDHQgimpTQq88y2bxf9WTh { width:16.5625rem;height:4.875rem;top:10.075781255961rem;left:2.4554687142372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HxELay9V1G6nLWhBvczC5tp7PgHgma0o { width:2.25rem;height:1.8125rem;top:15.88828086853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A79ywWtr28AGm6gxN8CDf3u2rKwWplHT { width:17.5rem;height:2.4375rem;top:15.57578086853rem;left:2.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTWckNlQ1aH2goTPSno2yTUg8m2tf4Kf { width:2.3125rem;height:1.875rem;top:19.45078086853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yflhpwzpiwIoa2vLQSHmiPrs9hXKIBiS { width:16.5rem;height:2.4375rem;top:19.16953086853rem;left:2.5179687142372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwCgTSQXh6baDlI1PCLEGz5fTAcHKSPi { width:20rem;height:5rem;top:32.039844512939rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1d4VtpMfpoARGwtPl2O73oHfi0gQF8 { width:2.25rem;height:1.8125rem;top:23.449219703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzt5mNIf2cbZ8CVB5EElsCkMKnc6Wukf { width:16.4375rem;height:3.65625rem;top:22.527344703674rem;left:2.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I5ux9p6yvRwaWkVgOWTLikqD1MhPSmhS { width:2.4375rem;height:2rem;top:27.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foVcHR3csGr7tIrVckzIiFXoy2Ed9Cyt { width:17.5rem;height:3.65625rem;top:27.1015625rem;left:2.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azRkdgITfG9UX8ry7s37PezlfG94EvbS { background-color:#ff56e2;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:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGyBWbohI271w5h7kBoKXuPK52ypcv54 { width:20rem;height:5.6875rem;top:0.5625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lK0zXPFG3IauaI2EzHaVhlX20lCvdSyv { width:5.6875rem;height:5.3125rem;top:6.7500009536744rem;left:7.1562500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg6cuTH6chP8J3SuEtP275uNo7cfuAJ7 { width:20rem;height:7.8rem;top:12.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9nEMA1fvq0bhNGd5KhcRrMAZbURCAup { width:7.6875rem;height:6.375rem;top:20.425001144409rem;left:6.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ZXD593FGXTsMo7nmtsUy7d4yWsTsDS { width:20rem;height:6.5rem;top:26.800001144409rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhvwB7bLaz8AgIKhr2fn62qTaSvH27T5 { width:8.0625rem;height:6.6875rem;top:34.349999606609rem;left:6.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEW8ZMZqrOxApiKP1dtknRr1R2MJg5e3 { width:17rem;height:7.8rem;top:41.037499427796rem;left:1.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBBMzEPJffnv8x13i71LyCNJA8GPJO0i { width:7.1875rem;height:6.3125rem;top:49.41250038147rem;left:6.4062500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuP6EobRR3ka9yUOBom39sW9DmJoXU2 { width:17.0625rem;height:10.4rem;top:55.72500038147rem;left:1.4687500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HchzEanhNVWpJqGRelpZzLnSN1rZkCZL { width:11.1875rem;height:9.3125rem;top:64.300000190738rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub152lKU4bKiXTKTuctinO96TurrfNAs { width:17.5625rem;height:7.8rem;top:71.787500381469rem;left:1.2179687619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZIwGyzPJzOVopAZHR2a4qGrrs6RuntU { width:6.75rem;height:5.4375rem;top:80.486719131469rem;left:6.6250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi54MbVOwqkHyvQu0d6G7413nrSdAOHr { width:17.625rem;height:9.1rem;top:86.397657394406rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABVZ07JGAuVMqwSs5chV77wbZ8FBPo0t { width:8.8125rem;height:7.375rem;top:95.447656631469rem;left:5.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZluXvHlOkJLn3Enkc4vxhS4bHUlLIHW { width:15.1875rem;height:7.8rem;top:102.77265739441rem;left:2.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;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:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztfuAZRMTyDH0GOuJbzB0G2bELnScboK { width:8rem;height:2.925rem;top:1.6359376907349rem;left:1.0304687619209rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3CmETpIeOyfC42kfxqwhX3lVZVuHDa3 { width:20rem;height:5.60625rem;top:4.5109376907349rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #XAVCAJA8ukIi4plLWiaKxePTxiQZApr2 { width:20rem;height:5.875rem;top:167.32579040528rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDxHdibwU0JkxP8TazuMdfKT8uFWf83 { width:20rem;height:13.9484375rem;top:11.24453163147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bgUq4TfSosHFNJO5EIbJQTh4pAUELu { width:20rem;height:18.621875rem;top:48.172657012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWxFVW0X6SaBo4hUNJ7fJGZ8b8R9Hsi { width:20rem;height:21.035125rem;top:26.130468845367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmUouUWMgcBFbl7AHCPWsW6v1OXuSByx { width:20rem;height:16.46175rem;top:68.411719322206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9iqulcaM1Afn3FlzG7RQXZdDpvaOSyC { width:20rem;height:8.50075rem;top:86.061719894406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAsyXn3VK21rm00By9qHdORrXWi94kOP { width:20rem;height:12.144702842377rem;top:95.807010650637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTcoVG0xDAOouCKEK8Av4skZedDcncA { width:20rem;height:20.428954423592rem;top:128.20390796661rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbrLWkVhzX0sMroa9v4fkZaTaa8pyBXH { width:20rem;height:18.378378378378rem;top:108.95081329346rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHBb8pzMrL4LvTQhh8RcFAh6HgGkeIS { width:20rem;height:18.730964467005rem;top:149.25781440735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container { background-color: transparent; background-image: none; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container > .video-iframe-container { display: none; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row > .video-iframe-container { display: none; }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .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); }#odz8eGVWvbQuPJZE5VukUQuHZO0OT4Ml > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nF09URPQqS78ZmP3I0rrPt0boBxeftsT { width:20rem;height:14.95rem;top:1.0554699897766rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #vT2iOzo2Tdmd157u8I8MdbNxScq7WHfQ { width:19.5rem;height:16.75rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mgSHTpvyUB6syJhk7396Lryn3D2QXvw6 { width:20rem;height:2.275rem;top:34.250039100647rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ff56e2;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { background-color:#ff56e2;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:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { width:18.4375rem;height:17.0625rem;top:6.5rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XrqmAAd0CuIpz5fKN5WTNSGwEvokepQ1 { width:20rem;height:1.21875rem;top:48.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f8e9ed;display:block; }
 }@media only screen and (max-width: 763px) { #UvoJtoDPf2xxq3vmPdIlufRb3z3eQHOR { width:20rem;height:9.34375rem;top:30.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #Dryr3Nnl3X5BzTN8F328xTJhLIxC5tg8 { width:20rem;height:5.525rem;top:24.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #ItE3Wz3FaJ0hLDWhTcNo6KPBTH6pic5L { width:11.5625rem;height:18.75rem;top:40.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl4v6EPVz3uM2NBEUZT3ZVzpGVfQdvxx { width:13.625rem;height:1.3rem;top:59.375rem;left:3.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EFJoNHipT9kTuh9GyDZZrXPERHGglWsO { width:5.4375rem;height:4.4375rem;top:56.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmlR8buDHdStvzN3LThTveh4RfeuyyOO { width:20rem;height:5.071875rem;top:0.58750015497207rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bwsSHqBsTLw8AtNWZFt9f3iQ3kC3NXs1 { width:20rem;height:9.464875rem;top:61.312501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC { background-color:#000000;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; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { background-color: transparent; background-image: none; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container > .video-iframe-container { display: none; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row > .video-iframe-container { display: none; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .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); }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { border-width: 0; border-radius: 0; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8Za0Q5RBqimngzRwThwAqTzGMxTVsdC > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDMDUXsihFu7A4MgMeo90z19ylErdQHZ { width:12.3125rem;height:1.4625rem;top:3.3374996185302rem;left:3.8437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwW4aHLZlEHf0lfKb7RaTbomnXMMEX8q { width:18.4375rem;height:5.85rem;top:4.7992191314697rem;left:0.78046876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DbrlSniwz8iEDFSwc6RuqZHg3DQSSeLM { width:18.5625rem;height:2.925rem;top:22.375rem;left:0.71796876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q1vtCMzCQzwJiMNTb19wAFqUFkPoTwXV { width:15.4375rem;height:1.4625rem;top:11.274219512939rem;left:2.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1dNWgEuOQCQKUIen8TadhxpwRXid46 { width:18.25rem;height:1.95rem;top:12.73671913147rem;left:0.87421876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RsJhNkPSNnp23LFhCxRNKqi151JbqOBB { width:20rem;height:1.4625rem;top:15.21249961853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sqilhtK8vLDgmD3kDD5bL3y1n2MCOkzR { width:18.4375rem;height:2.925rem;top:16.675001144409rem;left:0.78046876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JSSoZ1wBwphbHxDQlKBDWK0p024tMkPE { width:18.6875rem;height:1.4625rem;top:20.39999961853rem;left:0.65546876192094rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zq6LsQJpDMH6auR2kxnidVXlh5XuUaRv { 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) { #b56XdFvF92ycTRWTfpewDAHbTXKN2hsf { background-color:#000000;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; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { background-color: transparent; background-image: none; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container > .video-iframe-container { display: none; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row > .video-iframe-container { display: none; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .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); }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { border-width: 0; border-radius: 0; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b56XdFvF92ycTRWTfpewDAHbTXKN2hsf > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGBf0C9k2xpcu1gTsS0tAqyykf4zxTlq { width:18.4375rem;height:6.09375rem;top:43.375000953674rem;left:0.78046876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qtfVTCQZ1SzG34hIierz3JHmcnd2fylv { width:20rem;height:1.21875rem;top:43.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#f8e9ed;display:block; }
 }@media only screen and (max-width: 763px) { #u65M8EuE5oXSkxJhcrT7TOnO2fMyN1oh { width:20rem;height:13.8125rem;top:29.000000953674rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #DUst3vexNp0Pip25PtrB4rUMubqSn3ns { width:20rem;height:23.3125rem;top:0.98750019073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d27GEnoTWWT2Ff4BhZCk8XBn0wOL1VN4 { width:20rem;height:4.95390625rem;top:23.155468940735rem;left:0rem;display:block; }
 }