.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,237;--color-primary-1:255,129,194;--color-primary-2:255,2,132;--color-primary-3:128,1,66;--color-primary-4:38,0,20;--color-secondary-0:244,217,225;--color-secondary-1:218,129,154;--color-secondary-2:180,2,53;--color-secondary-3:90,1,27;--color-secondary-4:27,0,8;--color-tertiary-0:255,255,255;--color-tertiary-1:182,237,230;--color-tertiary-2:12,195,173;--color-tertiary-3:6,98,87;--color-tertiary-4:1,19,17;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f44bebfc-c098-45f4-8716-e961701f8d23/kominy.crop_1205x1998_206,0.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.96);background-image:url("https://images.assets-landingi.com/uc/f44bebfc-c098-45f4-8716-e961701f8d23/kominy.crop_1205x1998_206,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO.adaptive-delivery-prevent-bg, #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO.lazyload, #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO.lazyloading { background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { background-color: transparent; background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { border-width: 0; border-radius: 0; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;position:relative;display:block; }#nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { position:absolute;display:block;z-index:14992;background-color:#0cc3ad;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;box-shadow: none;height:0.625rem;width:37.5rem;top:17.625rem;left:0rem;display:block; }
#SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { position:absolute;display:block;z-index:14994;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.6875rem;width:37.9375rem;top:10.4375rem;left:22.0625rem;overflow:hidden;display:block; }
#QsV0DwKyGyfC81rAwPZlAbWmzprwawLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:23rem;left:1.59375rem;height:22.39585rem;font-style:normal;display:block; }
#vR6nttp3lm9xJihIaQhhJhUFTTEr8JPT { 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:11.9375rem;width:19.875rem;top:7.8125rem;left:3.09375rem;overflow:hidden;display:block; }
#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { 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; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { background-color: transparent; background-image: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container > .video-iframe-container { display: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container { display: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .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); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { border-width: 0; border-radius: 0; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#oOI8QoI0ZLIJxB43tlgfnDTMLVmSXbhy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:28rem;width:49.875rem;top:1.84375rem;left:5.0625rem;display:block; }
#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa { 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; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container { background-color: transparent; background-image: none; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container > .video-iframe-container { display: none; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row > .video-iframe-container { display: none; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .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); }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container { border-width: 0; border-radius: 0; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#S0swfhsQGPF0f1D4FiocQ8gcLqWSfbqh { color:#ff0284;display:block;width:48.25rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.6875rem;left:5.875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA { 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; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { background-color: transparent; background-image: none; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container > .video-iframe-container { display: none; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row > .video-iframe-container { display: none; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .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); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { border-width: 0; border-radius: 0; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#MKcD4E7E9rUAhIV2P4JuCOXCyy62oOQ7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.4375rem;left:7.96875rem;display:block; }
#BT6MrkuMlTghTeA7OXUiMF30bxa6lCdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcgGi7icKPaQWfBlsGQAM9ZTBUqkgcNk { position:absolute;display:block;z-index:15002;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.8125rem;width:11.25rem;top:8.228515625rem;left:9.375rem;overflow:hidden;display:block; }
#byO0araBIJLbpGpDoLAbc96VTCTrS0qz { 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:3.1875rem;width:13.5625rem;top:8.041015625rem;left:38.21875rem;overflow:hidden;display:block; }
#D911zFW1VGtDVvPGOOpJtXzTk68eex2T { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.4375rem;left:37.96875rem;display:block; }
#hqmovqf8kEUr64mvp2g6m0VeHyJEbcmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { 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; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { background-color: transparent; background-image: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container > .video-iframe-container { display: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container { display: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .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); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { border-width: 0; border-radius: 0; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { box-sizing:content-box;height:27.875rem;width:21rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:34.4375rem;display:block; }
#ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { position:absolute;display:block;z-index:15014;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:30.75rem;width:21.625rem;top:2.21875rem;left:33.5625rem;overflow:hidden;display:block; }
#QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:6.90625rem;left:1.1875rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf { 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; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { background-color: transparent; background-image: none; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container > .video-iframe-container { display: none; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row > .video-iframe-container { display: none; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .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); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { border-width: 0; border-radius: 0; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#nw5GqvzpZblrFE2J7GOEPz4GwsMTM9Rm { position:absolute;display:block;z-index:15002;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.125rem;width:21.75rem;top:22.75rem;left:18.5rem;overflow:hidden;display:block; }
#vne6RcHaaGVU933v1MfIfcv7iOCSdW9r { color:rgba(var(--color-tertiary-4),1);display:block;width:55.4375rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:36.625rem;left:2.28125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#BId8nJILSbVHWTfdJ2DzLtx8FLfOTQ9H { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:unbounded;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:7.25rem;left:38.4375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#enKJEU5pOi9gzO5fCNPSq2yJi3iCgakU { box-sizing:content-box;height:15.5625rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.125rem;left:-0.0625rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#AX1vvqnGp9UAXoHEbqnM8xscmmvNwCJ6 { box-sizing:content-box;height:17.5rem;width:23.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:36.3125rem;display:block; }
#CnTKGAlTWBwKt1aXcR1vdxkBRJDqeSW2 { box-sizing:content-box;height:17.5rem;width:23.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:0.0625rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#W3qEOO206gVkwfBX6c98PsCaf3MIiI67 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:unbounded;font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:7.25rem;left:2.1875rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#IipQZKRiSw1ynKvfVSpS6hvnIsndzDI0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:43.8125rem;left:36.3125rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#sB8kuZAQC1LDoreEwu3VOSc6CJJt4mBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:2;letter-spacing:0;top:17.75rem;left:2.1875rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#Jh9ePVk6F8EXeIfEWNVigs7ay42dSsp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:2;letter-spacing:0;top:17.75rem;left:38.4375rem;height:3.75rem;text-align:right;text-align-last:right;display:block; }
#QBCsrOKci1PACuN3S7XsTt0Dew0Q5dEb { 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:2.1875rem;width:8.3125rem;top:6.3125rem;left:14.46875rem;overflow:hidden;display:block; }
#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT { 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; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { background-color: transparent; background-image: none; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container > .video-iframe-container { display: none; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row > .video-iframe-container { display: none; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .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); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { border-width: 0; border-radius: 0; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#lGfhcT6OtsX2WZmTnBK6535DuovkUG5c { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.854166625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.187500476837rem;left:4.375rem;display:block; }
#IPy6EwPXRztlXy1VUAWqP6hEQ1JleBw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQoc6Xn7unc5NCWBQO0lKZekP9W2AhhT { position:absolute;display:block;z-index:15002;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.5rem;top:17.812500476837rem;left:7.1145839691163rem;overflow:hidden;display:block; }
#NTTL33fCLpoIfTh1v58kITFxTmIuTLM0 { 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:21.875rem;width:21.875rem;top:2.17578125rem;left:19.0625rem;overflow:hidden;display:block; }
#d83mgrPu1H5i5ZIhTrG7xToaSRmudOkN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9785rem;height:3.8535125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.1865234375rem;left:42.78125rem;display:block; }
#klBrB3v62uV7OtTECb3TwT70S6qwEB75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT6bChO72iNw7oHXyOaPT1pRDLQqMHtF { 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:3.6875rem;width:8.3125rem;top:17.0625rem;left:45.61328125rem;overflow:hidden;display:block; }
#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 { 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; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container { background-color: transparent; background-image: none; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container > .video-iframe-container { display: none; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row > .video-iframe-container { display: none; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .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); }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container { border-width: 0; border-radius: 0; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#TyR5LzswVp9NrSJ8O1grB1yeGrQePoPk { color:#0cc3ad;display:block;width:59.75rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.15625rem;left:0rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 { 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; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container { background-color: transparent; background-image: none; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container > .video-iframe-container { display: none; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row > .video-iframe-container { display: none; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .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); }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container { border-width: 0; border-radius: 0; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#ogamrGusn8wXmomy271NiKs68Lhd3pAR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.854166625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.187500476837rem;left:4.375rem;display:block; }
#ZXEwRhVuLuXRzMCOCoClG2sZT246xTIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKATVBy0vsahmEEW0suRhD9IOfGTpXTB { position:absolute;display:block;z-index:15002;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.5rem;top:17.812500476837rem;left:7.1145839691163rem;overflow:hidden;display:block; }
#y8gKncdxF54iT45J62yacmBnVS1T9Dm8 { 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:24.75rem;width:21.875rem;top:1.5625rem;left:20.96875rem;overflow:hidden;display:block; }
#kRXBhstb6eTKKVPo2upk3Fcx4sTMJ34T { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9785rem;height:3.8535125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.1865234375rem;left:42.78125rem;display:block; }
#wCO8amqs8dnIn0UcKwbmMRTaAwaAJdXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2pyN5VllfC105M71zLePmFhfAIO3hi3 { position:absolute;display:block;z-index:15006;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:12.5rem;top:17.3125rem;left:43.84375rem;overflow:hidden;display:block; }
#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { 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;z-index:auto;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { border-width: 0; border-radius: 0; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { position:absolute;display:block;z-index:15013;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:27.5625rem;width:18.375rem;top:5.0625rem;left:37.90625rem;overflow:hidden;display:block; }
#kpvOpe8fS337VT9R7vRCGuCEU1dGAEbM { color:#0cc3ad;display:block;width:23.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:33.625rem;left:36.25rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgV0EG7xPaAIZ11tFadZXZmge6LQd9Bh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:10.65625rem;left:2.375rem;height:28rem;text-align:left;text-align-last:left;display:block; }
#ldX8U0zpdkGMWUvhiqgxlQ9zdCMaZwyi { 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:6.1875rem;width:13.5625rem;top:3.375rem;left:11.125rem;overflow:hidden;display:block; }
#hiV4yHquswgmHWIl35QJO5kigx7d7iip { 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;z-index:auto;display:block; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container { background-color: transparent; background-image: none; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container > .video-iframe-container { display: none; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row > .video-iframe-container { display: none; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .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); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container { border-width: 0; border-radius: 0; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#V61T2UTwBVRSH3JyHSn31sTlvT44oUqk { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:42rem;left:23.75rem;display:block; }
#GGSNQVpC82OOtdUQFJuFc69HoeQRyz1U { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:42rem;left:28.8125rem;display:block; }
#m7XOguaSIQvipKK5v84VBPahGoGiTEC0 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:42rem;left:34.25rem;display:block; }
#pZTra1TxrnDTxrzdR3XybqzraGwqHWoP { color:#0cc3ad;display:block;width:23.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:45.25rem;left:18.5rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#haxP5Le3XV7P5sxBzNEPwoLkbI7KTocO { color:#0cc3ad;display:block;width:59.75rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.103515625rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ulHVTTvWkm6HTyRm4Ow3gy4ExyC9oHn1 { 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:13.125rem;width:25.1875rem;top:7rem;left:3.6666660308838rem;overflow:hidden;display:block; }
#onKQrHVM8GUDorULsAzqqSbm0EqdqPei { 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:13.125rem;width:25.1875rem;top:7rem;left:30.812501907349rem;overflow:hidden;display:block; }
#VUW94oylSgzRaOvDwp1Q4LIZT1Qx6wL8 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.1875rem;top:22.436849594116rem;left:3.6666660308838rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { top:17.625rem;left:0rem;width:37.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { top:10.4375rem;left:0rem;width:37.9375rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsV0DwKyGyfC81rAwPZlAbWmzprwawLJ { width:20.3125rem;height:22.375rem;top:23rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR6nttp3lm9xJihIaQhhJhUFTTEr8JPT { top:7.8125rem;left:0rem;width:19.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOI8QoI0ZLIJxB43tlgfnDTMLVmSXbhy { top:1.8125rem;left:0rem;width:47.75rem;height:26.80701754386rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa { display:block; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0swfhsQGPF0f1D4FiocQ8gcLqWSfbqh { width:47.75rem;height:9rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA { display:block; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcD4E7E9rUAhIV2P4JuCOXCyy62oOQ7 { width:14.0625rem;height:3.9375rem;top:2.4375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6MrkuMlTghTeA7OXUiMF30bxa6lCdv { display:block; }
 }@media only screen and (max-width: 763px) { #WcgGi7icKPaQWfBlsGQAM9ZTBUqkgcNk { top:8.1875rem;left:6.3125rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byO0araBIJLbpGpDoLAbc96VTCTrS0qz { top:8rem;left:29.03125rem;width:13.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D911zFW1VGtDVvPGOOpJtXzTk68eex2T { width:14.0625rem;height:3.9375rem;top:2.4375rem;left:28.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmovqf8kEUr64mvp2g6m0VeHyJEbcmm { display:block; }
 }@media only screen and (max-width: 763px) { #XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { top:5.0625rem;left:26.75rem;width:21rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { top:2.1875rem;left:26.125rem;width:21.625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { top:6.875rem;left:0rem;width:31.0625rem;height:20rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf { display:block; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw5GqvzpZblrFE2J7GOEPz4GwsMTM9Rm { top:22.75rem;left:12.375rem;width:21.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vne6RcHaaGVU933v1MfIfcv7iOCSdW9r { top:36.625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BId8nJILSbVHWTfdJ2DzLtx8FLfOTQ9H { top:7.25rem;left:28.3125rem;width:19.4375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKJEU5pOi9gzO5fCNPSq2yJi3iCgakU { top:34.125rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX1vvqnGp9UAXoHEbqnM8xscmmvNwCJ6 { top:5.25rem;left:24.0625rem;width:23.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTKGAlTWBwKt1aXcR1vdxkBRJDqeSW2 { top:4.9375rem;left:0rem;width:23.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qEOO206gVkwfBX6c98PsCaf3MIiI67 { top:7.25rem;left:0rem;width:19.4375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IipQZKRiSw1ynKvfVSpS6hvnIsndzDI0 { top:43.8125rem;left:28.3125rem;width:19.4375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8kuZAQC1LDoreEwu3VOSc6CJJt4mBZ { top:17.75rem;left:0rem;width:19.4375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh9ePVk6F8EXeIfEWNVigs7ay42dSsp6 { top:17.75rem;left:28.3125rem;width:19.4375rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCsrOKci1PACuN3S7XsTt0Dew0Q5dEb { top:6.9375rem;left:8.96875rem;width:8.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT { display:block; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGfhcT6OtsX2WZmTnBK6535DuovkUG5c { width:13.9375rem;height:3.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPy6EwPXRztlXy1VUAWqP6hEQ1JleBw7 { display:block; }
 }@media only screen and (max-width: 763px) { #LQoc6Xn7unc5NCWBQO0lKZekP9W2AhhT { top:17.8125rem;left:0.98958396911619rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTL33fCLpoIfTh1v58kITFxTmIuTLM0 { top:2.125rem;left:12.9375rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d83mgrPu1H5i5ZIhTrG7xToaSRmudOkN { width:13.9375rem;height:3.8125rem;top:11.125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klBrB3v62uV7OtTECb3TwT70S6qwEB75 { display:block; }
 }@media only screen and (max-width: 763px) { #DT6bChO72iNw7oHXyOaPT1pRDLQqMHtF { top:17.0625rem;left:39.4375rem;width:8.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 { display:block; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyR5LzswVp9NrSJ8O1grB1yeGrQePoPk { width:47.75rem;height:9rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 { display:block; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogamrGusn8wXmomy271NiKs68Lhd3pAR { width:13.9375rem;height:3.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXEwRhVuLuXRzMCOCoClG2sZT246xTIr { display:block; }
 }@media only screen and (max-width: 763px) { #nKATVBy0vsahmEEW0suRhD9IOfGTpXTB { top:17.8125rem;left:0.98958396911619rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8gKncdxF54iT45J62yacmBnVS1T9Dm8 { top:1.5625rem;left:14.84375rem;width:21.875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRXBhstb6eTKKVPo2upk3Fcx4sTMJ34T { width:13.9375rem;height:3.8125rem;top:11.125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCO8amqs8dnIn0UcKwbmMRTaAwaAJdXC { display:block; }
 }@media only screen and (max-width: 763px) { #T2pyN5VllfC105M71zLePmFhfAIO3hi3 { top:17.3125rem;left:34.875rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { top:5.0625rem;left:29.375rem;width:18.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpvOpe8fS337VT9R7vRCGuCEU1dGAEbM { top:33.625rem;left:24.6875rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgV0EG7xPaAIZ11tFadZXZmge6LQd9Bh { top:10.625rem;left:0rem;width:31.0625rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldX8U0zpdkGMWUvhiqgxlQ9zdCMaZwyi { top:3.375rem;left:5rem;width:13.5625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiV4yHquswgmHWIl35QJO5kigx7d7iip { display:block; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V61T2UTwBVRSH3JyHSn31sTlvT44oUqk { top:42rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGSNQVpC82OOtdUQFJuFc69HoeQRyz1U { top:42rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7XOguaSIQvipKK5v84VBPahGoGiTEC0 { top:42rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTra1TxrnDTxrzdR3XybqzraGwqHWoP { top:45.25rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haxP5Le3XV7P5sxBzNEPwoLkbI7KTocO { width:47.75rem;height:2.25rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulHVTTvWkm6HTyRm4Ow3gy4ExyC9oHn1 { top:7rem;left:0rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKQrHVM8GUDorULsAzqqSbm0EqdqPei { top:7rem;left:22.5625rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUW94oylSgzRaOvDwp1Q4LIZT1Qx6wL8 { top:22.375rem;left:0rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { width:19.875rem;height:17rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QsV0DwKyGyfC81rAwPZlAbWmzprwawLJ { width:17.3125rem;height:23.79165rem;top:33.625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vR6nttp3lm9xJihIaQhhJhUFTTEr8JPT { width:15.375rem;height:9.1875rem;top:22.546875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOI8QoI0ZLIJxB43tlgfnDTMLVmSXbhy { height:11.228070175439rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa { display:block; }#bmkCnXTyrMfsCuoz0LGZQeWMmCdTfOBa > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0swfhsQGPF0f1D4FiocQ8gcLqWSfbqh { width:18.25rem;height:9.8984375rem;top:1.888671875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA { display:block; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcD4E7E9rUAhIV2P4JuCOXCyy62oOQ7 { width:13.9785rem;height:3.8535125rem;top:1.8125rem;left:3.009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6MrkuMlTghTeA7OXUiMF30bxa6lCdv { display:block; }
 }@media only screen and (max-width: 763px) { #WcgGi7icKPaQWfBlsGQAM9ZTBUqkgcNk { width:8.5rem;height:2.1875rem;top:7.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byO0araBIJLbpGpDoLAbc96VTCTrS0qz { width:13.5625rem;height:3.1875rem;top:17.2910125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D911zFW1VGtDVvPGOOpJtXzTk68eex2T { width:14.0625rem;height:3.9375rem;top:12.1035125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmovqf8kEUr64mvp2g6m0VeHyJEbcmm { display:block; }
 }@media only screen and (max-width: 763px) { #XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { width:17.375rem;height:25.8125rem;top:2.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { width:18.9375rem;height:26.9375rem;top:1.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { width:18.0625rem;height:31.5rem;top:31.1875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf { display:block; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw5GqvzpZblrFE2J7GOEPz4GwsMTM9Rm { width:19.4375rem;height:11.875rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vne6RcHaaGVU933v1MfIfcv7iOCSdW9r { width:19.4375rem;height:18.75rem;top:11.875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BId8nJILSbVHWTfdJ2DzLtx8FLfOTQ9H { width:19.4375rem;height:13.125rem;top:39.1875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKJEU5pOi9gzO5fCNPSq2yJi3iCgakU { width:20rem;height:25.25rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX1vvqnGp9UAXoHEbqnM8xscmmvNwCJ6 { width:20rem;height:18.75rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTKGAlTWBwKt1aXcR1vdxkBRJDqeSW2 { width:20rem;height:18.75rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qEOO206gVkwfBX6c98PsCaf3MIiI67 { width:19.4375rem;height:11.25rem;top:61.125rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IipQZKRiSw1ynKvfVSpS6hvnIsndzDI0 { width:19.4375rem;height:3.75rem;top:31.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8kuZAQC1LDoreEwu3VOSc6CJJt4mBZ { width:19.4375rem;height:3.75rem;top:52.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh9ePVk6F8EXeIfEWNVigs7ay42dSsp6 { width:19.4375rem;height:3.75rem;top:73.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCsrOKci1PACuN3S7XsTt0Dew0Q5dEb { width:8.3125rem;height:2.1875rem;top:69.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT { display:block; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGfhcT6OtsX2WZmTnBK6535DuovkUG5c { width:14.0625rem;height:3.9375rem;top:18.28125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPy6EwPXRztlXy1VUAWqP6hEQ1JleBw7 { display:block; }
 }@media only screen and (max-width: 763px) { #LQoc6Xn7unc5NCWBQO0lKZekP9W2AhhT { width:8.5rem;height:2.1875rem;top:24.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTL33fCLpoIfTh1v58kITFxTmIuTLM0 { width:14.625rem;height:14.625rem;top:1rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d83mgrPu1H5i5ZIhTrG7xToaSRmudOkN { width:13.9375rem;height:3.8125rem;top:30.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klBrB3v62uV7OtTECb3TwT70S6qwEB75 { display:block; }
 }@media only screen and (max-width: 763px) { #DT6bChO72iNw7oHXyOaPT1pRDLQqMHtF { width:8.3125rem;height:3.6875rem;top:35.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 { display:block; }#VguGyhTy89699vVQ3wO5wuh3H8BEVcH8 > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyR5LzswVp9NrSJ8O1grB1yeGrQePoPk { width:18.25rem;height:16.49739375rem;top:1.888671875rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 { display:block; }#QSNwJ6kNcS9rBaJlX0amQtrqVAOUfLg0 > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogamrGusn8wXmomy271NiKs68Lhd3pAR { width:14.0625rem;height:3.9375rem;top:3.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXEwRhVuLuXRzMCOCoClG2sZT246xTIr { display:block; }
 }@media only screen and (max-width: 763px) { #nKATVBy0vsahmEEW0suRhD9IOfGTpXTB { width:8.5rem;height:2.1875rem;top:8.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8gKncdxF54iT45J62yacmBnVS1T9Dm8 { width:14.625rem;height:16.625rem;top:11.9375rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kRXBhstb6eTKKVPo2upk3Fcx4sTMJ34T { width:13.9375rem;height:3.8125rem;top:30.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCO8amqs8dnIn0UcKwbmMRTaAwaAJdXC { display:block; }
 }@media only screen and (max-width: 763px) { #T2pyN5VllfC105M71zLePmFhfAIO3hi3 { width:12.5rem;height:2.75rem;top:35.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { position:relative;z-index:auto;background-color:#011311;background-image:none;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { width:15.125rem;height:22.8125rem;top:13.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpvOpe8fS337VT9R7vRCGuCEU1dGAEbM { width:20rem;height:1.3997375rem;top:37.3603515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgV0EG7xPaAIZ11tFadZXZmge6LQd9Bh { width:20rem;height:43.75rem;top:40.7353515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldX8U0zpdkGMWUvhiqgxlQ9zdCMaZwyi { width:13.5625rem;height:6.1875rem;top:3.6484375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiV4yHquswgmHWIl35QJO5kigx7d7iip { position:relative;z-index:auto;background-color:#011311;background-image:none;display:block; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container { background-color: transparent; background-image: none; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container > .video-iframe-container { display: none; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row > .video-iframe-container { display: none; }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .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); }#hiV4yHquswgmHWIl35QJO5kigx7d7iip > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V61T2UTwBVRSH3JyHSn31sTlvT44oUqk { width:2rem;height:2rem;top:43rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGSNQVpC82OOtdUQFJuFc69HoeQRyz1U { width:2rem;height:2rem;top:43rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7XOguaSIQvipKK5v84VBPahGoGiTEC0 { width:2rem;height:2rem;top:43rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTra1TxrnDTxrzdR3XybqzraGwqHWoP { width:20rem;height:1.3997375rem;top:46.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haxP5Le3XV7P5sxBzNEPwoLkbI7KTocO { width:20rem;height:3.29948125rem;top:1.0234384536743rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ulHVTTvWkm6HTyRm4Ow3gy4ExyC9oHn1 { width:17.5625rem;height:9.125rem;top:7.0989589691163rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKQrHVM8GUDorULsAzqqSbm0EqdqPei { width:17.5rem;height:8.9375rem;top:17.988281965256rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUW94oylSgzRaOvDwp1Q4LIZT1Qx6wL8 { width:17.25rem;height:8.875rem;top:28.915365219116rem;left:1.3750001192093rem;display:block; }
 }