.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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:60rem;width:60rem;overflow:visible;position:relative;display:block; }#HX9M8C7MrF32gqEXKEFdJoEhU2ygUb7k { color:rgba(var(--color-tertiary-4),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:4.3625001907349rem;left:0rem;height:7.15rem;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:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.5rem;left:3.4250011444092rem;height:5.2rem;display:block; }
#RmqTnoWsdvAxTJkTV3mRVCTnchs3JET9 { color:rgba(var(--color-tertiary-4),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;top:42.824221611023rem;left:1.46875rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTbNbTt5biUw18lP5z3PPMNe74Sc0ID8 { 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:52.375rem;left:1.46875rem;height:5.2rem;display:block; }
#lvTGaBWawaCTws8e6Ub8EPoL6btw84du { position:absolute;display:block;z-index:15029;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:6.3125rem;width:22.8125rem;top:30.625rem;left:1.46875rem;overflow:hidden;display:block; }
#r30o3dwSLLlD9MOT126UmNelESgisKcA { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:34.375rem;top:14.124218821526rem;left:25.625001907349rem;overflow:hidden;display:block; }
#OaJVcBy3emX9fbxQUSS4rKUInAtFyscx { position:absolute;display:block;z-index:15034;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:4.4375rem;width:24.5625rem;top:25.30624961853rem;left:0rem;overflow:hidden;display:block; }
#pTrsizt0dR7fJS6yMBMAZi1iDU882dGc { color:#4a65ff;display:block;width:23rem;position:absolute;font-family:oswald;font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:22rem;left:3.4250011444092rem;height:1.86875rem;display:block; }
#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK { background-color:#d3d6ff;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; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { background-color: transparent; background-image: none; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container > .video-iframe-container { display: none; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row > .video-iframe-container { display: none; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .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); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { border-width: 0; border-radius: 0; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { font-size:0.875rem;font-family:arial;height:72.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#DGeL0CoTLipLQ8nQrlMrDreU8TbWMZnb { 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; }
#KtRmxVRcpmTrrHFdneTxKFGF8FclOfSo { color:rgba(var(--color-tertiary-4),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:1.38671875rem;left:1.46875rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VKarDKbJy3lQ8OTFJ2tyrOUfiVqL1lIC { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:22.9375rem;top:8.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#WaL9llHvgRxwEqncShEzfMewJUc9G74H { 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:16.5rem;width:30.0625rem;top:9.6875rem;left:29.4375rem;overflow:hidden;display:block; }
#u30A9hSNv7Lqi2RxOLNKgXV0LCFRdkeC { color:rgba(var(--color-tertiary-4),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:29.699219226837rem;left:1.46875rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4pqpdR3ZxPIJ0Ft03SlbESC24nl8bi1 { 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:32.3125rem;width:24rem;top:36.860939025879rem;left:17.125001907349rem;overflow:hidden;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:48.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:4.25rem;left:4rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#vN3BbDUZ6s53QsVe6SZvHTIA1a0qZs3x { color:#ff95fe;display:block;width:48rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3796873092651rem;left:4rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5t7Q4IcG8Q3EFPmNvKrnSwy9Xp3G0eF { 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:8.9375rem;width:16.75rem;top:17.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#Ju4rBES7fIkZXlL3HAMav61UTL25bale { 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:9.3125rem;width:21.875rem;top:15.987501144409rem;left:19.062501907349rem;overflow:hidden;display:block; }
#H9WdQJCRpZWiPMEESbibLhVm9vt9dElJ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:18.1875rem;top:16.21875rem;left:39.562501907349rem;overflow:hidden;display:block; }
#AB4q9HET6eiPVbQL8RWFTqAS0TePWEhT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:19.9375rem;top:28.25rem;left:4.6875rem;overflow:hidden;display:block; }
#T8a5If7kJW8aNA1VcLqc4wAPOr90PbaS { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:20.0625rem;top:27.125rem;left:33.875rem;overflow:hidden;display:block; }
#iDyfZgIDCoJqwXnfNGvT4PRNEkcHWXLC { color:#f0a4ff;display:block;width:11.25rem;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.84375rem;left:6.15625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#JnIQxyUrJApUocx9mMqbolGz78H055fW { color:#f0a4ff;display:block;width:13.625rem;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:42.84375rem;left:33.875001907349rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#t3bizOgiirb06QZ6Fu576TKKWmT3LrH1 { color:#ff95fe;display:block;width:48rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.75rem;left:4rem;height:3.9rem;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:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:53.3125rem;width:60rem;position:relative;display:block; }#TTfaZ5Nqr0UADZNIiZz2TmWNg0D04Dz9 { color:rgba(var(--color-tertiary-4),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:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnGmWeqsID1TM6Dk4treylCsOTbZAv9z { position:absolute;display:block;z-index:15025;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:8.8125rem;width:10.5rem;top:7.125rem;left:3.0625rem;overflow:hidden;display:block; }
#CpdrJsaOMJZCCvmVm4hbubkMEeODW7pW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTmh7mF4O9daqUJmFHU5l4MKfFKiOR71 { 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:15005;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0.6875rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#XV70c1PwkdXVI6rs75iaxH16iW3EUIUf { position:absolute;display:block;z-index:15026;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:4.9375rem;width:6.125rem;top:9.0625rem;left:25.5rem;overflow:hidden;display:block; }
#vg6SQDb96p3p1FsHlsGBX3eQGmfWDGKv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14rem;left:21.3125rem;height:1.95rem;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:16.5625rem;left:21rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#mdmnQCBa7gaVmAP0Joq79BTrC7OXlnS0 { 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:4.875rem;width:5.1875rem;top:9.0625rem;left:46.625rem;overflow:hidden;display:block; }
#k2DB3xc6uqPDKTbEQx9SI3r0c0ML0t7U { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14rem;left:40.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDIuu44ZatOhfoH13NONluUpcNWgcFgK { 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:16.5625rem;left:42.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hoOmeGQONdOxnyvqZDMLp9A3ZbuhGMxU { position:absolute;display:block;z-index:15028;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:6.8125rem;width:8.125rem;top:24.875rem;left:4.625rem;overflow:hidden;display:block; }
#tyvhTQnqxLf6WiuPhi43JPCudbDXNEQu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:1rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5CnJlf70ikSABexXcGmvPaMqMMGMCHU { 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:35.1875rem;left:0.6875rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#bME6pP4CJSpThzMWAUPNM9T2RK2giTQL { position:absolute;display:block;z-index:15029;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:7.125rem;width:8.625rem;top:24.75rem;left:24.25rem;overflow:hidden;display:block; }
#OghdIuBM0Umu2UHxyJE5VtmbGuRETxFf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.375rem;left:21.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Whe8AnvJofq3GmkoxQTbT9rSzm8Ru1eo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;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:35.1875rem;left:20rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#NG9XnTXKxBc1RJrJcEroQeWeFQ39ToSB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.375rem;left:40.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sLpwPWoLARSSdyEki1qnuyyFIkiGuirw { position:absolute;display:block;z-index:15030;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:6.375rem;width:7.25rem;top:25.375rem;left:45.875rem;overflow:hidden;display:block; }
#vE7xNSTwMagM1ZiAtD62HlaqzIn0PVy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;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.1875rem;left:41.300001144409rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#kezh3Au5xOtTgy0HW1q8F5ZnFkZJEATn { position:absolute;display:block;z-index:15031;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:7.1875rem;width:28.0625rem;top:43.75rem;left:16rem;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:38.1875rem;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; }
#GGKk0oV8Jmf14hWUIN774PoU642eJ2Xu { color:#ff95fe;display:block;width:39.6875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.25rem;left:4rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ou3CrNztTSuDzdUCTPFVA9r37Ubpm5dH { 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:15006;line-height:1.3;letter-spacing:0;top:19.75rem;left:4rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#bME9mIEzxqZEzaLkDt32hnTeipyMN8dn { color:#ff95fe;display:block;width:39.6875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.6875rem;left:4rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B8gQgPxRJLZriJHRNioebzyHvW0iGfb5 { 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:15007;line-height:1.3;letter-spacing:0;top:26.5rem;left:4rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#wir8OsaFhQ4Q9pQsxaoqPaEPG3TH2T6r { color:#ff95fe;display:block;width:39.6875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.125rem;left:4rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZoQTystNTgAhPysGzQBOhvGxfCP4Q9dw { 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:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:4rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#NQTOeN2XRWhxn5f8gwW2ZpeT0rZ7fBPT { color:#ff95fe;display:block;width:45.4375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.66796875rem;left:4rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEcpspHK9VxhErQnHNzyPvZhsQSViRHg { 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:15007;line-height:1.3;letter-spacing:0;top:13.5rem;left:4rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#azRkdgITfG9UX8ry7s37PezlfG94EvbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:92.25rem;width:60rem;position:relative;display:block; }#TGyBWbohI271w5h7kBoKXuPK52ypcv54 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5rem;left:4.625rem;height:2.4375rem;font-style:normal;display:block; }
#Ux2SMiypykV18nO9FM7EgfGJ011Gt3no { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37rem;left:1.6875rem; }
#LCd0vd4CF4nmlBrqc5LI5UNZgH6KOWdw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:41.375rem;left:1.6875rem; }
#f6CXA9rysgxN8Wxle5oT8GGAcnRWfW8C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:45rem;left:1.6875rem; }
#TENiErOfNqLFhobBIT7bvUQwD6FTt00S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:49.4375rem;left:1.6875rem; }
#eBxIwEmQX0WVbDNf9LKQP8M0ZrWCgF5o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:54.125rem;left:1.6875rem; }
#CMPNsgmg7wDnasxcnMemRuA9LFwXUhlq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:58.3125rem;left:1.6875rem; }
#XEo6BqTClDVWnsW55rAE7Zf137UERNEk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:61.5625rem;left:1.6875rem; }
#QscP22QeEl4mzNGzXaWrFvvTcfISt9bs { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37rem;left:4.875rem;height:43.225rem;text-align:left;text-align-last:left;display:block; }
#Mb2dO6xTmHztwKPy0lyOQFoVXXyIR8J6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:65.0625rem;left:1.6875rem; }
#QuuUUUCVTSWz8XqoOf7GmVHFAEV2rbeC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:69.6875rem;left:1.6875rem; }
#pnA9fvN4s4Zpux9DPFqknKPUKItQuUFg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:74.4375rem;left:1.6875rem; }
#dMDQS8ArV92copxD4q3H2hDC0ma90fUy { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:34rem;top:6.987500190735rem;left:13rem;overflow:hidden;display:block; }
#vrTghOoMk2MutXSdnGAa4JyB5T68F9Pc { position:absolute;display:block;z-index:15025;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:7.75rem;width:30.125rem;top:82.393751144406rem;left:14.937501907349rem;overflow:hidden;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:37.5625rem;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.2078084945679rem;left:4.625rem;height:4.14375rem;font-style:normal;display:block; }
#uRi2hVRu9fqJpVq76RATJsnb6knFPLz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.8726520538331rem;left:4.625rem;height:2.4375rem;font-style:normal;display:block; }
#xqiAAzL9O28OSeLRmlcHuUbcXiR8g8CA { position:absolute;display:block;z-index:15015;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:13.8125rem;width:14.375rem;top:12.42499999702rem;left:2.78125rem;overflow:hidden;display:block; }
#T8fOro24kfFLcBEzzbqA8FVaCMhXWqpU { position:absolute;display:block;z-index:15016;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:13.9375rem;width:15.875rem;top:12.362500190735rem;left:22.062501907349rem;overflow:hidden;display:block; }
#oNmCau6Rbtk3SaKIktGPB8Vo3iQXvDqv { position:absolute;display:block;z-index:15017;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:14.125rem;width:14.125rem;top:12.268750548362rem;left:42.750001907349rem;overflow:hidden;display:block; }
#Tr3dMUys8Tbp54Ad0v2cPM9ULpB88IDt { color:rgba(var(--color-tertiary-0),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:28.31093750149rem;left:2.0187511444092rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#mOCySkkCN9bt4owlW0TF5rzNyZsiEuHn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;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:28.31093750149rem;left:22.062501907349rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#Paw50IbN3Nkz5a5hL0oDqxohCTk6SFBO { color:rgba(var(--color-tertiary-0),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:28.31093750149rem;left:42.218751907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container { background-color: transparent; background-image: none; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container > .video-iframe-container { display: none; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row > .video-iframe-container { display: none; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .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); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container { border-width: 0; border-radius: 0; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#E3CmETpIeOyfC42kfxqwhX3lVZVuHDa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2125005722046rem;left:1.03125rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gNx8nwqycPbSCp209ts4OCd8KStQdLBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container { background-color: transparent; background-image: none; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container > .video-iframe-container { display: none; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row > .video-iframe-container { display: none; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .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); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container { border-width: 0; border-radius: 0; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:60rem;position:relative;display:block; }#xqvqJLIUCqxPUWVd1hC8h31uq8uZ4cVC { position:absolute;display:block;z-index:15029;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:12.5rem;width:18.8125rem;top:32.374999046326rem;left:40.343751907349rem;overflow:hidden;display:block; }
#V19T0lXQVtXMtKCdLUvFiBUy15gamKGl { position:absolute;display:block;z-index:15030;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:32.625rem;width:18.125rem;top:4.1125001907349rem;left:0.6875rem;overflow:hidden;display:block; }
#Tfc8oqvZpZX5b0Wi4qLscN3Wqq1KDf0U { position:absolute;display:block;z-index:15031;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:7rem;width:22.3125rem;top:4.84375rem;left:18.031251907349rem;overflow:hidden;display:block; }
#peDvGpQQ5P9ySnssTglxXDRsTQkZhns9 { position:absolute;display:block;z-index:15032;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:29.625rem;width:21.6875rem;top:3.4875001907349rem;left:38.312501907349rem;overflow:hidden;display:block; }
#DHQz1mtsvAmkz052a1r0NFHQZZ5fLLMW { position:absolute;display:block;z-index:15033;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:10rem;width:14.25rem;top:17.050001144409rem;left:22.062501907349rem;overflow:hidden;display:block; }
#mfePcGPx4rTzMoToccbQR6fdxsbrQliV { position:absolute;display:block;z-index:15034;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:6.5rem;width:23.5rem;top:64.625rem;left:18.250001907349rem;overflow:hidden;display:block; }
#ITzHaBGZwUUbVtyScaPpfgr66ufr1EHf { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:18.0625rem;top:36.736720085144rem;left:0.71875rem;overflow:hidden;display:block; }
#CiXrfU1yhQUAgid9Mm9mq7GElaOE39xT { 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:15.5625rem;width:16.375rem;top:28.362501144409rem;left:21.000001907349rem;overflow:hidden;display:block; }
#Zmzpc8QHTxZoH6MmcWNUl9g1TTDsoH3F { 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:14.6875rem;width:14.9375rem;top:47.624217987061rem;left:24.375001907349rem;overflow:hidden;display:block; }
#Ut6smcTWSeuRkLIM9W4h17n9CnXmyovt { 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:25.4375rem;width:13.4375rem;top:45.737501144409rem;left:43.968751907349rem;overflow:hidden;display:block; }
#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu { 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; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container { background-color: transparent; background-image: none; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container > .video-iframe-container { display: none; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row > .video-iframe-container { display: none; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .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); }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container { border-width: 0; border-radius: 0; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#WvT8JZREQiCeymBC1cLlQGox4APr7opR { color:#f97ffd;display:block;width:50.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.68203163147rem;left:5.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SR3v4HZwNTrZI6qQMbCCoGEnT6qkU1Ai { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.99765586853rem;left:15.156251907349rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q9cbrZFIo1nODqgygJ2g1C0To5K950cC { 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:29.4375rem;width:31.8125rem;top:1.1875rem;left:13.96875rem;overflow:hidden;display:block; }
#xeTdhr8TK8JbCNvrqhUhggKw8FTPT8R3 { position:absolute;display:block;z-index:15026;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:7.75rem;width:30.125rem;top:40.393747329712rem;left:14.937501907349rem;overflow:hidden;display:block; }
#RPWPqau4HfA1a1THHFdT01pgF9hO589H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container { background-color: transparent; background-image: none; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container > .video-iframe-container { display: none; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row > .video-iframe-container { display: none; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .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); }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container { border-width: 0; border-radius: 0; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#oRoCrdfmdB4STWvrVw3u77KqdImNTJeW { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.49140548706055rem;left:23.937501907349rem;height:4.14375rem;display:block; }
#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container { background-color: transparent; background-image: none; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container > .video-iframe-container { display: none; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row > .video-iframe-container { display: none; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .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); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container { border-width: 0; border-radius: 0; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:60rem;position:relative;display:block; }#np1vT3tUTAvBIa741ueJEMOsB9DwdTCn { position:absolute;display:block;z-index:15037;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.125rem;width:6.125rem;top:46.762499809265rem;left:13.0625rem;overflow:hidden;display:block; }
#DO9JN0BqrHkDQP8ZG6Cr583uoW00Eu4o { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:49.5625rem;left:4.5625rem;height:2.275rem;display:block; }
#SbyNgems3iRwgIgM5lXVUKOB7qmDdVkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.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:3.375rem;left:4.5625rem;height:42.9rem;text-align:left;text-align-last:left;display:block; }
#OFi4qKEE4ZJSNZSqIk9yafhgWIi1COJm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:7.5rem;width:19.25rem;top:34.212500953674rem;left:38.09127075157rem;overflow:hidden;display:block; }
#w7EuS4T4nJSGEmeHfMAWillTTPa7DeGT { position:absolute;display:block;z-index:15038;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:23.4375rem;width:28.0625rem;top:10.82421875rem;left:31.937501907349rem;overflow:hidden;display:block; }
#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 { 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; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container { background-color: transparent; background-image: none; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container > .video-iframe-container { display: none; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row > .video-iframe-container { display: none; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .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); }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container { border-width: 0; border-radius: 0; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#vMI2XUP4O7xDagxOTJNnMIDWRqizb6nI { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:lobster;font-size:3.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:14.5rem;height:4.14375rem;display:block; }
#u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:34.875rem;width:60rem;position:relative;display:block; }#kKaDxbxzqMsQmd909QmtNe9Ts4F19NnG { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"marck script";font-size:1.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.5625rem;left:17.3125rem;height:2.275rem;display:block; }
#oTfWmBP2bXVQGiKwZevTUDrGTGwiOQbi { color:rgba(var(--color-tertiary-4),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:3.625rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { color:rgba(var(--color-tertiary-4),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:5.1875rem;left:6.25rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#rkkgVsNNWTvN41ppLbO8oNQGGyIg6V8Z { color:rgba(var(--color-tertiary-4),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:23.4375rem;left:6.25rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#QIZFNZfA2JFdHhEgale8K8Iit8IZyTy5 { color:rgba(var(--color-tertiary-4),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:9.5625rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#LTaK9OtL3nJVWhgqeEUQTorWRPlK7u63 { color:rgba(var(--color-tertiary-4),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:11.75rem;left:6.25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#qOodaRG2TG8Ti0ZWTI4nFqv94Zt2L94s { color:rgba(var(--color-tertiary-4),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:14.8125rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#O1JA9vBF3SQDR3ZpngPr1ieyf6OgXTP4 { color:rgba(var(--color-tertiary-4),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:17.125rem;left:6.25rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#HZAyDvCVBfDQrwl57c6b6oTOUvupeOzF { color:rgba(var(--color-tertiary-4),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.375rem;left:6.25rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#dkaDM4QIrNbTbzesXpmcEqWHJMO3wVRR { 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:25.3125rem;left:37.5rem;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:4.3125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.5rem;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:15.5rem;left:0rem;width:23rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmqTnoWsdvAxTJkTV3mRVCTnchs3JET9 { top:42.8125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbNbTt5biUw18lP5z3PPMNe74Sc0ID8 { top:52.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTGaBWawaCTws8e6Ub8EPoL6btw84du { top:30.625rem;left:0rem;width:22.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30o3dwSLLlD9MOT126UmNelESgisKcA { top:14.0625rem;left:13.375rem;width:34.375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJVcBy3emX9fbxQUSS4rKUInAtFyscx { top:25.25rem;left:0rem;width:24.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrsizt0dR7fJS6yMBMAZi1iDU882dGc { top:22rem;left:0rem;width:23rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK { display:block; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGeL0CoTLipLQ8nQrlMrDreU8TbWMZnb { top:9.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRmxVRcpmTrrHFdneTxKFGF8FclOfSo { top:1.375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKarDKbJy3lQ8OTFJ2tyrOUfiVqL1lIC { top:8.4375rem;left:0rem;width:22.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaL9llHvgRxwEqncShEzfMewJUc9G74H { top:9.6875rem;left:17.6875rem;width:30.0625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30A9hSNv7Lqi2RxOLNKgXV0LCFRdkeC { top:29.6875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4pqpdR3ZxPIJ0Ft03SlbESC24nl8bi1 { top:36.8125rem;left:11.000001907349rem;width:24rem;height:32.3125rem;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:4.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN3BbDUZ6s53QsVe6SZvHTIA1a0qZs3x { top:1.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5t7Q4IcG8Q3EFPmNvKrnSwy9Xp3G0eF { top:17.6875rem;left:0rem;width:16.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4rBES7fIkZXlL3HAMav61UTL25bale { top:15.9375rem;left:12.937501907349rem;width:21.875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9WdQJCRpZWiPMEESbibLhVm9vt9dElJ { top:16.1875rem;left:29.5625rem;width:18.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4q9HET6eiPVbQL8RWFTqAS0TePWEhT { top:28.25rem;left:0rem;width:19.9375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a5If7kJW8aNA1VcLqc4wAPOr90PbaS { top:27.125rem;left:27.6875rem;width:20.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDyfZgIDCoJqwXnfNGvT4PRNEkcHWXLC { top:42.8125rem;left:0.03125rem;width:11.25rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIQxyUrJApUocx9mMqbolGz78H055fW { top:42.8125rem;left:27.750001907349rem;width:13.625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3bizOgiirb06QZ6Fu576TKKWmT3LrH1 { top:10.75rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;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:5.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnGmWeqsID1TM6Dk4treylCsOTbZAv9z { top:7.125rem;left:0rem;width:10.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpdrJsaOMJZCCvmVm4hbubkMEeODW7pW { top:13.9375rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTmh7mF4O9daqUJmFHU5l4MKfFKiOR71 { top:16.5625rem;left:0rem;width:15.1875rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV70c1PwkdXVI6rs75iaxH16iW3EUIUf { top:9.0625rem;left:19.375rem;width:6.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6SQDb96p3p1FsHlsGBX3eQGmfWDGKv { top:14rem;left:15.1875rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WREDlH4HznBiGkuJhNa7TIszqc7snZ75 { top:16.5625rem;left:14.875rem;width:15.1875rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdmnQCBa7gaVmAP0Joq79BTrC7OXlnS0 { top:9.0625rem;left:40.5rem;width:5.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2DB3xc6uqPDKTbEQx9SI3r0c0ML0t7U { top:14rem;left:29.4375rem;width:18.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIuu44ZatOhfoH13NONluUpcNWgcFgK { top:16.5625rem;left:32.5625rem;width:15.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoOmeGQONdOxnyvqZDMLp9A3ZbuhGMxU { top:24.875rem;left:0rem;width:8.125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvhTQnqxLf6WiuPhi43JPCudbDXNEQu { top:32.375rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5CnJlf70ikSABexXcGmvPaMqMMGMCHU { top:35.1875rem;left:0rem;width:15.1875rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bME6pP4CJSpThzMWAUPNM9T2RK2giTQL { top:24.75rem;left:18.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OghdIuBM0Umu2UHxyJE5VtmbGuRETxFf { top:32.375rem;left:15.1875rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whe8AnvJofq3GmkoxQTbT9rSzm8Ru1eo { top:35.1875rem;left:13.875rem;width:17.125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG9XnTXKxBc1RJrJcEroQeWeFQ39ToSB { top:32.375rem;left:27.8125rem;width:19.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLpwPWoLARSSdyEki1qnuyyFIkiGuirw { top:25.375rem;left:39.75rem;width:7.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE7xNSTwMagM1ZiAtD62HlaqzIn0PVy6 { top:35.1875rem;left:30.625rem;width:17.125rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kezh3Au5xOtTgy0HW1q8F5ZnFkZJEATn { top:43.75rem;left:9.875rem;width:28.0625rem;height:7.1875rem;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:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGKk0oV8Jmf14hWUIN774PoU642eJ2Xu { top:17.25rem;left:0rem;width:39.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou3CrNztTSuDzdUCTPFVA9r37Ubpm5dH { top:19.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bME9mIEzxqZEzaLkDt32hnTeipyMN8dn { top:23.6875rem;left:0rem;width:39.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8gQgPxRJLZriJHRNioebzyHvW0iGfb5 { top:26.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wir8OsaFhQ4Q9pQsxaoqPaEPG3TH2T6r { top:30.125rem;left:0rem;width:39.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoQTystNTgAhPysGzQBOhvGxfCP4Q9dw { top:32.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTOeN2XRWhxn5f8gwW2ZpeT0rZ7fBPT { top:6.625rem;left:0rem;width:45.4375rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcpspHK9VxhErQnHNzyPvZhsQSViRHg { top:13.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;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:3.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux2SMiypykV18nO9FM7EgfGJ011Gt3no { top:37rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCd0vd4CF4nmlBrqc5LI5UNZgH6KOWdw { top:41.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6CXA9rysgxN8Wxle5oT8GGAcnRWfW8C { top:45rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENiErOfNqLFhobBIT7bvUQwD6FTt00S { top:49.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBxIwEmQX0WVbDNf9LKQP8M0ZrWCgF5o { top:54.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMPNsgmg7wDnasxcnMemRuA9LFwXUhlq { top:58.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEo6BqTClDVWnsW55rAE7Zf137UERNEk { top:61.5625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QscP22QeEl4mzNGzXaWrFvvTcfISt9bs { top:37rem;left:0rem;width:47.75rem;height:43.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2dO6xTmHztwKPy0lyOQFoVXXyIR8J6 { top:65.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuuUUUCVTSWz8XqoOf7GmVHFAEV2rbeC { top:69.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnA9fvN4s4Zpux9DPFqknKPUKItQuUFg { top:74.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMDQS8ArV92copxD4q3H2hDC0ma90fUy { top:6.9375rem;left:6.875rem;width:34rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrTghOoMk2MutXSdnGAa4JyB5T68F9Pc { top:82.375rem;left:8.8125019073488rem;width:30.125rem;height:7.75rem;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.1875rem;left:0rem;width:10.5625rem;height:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRi2hVRu9fqJpVq76RATJsnb6knFPLz7 { top:6.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqiAAzL9O28OSeLRmlcHuUbcXiR8g8CA { top:12.375rem;left:0rem;width:14.375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fOro24kfFLcBEzzbqA8FVaCMhXWqpU { top:12.3125rem;left:15.937501907349rem;width:15.875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmCau6Rbtk3SaKIktGPB8Vo3iQXvDqv { top:12.25rem;left:33.625rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3dMUys8Tbp54Ad0v2cPM9ULpB88IDt { top:28.25rem;left:0rem;width:15.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOCySkkCN9bt4owlW0TF5rzNyZsiEuHn { top:28.25rem;left:15.937501907349rem;width:15.875rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paw50IbN3Nkz5a5hL0oDqxohCTk6SFBO { top:28.25rem;left:32.5625rem;width:15.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyTl5THTERpbyxOXatBuKIh1zTbTSBFT { display:block; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3CmETpIeOyfC42kfxqwhX3lVZVuHDa3 { top:2.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNx8nwqycPbSCp209ts4OCd8KStQdLBD { display:block; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqvqJLIUCqxPUWVd1hC8h31uq8uZ4cVC { top:32.3125rem;left:28.9375rem;width:18.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V19T0lXQVtXMtKCdLUvFiBUy15gamKGl { top:4.0625rem;left:0rem;width:18.125rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfc8oqvZpZX5b0Wi4qLscN3Wqq1KDf0U { top:4.8125rem;left:11.906251907349rem;width:22.3125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDvGpQQ5P9ySnssTglxXDRsTQkZhns9 { top:3.4375rem;left:26.0625rem;width:21.6875rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQz1mtsvAmkz052a1r0NFHQZZ5fLLMW { top:17rem;left:15.937501907349rem;width:14.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfePcGPx4rTzMoToccbQR6fdxsbrQliV { top:64.625rem;left:12.125001907349rem;width:23.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzHaBGZwUUbVtyScaPpfgr66ufr1EHf { top:36.6875rem;left:0rem;width:18.0625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiXrfU1yhQUAgid9Mm9mq7GElaOE39xT { top:28.3125rem;left:14.875001907349rem;width:16.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmzpc8QHTxZoH6MmcWNUl9g1TTDsoH3F { top:47.5625rem;left:18.250001907349rem;width:14.9375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6smcTWSeuRkLIM9W4h17n9CnXmyovt { top:45.6875rem;left:34.3125rem;width:13.4375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu { display:block; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvT8JZREQiCeymBC1cLlQGox4APr7opR { top:31.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR3v4HZwNTrZI6qQMbCCoGEnT6qkU1Ai { top:37.9375rem;left:9.0312519073488rem;width:31.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9cbrZFIo1nODqgygJ2g1C0To5K950cC { top:1.1875rem;left:7.84375rem;width:31.8125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTdhr8TK8JbCNvrqhUhggKw8FTPT8R3 { top:40.375rem;left:8.8125019073488rem;width:30.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPWPqau4HfA1a1THHFdT01pgF9hO589H { display:block; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRoCrdfmdB4STWvrVw3u77KqdImNTJeW { top:0.4375rem;left:17.812501907349rem;width:15.9375rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA { display:block; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np1vT3tUTAvBIa741ueJEMOsB9DwdTCn { top:46.75rem;left:6.9375rem;width:6.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO9JN0BqrHkDQP8ZG6Cr583uoW00Eu4o { top:49.5625rem;left:0rem;width:25rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbyNgems3iRwgIgM5lXVUKOB7qmDdVkJ { top:3.375rem;left:0rem;width:29.5625rem;height:42.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFi4qKEE4ZJSNZSqIk9yafhgWIi1COJm { top:34.1875rem;left:28.5rem;width:19.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7EuS4T4nJSGEmeHfMAWillTTPa7DeGT { top:10.8125rem;left:19.6875rem;width:28.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 { display:block; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMI2XUP4O7xDagxOTJNnMIDWRqizb6nI { top:0rem;left:8.375rem;width:37.125rem;height:4.125rem;font-size:1.1875rem;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) { #kKaDxbxzqMsQmd909QmtNe9Ts4F19NnG { top:28.5625rem;left:11.1875rem;width:25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTfWmBP2bXVQGiKwZevTUDrGTGwiOQbi { top:3.625rem;left:0.125rem;width:13.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { top:5.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkkgVsNNWTvN41ppLbO8oNQGGyIg6V8Z { top:23.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIZFNZfA2JFdHhEgale8K8Iit8IZyTy5 { top:9.5625rem;left:0.125rem;width:16.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaK9OtL3nJVWhgqeEUQTorWRPlK7u63 { top:11.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOodaRG2TG8Ti0ZWTI4nFqv94Zt2L94s { top:14.8125rem;left:0.125rem;width:21.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1JA9vBF3SQDR3ZpngPr1ieyf6OgXTP4 { top:17.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZAyDvCVBfDQrwl57c6b6oTOUvupeOzF { top:21.375rem;left:0.125rem;width:21.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkaDM4QIrNbTbzesXpmcEqWHJMO3wVRR { top:25.3125rem;left:31.375rem;width:6.6875rem;height:5.5625rem;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:#cee0fb;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:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX9M8C7MrF32gqEXKEFdJoEhU2ygUb7k { width:17.875rem;height:7.8rem;top:1.1375000476837rem;left:1.0617187619209rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;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:9.2625rem;top:9.5000076293944rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmqTnoWsdvAxTJkTV3mRVCTnchs3JET9 { width:20rem;height:14.1375rem;top:47.470312595368rem;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) { #LTbNbTt5biUw18lP5z3PPMNe74Sc0ID8 { width:19.25rem;height:15.19375rem;top:62.557813644406rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lvTGaBWawaCTws8e6Ub8EPoL6btw84du { width:20rem;height:5.5rem;top:42.020312309265rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r30o3dwSLLlD9MOT126UmNelESgisKcA { width:20rem;height:16.7265625rem;top:22.837499856949rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJVcBy3emX9fbxQUSS4rKUInAtFyscx { width:18.5625rem;height:3.3125rem;top:39.51406288147rem;left:0.71796876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTrsizt0dR7fJS6yMBMAZi1iDU882dGc { width:20rem;height:4.55rem;top:18.762500762939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK { position:relative;z-index:auto;background-color:#cee0fb;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; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { background-color: transparent; background-image: none; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container > .video-iframe-container { display: none; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row > .video-iframe-container { display: none; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .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); }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { border-width: 0; border-radius: 0; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#brqt7Z2NAHqu2iTqAhRRVtIEK2e1OudK > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGeL0CoTLipLQ8nQrlMrDreU8TbWMZnb { 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) { #KtRmxVRcpmTrrHFdneTxKFGF8FclOfSo { width:20rem;height:12.59375rem;top:9.5367431640625E-7rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #VKarDKbJy3lQ8OTFJ2tyrOUfiVqL1lIC { width:20rem;height:16.51175rem;top:13.405469417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaL9llHvgRxwEqncShEzfMewJUc9G74H { width:20rem;height:10.9765625rem;top:30.516407012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30A9hSNv7Lqi2RxOLNKgXV0LCFRdkeC { width:20rem;height:8.2875rem;top:42.055469036103rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #V4pqpdR3ZxPIJ0Ft03SlbESC24nl8bi1 { width:20rem;height:26.927083333333rem;top:50.98671913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 { display:block; }#qRWnsw6pyLeCOyP3g9Q9SVIGDuCqEKF7 > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWzXlDTTH6cIXqpFkr4TPryZrmCMZ6ua { width:20rem;height:15.19375rem;top:5.8835945129394rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vN3BbDUZ6s53QsVe6SZvHTIA1a0qZs3x { width:20rem;height:5.3625rem;top:0.52187538146973rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#c1e2ff;display:block; }
 }@media only screen and (max-width: 763px) { #F5t7Q4IcG8Q3EFPmNvKrnSwy9Xp3G0eF { width:16.75rem;height:8.9375rem;top:26.778124809265rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4rBES7fIkZXlL3HAMav61UTL25bale { width:20rem;height:8.5rem;top:77.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H9WdQJCRpZWiPMEESbibLhVm9vt9dElJ { width:18.1875rem;height:11.875rem;top:54.075781822204rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4q9HET6eiPVbQL8RWFTqAS0TePWEhT { width:19.9375rem;height:12.75rem;top:64.900781154631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a5If7kJW8aNA1VcLqc4wAPOr90PbaS { width:20rem;height:15.014875rem;top:36.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDyfZgIDCoJqwXnfNGvT4PRNEkcHWXLC { width:11.25rem;height:1.38125rem;top:78.1640625rem;left:4.3750000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JnIQxyUrJApUocx9mMqbolGz78H055fW { width:13.625rem;height:1.38125rem;top:51.89609336853rem;left:3.1875000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3bizOgiirb06QZ6Fu576TKKWmT3LrH1 { width:20rem;height:6.3375rem;top:20.49062538147rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipS8dwzupieRCN6Fd4Il4HWbMg8VOowv { background-color:#cee0fb;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:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTfaZ5Nqr0UADZNIiZz2TmWNg0D04Dz9 { width:20rem;height:7.55625rem;top:1.6812496185302rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnGmWeqsID1TM6Dk4treylCsOTbZAv9z { width:10.5rem;height:8.8125rem;top:9.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpdrJsaOMJZCCvmVm4hbubkMEeODW7pW { width:12.5rem;height:1.95rem;top:16.5rem;left:3.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTmh7mF4O9daqUJmFHU5l4MKfFKiOR71 { width:19.8125rem;height:7.3125rem;top:19.0625rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XV70c1PwkdXVI6rs75iaxH16iW3EUIUf { width:6.125rem;height:4.9375rem;top:27.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6SQDb96p3p1FsHlsGBX3eQGmfWDGKv { width:10.9375rem;height:1.95rem;top:32.375rem;left:4.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WREDlH4HznBiGkuJhNa7TIszqc7snZ75 { width:18.9375rem;height:7.3125rem;top:34.8125rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdmnQCBa7gaVmAP0Joq79BTrC7OXlnS0 { width:5.1875rem;height:4.875rem;top:43.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2DB3xc6uqPDKTbEQx9SI3r0c0ML0t7U { width:18.3125rem;height:1.95rem;top:49rem;left:0.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BDIuu44ZatOhfoH13NONluUpcNWgcFgK { width:16.625rem;height:5.85rem;top:51.875rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hoOmeGQONdOxnyvqZDMLp9A3ZbuhGMxU { width:8.125rem;height:6.8125rem;top:58.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvhTQnqxLf6WiuPhi43JPCudbDXNEQu { width:14.5625rem;height:1.95rem;top:66.1875rem;left:2.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5CnJlf70ikSABexXcGmvPaMqMMGMCHU { width:19.6875rem;height:7.3125rem;top:68.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bME6pP4CJSpThzMWAUPNM9T2RK2giTQL { width:8.625rem;height:7.125rem;top:76.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OghdIuBM0Umu2UHxyJE5VtmbGuRETxFf { width:5.0625rem;height:1.95rem;top:84.375rem;left:7.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Whe8AnvJofq3GmkoxQTbT9rSzm8Ru1eo { width:19.6875rem;height:10.2375rem;top:87.0625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG9XnTXKxBc1RJrJcEroQeWeFQ39ToSB { width:18.3125rem;height:1.95rem;top:104.9375rem;left:0.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sLpwPWoLARSSdyEki1qnuyyFIkiGuirw { width:7.25rem;height:6.375rem;top:98rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE7xNSTwMagM1ZiAtD62HlaqzIn0PVy6 { width:19.1875rem;height:8.775rem;top:107.8125rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kezh3Au5xOtTgy0HW1q8F5ZnFkZJEATn { width:20rem;height:5.0625rem;top:118.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB { display:block; }#T0yMpR5BxbJCU6fn7VSyxG3t8JVGZytB > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8AAN0JTMs0JeEdTXaqCbLNbX58cofxv { width:17.9375rem;height:4.225rem;top:0.50156211853027rem;left:1.0304687619209rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGKk0oV8Jmf14hWUIN774PoU642eJ2Xu { width:19.375rem;height:3.25rem;top:22.249218940735rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ou3CrNztTSuDzdUCTPFVA9r37Ubpm5dH { width:20rem;height:3.4125rem;top:26.168750762939rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bME9mIEzxqZEzaLkDt32hnTeipyMN8dn { width:20rem;height:3.25rem;top:31.061719894409rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8gQgPxRJLZriJHRNioebzyHvW0iGfb5 { width:20rem;height:5.6875rem;top:34.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wir8OsaFhQ4Q9pQsxaoqPaEPG3TH2T6r { width:20rem;height:1.625rem;top:42rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZoQTystNTgAhPysGzQBOhvGxfCP4Q9dw { width:20rem;height:6.825rem;top:44.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NQTOeN2XRWhxn5f8gwW2ZpeT0rZ7fBPT { width:20rem;height:11.375rem;top:5.4523468017578rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEcpspHK9VxhErQnHNzyPvZhsQSViRHg { width:20rem;height:3.4125rem;top:17.577344894409rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azRkdgITfG9UX8ry7s37PezlfG94EvbS { background-color:#cee0fb;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:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGyBWbohI271w5h7kBoKXuPK52ypcv54 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ux2SMiypykV18nO9FM7EgfGJ011Gt3no { display:flex;width:1.3125rem;height:1.3125rem;top:27.000000953674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LCd0vd4CF4nmlBrqc5LI5UNZgH6KOWdw { display:flex;width:1.3125rem;height:1.3125rem;top:36.750000953674rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #f6CXA9rysgxN8Wxle5oT8GGAcnRWfW8C { display:flex;width:1.3125rem;height:1.3125rem;top:42.375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TENiErOfNqLFhobBIT7bvUQwD6FTt00S { display:flex;width:1.3125rem;height:1.3125rem;top:48.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eBxIwEmQX0WVbDNf9LKQP8M0ZrWCgF5o { display:flex;width:1.3125rem;height:1.3125rem;top:54.687500953674rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CMPNsgmg7wDnasxcnMemRuA9LFwXUhlq { display:flex;width:1.3125rem;height:1.3125rem;top:61.737501144409rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XEo6BqTClDVWnsW55rAE7Zf137UERNEk { display:flex;width:1.3125rem;height:1.3125rem;top:67.2734375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QscP22QeEl4mzNGzXaWrFvvTcfISt9bs { width:17.625rem;height:70.44375rem;top:26.999999523163rem;left:2.3750000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2dO6xTmHztwKPy0lyOQFoVXXyIR8J6 { display:flex;width:1.3125rem;height:1.3125rem;top:72.724218368531rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QuuUUUCVTSWz8XqoOf7GmVHFAEV2rbeC { display:flex;width:1.3125rem;height:1.3125rem;top:78.375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pnA9fvN4s4Zpux9DPFqknKPUKItQuUFg { display:flex;width:1.3125rem;height:1.3125rem;top:85.25rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dMDQS8ArV92copxD4q3H2hDC0ma90fUy { width:20rem;height:17.0625rem;top:8.561718940735rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vrTghOoMk2MutXSdnGAa4JyB5T68F9Pc { width:19.5625rem;height:4.9375rem;top:97.443754196169rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uLXwx48hcB6LeLNaNKEslScH3mkd3n1B { display:block; }#uLXwx48hcB6LeLNaNKEslScH3mkd3n1B > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztfuAZRMTyDH0GOuJbzB0G2bELnScboK { width:6.375rem;height:2.51875rem;top:1.2421875rem;left:1.0304687619209rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRi2hVRu9fqJpVq76RATJsnb6knFPLz7 { width:17.125rem;height:7.3125rem;top:3.7601547241211rem;left:1.4375000596046rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xqiAAzL9O28OSeLRmlcHuUbcXiR8g8CA { width:17.25rem;height:16.5625rem;top:12.727344036102rem;left:1.3360441527827rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fOro24kfFLcBEzzbqA8FVaCMhXWqpU { width:17.0625rem;height:14.9375rem;top:36.09375rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmCau6Rbtk3SaKIktGPB8Vo3iQXvDqv { width:17.3125rem;height:17.3125rem;top:60.727343797684rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr3dMUys8Tbp54Ad0v2cPM9ULpB88IDt { width:15.1875rem;height:3.65625rem;top:30.32187461853rem;left:2.4062500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOCySkkCN9bt4owlW0TF5rzNyZsiEuHn { width:15.875rem;height:7.3125rem;top:52.008593559265rem;left:2.0625000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Paw50IbN3Nkz5a5hL0oDqxohCTk6SFBO { width:15.1875rem;height:3.65625rem;top:78.946094512938rem;left:2.4062500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyTl5THTERpbyxOXatBuKIh1zTbTSBFT { background-color:#cee0fb;background-image:none;display:block; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container { background-color: transparent; background-image: none; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container > .video-iframe-container { display: none; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row > .video-iframe-container { display: none; }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .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); }#tyTl5THTERpbyxOXatBuKIh1zTbTSBFT > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3CmETpIeOyfC42kfxqwhX3lVZVuHDa3 { width:17.9375rem;height:3.7375rem;top:0.93906211853025rem;left:1.0304687619209rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNx8nwqycPbSCp209ts4OCd8KStQdLBD { background-color:#cee0fb;background-image:none;display:block; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container { background-color: transparent; background-image: none; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container > .video-iframe-container { display: none; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row > .video-iframe-container { display: none; }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .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); }#gNx8nwqycPbSCp209ts4OCd8KStQdLBD > .row .container { width:20rem;height:163.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqvqJLIUCqxPUWVd1hC8h31uq8uZ4cVC { width:18.8125rem;height:12.5rem;top:27.580468177796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V19T0lXQVtXMtKCdLUvFiBUy15gamKGl { width:18.125rem;height:32.625rem;top:0.6875rem;left:0.93671876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tfc8oqvZpZX5b0Wi4qLscN3Wqq1KDf0U { width:20rem;height:6.1875rem;top:40.080468177796rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #peDvGpQQ5P9ySnssTglxXDRsTQkZhns9 { width:17.5625rem;height:24rem;top:44.340625762939rem;left:1.2179687619209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DHQz1mtsvAmkz052a1r0NFHQZZ5fLLMW { width:19.125rem;height:13.3125rem;top:67.853126525881rem;left:0.87499994039537rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mfePcGPx4rTzMoToccbQR6fdxsbrQliV { width:20rem;height:5.53125rem;top:157.82109308242rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITzHaBGZwUUbVtyScaPpfgr66ufr1EHf { width:18.0625rem;height:13.5625rem;top:81.165625572206rem;left:0.96796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiXrfU1yhQUAgid9Mm9mq7GElaOE39xT { width:16.375rem;height:15.5625rem;top:95.508593559262rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmzpc8QHTxZoH6MmcWNUl9g1TTDsoH3F { width:18.25rem;height:17.9375rem;top:111.94609451294rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut6smcTWSeuRkLIM9W4h17n9CnXmyovt { width:14.25rem;height:27.125rem;top:130.74609661102rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu { display:block; }#x3NyDD0KT7fqyRaQRAMLQ8iJgN6puXIu > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvT8JZREQiCeymBC1cLlQGox4APr7opR { width:20rem;height:13.40625rem;top:20.227344036103rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SR3v4HZwNTrZI6qQMbCCoGEnT6qkU1Ai { width:20rem;height:3.575rem;top:34.812500476837rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9cbrZFIo1nODqgygJ2g1C0To5K950cC { width:20rem;height:18.5rem;top:0.60076904296875rem;left:-0.12578123807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xeTdhr8TK8JbCNvrqhUhggKw8FTPT8R3 { width:20rem;height:5.1452282157676rem;top:39.6375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RPWPqau4HfA1a1THHFdT01pgF9hO589H { display:block; }#RPWPqau4HfA1a1THHFdT01pgF9hO589H > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRoCrdfmdB4STWvrVw3u77KqdImNTJeW { width:15.9375rem;height:2.68125rem;top:0rem;left:2.0312500596046rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA { background-color:#cee0fb;background-image:none;display:block; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container { background-color: transparent; background-image: none; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container > .video-iframe-container { display: none; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row > .video-iframe-container { display: none; }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .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); }#Z4uT8cBOz6vlBEzCXbc3CEicO9mTmwWA > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np1vT3tUTAvBIa741ueJEMOsB9DwdTCn { width:4.875rem;height:4.0625rem;top:68.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO9JN0BqrHkDQP8ZG6Cr583uoW00Eu4o { width:10.1875rem;height:1.86875rem;top:69.125rem;left:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbyNgems3iRwgIgM5lXVUKOB7qmDdVkJ { width:20rem;height:40.1375rem;top:28.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFi4qKEE4ZJSNZSqIk9yafhgWIi1COJm { width:18.6875rem;height:7.0625rem;top:19.903125762939rem;left:0.65546876192094rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7EuS4T4nJSGEmeHfMAWillTTPa7DeGT { width:20rem;height:16.703125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 { display:block; }#Vb20aP51hNmOvhDPt4zEfN4TmREigJu0 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMI2XUP4O7xDagxOTJNnMIDWRqizb6nI { width:20rem;height:1.54375rem;top:1.2273435592651rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4Tk4JpMLcK9GRSEGihyLB8fG33bcsau { background-color:#cee0fb;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:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKaDxbxzqMsQmd909QmtNe9Ts4F19NnG { width:13.625rem;height:1.3rem;top:23.9375rem;left:2.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oTfWmBP2bXVQGiKwZevTUDrGTGwiOQbi { width:12.3125rem;height:1.4625rem;top:1.6875rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uvQiC41emiNIyvsUUE01gQRe3SLcMt18 { width:18.4375rem;height:2.925rem;top:3.25rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rkkgVsNNWTvN41ppLbO8oNQGGyIg6V8Z { width:18.5625rem;height:2.925rem;top:19.25rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QIZFNZfA2JFdHhEgale8K8Iit8IZyTy5 { width:15.4375rem;height:1.4625rem;top:7.5rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LTaK9OtL3nJVWhgqeEUQTorWRPlK7u63 { width:18.25rem;height:1.95rem;top:9.0625rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qOodaRG2TG8Ti0ZWTI4nFqv94Zt2L94s { width:20rem;height:1.4625rem;top:12.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O1JA9vBF3SQDR3ZpngPr1ieyf6OgXTP4 { width:18.4375rem;height:2.925rem;top:13.75rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HZAyDvCVBfDQrwl57c6b6oTOUvupeOzF { width:18.6875rem;height:1.4625rem;top:17.8125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dkaDM4QIrNbTbzesXpmcEqWHJMO3wVRR { width:5.4375rem;height:4.4375rem;top:21.4375rem;left:13.8125rem;display:block; }
 }