.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;
}
body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { position:relative;display:block; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { background-color: transparent; background-image: none; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container > .video-iframe-container { display: none; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row > .video-iframe-container { display: none; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .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); }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { border-width: 0; border-radius: 0; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .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; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;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; }#zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { 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:5.6875rem;width:21.875rem;top:1.25rem;left:2.9375rem;overflow:hidden;display:block; }
#IhuMTNl32TbdOa5NC555u5ehQg8Km6Rm { 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:5.3125rem;width:11.3125rem;top:1.625rem;left:34.03125rem;overflow:hidden;display:block; }
#RCU2rAKGJyq5w0IxQl2bq3Pg47bpdFHQ { 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:5.375rem;width:11.6875rem;top:1.5625rem;left:46.625rem;overflow:hidden;display:block; }
#iSn1wtqZFKVQ9he3aXNkBfU7MgXu5eP0 { z-index:15005;top:1.9375rem;left:46.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qr4IS4mFTuTSAPOVv1NoCWQDFsT2RFO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wr0IHt2ZO4OEtTzrv1rlmldgMNJBVRh4 { 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:5.5625rem;width:12rem;top:1.375rem;left:59.34375rem;overflow:hidden;display:block; }
#DAPzpN0ptmqbisTUOhKvEVf4aX3PkmPA { z-index:15004;top:2.0625rem;left:34.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EwmvAR1vNkHdo1eXcbJTDHDnpwgfcNo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGn2P5Tz6lARsgqMfmVMKbkw496nLADq { z-index:15006;top:1.6875rem;left:59.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ouC7KXiCpiCa5xCizSxSdbFdE79HeJxJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5c5b7;background-image:url("https://images.assets-landingi.com/uc/5319bebf-77c5-4086-807d-1377da602e4b/banner21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS.adaptive-delivery-prevent-bg, #J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS.lazyload, #J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS.lazyloading { background-image: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container { background-color: transparent; background-image: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container > .video-iframe-container { display: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row > .video-iframe-container { display: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .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); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container { border-width: 0; border-radius: 0; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 { position:relative;display:block; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 { background-color: transparent; background-image: none; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row .container > .video-iframe-container { display: none; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row > .video-iframe-container { display: none; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .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); }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 { border-width: 0; border-radius: 0; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .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; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.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; }#un2HLeDEVOaVysSXJpkwtWBxd4eSfqOs { color:#000000;display:block;width:72.375rem;position:absolute;font-family:supernett;font-size:6.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:2.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wJh4qtv2pR7XfIhiHbzBWgauA8aAkzrV { color:#000000;display:block;width:34.8730625rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.31103515625rem;left:30.74951171875rem;height:13.6462375rem;display:block; }
#A3bu0LAs6705ndZT7mWJcONX45ptTRDk { color:#000000;display:block;width:34.8730625rem;position:absolute;font-family:chalkduster;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.1591796875rem;left:30.74951171875rem;height:1.9494625rem;display:block; }
#DSpoA0CT0ug5rIkAnsGsGhlBS6gZODmG { 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:3.125rem;width:12.8125rem;top:27.5625rem;left:30.75rem;overflow:hidden;display:block; }
#bOgiFRgUs1EPTOyn57iKAIsho40TfuJ6 { 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:3.936525rem;width:8.3115rem;top:27.1875rem;left:46.375rem;overflow:hidden;display:block; }
#Sdpfk8Do4kXPp7dXX8KRxI44NTzE90UT { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33rem;left:4.625rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#htiy266Gslhr2r7Zri0VDV6C9em7v0Hr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.68725rem;top:33.5rem;left:9.375rem;overflow:hidden;display:block; }
#D0OeVR84IWgNKuqeI8Ude9UTqQJ2dZQT { color:#f46739;display:block;width:13.3105625rem;position:absolute;font-family:"chronic bold";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.37451171875rem;left:30.843505859375rem;height:1.7858875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZfhwdQwwK62K6xR69z9q8pqgZiqbK2zs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.24975rem;width:21.499rem;top:5.5rem;left:4.625rem;overflow:hidden;display:block; }
#VMB9kL1GGucWkKVmcAp3LF8In9civBGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#deebfc;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; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container { background-color: transparent; background-image: none; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container > .video-iframe-container { display: none; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row > .video-iframe-container { display: none; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .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); }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container { border-width: 0; border-radius: 0; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container { font-size:0.875rem;font-family:arial;height:286.9375rem;width:75rem;position:relative;display:block; }#c8cb4m1xEcRpG5nPJwvAFxnXb40BXpEO { 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:24.9375rem;width:18.875rem;top:12.75rem;left:10.0625rem;overflow:hidden;display:block; }
#KgkaMBaKTcd8Q0ph4B18U26QKEavNib3 { color:#000000;display:block;width:31.499rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:33.0625rem;height:25.3430375rem;display:block; }
#O1ZAEWWZhn2WCLXKzGqBW36TsatrPiEo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.375rem;top:38.71875rem;left:11rem;overflow:hidden;display:block; }
#P8XciF4CiErPerlr6qNxi4zKogBHmyAu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.3125rem;top:38.75rem;left:17.8125rem;overflow:hidden;display:block; }
#HxTVRNygQ4QTUB2SBb742TLGTrm0dBgJ { 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:5.4375rem;width:5.5rem;top:38.65625rem;left:24.5rem;overflow:hidden;display:block; }
#Cms8gAG4UiOunBRZZWgXsLfN8pp7QbCq { 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:3.93676875rem;width:8.31175rem;top:41.8125rem;left:49.25rem;overflow:hidden;display:block; }
#Uw5EHd7yJnQTKxlrzStIE2KxnO01zAAE { 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:3.125rem;width:12.8125rem;top:42.25rem;left:33.0625rem;overflow:hidden;display:block; }
#SJCATJm5IDibs5eGbbECFdWee2Mlk1cw { color:#000000;display:block;width:52.312rem;position:absolute;font-family:chalkduster;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:49.8125rem;left:11.3125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zivTOMoiIk0mJEAyNvo0pJKhctrfxtva { color:#000000;display:block;width:26.8115rem;position:absolute;font-family:supernett;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:52.6875rem;left:24.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MdJHu2u5rQDNG8y7sdFsSNQU6DxsdWGV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:17.0625rem;top:67.75rem;left:11.9375rem;overflow:hidden;display:block; }
#ufKUFyWphqlf9Bg6H794K2TTh8kmDLDv { color:#000000;display:block;width:32.3115234375rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:69.5625rem;left:32.9375rem;height:21.4441125rem;display:block; }
#AVqquealp6ciirflEf4lM2eTcTKFN7sK { color:#000000;display:block;width:57.9365234375rem;position:absolute;font-family:chalkduster;font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:100.0625rem;left:8.5rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#nNzR52HdtCH2iPdBt7ztxwhUeRUIKpHb { color:#000000;display:block;width:26.8095703125rem;position:absolute;font-family:supernett;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:105.125rem;left:22.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#nSbbAGvtTq0rSCEcKTb9imPavhDrPTSP { 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:84.5rem;width:75rem;display:none; }
#OudCDAZr0IKadVgMk2UnThKJT3TzdzZh { 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:84.5rem;width:75rem;display:none; }
#LJN46D5PkN03AwwFiQWDM3eTJzxDKNNu { 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:3.125rem;width:12.8125rem;top:93.4052734375rem;left:33.0625rem;overflow:hidden;display:block; }
#GSydPS5niMdh9tpktVk8D2RARfsgFnwb { 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:3.9365234375rem;width:8.3115234375rem;top:93rem;left:49.5625rem;overflow:hidden;display:block; }
#zbcUqBVVHbVD9oQlc6FN4SSxvAeyiDJm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:6.3125rem;top:91rem;left:14.9375rem;overflow:hidden;display:block; }
#aRkTFH6yZlJLc8RRcpCJvdTesLqpitC9 { 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:5.25rem;width:5.3125rem;top:91.1875rem;left:22.3125rem;overflow:hidden;display:block; }
#gt0GCZXSzr8N0pFI4tpgCgp6mzFu6fTA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.375rem;top:116.375rem;left:11.875rem;overflow:hidden;display:block; }
#FT2SiWyxhwPGvdnKgu54eoTuWhbGMqPE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:18.1875rem;top:114.75rem;left:7rem;overflow:hidden;display:block; }
#amhMyDLILNwG2hMx6qAKU1cJW4EcaErS { color:#000000;display:block;width:75rem;position:absolute;font-family:supernett;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:111.75rem;left:0rem;height:1.54358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r6LO7arxNg3BugVu89qPrGXBSsqSmL0J { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:20.125rem;top:113.46875rem;left:49.25rem;overflow:hidden;display:block; }
#V6Q9AL7MsGmTFw6k59tT8u6DeF0CThVM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.3125rem;width:18.5rem;top:114.53125rem;left:28.25rem;display:block; }
#p2Q98934tD9apaQKXJcCvr2cnWqmobJ6 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:supernett;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:119.1875rem;left:57.6875rem;height:1.29980625rem;display:block; }
#miAzp4w3FwzRvLOE7RfBpGO4RC5qFPVW { color:#000000;display:block;width:34.125rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:141.375rem;left:32.3125rem;height:13.6462625rem;display:block; }
#PRh732NvSxVVOf4w6JoXHzI7RGXeA9cq { color:#000000;display:block;width:34.8730625rem;position:absolute;font-family:chalkduster;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:138.3125rem;left:32.3125rem;height:1.950075rem;display:block; }
#tTUKqL27VpHa5V7JCXvUgtyVrFwfi8w6 { color:#000000;display:block;width:34.8730625rem;position:absolute;font-family:chalkduster;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:67.1162109375rem;left:33.0625rem;height:1.950075rem;display:block; }
#eEiM0aA8oBn8RNxNaEHbMUHvEBuLHOTe { color:#000000;display:block;width:34.8730625rem;position:absolute;font-family:chalkduster;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:33.0625rem;height:1.950075rem;display:block; }
#xSbmm7gTLtqs8kaEZdAZUBOe4O7umbeK { 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:4.9375rem;width:24.6875rem;top:3.6884765625rem;left:25.15625rem;overflow:hidden;display:block; }
#FgGTEt6iT2JJtQEiNKlrF8x7hv3u6eaS { position:absolute;display:block;z-index:15022;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:26.9375rem;width:19.3125rem;top:134.6875rem;left:0rem;overflow:hidden;display:block; }
#DRKW8xATZHNmnNrse6AMaFsidTRqx6wL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:5.625rem;top:165.5rem;left:9.75rem;overflow:hidden;display:block; }
#B3gHiFxe5Xktun0VTvUeoHfhpHizFiFn { position:absolute;display:block;z-index:15036;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:6rem;width:6rem;top:159.875rem;left:20.625rem;overflow:hidden;display:block; }
#xlukI5hih61zEPbkRrm1dbXiZoEZquDy { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:6.75rem;top:165.1875rem;left:16.875rem;overflow:hidden;display:block; }
#ry8G2WxUTVpLo9Esbelu94V69v8kMz2U { 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:4.1875rem;width:9.25rem;top:157.375rem;left:56.6875rem;overflow:hidden;display:block; }
#rMI0A1tpm2TzuP7lxclCm4WK5w6sxwh7 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:159.625rem;left:5.5rem;overflow:hidden;display:block; }
#lOk4E3M51lh3aT1XQTRi3nI74yrz0OyH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:155rem;left:45.875rem;overflow:hidden;display:block; }
#dfMFxGW8WRBAcL1cxHoUeb5rhu2Lf01Q { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.375rem;top:159.6875rem;left:13rem;overflow:hidden;display:block; }
#TImpdpeDfPsKJa1FtBQFHccVmDEQ1pdh { position:absolute;display:block;z-index:14999;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:12.8125rem;top:157.9375rem;left:31.6875rem;overflow:hidden;display:block; }
#Pad7FLxEzwrenuCRlmb0TneqFZhRvNg2 { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid #fcd859;border-left:0.3125rem solid #fcd859;border-right:0.3125rem solid #fcd859;border-bottom:0.3125rem solid #fcd859;box-shadow: none;height:26.0625rem;width:46.875rem;top:176rem;left:13.75rem;display:block; }
#r4CCKrF6sLTc6E60wChPLZySlAvmIQzk { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:11.3125rem;top:134.375rem;left:3.03125rem;overflow:hidden;display:block; }
#m6yfdU4TtWEqygD709ovh3xFzSlfpu95 { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:supernett;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:214.875rem;left:0rem;height:16.0730125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bV00B5fJErkwqLETh2szMbca6NTm4tAg { color:#000000;display:block;width:57.9355625rem;position:absolute;font-family:chalkduster;font-size:1.625rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:205rem;left:8.5625rem;height:4.22363125rem;text-align:center;text-align-last:center;display:block; }
#oM2Qa66aAMQostPAboOFFHAh1WONhX3G { color:#000000;display:block;width:26.808625rem;position:absolute;font-family:supernett;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:210.0625rem;left:26.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uTaNeETuLUM91f6sDTainKHErMTzMOJc { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:supernett;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:229.8125rem;left:0rem;height:1.2182625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qpqBwPaHvQGfckGveag98yrzJGtRrfMA { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:supernett;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:229.25rem;left:52.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFkA5oLncxnN76P385VbcRpBcZ9F7d2q { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:supernett;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:228.6875rem;left:27.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gc63B6e1Tto4gJnkrC1ZkrCvsiPJpwS0 { 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:1.25rem;width:38.625rem;top:131.4375rem;left:20.15625rem;overflow:hidden;display:block; }
#tkBPTbKgVpNbtZoHsv7hlSFVQqcCS41s { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:141.3125rem;left:5.5625rem;overflow:hidden;display:block; }
#qVGGT8496xIL5ebHl3AyJlcA2wLCF7d4 { 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:1.25rem;width:38.625rem;top:58.87109375rem;left:18.1875rem;overflow:hidden;display:block; }
#vwzoZv4Hw2RJWhgQDXQEwzNLN8uly3gG { color:#000000;display:block;width:23.375rem;position:absolute;font-family:supernett;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:215.4375rem;left:51.625rem;height:12.50125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1cOuli715Mvxk7RoJNfd5GWNQXr2sOV { color:#000000;display:block;width:21.75rem;position:absolute;font-family:supernett;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:217.25rem;left:26.625rem;height:8.9294375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmRL3NbePgNxlPdbTu00qQ2UyAJSDW0p { 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:1.25rem;width:38.625rem;top:238.6123046875rem;left:18.1875rem;overflow:hidden;display:block; }
#PeWkoUNMXSnAuue1oauOkNdQERltpBzT { color:#000000;display:block;width:38.18725rem;position:absolute;font-family:chalkduster;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:251.74926757812rem;left:33.0615234375rem;height:3.90014375rem;display:block; }
#IIergSvRrFWN8XJbv1SDhz8IwZB4UTAH { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:256.8125rem;left:33.0625rem;height:9.7473125rem;display:block; }
#fvn7MoHcfxMDWwKwgIS0DVPuTV4UnNtX { position:absolute;display:block;z-index:15044;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:25rem;width:21.5rem;top:248.0625rem;left:5.5rem;overflow:hidden;display:block; }
#CbCLythHv1is4lMI67vA7Pwr8lZ9KP0A { 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:5.3125rem;width:19.24925rem;top:273.8125rem;left:6.625rem;overflow:hidden;display:block; }
#aDRUdqrWVgk7XAkiTVmpnRqcpTKzAssi { 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:5rem;width:15.81175rem;top:268.6865234375rem;left:33.0615234375rem;overflow:hidden;display:block; }
#PHlRytDEiyUi6Ua5q8ti0hcKU50T82On { 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:3.9365234375rem;width:8.3115234375rem;top:93rem;left:49.5625rem;overflow:hidden;display:none; }
#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0909;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; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { background-color: transparent; background-image: none; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container > .video-iframe-container { display: none; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row > .video-iframe-container { display: none; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .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); }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { border-width: 0; border-radius: 0; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#suuLHIObZ3OKniGK6ksmzITn7IzXP4gF { color:#000000;display:block;width:23.499625rem;position:absolute;font-family:chronic;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.7164421081543rem;left:49.243608474731rem;height:2.53784375rem;text-align:left;text-align-last:left;display:block; }
#HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { color:#000000;display:block;width:15.1245rem;position:absolute;font-family:supernett;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:7.8125rem;height:6.09375rem;display:block; }
#f1oVfF8prt342BGfX50XOvnuwl8MP0EF { 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:4.8739375rem;width:4.6875rem;top:5.7155780792236rem;left:32.276277542114rem;overflow:hidden;display:block; }
#ZZAruRhBvsTf8Rd42xCOG8VI5sEVF109 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8739375rem;width:4.8117875rem;top:5.7155780792236rem;left:39.026098251343rem;overflow:hidden;display:block; }
#R0peuKkB7h752cKyESMum9kf3VudDK3q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8117875rem;width:4.6875rem;top:11.716108322144rem;left:39.086469650269rem;overflow:hidden;display:block; }
#VmysDFM2XFMqCmnMnUnHbJTkytI57ICZ { 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:4.74964375rem;width:4.62358125rem;top:11.745405197144rem;left:32.308237075806rem;overflow:hidden;display:block; }
#Ge1oATgUHd2epTcxevQ1bMZbHV4lSf31 { color:#000000;display:block;width:19.4983125rem;position:absolute;font-family:chronic;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.8125rem;height:2.53784375rem;text-align:left;text-align-last:left;display:block; }
#OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { color:#000000;display:block;width:28.0610625rem;position:absolute;font-family:supernett;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.77414894104rem;left:23.468572616577rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#CswTrrIgwOXEmF2zwBomPT2llTXktT3E { position:absolute;display:block;z-index:15008;height:10.25rem;width:18.0625rem;top:8.37109375rem;left:44.5625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { display:block; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { width:15.0625rem;height:3.6875rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IhuMTNl32TbdOa5NC555u5ehQg8Km6Rm { width:7.375rem;height:3.375rem;top:1.4375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCU2rAKGJyq5w0IxQl2bq3Pg47bpdFHQ { width:7.6875rem;height:3.375rem;top:1.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iSn1wtqZFKVQ9he3aXNkBfU7MgXu5eP0 { top:1.6875rem;left:29.375rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qr4IS4mFTuTSAPOVv1NoCWQDFsT2RFO2 { display:block; }
 }@media only screen and (max-width: 1199px) { #wr0IHt2ZO4OEtTzrv1rlmldgMNJBVRh4 { width:7.5rem;height:3.4375rem;top:1.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAPzpN0ptmqbisTUOhKvEVf4aX3PkmPA { top:1.25rem;left:20.8125rem;width:7.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwmvAR1vNkHdo1eXcbJTDHDnpwgfcNo4 { display:block; }
 }@media only screen and (max-width: 1199px) { #NGn2P5Tz6lARsgqMfmVMKbkw496nLADq { top:1.6875rem;left:29.375rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ouC7KXiCpiCa5xCizSxSdbFdE79HeJxJ { display:block; }
 }@media only screen and (max-width: 1199px) { #J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS { display:block; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 { display:block; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row .container { width:47.75rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #un2HLeDEVOaVysSXJpkwtWBxd4eSfqOs { width:47.75rem;height:;top:0rem;left:0rem;font-size:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJh4qtv2pR7XfIhiHbzBWgauA8aAkzrV { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3bu0LAs6705ndZT7mWJcONX45ptTRDk { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSpoA0CT0ug5rIkAnsGsGhlBS6gZODmG { width:12.8125rem;height:3.125rem;top:37.279840469361rem;left:18.530716180801rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOgiFRgUs1EPTOyn57iKAIsho40TfuJ6 { width:8.3123125rem;height:3.937325rem;top:36.873233795166rem;left:32.903051614761rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sdpfk8Do4kXPp7dXX8KRxI44NTzE90UT { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htiy266Gslhr2r7Zri0VDV6C9em7v0Hr { width:10.625rem;height:1.8642858396159rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0OeVR84IWgNKuqeI8Ude9UTqQJ2dZQT { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfhwdQwwK62K6xR69z9q8pqgZiqbK2zs { width:21.4375rem;height:27.171799415089rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMB9kL1GGucWkKVmcAp3LF8In9civBGi { display:block; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container { width:47.75rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c8cb4m1xEcRpG5nPJwvAFxnXb40BXpEO { width:13.499625rem;height:17.874625rem;top:15.025742530822rem;left:3.62393450737rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KgkaMBaKTcd8Q0ph4B18U26QKEavNib3 { width:24.6244375rem;height:19.5rem;top:15.023966789246rem;left:18.530716180801rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1ZAEWWZhn2WCLXKzGqBW36TsatrPiEo { width:3.5rem;height:3.5rem;top:33.115232467651rem;left:5.5854031260529rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8XciF4CiErPerlr6qNxi4zKogBHmyAu { width:3.75rem;height:3.68696875rem;top:32.89772605896rem;left:9.27219414711rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxTVRNygQ4QTUB2SBb742TLGTrm0dBgJ { width:3.937325rem;height:3.8742875rem;top:32.897728919983rem;left:13.245738267899rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cms8gAG4UiOunBRZZWgXsLfN8pp7QbCq { width:8.3123125rem;height:3.937325rem;top:36.873233795166rem;left:32.903051614761rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uw5EHd7yJnQTKxlrzStIE2KxnO01zAAE { width:12.8125rem;height:3.125rem;top:37.279840469361rem;left:18.530716180801rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJCATJm5IDibs5eGbbECFdWee2Mlk1cw { width:36.6240234375rem;height:1.75rem;top:43.3740234375rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zivTOMoiIk0mJEAyNvo0pJKhctrfxtva { width:26.8115234375rem;height:1.125rem;top:46.2421875rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdJHu2u5rQDNG8y7sdFsSNQU6DxsdWGV { width:13.5615234375rem;height:17.248046875rem;top:52.619140625rem;left:2.748046875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ufKUFyWphqlf9Bg6H794K2TTh8kmDLDv { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVqquealp6ciirflEf4lM2eTcTKFN7sK { width:36.6240234375rem;height:5.25rem;top:78.0078125rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNzR52HdtCH2iPdBt7ztxwhUeRUIKpHb { width:26.8115234375rem;height:1.125rem;top:84.6865234375rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSbbAGvtTq0rSCEcKTb9imPavhDrPTSP { width:47.75rem;height:53.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OudCDAZr0IKadVgMk2UnThKJT3TzdzZh { top:38.498753547669rem;left:0rem;width:47.75rem;height:53.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #LJN46D5PkN03AwwFiQWDM3eTJzxDKNNu { width:12.8125rem;height:3.125rem;top:73.0166015625rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSydPS5niMdh9tpktVk8D2RARfsgFnwb { width:8.4375rem;height:3.9375rem;top:72.6103515625rem;left:32.8388671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbcUqBVVHbVD9oQlc6FN4SSxvAeyiDJm { width:4.5rem;height:3.875rem;top:69.8671875rem;left:6.060546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRkTFH6yZlJLc8RRcpCJvdTesLqpitC9 { width:3.875rem;height:3.8125rem;top:69.8671875rem;left:11.078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gt0GCZXSzr8N0pFI4tpgCgp6mzFu6fTA { width:5.25rem;height:4.3125rem;top:97.65625rem;left:5.685546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FT2SiWyxhwPGvdnKgu54eoTuWhbGMqPE { width:13.6875rem;height:7.625rem;top:96rem;left:1.466796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amhMyDLILNwG2hMx6qAKU1cJW4EcaErS { width:47.75rem;height:1.375rem;top:93.310546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r6LO7arxNg3BugVu89qPrGXBSsqSmL0J { width:14.5rem;height:8.9375rem;top:95.34375rem;left:31.3427734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6Q9AL7MsGmTFw6k59tT8u6DeF0CThVM { width:13.625rem;height:7.5625rem;top:96.03125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2Q98934tD9apaQKXJcCvr2cnWqmobJ6 { width:7.1875rem;height:1.25rem;top:99.1875rem;left:35.3115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miAzp4w3FwzRvLOE7RfBpGO4RC5qFPVW { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRh732NvSxVVOf4w6JoXHzI7RGXeA9cq { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTUKqL27VpHa5V7JCXvUgtyVrFwfi8w6 { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEiM0aA8oBn8RNxNaEHbMUHvEBuLHOTe { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSbmm7gTLtqs8kaEZdAZUBOe4O7umbeK { width:24.6875rem;height:4.9375rem;top:3.6875rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgGTEt6iT2JJtQEiNKlrF8x7hv3u6eaS { width:19.375rem;height:27rem;top:134.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRKW8xATZHNmnNrse6AMaFsidTRqx6wL { width:4.375rem;height:5.4375rem;top:10.90625rem;left:38.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3gHiFxe5Xktun0VTvUeoHfhpHizFiFn { width:4.5625rem;height:4.5625rem;top:7.46875rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlukI5hih61zEPbkRrm1dbXiZoEZquDy { width:5.375rem;height:6.375rem;top:3.25rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ry8G2WxUTVpLo9Esbelu94V69v8kMz2U { width:4.125rem;height:1.8125rem;top:22.6875rem;left:40.0009765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMI0A1tpm2TzuP7lxclCm4WK5w6sxwh7 { width:5.1875rem;height:5.1875rem;top:17.5625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOk4E3M51lh3aT1XQTRi3nI74yrz0OyH { width:5rem;height:5rem;top:21.0625rem;left:34.2138671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfMFxGW8WRBAcL1cxHoUeb5rhu2Lf01Q { width:4.9375rem;height:5rem;top:14rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TImpdpeDfPsKJa1FtBQFHccVmDEQ1pdh { width:12.8125rem;height:3.125rem;top:73.0166015625rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pad7FLxEzwrenuCRlmb0TneqFZhRvNg2 { width:18.8125rem;height:10.3125rem;top:3.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4CCKrF6sLTc6E60wChPLZySlAvmIQzk { width:10.125rem;height:7.25rem;top:48.5625rem;left:37.522540983606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6yfdU4TtWEqygD709ovh3xFzSlfpu95 { width:34.875rem;height:43.5rem;top:35.68359375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bV00B5fJErkwqLETh2szMbca6NTm4tAg { width:36.6240234375rem;height:5.25rem;top:78.0078125rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oM2Qa66aAMQostPAboOFFHAh1WONhX3G { width:26.8115234375rem;height:1.125rem;top:84.6865234375rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTaNeETuLUM91f6sDTainKHErMTzMOJc { width:26.8115234375rem;height:1.125rem;top:84.6865234375rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpqBwPaHvQGfckGveag98yrzJGtRrfMA { width:26.8115234375rem;height:1.125rem;top:84.6865234375rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFkA5oLncxnN76P385VbcRpBcZ9F7d2q { width:26.8115234375rem;height:1.125rem;top:84.6865234375rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gc63B6e1Tto4gJnkrC1ZkrCvsiPJpwS0 { width:30.3125rem;height:1.25rem;top:29.71875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkBPTbKgVpNbtZoHsv7hlSFVQqcCS41s { width:6.3125rem;height:6.3125rem;top:61.0625rem;left:40.0009765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVGGT8496xIL5ebHl3AyJlcA2wLCF7d4 { width:30.3125rem;height:1.25rem;top:29.71875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwzoZv4Hw2RJWhgQDXQEwzNLN8uly3gG { width:34.875rem;height:43.5rem;top:35.68359375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1cOuli715Mvxk7RoJNfd5GWNQXr2sOV { width:34.875rem;height:43.5rem;top:35.68359375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmRL3NbePgNxlPdbTu00qQ2UyAJSDW0p { width:30.3125rem;height:1.25rem;top:29.71875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeWkoUNMXSnAuue1oauOkNdQERltpBzT { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIergSvRrFWN8XJbv1SDhz8IwZB4UTAH { width:25.873046875rem;height:16.5rem;top:52.9931640625rem;left:17.9052734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvn7MoHcfxMDWwKwgIS0DVPuTV4UnNtX { width:21.4375rem;height:24.928485045816rem;top:248.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbCLythHv1is4lMI67vA7Pwr8lZ9KP0A { width:9.375rem;height:2.5625rem;top:73.0166015625rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDRUdqrWVgk7XAkiTVmpnRqcpTKzAssi { width:8.25rem;height:2.75rem;top:73.0166015625rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHlRytDEiyUi6Ua5q8ti0hcKU50T82On { width:8.4375rem;height:3.9375rem;top:72.6103515625rem;left:32.8388671875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 { display:block; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { width:47.75rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #suuLHIObZ3OKniGK6ksmzITn7IzXP4gF { width:13.9365234375rem;height:2.0625rem;top:3.625rem;left:30.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { width:12.5rem;height:5.0625rem;top:6.6228694915769rem;left:1.904296875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1oVfF8prt342BGfX50XOvnuwl8MP0EF { width:4.6875rem;height:4.875rem;top:3.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZAruRhBvsTf8Rd42xCOG8VI5sEVF109 { width:4.8125rem;height:4.875rem;top:3.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0peuKkB7h752cKyESMum9kf3VudDK3q { width:4.6875rem;height:4.8125rem;top:9.25rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmysDFM2XFMqCmnMnUnHbJTkytI57ICZ { width:4.625rem;height:4.75rem;top:9.25rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ge1oATgUHd2epTcxevQ1bMZbHV4lSf31 { width:13.9373125rem;height:2.0625rem;top:3.6381397247314rem;left:1.904296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { width:27.9998125rem;height:2.25rem;top:17.932329177856rem;left:11.15500664711rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CswTrrIgwOXEmF2zwBomPT2llTXktT3E { width:13.5rem;height:10.25rem;top:5.84375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO { display:block; }#QoGkeDIxKXQzMRLlSkeypNlwlQ8IBEMO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { width:20rem;height:5.198975rem;top:0.623779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhuMTNl32TbdOa5NC555u5ehQg8Km6Rm { width:6.4375rem;height:2.9375rem;top:6.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCU2rAKGJyq5w0IxQl2bq3Pg47bpdFHQ { width:6.625rem;height:2.875rem;top:6.76171875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSn1wtqZFKVQ9he3aXNkBfU7MgXu5eP0 { top:7.01171875rem;left:6.6875rem;width:6.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr4IS4mFTuTSAPOVv1NoCWQDFsT2RFO2 { display:block; }
 }@media only screen and (max-width: 763px) { #wr0IHt2ZO4OEtTzrv1rlmldgMNJBVRh4 { width:6.4375rem;height:2.875rem;top:6.76171875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAPzpN0ptmqbisTUOhKvEVf4aX3PkmPA { top:6.875rem;left:0rem;width:6.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwmvAR1vNkHdo1eXcbJTDHDnpwgfcNo4 { display:block; }
 }@media only screen and (max-width: 763px) { #NGn2P5Tz6lARsgqMfmVMKbkw496nLADq { top:7.15625rem;left:13.75rem;width:5.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouC7KXiCpiCa5xCizSxSdbFdE79HeJxJ { display:block; }
 }@media only screen and (max-width: 763px) { #J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS { display:block; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS { background-color: transparent; background-image: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container > .video-iframe-container { display: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row > .video-iframe-container { display: none; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .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); }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS { border-width: 0; border-radius: 0; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .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; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container { width:20rem;height:12.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5319bebf-77c5-4086-807d-1377da602e4b/banner21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container.adaptive-delivery-prevent-bg, #J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container.lazyload, #J5pP12FDeyeAWhN0t5xnWQnTrnwDLPAS > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 { display:block; }#EV7CxJaa6yuc7g7qOWavPh9dFAJB16v9 > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un2HLeDEVOaVysSXJpkwtWBxd4eSfqOs { width:20rem;height:0;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJh4qtv2pR7XfIhiHbzBWgauA8aAkzrV { width:20rem;height:13.15613125rem;top:35.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3bu0LAs6705ndZT7mWJcONX45ptTRDk { width:20rem;height:1.62475625rem;top:32.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSpoA0CT0ug5rIkAnsGsGhlBS6gZODmG { width:12.8125rem;height:3.125rem;top:51.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOgiFRgUs1EPTOyn57iKAIsho40TfuJ6 { width:8.2483125rem;height:3.90625rem;top:56.123046875rem;left:5.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdpfk8Do4kXPp7dXX8KRxI44NTzE90UT { width:19.9353125rem;height:1.7871125rem;top:26.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htiy266Gslhr2r7Zri0VDV6C9em7v0Hr { width:10.686625rem;height:1.875rem;top:27.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0OeVR84IWgNKuqeI8Ude9UTqQJ2dZQT { width:13.2483125rem;height:1.64978125rem;top:2.745361328125rem;left:3.375244140625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfhwdQwwK62K6xR69z9q8pqgZiqbK2zs { width:16.74925rem;height:21.12425rem;top:4.31640625rem;left:1.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMB9kL1GGucWkKVmcAp3LF8In9civBGi { display:block; }#VMB9kL1GGucWkKVmcAp3LF8In9civBGi > .row .container { width:20rem;height:363.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8cb4m1xEcRpG5nPJwvAFxnXb40BXpEO { width:9.8108125rem;height:13.0603125rem;top:8.187255859375rem;left:6.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkaMBaKTcd8Q0ph4B18U26QKEavNib3 { width:20rem;height:20.4650875rem;top:25.37353515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1ZAEWWZhn2WCLXKzGqBW36TsatrPiEo { width:3.75rem;height:3.68696875rem;top:8.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8XciF4CiErPerlr6qNxi4zKogBHmyAu { width:3.624825rem;height:3.5609rem;top:12.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTVRNygQ4QTUB2SBb742TLGTrm0dBgJ { width:3.99946875rem;height:3.937325rem;top:16.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cms8gAG4UiOunBRZZWgXsLfN8pp7QbCq { width:8.75rem;height:3.5620125rem;top:52.49755859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw5EHd7yJnQTKxlrzStIE2KxnO01zAAE { width:13.4375rem;height:2.68676875rem;top:47.87353515625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJCATJm5IDibs5eGbbECFdWee2Mlk1cw { width:20rem;height:3.08715625rem;top:102.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivTOMoiIk0mJEAyNvo0pJKhctrfxtva { width:20rem;height:1.05590625rem;top:106.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJHu2u5rQDNG8y7sdFsSNQU6DxsdWGV { width:10.5rem;height:13.375rem;top:113.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufKUFyWphqlf9Bg6H794K2TTh8kmDLDv { width:20rem;height:20.46506875rem;top:130.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVqquealp6ciirflEf4lM2eTcTKFN7sK { width:17.3115234375rem;height:5.19775625rem;top:162.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzR52HdtCH2iPdBt7ztxwhUeRUIKpHb { width:20rem;height:1.05590625rem;top:168.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbbAGvtTq0rSCEcKTb9imPavhDrPTSP { top:109.033203125rem;left:0.59375rem;width:18.8125rem;height:21.1875rem;z-index:15003;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OudCDAZr0IKadVgMk2UnThKJT3TzdzZh { width:20rem;height:22.513354214906rem;top:127.50000155762rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJN46D5PkN03AwwFiQWDM3eTJzxDKNNu { width:12.99925rem;height:2.68676875rem;top:153.125rem;left:3.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSydPS5niMdh9tpktVk8D2RARfsgFnwb { width:8.62425rem;height:3.49975625rem;top:157.45239257812rem;left:5.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbcUqBVVHbVD9oQlc6FN4SSxvAeyiDJm { width:5.249025rem;height:4.56176875rem;top:114.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRkTFH6yZlJLc8RRcpCJvdTesLqpitC9 { width:4.4375rem;height:4.375rem;top:119.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt0GCZXSzr8N0pFI4tpgCgp6mzFu6fTA { width:8.374rem;height:6.875rem;top:60.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2SiWyxhwPGvdnKgu54eoTuWhbGMqPE { width:18.18725rem;height:10.18675rem;top:58.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amhMyDLILNwG2hMx6qAKU1cJW4EcaErS { width:20rem;height:4.6307375rem;top:81.561279296875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LO7arxNg3BugVu89qPrGXBSsqSmL0J { width:20rem;height:12.359625rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Q9AL7MsGmTFw6k59tT8u6DeF0CThVM { height:10.3125rem;width:18.4985625rem;top:70.2490234375rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Q98934tD9apaQKXJcCvr2cnWqmobJ6 { width:7.1875rem;height:1.2994375rem;top:87.843017578125rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAzp4w3FwzRvLOE7RfBpGO4RC5qFPVW { width:20rem;height:13.15610625rem;top:199.18579101562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRh732NvSxVVOf4w6JoXHzI7RGXeA9cq { width:16.5625rem;height:3.2495125rem;top:194.873046875rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTUKqL27VpHa5V7JCXvUgtyVrFwfi8w6 { width:20rem;height:1.62475625rem;top:128.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEiM0aA8oBn8RNxNaEHbMUHvEBuLHOTe { width:20rem;height:1.62475625rem;top:22.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSbmm7gTLtqs8kaEZdAZUBOe4O7umbeK { width:20rem;height:4.07404375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgGTEt6iT2JJtQEiNKlrF8x7hv3u6eaS { width:12.0605625rem;height:16.9360625rem;top:176.125rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DRKW8xATZHNmnNrse6AMaFsidTRqx6wL { width:2.1875rem;height:2.749025rem;top:185.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3gHiFxe5Xktun0VTvUeoHfhpHizFiFn { width:2.436525rem;height:2.436525rem;top:183.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlukI5hih61zEPbkRrm1dbXiZoEZquDy { width:3.125rem;height:3.93676875rem;top:179.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8G2WxUTVpLo9Esbelu94V69v8kMz2U { width:5.9375rem;height:2.75rem;top:23.9287109375rem;left:7.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMI0A1tpm2TzuP7lxclCm4WK5w6sxwh7 { width:2.8125rem;height:2.8125rem;top:187.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOk4E3M51lh3aT1XQTRi3nI74yrz0OyH { width:7.4375rem;height:7.4375rem;top:15.5537109375rem;left:6.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfMFxGW8WRBAcL1cxHoUeb5rhu2Lf01Q { width:3.125rem;height:3.18725625rem;top:189.9375rem;left:14.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #TImpdpeDfPsKJa1FtBQFHccVmDEQ1pdh { width:12.8125rem;height:3.125rem;top:214.8828125rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pad7FLxEzwrenuCRlmb0TneqFZhRvNg2 { height:10.1245rem;width:19.375rem;top:237.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4CCKrF6sLTc6E60wChPLZySlAvmIQzk { width:10.1233125rem;height:7.3108125rem;top:174.49951171875rem;left:5.968017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6yfdU4TtWEqygD709ovh3xFzSlfpu95 { width:20rem;height:13.89220625rem;top:251rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV00B5fJErkwqLETh2szMbca6NTm4tAg { width:20rem;height:5.84716875rem;top:226.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM2Qa66aAMQostPAboOFFHAh1WONhX3G { width:14.812rem;height:2.11181875rem;top:233.3125rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTaNeETuLUM91f6sDTainKHErMTzMOJc { width:20rem;height:1.05590625rem;top:264.88647460938rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqBwPaHvQGfckGveag98yrzJGtRrfMA { width:20rem;height:1.05590625rem;top:292.62329101562rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkA5oLncxnN76P385VbcRpBcZ9F7d2q { width:20rem;height:1.05590625rem;top:276.74926757812rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc63B6e1Tto4gJnkrC1ZkrCvsiPJpwS0 { width:20rem;height:0.646975rem;top:172.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkBPTbKgVpNbtZoHsv7hlSFVQqcCS41s { width:4.0625rem;height:4.0625rem;top:176.12426757812rem;left:15.07568359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVGGT8496xIL5ebHl3AyJlcA2wLCF7d4 { width:20rem;height:0.646975rem;top:110.31127929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwzoZv4Hw2RJWhgQDXQEwzNLN8uly3gG { width:20rem;height:10.8050625rem;top:281.0595703125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1cOuli715Mvxk7RoJNfd5GWNQXr2sOV { width:20rem;height:7.717875rem;top:268.291015625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmRL3NbePgNxlPdbTu00qQ2UyAJSDW0p { width:20rem;height:0.646975rem;top:298.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeWkoUNMXSnAuue1oauOkNdQERltpBzT { width:20rem;height:6.499rem;top:331.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIergSvRrFWN8XJbv1SDhz8IwZB4UTAH { width:20rem;height:10.2325625rem;top:340.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvn7MoHcfxMDWwKwgIS0DVPuTV4UnNtX { width:20rem;height:23.2568125rem;top:307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbCLythHv1is4lMI67vA7Pwr8lZ9KP0A { width:14.8108125rem;height:3.999025rem;top:302.31201171875rem;left:2.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDRUdqrWVgk7XAkiTVmpnRqcpTKzAssi { width:14.187rem;height:4.24926875rem;top:353.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHlRytDEiyUi6Ua5q8ti0hcKU50T82On { width:8.6230625rem;height:3.49975625rem;top:219.8095703125rem;left:5.687255859375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 { display:block; }#NkD4UTpRle9LKNXy2feBdlQxIFZ1cv68 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suuLHIObZ3OKniGK6ksmzITn7IzXP4gF { width:13.9364375rem;height:2.53784375rem;top:25.76615524292rem;left:2.9989342689514rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { width:12.5rem;height:4.63074375rem;top:5.6875rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1oVfF8prt342BGfX50XOvnuwl8MP0EF { width:4.6875rem;height:4.875rem;top:12.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZAruRhBvsTf8Rd42xCOG8VI5sEVF109 { width:4.8125rem;height:4.875rem;top:12.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0peuKkB7h752cKyESMum9kf3VudDK3q { width:4.6875rem;height:4.8125rem;top:18.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmysDFM2XFMqCmnMnUnHbJTkytI57ICZ { width:4.625rem;height:4.75rem;top:18.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge1oATgUHd2epTcxevQ1bMZbHV4lSf31 { width:20rem;height:2.53784375rem;top:3rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { width:20rem;height:2.2753875rem;top:39.12109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CswTrrIgwOXEmF2zwBomPT2llTXktT3E { width:11rem;height:6rem;top:29.12109375rem;left:0.6875rem;display:block; }
 }