.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,247,204;--color-primary-1:255,234,125;--color-primary-2:255,214,0;--color-primary-3:255,198,0;--color-primary-4:51,43,0;--color-secondary-0:213,217,248;--color-secondary-1:129,141,233;--color-secondary-2:45,65,218;--color-secondary-3:0,58,213;--color-secondary-4:9,13,44;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .row > .video-iframe-container { display: none; }#ilHZmWOVJh1XTOltPpZm6dJ9Rse1SA6V > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { border-width: 0; border-radius: 0; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:75rem;height:118.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#N2aH1d2c9IpgL6hT0rWuegnXXaXv5708 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:33.875rem;height:1.4625rem;font-style:normal;display:none; }
#ynFZFGOCGdCS4VJ4w4LnZSdvWcdoiCN5 { 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:3.125rem;width:3.125rem;top:20.8125rem;left:29.8125rem;overflow:hidden;display:none; }
#mwCkVpoEXmhBf96eT7dpHZAhevgfSf5l { 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:118.125rem;width:59.0625rem;left:8.5rem;top:0rem;display:block; }
#pIWeUxOtiAxinLaFFmsgl6A1hoPo3VVi { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:lato;font-size:5.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.556125rem;top:34.8125rem;left:10.0625rem;display:block; }
#DGJzdIc0cnsz7WN0aypEfNCrVB9dsI4K { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:lato;font-size:6.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.6123125rem;top:46.5625rem;left:10.0625rem;display:block; }
#kd4T4Gf1PIG32hyfC1nfX8valfUC3vvo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:lato;font-size:5.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:26.972625rem;top:52.9248046875rem;left:10.0625rem;display:block; }
#MzkkSlR88MJ8Fv9pO5mVSQeTw9omHvnS { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:lato;font-size:7rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0998125rem;top:39.5rem;left:10.0625rem;display:block; }
#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { 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; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { background-color: transparent; background-image: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .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); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { border-width: 0; border-radius: 0; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { font-size:0.875rem;font-family:arial;height:120.25rem;width:75rem;position:relative;display:block; }#uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { color:rgba(var(--color-tertiary-0),1);display:block;width:63.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:39.0625rem;left:6.6875rem;height:4.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9bsXCdoHDxML7ulZEfoBXlKAUPlHDFi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.125rem;left:16.125rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVP3x16ZIaUTU1ZL9WzATJOFMaRxhCbd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:49.9375rem;left:18rem;height:11.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkT4gaH4aVgUIUXUMU2q274A2XDLawZq { 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:12rem;width:12rem;top:49.9375rem;left:4rem;overflow:hidden;display:block; }
#VB9UwWswNFHMNiCQ4iPM4zG1luE9HhJX { z-index:15006;top:111.1875rem;left:17.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lkrm6qM99f0Gn1LmdaWX6v3if8Q84UeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qU25fgOIZdLtqEZPG594CIDsoIxcegMZ { z-index:15006;top:95.5rem;left:17.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZGWCJ47VVCxUzrTI5BQO5QL4sEvL9aHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gSabth2k0TtE1JOhECTb2D9gxOo3pDwl { z-index:15006;top:103.5625rem;left:17.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #33da4b, #1dff00);background-image: -moz-linear-gradient(45deg, #33da4b, #1dff00);background-image: -ms-linear-gradient(45deg, #33da4b, #1dff00);background-image: -o-linear-gradient(45deg, #33da4b, #1dff00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33da4b', endColorstr='#1dff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33da4b', endColorstr='#1dff00' );";background-image: linear-gradient(45deg, #33da4b, #1dff00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yH38KR5cT9vTy4FUmGmlTBFosZ7HZmR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsvuTfU7B3t3l4sEXvxLHzwxNiFWh1Un { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.8896484375rem;left:8.125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWBIspQpHSKmXTuD66bLOn0uZIpl1RkG { position:absolute;display:block;z-index:15001;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:12rem;width:12rem;top:49.9375rem;left:39rem;overflow:hidden;display:block; }
#olTDrEFe9wmQJmaImdlAqZrlXyWxL5fA { 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:12rem;width:12rem;top:66.25rem;left:4rem;overflow:hidden;display:block; }
#VTVzV3AyEF5OX8pBQeBA2TQL1eEKMA14 { 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:12rem;width:12rem;top:66.25rem;left:39rem;overflow:hidden;display:block; }
#cvzFEPviNlvlAW5yX59vBX4WTZhs2Xqg { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:66.25rem;left:18rem;height:9.4970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trbzha7QTlOOQpIpTnOgLnVLoruhHMsr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:49.9375rem;left:52.1875rem;height:9.4970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPOaTrrdZPAr5pUnfesRHIzuPbOhxtST { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:66.25rem;left:52.187496185302rem;height:13.2958875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7mZq7BJSKCLfAosLdisDeM7T6uQpUNX { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.625rem;left:14.25rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T66rmDkw1F1i08xaXacCW5kTGTIQcgA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.625rem;left:14.25rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#d8kPnr7irbtT2DZLTTv40OLlDx3pDizN { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.625rem;left:14.25rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SGafKVp5BuFpPGK6dyJ6wzfmfkvmBtQt { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:50.625rem;left:14.25rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GpUJ4UDyrFO9WTIm7ZcWRqHy3uoVanum { color:rgba(var(--color-tertiary-0),1);display:block;width:64.249375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:13.685302734375rem;left:6.34033203125rem;height:9.599625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUiSgPwmiTlpv6A8u4FNgwZko68dwDAT { color:rgba(var(--color-tertiary-0),1);display:block;width:60.49925rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.935302734375rem;left:7.24853515625rem;height:5.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUOax4t1atBAQFSLDCuhHoxx6hdHmrA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:90.9375rem;left:0rem;height:3.4002125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mG9UQqo1BBmta5gwbwI3pCkl035TThfl { 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; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { background-color: transparent; background-image: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container > .video-iframe-container { display: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container { display: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .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); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { border-width: 0; border-radius: 0; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;position:relative;display:block; }#b9D8Sd7wxV30gzP107vdc2u9hzi4PnVe { 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:43.375rem;width:30.625rem;top:7.0234432220456rem;left:3.0625rem;overflow:hidden;display:none; }
#pwf45MJrK1TyW59FJTxfclyngkQkQVnU { position:absolute;display:block;z-index:15001;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:43.375rem;width:30.625rem;top:7.0234375rem;left:39.6875rem;overflow:hidden;display:none; }
#PQX6z9O8WN8t0VnGw2Unv2dnyD1BsZ8t { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.31103515625rem;left:9.0625rem;height:6.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usaqoFDKzrT37TZpZ0UU8g97HEyviMBW { position:absolute;display:block;z-index:15000;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:46.625rem;width:32.6875rem;top:14.87060546875rem;left:38.0615234375rem;overflow:hidden;display:block; }
#pPVP2ZsGDkhUetcEW0FONf0UafUTNl8W { position:absolute;display:block;z-index:15000;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:46.4375rem;width:32.8125rem;top:14.903564453125rem;left:1.75048828125rem;overflow:hidden;display:block; }
#y2Pt5GO0nwnHXphRTh7MI6ZSftr8L96U { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.687255859375rem;left:0rem;height:3.4002125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK { position:relative;display:block; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK { background-color: transparent; background-image: none; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container > .video-iframe-container { display: none; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row > .video-iframe-container { display: none; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK { border-width: 0; border-radius: 0; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2082784-7ecf-466e-9566-95c34836a9fd/KSKosmetik1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container.adaptive-delivery-prevent-bg, #xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container.lazyload, #xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container.lazyloading { background-image: none; }#KVnBHr7wCapcQzBZcyoDq22ab7zwIKma { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:3.125rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hI8J6O0HDdVIbii1AZznI5uOXZzeFBXS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.1187515258787rem;left:3.4375rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#Fu4QbrplZm9yzZs1l6tEKoa2QbB3Prrn { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2007827758789rem;left:21.875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwytfQLQ0an8GGiDmLRS84MFoNHEB9y1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.231250762939rem;left:21.875rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#TJKPrDIPZhqLFpmqIcoTxfwq93QhHAGB { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2007827758789rem;left:40.625rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUK2FWRcFTwMSu0Gskzk6ib9D2BxCiBb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.231250762939rem;left:42.3125rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#UcOhptdpgXPh2fq6WEwZBG15FFCHeSge { color:#fda63f;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:59.375rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KI8viWnlFzThs6qFcC5UN7qRL9sOqXhw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.231250047684rem;left:60.4375rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#GTxTqI6qdIwk5JIfx5u6WwyTc9cobMn4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eoXtD9OAu4P586VxvnJqFa9dbN7IctTZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OahxwcIgEMS4I8V5UlXqinychJl9V7ZA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MsAvTxnqWgXHaTvmDDL3re2qF4MKQIye { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container { background-color: transparent; background-image: none; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container > .video-iframe-container { display: none; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row > .video-iframe-container { display: none; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .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); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container { border-width: 0; border-radius: 0; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container { font-size:0.875rem;font-family:arial;height:142.6875rem;width:75rem;position:relative;display:block; }#oRnlVtoNtoAt0NChlsGi2a9HyJXGx33X { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.6875rem;left:7.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#dgtvJ1KzdtFWvRPkrRfLHPQOyvixpdP6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SlfeJpU2Cc0oBCRwmU4Cs4IazUDh2BmP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124783125rem;width:7.9980625rem;top:17.437066078186rem;left:33.5rem;display:block; }
#sAHVrXg1xkhtQXo8ICQkbiq3wkFCfouW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:11.6875rem;width:40.6875rem;top:20.503143310547rem;left:8.75rem;overflow:hidden;display:block; }
#dh4dlAPOZ5UlhUrlJTfNpwUfsraSm9c0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:17.25rem;width:45.4375rem;top:40.252349853516rem;left:20.6875rem;overflow:hidden;display:block; }
#sIncEbZh5ARUKFWKe940xHuDoeqSlmUC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:11.1875rem;width:44rem;top:63.057037353512rem;left:8.6875rem;overflow:hidden;display:block; }
#qn99Sha1Rkz6lsUXFO8xstv36B0ABWlg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:14.875rem;width:45.3125rem;top:78.056251525881rem;left:20.75rem;overflow:hidden;display:block; }
#k7hdZ0NG7p7erqwTCFTc5694OOBhsQM7 { color:rgba(var(--color-tertiary-2),0.15);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRyJHThGsXre38dSU3LR1n79y3OJvhJF { 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.56185rem;width:3.68706875rem;top:47.873267173767rem;left:16.3125rem;overflow:hidden;display:block; }
#Gf5FH0RX6wGXOoEMDCirtwgiR2NTlPl7 { position:absolute;display:block;z-index:15007;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.56185rem;width:3.68706875rem;top:28.065321922302rem;left:51.5625rem;overflow:hidden;display:block; }
#zFW4KMp6gOATdTUXKHr4iT3DI8Brz5Qt { position:absolute;display:block;z-index:15007;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.56185rem;width:3.68706875rem;top:73.055557250975rem;left:52.8125rem;overflow:hidden;display:block; }
#r7WhuaJua10N6LLZFQxOOPU0KLRJ7QEk { position:absolute;display:block;z-index:15008;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.56185rem;width:3.68706875rem;top:95.617404937744rem;left:16.3125rem;overflow:hidden;display:block; }
#iL8uOO9RPJPh7dLqZ4HfdH4LZ9tbWrLK { position:absolute;display:block;z-index:15007;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.56185rem;width:3.68706875rem;top:28.065321922302rem;left:51.5625rem;overflow:hidden;display:none; }
#pOKm07dxy8dXsmzCxlIFNH9ff8U9N0fX { position:absolute;display:block;z-index:15007;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.56185rem;width:3.68706875rem;top:28.065321922302rem;left:51.5625rem;overflow:hidden;display:none; }
#SsJ2I9pw1v5HcpbK7vzQ3w8LXJa7RNLl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:14.625rem;width:48.625rem;top:99.931251525881rem;left:8.75rem;overflow:hidden;display:block; }
#ZWZQxguTwz2QVmv77C25GdCO1vUTXva3 { position:absolute;display:block;z-index:15009;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.56171875rem;width:3.68671875rem;top:116.8046913147rem;left:52.8125rem;overflow:hidden;display:block; }
#XlFSDoqQmCm02VWTwQUcLoXngpgfugca { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:45.75rem;top:123.05624961853rem;left:18.8125rem;overflow:hidden;display:block; }
#tCtyJWchoC9Bbd1TuwpoQKZ6TBntQ5d5 { position:absolute;display:block;z-index:15007;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.56185rem;width:3.68706875rem;top:28.065321922302rem;left:51.5625rem;overflow:hidden;display:none; }
#qyx0i7KyBG1AdVWZkmD8i4nTzJtUfoDC { position:absolute;display:block;z-index:15007;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.56185rem;width:3.68706875rem;top:28.065321922302rem;left:51.5625rem;overflow:hidden;display:none; }
#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l { position:relative;display:block; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l { background-color: transparent; background-image: none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container > .video-iframe-container { display: none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row > .video-iframe-container { display: none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .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); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l { border-width: 0; border-radius: 0; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBUzadSNmq8n8GIL0gMv7oGBhnbElruM { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:43.260939598084rem;left:25.375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OKnvmWUOAuxaw21i0KRnexKbAcKZ7NNA { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9468727111816rem;left:19.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFs6cf0Nr3zhtnAqNnciVP12d1UMK5Oq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.8125rem;left:27.625rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbQtsIi66T1fIQ97wieVTTZxgzdhNLuF { color:#fbc518;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:17.9375rem;height:3.41264375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xLClGz8GTVbHOrTT0ZTqts0EtoGhvbR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.77499961853rem;left:11.8125rem; }
#TfLyWw18BdITkgVZST1aXHJUn3BOveVB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.77499961853rem;left:57.9375rem; }
#mTvkPGF83e90Nzu9dmmg63KtwP7WczR7 { position:absolute;display:block;z-index:15001;height:35.5625rem;width:64.375rem;top:15.844532012939rem;left:5.3125rem;display:block; }
#flx0Sn0neWWtKbtFeMpJc4cvNSTuIPEm { position:absolute;display:block;z-index:15002;height:27rem;width:48.875rem;top:54.944532394409rem;left:5.5625rem;display:none; }
#klBsT75TOnHQOoIFyyfShlTirLFlzDJt { position:absolute;display:block;z-index:15000;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:32.6855625rem;width:25.8105625rem;top:20.817078113556rem;left:33.564453125rem;overflow:hidden;display:none; }
#xIZqIeRGpEEH1n6iIe7kQ2hxMA07cv21 { position:absolute;display:block;z-index:15001;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:44.874125rem;width:60rem;top:33.809679031372rem;left:0rem;overflow:hidden;display:none; }
#FBFGZD9NeDsTE1T8R07mJJ9PbUmfNoJH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.3125rem;left:2.375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BeK51Ay6kpXgVzFklt0ZIOoizx8U0T2u { z-index:15006;top:26.75rem;left:17.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #33da4b, #1dff00);background-image: -moz-linear-gradient(45deg, #33da4b, #1dff00);background-image: -ms-linear-gradient(45deg, #33da4b, #1dff00);background-image: -o-linear-gradient(45deg, #33da4b, #1dff00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33da4b', endColorstr='#1dff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33da4b', endColorstr='#1dff00' );";background-image: linear-gradient(45deg, #33da4b, #1dff00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#N2HCuMo63FkLXcKd4QQqb3CMhCKrEC0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BApCIrZdocdpt4dn2c9nHu57gayZm0D5 { z-index:15006;top:34.375rem;left:17.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ZtXCqlK5FHLZKmkNKwREx0gJvdz1WpUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WaSe6OUGer9uHALTLMvtisItx8iEewJw { z-index:15006;top:18.6875rem;left:17.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.1844375rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gBIgsrJbmriWBuXlx5mRJXmMNW6l1Bby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tgcSAQ5sSFinfEi7CaTiiLRXwRfoloic { color:rgba(var(--color-tertiary-0),1);display:block;width:63.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:44.53515625rem;left:4.78125rem;height:4.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ { position:relative;display:block; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ { background-color: transparent; background-image: none; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row .container > .video-iframe-container { display: none; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row > .video-iframe-container { display: none; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .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); }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ { border-width: 0; border-radius: 0; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XeVJApwTqQitpNUBmeS2KFy3KMuWy864 { position:absolute;display:block;z-index:15000;height:33.75rem;width:59.875rem;top:6.125rem;left:7.5625rem;display:none; }
#QET3bEVBbD35CN2pDFWuHfzRxBaF5829 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:0.88047790527344rem;left:23.1875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZMlAmCWCUJp8upKmKiDA2G7canrGKAZV { z-index:15003;top:5.625rem;left:29.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#6b6c6c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.038875rem;height:1.78928125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vmFFFnuQwa3MCPmPFQQD0rzCn3VrxniM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFoEMBBSEtz33CNrCHbdV6kmznBTOs3T { z-index:15004;top:5.625rem;left:38.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#656565;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.038875rem;height:1.78928125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AeZSWEFDOtTAdaoJ9W2d8UlTWsStaps8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KbInIGI2bXKWQTQpcCCyhK2v8FBndXlb { position:absolute;display:block;z-index:15000;height:33.75rem;width:59.875rem;top:6.125rem;left:7.5625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2aH1d2c9IpgL6hT0rWuegnXXaXv5708 { width:9.3125rem;height:1.4375rem;top:10.8125rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynFZFGOCGdCS4VJ4w4LnZSdvWcdoiCN5 { width:3.125rem;height:3.125rem;top:20.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwCkVpoEXmhBf96eT7dpHZAhevgfSf5l { width:47.75rem;height:95.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIWeUxOtiAxinLaFFmsgl6A1hoPo3VVi { top:34.8125rem;left:0rem;width:47.75rem;height:7.5rem;font-size:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGJzdIc0cnsz7WN0aypEfNCrVB9dsI4K { top:46.5625rem;left:0rem;width:9.375rem;height:8.5625rem;font-size:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd4T4Gf1PIG32hyfC1nfX8valfUC3vvo { top:52.875rem;left:0rem;width:9.4375rem;height:26.9375rem;font-size:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzkkSlR88MJ8Fv9pO5mVSQeTw9omHvnS { top:39.5rem;left:0rem;width:2.375rem;height:9.0625rem;font-size:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:47.75rem;height:4.0625rem;top:39.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9bsXCdoHDxML7ulZEfoBXlKAUPlHDFi { width:44.625rem;height:2.5rem;top:45.125rem;left:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVP3x16ZIaUTU1ZL9WzATJOFMaRxhCbd { width:18.875rem;height:11.375rem;top:49.9375rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkT4gaH4aVgUIUXUMU2q274A2XDLawZq { width:12rem;height:12rem;top:49.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VB9UwWswNFHMNiCQ4iPM4zG1luE9HhJX { top:111.1875rem;left:3.8125rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkrm6qM99f0Gn1LmdaWX6v3if8Q84UeD { display:block; }
 }@media only screen and (max-width: 763px) { #qU25fgOIZdLtqEZPG594CIDsoIxcegMZ { top:95.5rem;left:3.8125rem;width:40.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGWCJ47VVCxUzrTI5BQO5QL4sEvL9aHI { display:block; }
 }@media only screen and (max-width: 763px) { #gSabth2k0TtE1JOhECTb2D9gxOo3pDwl { top:103.5625rem;left:3.8125rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yH38KR5cT9vTy4FUmGmlTBFosZ7HZmR7 { display:block; }
 }@media only screen and (max-width: 763px) { #QsvuTfU7B3t3l4sEXvxLHzwxNiFWh1Un { width:47.75rem;height:7.5rem;top:1.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWBIspQpHSKmXTuD66bLOn0uZIpl1RkG { width:12rem;height:12rem;top:49.9375rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #olTDrEFe9wmQJmaImdlAqZrlXyWxL5fA { width:12rem;height:12rem;top:66.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTVzV3AyEF5OX8pBQeBA2TQL1eEKMA14 { width:12rem;height:12rem;top:66.25rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvzFEPviNlvlAW5yX59vBX4WTZhs2Xqg { width:18.875rem;height:9.4375rem;top:66.25rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbzha7QTlOOQpIpTnOgLnVLoruhHMsr { width:18.875rem;height:9.4375rem;top:49.9375rem;left:28.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPOaTrrdZPAr5pUnfesRHIzuPbOhxtST { width:20.3125rem;height:13.25rem;top:66.25rem;left:27.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7mZq7BJSKCLfAosLdisDeM7T6uQpUNX { width:14.0625rem;height:0.875rem;top:19.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T66rmDkw1F1i08xaXacCW5kTGTIQcgA0 { width:14.0625rem;height:0.9375rem;top:29.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8kPnr7irbtT2DZLTTv40OLlDx3pDizN { width:9.375rem;height:1.9375rem;top:40.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGafKVp5BuFpPGK6dyJ6wzfmfkvmBtQt { width:12.875rem;height:0.9375rem;top:51rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpUJ4UDyrFO9WTIm7ZcWRqHy3uoVanum { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUiSgPwmiTlpv6A8u4FNgwZko68dwDAT { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUOax4t1atBAQFSLDCuhHoxx6hdHmrA0 { width:47.75rem;height:3.375rem;top:90.9375rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mG9UQqo1BBmta5gwbwI3pCkl035TThfl { display:block; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9D8Sd7wxV30gzP107vdc2u9hzi4PnVe { top:7rem;left:0rem;width:30.625rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwf45MJrK1TyW59FJTxfclyngkQkQVnU { top:7rem;left:17.125rem;width:30.625rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQX6z9O8WN8t0VnGw2Unv2dnyD1BsZ8t { width:47.75rem;height:6.1875rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #usaqoFDKzrT37TZpZ0UU8g97HEyviMBW { width:32.6875rem;height:46.625rem;top:14.8125rem;left:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPVP2ZsGDkhUetcEW0FONf0UafUTNl8W { width:32.8125rem;height:46.4375rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2Pt5GO0nwnHXphRTh7MI6ZSftr8L96U { width:47.75rem;height:3.375rem;top:10.625rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK { display:block; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVnBHr7wCapcQzBZcyoDq22ab7zwIKma { width:12.5rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI8J6O0HDdVIbii1AZznI5uOXZzeFBXS { width:11.875rem;height:6.1875rem;top:8.0625rem;left:0.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu4QbrplZm9yzZs1l6tEKoa2QbB3Prrn { width:12.5rem;height:5.0625rem;top:3.1875rem;left:11.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwytfQLQ0an8GGiDmLRS84MFoNHEB9y1 { width:12.4375rem;height:4.125rem;top:10.1875rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJKPrDIPZhqLFpmqIcoTxfwq93QhHAGB { width:12.5rem;height:5.0625rem;top:3.1875rem;left:23.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUK2FWRcFTwMSu0Gskzk6ib9D2BxCiBb { width:9.0625rem;height:4.125rem;top:10.1875rem;left:25.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcOhptdpgXPh2fq6WEwZBG15FFCHeSge { width:12.5rem;height:5.0625rem;top:3.1875rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI8viWnlFzThs6qFcC5UN7qRL9sOqXhw { width:10.375rem;height:4.125rem;top:10.1875rem;left:36.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxTqI6qdIwk5JIfx5u6WwyTc9cobMn4 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eoXtD9OAu4P586VxvnJqFa9dbN7IctTZ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OahxwcIgEMS4I8V5UlXqinychJl9V7ZA { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MsAvTxnqWgXHaTvmDDL3re2qF4MKQIye { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 { display:block; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRnlVtoNtoAt0NChlsGi2a9HyJXGx33X { width:47.75rem;height:4.0625rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtvJ1KzdtFWvRPkrRfLHPQOyvixpdP6 { width:47.75rem;height:0;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlfeJpU2Cc0oBCRwmU4Cs4IazUDh2BmP { width:7.9375rem;height:0.0625rem;top:17.375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAHVrXg1xkhtQXo8ICQkbiq3wkFCfouW { width:40.6875rem;height:11.6875rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dh4dlAPOZ5UlhUrlJTfNpwUfsraSm9c0 { width:45.4375rem;height:17.25rem;top:40.25rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIncEbZh5ARUKFWKe940xHuDoeqSlmUC { width:44rem;height:11.1875rem;top:63rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qn99Sha1Rkz6lsUXFO8xstv36B0ABWlg { width:45.3125rem;height:14.875rem;top:78rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7hdZ0NG7p7erqwTCFTc5694OOBhsQM7 { width:47.75rem;height:9.6875rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyJHThGsXre38dSU3LR1n79y3OJvhJF { width:3.625rem;height:2.518833439288rem;top:47.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5FH0RX6wGXOoEMDCirtwgiR2NTlPl7 { width:3.625rem;height:2.518833439288rem;top:28.0625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW4KMp6gOATdTUXKHr4iT3DI8Brz5Qt { width:3.625rem;height:2.518833439288rem;top:73rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7WhuaJua10N6LLZFQxOOPU0KLRJ7QEk { width:3.625rem;height:2.518833439288rem;top:95.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL8uOO9RPJPh7dLqZ4HfdH4LZ9tbWrLK { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOKm07dxy8dXsmzCxlIFNH9ff8U9N0fX { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsJ2I9pw1v5HcpbK7vzQ3w8LXJa7RNLl { width:47.75rem;height:14.361825192802rem;top:99.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWZQxguTwz2QVmv77C25GdCO1vUTXva3 { width:3.625rem;height:2.518833439288rem;top:116.75rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlFSDoqQmCm02VWTwQUcLoXngpgfugca { width:45.75rem;height:12rem;top:123rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCtyJWchoC9Bbd1TuwpoQKZ6TBntQ5d5 { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyx0i7KyBG1AdVWZkmD8i4nTzJtUfoDC { width:3.625rem;height:2.5187233761236rem;top:28.0625rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l { display:none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zBUzadSNmq8n8GIL0gMv7oGBhnbElruM { width:20rem;height:3.0625rem;top:43.25rem;left:11.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKnvmWUOAuxaw21i0KRnexKbAcKZ7NNA { width:40.375rem;height:1.9375rem;top:2.9375rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFs6cf0Nr3zhtnAqNnciVP12d1UMK5Oq { width:34.1875rem;height:2.3125rem;top:10.8125rem;left:13.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbQtsIi66T1fIQ97wieVTTZxgzdhNLuF { width:30.625rem;height:3.375rem;top:7.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLClGz8GTVbHOrTT0ZTqts0EtoGhvbR4 { top:8.75rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLyWw18BdITkgVZST1aXHJUn3BOveVB { top:8.75rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvkPGF83e90Nzu9dmmg63KtwP7WczR7 { top:15.8125rem;left:0rem;width:47.75rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flx0Sn0neWWtKbtFeMpJc4cvNSTuIPEm { top:54.9375rem;left:0rem;width:47.75rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #klBsT75TOnHQOoIFyyfShlTirLFlzDJt { width:25.75rem;height:32.608868341207rem;top:20.8125rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIZqIeRGpEEH1n6iIe7kQ2hxMA07cv21 { width:47.75rem;height:35.712324479167rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBFGZD9NeDsTE1T8R07mJJ9PbUmfNoJH { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeK51Ay6kpXgVzFklt0ZIOoizx8U0T2u { top:26.75rem;left:3.8125rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2HCuMo63FkLXcKd4QQqb3CMhCKrEC0a { display:block; }
 }@media only screen and (max-width: 763px) { #BApCIrZdocdpt4dn2c9nHu57gayZm0D5 { top:34.375rem;left:3.8125rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtXCqlK5FHLZKmkNKwREx0gJvdz1WpUw { display:block; }
 }@media only screen and (max-width: 763px) { #WaSe6OUGer9uHALTLMvtisItx8iEewJw { top:18.6875rem;left:3.8125rem;width:40.125rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBIgsrJbmriWBuXlx5mRJXmMNW6l1Bby { display:block; }
 }@media only screen and (max-width: 763px) { #tgcSAQ5sSFinfEi7CaTiiLRXwRfoloic { width:18.5rem;height:3rem;top:74.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ { display:block; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeVJApwTqQitpNUBmeS2KFy3KMuWy864 { top:6.125rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QET3bEVBbD35CN2pDFWuHfzRxBaF5829 { width:28.5625rem;height:1.9375rem;top:0.875rem;left:9.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMlAmCWCUJp8upKmKiDA2G7canrGKAZV { top:5.625rem;left:15.5rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmFFFnuQwa3MCPmPFQQD0rzCn3VrxniM { display:block; }
 }@media only screen and (max-width: 763px) { #lFoEMBBSEtz33CNrCHbdV6kmznBTOs3T { top:5.625rem;left:25.1875rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeZSWEFDOtTAdaoJ9W2d8UlTWsStaps8 { display:block; }
 }@media only screen and (max-width: 763px) { #KbInIGI2bXKWQTQpcCCyhK2v8FBndXlb { top:6.125rem;left:0rem;width:47.75rem;height:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { background-color: transparent; background-image: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row > .video-iframe-container { display: none; }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .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); }#aGFFUB2dZ3Stu4pZXHnTU2uzfx9FUW0O > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2aH1d2c9IpgL6hT0rWuegnXXaXv5708 { width:9.3125rem;height:0;top:2.73828125rem;left:9rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ynFZFGOCGdCS4VJ4w4LnZSdvWcdoiCN5 { width:3.125rem;height:3.125rem;top:19.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwCkVpoEXmhBf96eT7dpHZAhevgfSf5l { top:0rem;left:0rem;width:20rem;height:40rem;z-index:15009;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIWeUxOtiAxinLaFFmsgl6A1hoPo3VVi { top:11.487500190735rem;left:0.96875rem;width:13.125rem;height:2.25rem;z-index:15022;color:#ffffff;font-size:1.875rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DGJzdIc0cnsz7WN0aypEfNCrVB9dsI4K { top:14.806250572204rem;left:1.34375rem;width:10.125rem;height:2.69921875rem;z-index:15021;color:#ffffff;font-size:2.25rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kd4T4Gf1PIG32hyfC1nfX8valfUC3vvo { top:17.268751144409rem;left:1.5rem;width:9.4375rem;height:5.39941875rem;z-index:15022;color:#ffffff;font-size:1.5rem;font-weight:400;font-style:normal;font-family:bitter;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MzkkSlR88MJ8Fv9pO5mVSQeTw9omHvnS { top:13.38671875rem;left:1.40625rem;width:0.9375rem;height:1.79980625rem;z-index:15023;color:#ffffff;font-size:1.5rem;font-weight:400;font-style:normal;font-family:bitter;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX { background-color:#000000;background-image:none;display:block; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { background-color: transparent; background-image: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row > .video-iframe-container { display: none; }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .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); }#uxSRBM7Tc10LXqABKMDDNCCZgJIDeMEX > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGEnpEJ6WadwVT0L2Hmm02G0Ty7w72bX { width:18.5rem;height:1.5rem;top:21.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9bsXCdoHDxML7ulZEfoBXlKAUPlHDFi { width:14.0625rem;height:3.0859375rem;top:25.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVP3x16ZIaUTU1ZL9WzATJOFMaRxhCbd { width:12.75rem;height:7.1953125rem;top:30.3125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkT4gaH4aVgUIUXUMU2q274A2XDLawZq { top:29.6875rem;left:0.4375rem;width:6.3125rem;height:6.3125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VB9UwWswNFHMNiCQ4iPM4zG1luE9HhJX { top:83.625rem;left:0.5rem;width:19rem;height:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #dfd133, #dfc409);background-image: -moz-linear-gradient(45deg, #dfd133, #dfc409);background-image: -ms-linear-gradient(45deg, #dfd133, #dfc409);background-image: -o-linear-gradient(45deg, #dfd133, #dfc409);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );";background-image: linear-gradient(45deg, #dfd133, #dfc409);background-size:auto !important;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lkrm6qM99f0Gn1LmdaWX6v3if8Q84UeD { display:block; }
 }@media only screen and (max-width: 763px) { #qU25fgOIZdLtqEZPG594CIDsoIxcegMZ { top:76.875rem;left:0.5rem;width:19rem;height:2.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -moz-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -ms-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -o-linear-gradient(45deg, #1f40c1, #2144dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );";background-image: linear-gradient(45deg, #1f40c1, #2144dc);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZGWCJ47VVCxUzrTI5BQO5QL4sEvL9aHI { display:block; }
 }@media only screen and (max-width: 763px) { #gSabth2k0TtE1JOhECTb2D9gxOo3pDwl { top:80.125rem;left:0.5rem;width:19rem;height:2.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #43c11f, #52dc21);background-image: -moz-linear-gradient(45deg, #43c11f, #52dc21);background-image: -ms-linear-gradient(45deg, #43c11f, #52dc21);background-image: -o-linear-gradient(45deg, #43c11f, #52dc21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );";background-image: linear-gradient(45deg, #43c11f, #52dc21);background-size:auto !important;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yH38KR5cT9vTy4FUmGmlTBFosZ7HZmR7 { display:block; }
 }@media only screen and (max-width: 763px) { #QsvuTfU7B3t3l4sEXvxLHzwxNiFWh1Un { width:20rem;height:6.3984375rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SWBIspQpHSKmXTuD66bLOn0uZIpl1RkG { top:39.6875rem;left:0.4375rem;width:6.375rem;height:6.375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #olTDrEFe9wmQJmaImdlAqZrlXyWxL5fA { top:50.0625rem;left:0.4375rem;width:6.4375rem;height:6.4375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VTVzV3AyEF5OX8pBQeBA2TQL1eEKMA14 { top:60.5625rem;left:0.5rem;width:6.4375rem;height:6.4375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cvzFEPviNlvlAW5yX59vBX4WTZhs2Xqg { width:12rem;height:5.99609375rem;top:50.5625rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbzha7QTlOOQpIpTnOgLnVLoruhHMsr { width:12rem;height:5.99609375rem;top:40.3125rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPOaTrrdZPAr5pUnfesRHIzuPbOhxtST { width:12rem;height:9.59375rem;top:61.125rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7mZq7BJSKCLfAosLdisDeM7T6uQpUNX { width:14.0625rem;height:0.975rem;top:29.5rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #T66rmDkw1F1i08xaXacCW5kTGTIQcgA0 { width:9.375rem;height:0.975rem;top:39.5625rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #d8kPnr7irbtT2DZLTTv40OLlDx3pDizN { width:12.875rem;height:0.975rem;top:49.8125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SGafKVp5BuFpPGK6dyJ6wzfmfkvmBtQt { width:12.875rem;height:0.975rem;top:60.3125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GpUJ4UDyrFO9WTIm7ZcWRqHy3uoVanum { width:14.75rem;height:4.19824375rem;top:11.6875rem;left:2.625rem;text-align:center;text-align-last:center;z-index:15006;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUiSgPwmiTlpv6A8u4FNgwZko68dwDAT { width:16.8125rem;height:3.59765625rem;top:16.637500762939rem;left:1.59375rem;text-align:center;text-align-last:center;z-index:15007;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUOax4t1atBAQFSLDCuhHoxx6hdHmrA0 { width:18.5rem;height:3rem;top:73.212501525881rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mG9UQqo1BBmta5gwbwI3pCkl035TThfl { background-color:#000000;background-image:none;display:block; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { background-color: transparent; background-image: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container > .video-iframe-container { display: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row > .video-iframe-container { display: none; }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .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); }#mG9UQqo1BBmta5gwbwI3pCkl035TThfl > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9D8Sd7wxV30gzP107vdc2u9hzi4PnVe { width:20rem;height:28.326530612245rem;top:8.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwf45MJrK1TyW59FJTxfclyngkQkQVnU { width:20rem;height:28.326530612245rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQX6z9O8WN8t0VnGw2Unv2dnyD1BsZ8t { width:18.6875rem;height:3.798825rem;top:1.69921875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #usaqoFDKzrT37TZpZ0UU8g97HEyviMBW { width:19.8125rem;height:28.3125rem;top:40.5rem;left:0rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pPVP2ZsGDkhUetcEW0FONf0UafUTNl8W { width:20rem;height:28.3125rem;top:9.625rem;left:0rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y2Pt5GO0nwnHXphRTh7MI6ZSftr8L96U { width:20rem;height:1.5rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK { display:block; }#xkXVOMvGcrrTfaxh4T5zhygKEtMQLPKK > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVnBHr7wCapcQzBZcyoDq22ab7zwIKma { width:3.9375rem;height:1.95rem;top:2.2843742370606rem;left:3.4749999046326rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hI8J6O0HDdVIbii1AZznI5uOXZzeFBXS { width:6.3125rem;height:3.65625rem;top:4.1703109741211rem;left:2.2250001430511rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu4QbrplZm9yzZs1l6tEKoa2QbB3Prrn { width:4.4375rem;height:1.94921875rem;top:2.2218742370606rem;left:12.331250011921rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwytfQLQ0an8GGiDmLRS84MFoNHEB9y1 { width:9.0625rem;height:2.4375rem;top:4.2653007507324rem;left:9.7500002384187rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJKPrDIPZhqLFpmqIcoTxfwq93QhHAGB { width:4.1875rem;height:1.95rem;top:10.346874237061rem;left:3.1625002026558rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUK2FWRcFTwMSu0Gskzk6ib9D2BxCiBb { width:8.0625rem;height:2.4375rem;top:12.421873092651rem;left:1.3375000357628rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcOhptdpgXPh2fq6WEwZBG15FFCHeSge { width:6.375rem;height:1.95rem;top:10.298439025879rem;left:11.218749821186rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KI8viWnlFzThs6qFcC5UN7qRL9sOqXhw { width:9.0625rem;height:2.4375rem;top:12.546092987061rem;left:10.081250011921rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTxTqI6qdIwk5JIfx5u6WwyTc9cobMn4 { top:1.6085939407349rem;left:1.2375000119209rem;width:7.75rem;height:6.875rem;z-index:14999;background-color:rgba(0,0,0,0.54);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(250,250,250,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eoXtD9OAu4P586VxvnJqFa9dbN7IctTZ { top:1.6085939407349rem;left:10.550000011921rem;width:7.75rem;height:6.875rem;z-index:15000;background-color:rgba(0,0,0,0.54);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(250,250,250,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #OahxwcIgEMS4I8V5UlXqinychJl9V7ZA { top:9.671093940735rem;left:10.550000011921rem;width:7.75rem;height:6.875rem;z-index:15001;background-color:rgba(0,0,0,0.54);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(250,250,250,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MsAvTxnqWgXHaTvmDDL3re2qF4MKQIye { top:9.671093940735rem;left:1.2375000119209rem;width:7.75rem;height:6.875rem;z-index:15002;background-color:rgba(0,0,0,0.54);background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(250,250,250,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 { background-color:#f1f1f1;background-image:none;display:block; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container { background-color: transparent; background-image: none; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container > .video-iframe-container { display: none; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row > .video-iframe-container { display: none; }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .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); }#gWunpyXixsI8wKIVDpDc8J4e4wH28ku9 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRnlVtoNtoAt0NChlsGi2a9HyJXGx33X { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtvJ1KzdtFWvRPkrRfLHPQOyvixpdP6 { width:20rem;height:0;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlfeJpU2Cc0oBCRwmU4Cs4IazUDh2BmP { width:2.5rem;height:0.125rem;top:6.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAHVrXg1xkhtQXo8ICQkbiq3wkFCfouW { top:14.29843711853rem;left:0.46875rem;width:19.0625rem;height:5.5rem;z-index:15025;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dh4dlAPOZ5UlhUrlJTfNpwUfsraSm9c0 { top:22.601562738419rem;left:0.4375rem;width:19.125rem;height:7.25rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIncEbZh5ARUKFWKe940xHuDoeqSlmUC { top:7.0625rem;left:0.4375rem;width:19.125rem;height:4.875rem;z-index:15026;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qn99Sha1Rkz6lsUXFO8xstv36B0ABWlg { top:32.374220132828rem;left:0.53125rem;width:18.9375rem;height:6.25rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7hdZ0NG7p7erqwTCFTc5694OOBhsQM7 { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyJHThGsXre38dSU3LR1n79y3OJvhJF { width:2.875rem;height:2rem;top:4.2375073432922rem;left:0.46875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Gf5FH0RX6wGXOoEMDCirtwgiR2NTlPl7 { width:1.18671875rem;height:0.8109375rem;top:21.067970275879rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW4KMp6gOATdTUXKHr4iT3DI8Brz5Qt { width:3.625rem;height:2.5187233761236rem;top:67.262367749025rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7WhuaJua10N6LLZFQxOOPU0KLRJ7QEk { width:3.625rem;height:2.5187233761236rem;top:71.030811499025rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iL8uOO9RPJPh7dLqZ4HfdH4LZ9tbWrLK { width:1.1859375rem;height:0.81015625rem;top:12.98828125rem;left:9.407031059265rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pOKm07dxy8dXsmzCxlIFNH9ff8U9N0fX { width:1.1859375rem;height:0.81015625rem;top:30.873438119888rem;left:9.407031059265rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SsJ2I9pw1v5HcpbK7vzQ3w8LXJa7RNLl { top:41.436719894409rem;left:0.53125rem;width:18.9375rem;height:5.625rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWZQxguTwz2QVmv77C25GdCO1vUTXva3 { width:3.625rem;height:2.518833439288rem;top:116.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlFSDoqQmCm02VWTwQUcLoXngpgfugca { top:50.076564788818rem;left:0.34375rem;width:19.3125rem;height:5rem;z-index:15027;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCtyJWchoC9Bbd1TuwpoQKZ6TBntQ5d5 { width:1.1859375rem;height:0.81015625rem;top:39.373438835144rem;left:9.407031059265rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qyx0i7KyBG1AdVWZkmD8i4nTzJtUfoDC { width:1.1859375rem;height:0.81015625rem;top:48.185939788818rem;left:9.407031059265rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l { display:block; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l { background-color: transparent; background-image: none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container > .video-iframe-container { display: none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row > .video-iframe-container { display: none; }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .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); }#Ts3wGZ2ViA6cTxR3WovO03tznBaF9F5l > .row .container { width:20rem;background-color:#000000;background-image:none;height:116.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBUzadSNmq8n8GIL0gMv7oGBhnbElruM { width:20rem;height:0;top:2.0687522888184rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #OKnvmWUOAuxaw21i0KRnexKbAcKZ7NNA { width:20rem;height:2.923825rem;top:1.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15021;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AFs6cf0Nr3zhtnAqNnciVP12d1UMK5Oq { width:20rem;height:1.3rem;top:50.72500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bbQtsIi66T1fIQ97wieVTTZxgzdhNLuF { width:9.6875rem;height:2.6rem;top:48.125001907349rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLClGz8GTVbHOrTT0ZTqts0EtoGhvbR4 { display:flex;width:5rem;height:5rem;top:50.674999237061rem;left:14.237500190735rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfLyWw18BdITkgVZST1aXHJUn3BOveVB { display:flex;width:1.875rem;height:1.875rem;top:48.487502098084rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTvkPGF83e90Nzu9dmmg63KtwP7WczR7 { width:13.375rem;height:15.875rem;top:17.85546875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #flx0Sn0neWWtKbtFeMpJc4cvNSTuIPEm { width:17.5rem;height:9.375rem;top:54.875001907349rem;left:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #klBsT75TOnHQOoIFyyfShlTirLFlzDJt { width:19.1866875rem;height:24.0625rem;top:21.125001147389rem;left:0.81328129768369rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xIZqIeRGpEEH1n6iIe7kQ2hxMA07cv21 { width:19.2484375rem;height:14.375rem;top:5.6414089202881rem;left:0.75156247615812rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FBFGZD9NeDsTE1T8R07mJJ9PbUmfNoJH { width:14.75rem;height:1.4rem;top:52.02499961853rem;left:2.625rem;text-align:center;text-align-last:center;z-index:15007;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeK51Ay6kpXgVzFklt0ZIOoizx8U0T2u { top:107.0625rem;left:0.5rem;width:19rem;height:2.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #43c11f, #52dc21);background-image: -moz-linear-gradient(45deg, #43c11f, #52dc21);background-image: -ms-linear-gradient(45deg, #43c11f, #52dc21);background-image: -o-linear-gradient(45deg, #43c11f, #52dc21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c11f', endColorstr='#52dc21' );";background-image: linear-gradient(45deg, #43c11f, #52dc21);background-size:auto !important;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N2HCuMo63FkLXcKd4QQqb3CMhCKrEC0a { display:block; }
 }@media only screen and (max-width: 763px) { #BApCIrZdocdpt4dn2c9nHu57gayZm0D5 { top:110.6875rem;left:0.5rem;width:19rem;height:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #dfd133, #dfc409);background-image: -moz-linear-gradient(45deg, #dfd133, #dfc409);background-image: -ms-linear-gradient(45deg, #dfd133, #dfc409);background-image: -o-linear-gradient(45deg, #dfd133, #dfc409);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfd133', endColorstr='#dfc409' );";background-image: linear-gradient(45deg, #dfd133, #dfc409);background-size:auto !important;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZtXCqlK5FHLZKmkNKwREx0gJvdz1WpUw { display:block; }
 }@media only screen and (max-width: 763px) { #WaSe6OUGer9uHALTLMvtisItx8iEewJw { top:103.6875rem;left:0.5rem;width:19rem;height:2.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -moz-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -ms-linear-gradient(45deg, #1f40c1, #2144dc);background-image: -o-linear-gradient(45deg, #1f40c1, #2144dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f40c1', endColorstr='#2144dc' );";background-image: linear-gradient(45deg, #1f40c1, #2144dc);background-size:auto !important;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gBIgsrJbmriWBuXlx5mRJXmMNW6l1Bby { display:block; }
 }@media only screen and (max-width: 763px) { #tgcSAQ5sSFinfEi7CaTiiLRXwRfoloic { width:18.5rem;height:3rem;top:99.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ { display:block; }#TLN2p7odsyKgpUrVfK9GX8R4rS4c2EiZ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeVJApwTqQitpNUBmeS2KFy3KMuWy864 { width:18.125rem;height:9.5rem;top:6.875rem;left:0.93750005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #QET3bEVBbD35CN2pDFWuHfzRxBaF5829 { width:20rem;height:0;top:1.1249961853027rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #ZMlAmCWCUJp8upKmKiDA2G7canrGKAZV { top:1.5625rem;left:5rem;width:4.409725rem;height:1.12413125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmFFFnuQwa3MCPmPFQQD0rzCn3VrxniM { display:block; }
 }@media only screen and (max-width: 763px) { #lFoEMBBSEtz33CNrCHbdV6kmznBTOs3T { top:1.625rem;left:9.4375rem;width:4.097225rem;height:1.12413125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeZSWEFDOtTAdaoJ9W2d8UlTWsStaps8 { display:block; }
 }@media only screen and (max-width: 763px) { #KbInIGI2bXKWQTQpcCCyhK2v8FBndXlb { width:18.125rem;height:9.4998125rem;top:5.7486915588379rem;left:0.93750005960463rem;z-index:15001;display:none; }
 }