.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:#fdb9d2;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container { background-color: transparent; background-image: none; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container > .video-iframe-container { display: none; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row > .video-iframe-container { display: none; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .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); }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container { border-width: 0; border-radius: 0; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:47.75rem;position:relative;display:block; }#DTu7nWhOQeAwCorkQP74skdVmxv6P0rW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.3125rem;top:0.96875rem;left:20.21875rem;overflow:hidden;display:block; }
#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdb9d2;background-image:url("https://images.assets-landingi.com/uc/5c8ee57a-2eca-43c0-a0c3-617c960b6c67/167cee37bg_11hc0no000000000000028.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:47.75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:mulish;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:6.09375rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#LcKxkVNElG5NRGECNvPHbTpDVL7LTqdB { background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:22.1875rem;left:0rem;display:block; }
#IFlfM34eJy6SKsTF66bKzx93wlLaqST9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nlC3vmOVIHhvBlwbU1f1FGNprPTUOM5v { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.75rem;left:0rem;display:none; }
#lElrVeLeEy0eSaVMX8dQOqal8uKBaPiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfWnCss3lrJGQtMWN9GIbSMWEA345zg4 { position:absolute;display:block;z-index:15021;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:22.1875rem;width:23.9375rem;top:5.15625rem;left:23.8125rem;overflow:hidden;display:block; }
#RaVDE8JIk6IwtXWXbE8pTLFcZIdgrp7a { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.9375rem;left:0rem;height:4.19824375rem;display:block; }
#GMcxxUZJN0aTINSw5ZRTluxxU2Z5Txh5 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:mulish;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:26.9375rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#ErCTIwVVzBcOUsqx979GwrflFDJrKL2l { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.9375rem;left:0rem;height:4.19824375rem;display:none; }
#tocgGbuffptsQzQV8eMzMJWepevUJ2zr { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.75rem;left:0rem;display:none; }
#HUeWVPx8BH5WVP8f03CcMfoVn7APc5rb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDALG0pv5HmPRCAgdZHBN9mx2HCKhq4y { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:23.8125rem;left:71.28125rem;height:2.8125rem;display:none; }
#kw7vI3bt0TbTd6WURokHmDNZM4fG9kUf { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:21.5rem;left:71.28125rem;height:2.0996125rem;display:none; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:47.75rem;position:relative;display:block; }#Cz58GVQRPqdKcfJt9tJTbMoVbPxxtPGB { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:mulish;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:3.0869125rem;display:block; }
#qRSELMhMtUiFmiqIu5a71JrWhRwLhkKh { color:#000000;display:block;width:38.625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.3125rem;left:8.3125rem;height:4.21875rem;display:block; }
#MZ7amqq7NLaq4bhNCEO4Jqwvb71APf1F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:6.6875rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#vwZpRrKuBx7N5oz7wKziPMDXWdkaht5U { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:10.875rem;left:8.3125rem;height:2.10021875rem;display:block; }
#ATpWHezXR0X0lhGFHKTKzo0V3SBKKTrC { color:#000000;display:block;width:38.625rem;position:absolute;font-family:mulish;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.8125rem;left:8.3125rem;height:1.125rem;display:block; }
#TDB7egJdfne8Mv445Oh11IymV3gkzhvU { color:#000000;display:block;width:38.625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:41.9375rem;left:8.3125rem;height:2.8125rem;display:block; }
#MEgL165aygRqIvdJehGQB50MtvKi6T87 { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:39.375rem;left:8.3125rem;height:2.10021875rem;display:block; }
#VaX86xH1lMnZr8wzI9u8tIk4GTe7dzoz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:6.625rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#waz3NobcIIkoVPz56SAdl2mBi7hJOmSr { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.6875rem;left:8.375rem;height:2.8125rem;display:block; }
#iTB6UR23rccm361Tf2gS8EgpaaTTb8vr { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:21.375rem;left:8.3125rem;height:2.10021875rem;display:block; }
#LOX6EGMqAZPsFChwRE5XlDv5bZMK39WV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:6.625rem;top:29.625rem;left:0rem;overflow:hidden;display:block; }
#VRNKUnMGJ3aCduoSbb3i5I5BptFuGiH1 { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:32.9375rem;left:8.375rem;height:2.8125rem;display:block; }
#TPGCC9TBiAg9iGOhyA09QE4WlJqOGtSu { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:30.1875rem;left:8.3125rem;height:2.10021875rem;display:block; }
#Vrv63QaO2VnZM3RTF7x4GBO6EMM2iyxe { background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:49.3125rem;left:13.21875rem;display:block; }
#ixyWSDeIDcvWWQIbZPbblCTpCUcnpnir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I3TpB06PRPTSMcUFKM8MJy4rMhDli0N8 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.75rem;left:0rem;display:none; }
#mLklTyfINGvqJPBeTFK1Ue0GWlc5iFPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Le2SfCtBNy3yha0iJ26KBrWXWeitIqmu { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:40.9375rem;left:8.3125rem;height:2.8125rem;display:none; }
#x6wvuevWqrdnbltWM1yX8V7bucHBipPf { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:35.5rem;left:8.3125rem;height:2.8125rem;display:none; }
#Bn6OB9Cw73uesBW9OT6fXnLzx4oCowbt { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:33.1875rem;left:8.3125rem;height:2.0996125rem;display:none; }
#TedfzupG3uKi62XpE0u6uTyHyfTgB5f0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:6.625rem;top:39.375rem;left:0rem;overflow:hidden;display:block; }
#UfEm8p3QZePpeDesTtPTBlLt5gB4c3Mx { color:#000000;display:block;width:38.625rem;position:absolute;font-family:mulish;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:45.1875rem;left:8.3125rem;height:1.125rem;display:block; }
#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container { background-color: transparent; background-image: none; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container > .video-iframe-container { display: none; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row > .video-iframe-container { display: none; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .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); }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container { border-width: 0; border-radius: 0; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:47.75rem;position:relative;display:block; }#emZ3AC5I3cNuss2AVynTq6X7iZLDTXRb { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:mulish;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.2568359375rem;left:0rem;height:14.922875rem;display:block; }#xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 li:before{  }
#mueEHzmQ55mhoaTOuiZ7cQ5veX9nbg8i { color:#000000;display:block;width:47.7480625rem;position:absolute;font-family:mulish;font-size:0.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe0eb;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; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container { background-color: transparent; background-image: none; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container > .video-iframe-container { display: none; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row > .video-iframe-container { display: none; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .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); }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container { border-width: 0; border-radius: 0; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:47.75rem;position:relative;display:block; }#lcJsON4d6vlXU3ZDlus2qX4Lbfyg8Kxb { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:mulish;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5rem;left:4.78125rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rlQpbAG913uX0UXTaZqfDV2JcGJIdh0L { position:absolute;display:block;z-index:15003;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:7.0625rem;top:1.5rem;left:0.3125rem;overflow:hidden;display:block; }
#hvBPkFyE32XXzsn5wpaRqLpakALNa2dB { background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.875rem;left:13.21875rem;display:block; }
#hKI2U6RBaxOUJbeTa4PfR5gOAi6AonlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NVQJSq8fo5wAt4S4ApTTBNgiGXN3MDw3 { position:absolute;display:block;z-index:15004;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.625rem;width:6.125rem;top:11.5rem;left:41.1875rem;overflow:hidden;display:block; }
#m9x85efB4l9V60mdL6ZG0uLUECS0OGvc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:12.875rem;display:none; }
#wKE6tFOcupVRTVuHpTPE0p2KsbBCElwS { background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mulish;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:12.8125rem;left:13.21875rem;display:none; }
#UabgcCSfihv3JqWFw2i5TQDGsKuzahae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container { background-color: transparent; background-image: none; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container > .video-iframe-container { display: none; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row > .video-iframe-container { display: none; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .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); }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container { border-width: 0; border-radius: 0; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:47.75rem;position:relative;display:block; }#K4C7oIzQdrr2l1FtOJiaro3LAAyg2gTB { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:mulish;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kKpHhZ9FKAF2AL7RQHTaR6TlJdKHpQsH { color:#000000;display:block;width:47.75rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.125rem;left:0.0625rem;height:30.61525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container { background-color: transparent; background-image: none; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container > .video-iframe-container { display: none; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row > .video-iframe-container { display: none; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .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); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container { border-width: 0; border-radius: 0; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:47.75rem;position:relative;display:block; }#JcMhQRpW9TxVvqtq7ah37ugzT56vaX4A { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.3125rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#QJl3zCNeBmQXU6LNVJGzTwO300MxTSaB { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:2.2734375rem;display:block; }
#e6P6iwsAvJ1d0gdGvLAkWnEGpzbTU5sI { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:32.5rem;height:1.13769375rem;display:block; }
#biKTI0aasvUA1pl4mFcr5925dh5AJpkp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:5.375rem;left:32.5rem;overflow:hidden;display:block; }
#hzWJcbAC2OJ2ukRFNkbZTeqitHDAmDTe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:5.5625rem;left:34.6875rem;overflow:hidden;display:block; }
#DkRLO96L5J6JGbJRr94lNbc211XvCuba { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.5625rem;top:5.4375rem;left:36.8125rem;overflow:hidden;display:block; }
#Z9kTzHHFsaMogdHvpH6RIcbpb9BQoqyo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:5.375rem;left:38.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ { display:block; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTu7nWhOQeAwCorkQP74skdVmxv6P0rW { top:0.9375rem;left:20.21875rem;width:7.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:6.0625rem;left:0rem;width:25.625rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcKxkVNElG5NRGECNvPHbTpDVL7LTqdB { width:21.3125rem;height:3.4375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFlfM34eJy6SKsTF66bKzx93wlLaqST9 { display:block; }
 }@media only screen and (max-width: 763px) { #nlC3vmOVIHhvBlwbU1f1FGNprPTUOM5v { width:16.4375rem;height:3.4375rem;top:19.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lElrVeLeEy0eSaVMX8dQOqal8uKBaPiT { display:block; }
 }@media only screen and (max-width: 763px) { #cfWnCss3lrJGQtMWN9GIbSMWEA345zg4 { top:5.125rem;left:23.8125rem;width:23.9375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaVDE8JIk6IwtXWXbE8pTLFcZIdgrp7a { top:14.9375rem;left:0rem;width:21.3125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMcxxUZJN0aTINSw5ZRTluxxU2Z5Txh5 { top:26.9375rem;left:0rem;width:21.0625rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErCTIwVVzBcOUsqx979GwrflFDJrKL2l { top:16.6875rem;left:0rem;width:18.3125rem;height:8.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tocgGbuffptsQzQV8eMzMJWepevUJ2zr { width:16.4375rem;height:3.4375rem;top:19.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUeWVPx8BH5WVP8f03CcMfoVn7APc5rb { display:block; }
 }@media only screen and (max-width: 763px) { #oDALG0pv5HmPRCAgdZHBN9mx2HCKhq4y { top:24.4375rem;left:9.1875rem;width:38.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw7vI3bt0TbTd6WURokHmDNZM4fG9kUf { top:22.125rem;left:8.3125rem;width:39.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cz58GVQRPqdKcfJt9tJTbMoVbPxxtPGB { top:4.5625rem;left:0rem;width:27.8125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRSELMhMtUiFmiqIu5a71JrWhRwLhkKh { top:13.3125rem;left:8.3125rem;width:38.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7amqq7NLaq4bhNCEO4Jqwvb71APf1F { top:10.875rem;left:0rem;width:6.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZpRrKuBx7N5oz7wKziPMDXWdkaht5U { top:10.875rem;left:8.3125rem;width:39.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpWHezXR0X0lhGFHKTKzo0V3SBKKTrC { top:17.8125rem;left:8.3125rem;width:38.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDB7egJdfne8Mv445Oh11IymV3gkzhvU { top:41.9375rem;left:8.3125rem;width:38.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEgL165aygRqIvdJehGQB50MtvKi6T87 { top:39.375rem;left:8.3125rem;width:39.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaX86xH1lMnZr8wzI9u8tIk4GTe7dzoz { top:20.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waz3NobcIIkoVPz56SAdl2mBi7hJOmSr { top:23.6875rem;left:8.375rem;width:38.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTB6UR23rccm361Tf2gS8EgpaaTTb8vr { top:21.375rem;left:8.3125rem;width:39.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOX6EGMqAZPsFChwRE5XlDv5bZMK39WV { top:29.625rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRNKUnMGJ3aCduoSbb3i5I5BptFuGiH1 { top:32.9375rem;left:8.375rem;width:38.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGCC9TBiAg9iGOhyA09QE4WlJqOGtSu { top:30.1875rem;left:8.3125rem;width:39.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrv63QaO2VnZM3RTF7x4GBO6EMM2iyxe { width:21.3125rem;height:3.4375rem;top:49.3125rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixyWSDeIDcvWWQIbZPbblCTpCUcnpnir { display:block; }
 }@media only screen and (max-width: 763px) { #I3TpB06PRPTSMcUFKM8MJy4rMhDli0N8 { width:16.4375rem;height:3.4375rem;top:19.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLklTyfINGvqJPBeTFK1Ue0GWlc5iFPS { display:block; }
 }@media only screen and (max-width: 763px) { #Le2SfCtBNy3yha0iJ26KBrWXWeitIqmu { top:100.1875rem;left:0rem;width:20rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6wvuevWqrdnbltWM1yX8V7bucHBipPf { top:35.5rem;left:8.3125rem;width:38.5625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6OB9Cw73uesBW9OT6fXnLzx4oCowbt { top:33.1875rem;left:8.3125rem;width:39.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TedfzupG3uKi62XpE0u6uTyHyfTgB5f0 { top:39.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfEm8p3QZePpeDesTtPTBlLt5gB4c3Mx { top:45.1875rem;left:8.3125rem;width:38.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF { display:block; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emZ3AC5I3cNuss2AVynTq6X7iZLDTXRb { top:3.125rem;left:0rem;width:8.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 { top:8.25rem;left:0rem;width:47.75rem;height:14.875rem;font-size:0.875rem;display:block; }#xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 li:before{  }
 }@media only screen and (max-width: 763px) { #mueEHzmQ55mhoaTOuiZ7cQ5veX9nbg8i { top:25.8125rem;left:0rem;width:47.6875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ { display:block; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcJsON4d6vlXU3ZDlus2qX4Lbfyg8Kxb { top:6.5rem;left:4.78125rem;width:38.1875rem;height:4.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlQpbAG913uX0UXTaZqfDV2JcGJIdh0L { top:1.5rem;left:0.3125rem;width:7.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvBPkFyE32XXzsn5wpaRqLpakALNa2dB { width:21.3125rem;height:3.4375rem;top:13.875rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKI2U6RBaxOUJbeTa4PfR5gOAi6AonlP { display:block; }
 }@media only screen and (max-width: 763px) { #NVQJSq8fo5wAt4S4ApTTBNgiGXN3MDw3 { top:11.5rem;left:41.1875rem;width:6.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9x85efB4l9V60mdL6ZG0uLUECS0OGvc { width:12.875rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKE6tFOcupVRTVuHpTPE0p2KsbBCElwS { width:21.3125rem;height:3.4375rem;top:12.8125rem;left:13.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UabgcCSfihv3JqWFw2i5TQDGsKuzahae { display:block; }
 }@media only screen and (max-width: 763px) { #fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 { display:block; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4C7oIzQdrr2l1FtOJiaro3LAAyg2gTB { top:3.5rem;left:0rem;width:26.1875rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKpHhZ9FKAF2AL7RQHTaR6TlJdKHpQsH { top:9.125rem;left:0rem;width:47.75rem;height:30.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA { display:block; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcMhQRpW9TxVvqtq7ah37ugzT56vaX4A { top:2.5625rem;left:0rem;width:8.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJl3zCNeBmQXU6LNVJGzTwO300MxTSaB { top:5.5rem;left:0rem;width:22.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6P6iwsAvJ1d0gdGvLAkWnEGpzbTU5sI { top:3.5625rem;left:32.5rem;width:13.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biKTI0aasvUA1pl4mFcr5925dh5AJpkp { top:5.375rem;left:32.5rem;width:1.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWJcbAC2OJ2ukRFNkbZTeqitHDAmDTe { top:5.5625rem;left:34.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkRLO96L5J6JGbJRr94lNbc211XvCuba { top:5.4375rem;left:36.8125rem;width:0.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9kTzHHFsaMogdHvpH6RIcbpb9BQoqyo { top:5.375rem;left:38.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ { display:block; }#T1spUBqNS3TvD5f9uTfNuU2uikBlpDJJ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTu7nWhOQeAwCorkQP74skdVmxv6P0rW { width:6.8125rem;height:2.625rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#2a2a2a;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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:19.375rem;height:12rem;top:0.8125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LcKxkVNElG5NRGECNvPHbTpDVL7LTqdB { width:16.4375rem;height:3.4375rem;top:14.15625rem;left:1.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFlfM34eJy6SKsTF66bKzx93wlLaqST9 { display:block; }
 }@media only screen and (max-width: 763px) { #nlC3vmOVIHhvBlwbU1f1FGNprPTUOM5v { width:16.4375rem;height:3.4375rem;top:25.96875rem;left:1.78125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #lElrVeLeEy0eSaVMX8dQOqal8uKBaPiT { display:block; }
 }@media only screen and (max-width: 763px) { #cfWnCss3lrJGQtMWN9GIbSMWEA345zg4 { width:20rem;height:18.537859007833rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaVDE8JIk6IwtXWXbE8pTLFcZIdgrp7a { width:20rem;height:5.59765625rem;top:19.03125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GMcxxUZJN0aTINSw5ZRTluxxU2Z5Txh5 { width:20rem;height:2.0996125rem;top:25.87890625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ErCTIwVVzBcOUsqx979GwrflFDJrKL2l { width:19.1875rem;height:6.6484375rem;top:14.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tocgGbuffptsQzQV8eMzMJWepevUJ2zr { width:20rem;height:3.4375rem;top:23.75rem;left:0rem;z-index:15022;background-color:#ff3e7b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HUeWVPx8BH5WVP8f03CcMfoVn7APc5rb { display:block; }
 }@media only screen and (max-width: 763px) { #oDALG0pv5HmPRCAgdZHBN9mx2HCKhq4y { width:20rem;height:6rem;top:33.88671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kw7vI3bt0TbTd6WURokHmDNZM4fG9kUf { width:20rem;height:4.19921875rem;top:28.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cz58GVQRPqdKcfJt9tJTbMoVbPxxtPGB { width:17.875rem;height:5.2246125rem;top:3.625rem;left:1.0625rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qRSELMhMtUiFmiqIu5a71JrWhRwLhkKh { width:19.1875rem;height:9rem;top:22.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7amqq7NLaq4bhNCEO4Jqwvb71APf1F { width:6.6875rem;height:6.625rem;top:12.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZpRrKuBx7N5oz7wKziPMDXWdkaht5U { width:20rem;height:2.0996125rem;top:20.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATpWHezXR0X0lhGFHKTKzo0V3SBKKTrC { width:20rem;height:2.4375rem;top:32.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDB7egJdfne8Mv445Oh11IymV3gkzhvU { width:20rem;height:4.5rem;top:86.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEgL165aygRqIvdJehGQB50MtvKi6T87 { width:20rem;height:1.9251625rem;top:83.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaX86xH1lMnZr8wzI9u8tIk4GTe7dzoz { width:6.625rem;height:6.625rem;top:38.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waz3NobcIIkoVPz56SAdl2mBi7hJOmSr { width:20rem;height:4.5rem;top:50.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTB6UR23rccm361Tf2gS8EgpaaTTb8vr { width:20rem;height:4.19921875rem;top:45.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOX6EGMqAZPsFChwRE5XlDv5bZMK39WV { width:6.625rem;height:6.625rem;top:58.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRNKUnMGJ3aCduoSbb3i5I5BptFuGiH1 { width:20rem;height:4.5rem;top:68.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPGCC9TBiAg9iGOhyA09QE4WlJqOGtSu { width:20rem;height:2.0996125rem;top:66.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vrv63QaO2VnZM3RTF7x4GBO6EMM2iyxe { width:19rem;height:3.4375rem;top:49.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixyWSDeIDcvWWQIbZPbblCTpCUcnpnir { display:block; }
 }@media only screen and (max-width: 763px) { #I3TpB06PRPTSMcUFKM8MJy4rMhDli0N8 { width:20rem;height:3.4375rem;top:95.562145233156rem;left:0rem;z-index:15023;background-color:#2a2a2a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mLklTyfINGvqJPBeTFK1Ue0GWlc5iFPS { display:block; }
 }@media only screen and (max-width: 763px) { #Le2SfCtBNy3yha0iJ26KBrWXWeitIqmu { width:20rem;height:1.5rem;top:100.24964523316rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #x6wvuevWqrdnbltWM1yX8V7bucHBipPf { width:20rem;height:6rem;top:110.57421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Bn6OB9Cw73uesBW9OT6fXnLzx4oCowbt { width:20rem;height:4.19921875rem;top:105.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TedfzupG3uKi62XpE0u6uTyHyfTgB5f0 { width:6.625rem;height:6.625rem;top:76.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfEm8p3QZePpeDesTtPTBlLt5gB4c3Mx { width:20rem;height:1.12526875rem;top:91.186882019044rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF { display:block; }#Ze9tBaGATDGfPhnzV7pP2OoVy390zhHF > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emZ3AC5I3cNuss2AVynTq6X7iZLDTXRb { width:20rem;height:2.5996125rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 { width:20rem;height:23.359375rem;top:7.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#xZ7xKny3T5aBmX3e9m1L95L3LZhEm5c6 li:before{  }
 }@media only screen and (max-width: 763px) { #mueEHzmQ55mhoaTOuiZ7cQ5veX9nbg8i { width:20rem;height:4.0625rem;top:32.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ { display:block; }#t0dGcuBVmJkgcGVdoATaikrIS9zSpaVZ > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcJsON4d6vlXU3ZDlus2qX4Lbfyg8Kxb { width:20rem;height:8.796875rem;top:8.8828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlQpbAG913uX0UXTaZqfDV2JcGJIdh0L { width:7.0625rem;height:6.5rem;top:1.25rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvBPkFyE32XXzsn5wpaRqLpakALNa2dB { width:19rem;height:3.4375rem;top:19.9375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKI2U6RBaxOUJbeTa4PfR5gOAi6AonlP { display:block; }
 }@media only screen and (max-width: 763px) { #NVQJSq8fo5wAt4S4ApTTBNgiGXN3MDw3 { width:7.0625rem;height:6.5rem;top:19.046875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9x85efB4l9V60mdL6ZG0uLUECS0OGvc { top:1.2578125rem;left:5.84375rem;width:8.3125rem;height:7.6875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wKE6tFOcupVRTVuHpTPE0p2KsbBCElwS { width:19rem;height:3.4375rem;top:19.625rem;left:0.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #UabgcCSfihv3JqWFw2i5TQDGsKuzahae { display:block; }
 }@media only screen and (max-width: 763px) { #fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 { display:block; }#fDDnuDwWTO4J9KwxkaKpSWX7FlizlDv8 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4C7oIzQdrr2l1FtOJiaro3LAAyg2gTB { width:20rem;height:2.35611875rem;top:2.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKpHhZ9FKAF2AL7RQHTaR6TlJdKHpQsH { width:20rem;height:48.984375rem;top:6.51171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA { background-color:#ffffff;background-image:none;display:block; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container { background-color: transparent; background-image: none; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container > .video-iframe-container { display: none; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row > .video-iframe-container { display: none; }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .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); }#S43Z3NahdiVNASQJ3sx4T8iKM6qoxHkA > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcMhQRpW9TxVvqtq7ah37ugzT56vaX4A { width:10.0625rem;height:2.75rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJl3zCNeBmQXU6LNVJGzTwO300MxTSaB { width:18.4375rem;height:2.2734375rem;top:5.32421875rem;left:0.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6P6iwsAvJ1d0gdGvLAkWnEGpzbTU5sI { width:13.1875rem;height:1.1375rem;top:10.36328125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biKTI0aasvUA1pl4mFcr5925dh5AJpkp { width:1.3125rem;height:1.25rem;top:12.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWJcbAC2OJ2ukRFNkbZTeqitHDAmDTe { width:1.125rem;height:1.125rem;top:12.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkRLO96L5J6JGbJRr94lNbc211XvCuba { width:0.5625rem;height:1.25rem;top:12.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9kTzHHFsaMogdHvpH6RIcbpb9BQoqyo { width:1.4375rem;height:1.4375rem;top:12.5625rem;left:12.3125rem;display:block; }
 }