.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;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:7.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; }#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; }
#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { background-color: transparent; background-image: none; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container > .video-iframe-container { display: none; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row > .video-iframe-container { display: none; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .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); }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { border-width: 0; border-radius: 0; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#VJWSrmmBq0BFVsbW1OValcGIC3PgWkf5 { 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:50.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Trfi1yf2OlbHSd0crX55PMDIuaUPAKLs { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:chalkduster;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.5rem;left:33.09375rem;height:1.46179375rem;display:block; }
#UJrrWdTKhAySW24cnqAQ3A54g8zkNUeV { color:#ffffff;display:block;width:19.747875rem;position:absolute;font-family:chalkduster;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.6875rem;left:0.125rem;height:1.46179375rem;display:block; }
#hGSersh7QsGTCgnlvXXRXT9BpiosB9E3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.625rem;top:51.9375rem;left:33.1875rem;overflow:hidden;display:block; }
#LT7aXdhUlL7Kbh4WpTklOXhIcFOn0xGX { position:absolute;display:block;z-index:15010;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.49609375rem;width:8.5615234375rem;top:53.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#lChHHQlLfrZA8BSCWsSWEFQ46reA69cg { 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:3.4375rem;width:6.9990234375rem;top:53.6875rem;left:12.5625rem;overflow:hidden;display:block; }
#o9V9uUdGxHoylk6rHLJSO6m7l7VmwBt3 { 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:2.1875rem;width:11.5625rem;top:54.341796875rem;left:22.375rem;overflow:hidden;display:block; }
#zR9ZWo9kXQW71vVqs5l7H5xPMzhqEyli { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.5rem;top:52.4375rem;left:46.3125rem;overflow:hidden;display:block; }
#XTGHsEIJnBnG38KLCdKGKTlgKmvr40Sd { 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:2rem;width:11.5rem;top:54.435546875rem;left:60.375rem;overflow:hidden;display:block; }
#gBgeZz3SJNTrVH7sL6TIpx2qAgASyzkC { 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:2.4365234375rem;width:8.2490234375rem;top:54.216796875rem;left:35.9384765625rem;overflow:hidden;display:block; }
#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { position:relative;display:block; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { background-color: transparent; background-image: none; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container > .video-iframe-container { display: none; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row > .video-iframe-container { display: none; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .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); }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { border-width: 0; border-radius: 0; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .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; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .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:18.75rem;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; }#R6hB8Xc6MxLQpOk0hK7Gs7RiiC78pzl5 { color:#000000;display:block;width:33.93675rem;position:absolute;font-family:chalkduster;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.698486328125rem;left:3.90380859375rem;height:1.625rem;display:block; }
#MnyGtkTixUp0qvJ2BkTbhp760w6MoN2m { position:absolute;display:block;z-index:15009;height:16.373875rem;width:29.3109375rem;top:2.3760986328125rem;left:44.15283203125rem;display:block; }
#eMdS9pyfbdkQFFDRFo8sdZpUGuQTxabp { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:supernett;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.593994140625rem;left:3.90380859375rem;height:5.84716875rem;display:block; }
#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeeaf;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; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { background-color: transparent; background-image: none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container > .video-iframe-container { display: none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row > .video-iframe-container { display: none; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .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); }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { border-width: 0; border-radius: 0; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { font-size:0.875rem;font-family:arial;height:82.5625rem;width:75rem;position:relative;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.81228125rem;width:26.3748125rem;top:3.1597232818604rem;left:24.312068939209rem;overflow:hidden;display:block; }
#HHa38NCC7QP4AJbNuU8voO4HRZ13XXZ4 { 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:49.25rem;width:36.8125rem;top:10.781860351562rem;left:0rem;overflow:hidden;display:block; }
#JS5tDiuTDPwn9F2rpupelqopOakLn1y9 { z-index:15003;top:54.22021484375rem;left:9.78662109375rem;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:rgba(0,0,0,0);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:16.125rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z4PZ0r99rW3JeQUcrDHgpLSTfE3wTnNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlZ3ofuzWbZ9EbHXEsZVmW6AZ4PFOIzI { z-index:15004;top:54.47021484375rem;left:47.967163085938rem;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:rgba(0,0,0,0);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:16.3125rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U2dzhv6dd8Wa3dOcbVXu06aqtJBtDJCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nxqgc0120X1AsVsnqRITJC9Hzly0TNZ9 { 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:49.375rem;width:37rem;top:10.781860351562rem;left:38.000122070312rem;overflow:hidden;display:block; }
#G6aZDin1SFE2ZoNK6hBx7988XBrMX6xU { color:#000000;display:block;width:71.75rem;position:absolute;font-family:supernett;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:62.0625rem;left:1.625rem;height:21.9268875rem;display:block; }
#yZLHVUBcJb42ax20ozhXlKzhZn03m4vF { box-sizing:content-box;height:20.8125rem;width:74.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.43);background-image:none;top:61.4375rem;left:0.1875rem;display:block; }
#ZD86U390kQIgsfSJxvofTvLXWUl54G2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeeaf;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; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { background-color: transparent; background-image: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container > .video-iframe-container { display: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row > .video-iframe-container { display: none; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .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); }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { border-width: 0; border-radius: 0; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:75rem;position:relative;display:block; }#UuKMGf9f1zSWvuNsLv0uTA1fG9n0tiZp { position:absolute;display:block;z-index:15000;background-color:#deebfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:33.499375rem;width:24.749375rem;top:3.6241321563721rem;left:50.250650405884rem;display:block; }
#WBh3waqC2m91ED8JlLBeVilxcH49Kfl6 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dotted #393939;border-left:0.375rem dotted #393939;border-right:0.375rem dotted #393939;border-bottom:0.375rem dotted #393939;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:33.499375rem;width:24.375rem;top:3.2747392654419rem;left:49.930559158325rem;display:block; }
#ZDpPdiMuZhzCGR47bBiuTcMPCtdgZczg { 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:27.9375rem;width:51.6875rem;top:3.4365234375rem;left:1.25rem;overflow:hidden;display:none; }
#Ws6wLiD4IONKVBTPO2usauxFNBRfgx0v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:36.1870625rem;width:48.186875rem;top:2.2786464691162rem;left:0rem;overflow:hidden;display:block; }
#mdI6z0TfCgKnE4E1tidpbCqxDozcAXay { position:absolute;display:block;z-index:15013;height:33.186875rem;width:24.375rem;top:3.7803821563721rem;left:50.313150405884rem;display:block; }
#rGNrq3MF6l9n6ecgMTZGZnSfmV7KsxFv { position:absolute;display:block;z-index:15018;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:15.8121875rem;width:23.8748125rem;top:14.686959266662rem;left:22.286784172058rem;overflow:hidden;display:block; }
#JNRyu1K0u5P0GbNgTM9HT1ebBzosBTeI { position:absolute;display:block;z-index:15020;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.1245125rem;width:25.686625rem;top:3.6236572265625rem;left:20.5126953125rem;overflow:hidden;display:block; }
#bAsH92PQaENiSNvONvZccPAXcBOekzz9 { color:#000000;display:block;width:13.687125rem;position:absolute;font-family:chalkduster;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:42.288208007812rem;left:31.380004882812rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TOuMAJqbEfop9xP5SVOI9PI8KccGT2mb { 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:12.5rem;width:75rem;top:42.84912109375rem;left:0rem;overflow:hidden;display:block; }
#watLCxq4hhVtO4CUsLb6OfqkUV05KzTZ { 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:0.99975625rem;width:11.62475rem;top:44.162963867188rem;left:32.409057617188rem;overflow:hidden;display:block; }
#bOThNLKMHQZJyb30d0QluTaOrdpUAtBf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.625rem;top:61.962890625rem;left:39.375rem;display:block; }
#Z7o2FvkVDULan7fIzilqaDW2LoiOMlm0 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:chalkduster;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:58.8330078125rem;left:42.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Ls9KUODZAKdk6nMaoF65F5GEsGDFTHUE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:27.875rem;top:63.298239257812rem;left:9.6001772940613rem;overflow:hidden;display:block; }
#MHeFTahZwTS5IAiuwcvT2zSfNDAgsoBu { 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:18.5625rem;width:13.875rem;top:58.8330078125rem;left:0rem;overflow:hidden;display:block; }
#z48KENbgngfzQZ7T9CzTp80oIkDykCdi { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:chalkduster;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:58.97705078125rem;left:15.601196289062rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO { 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; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { background-color: transparent; background-image: none; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container > .video-iframe-container { display: none; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row > .video-iframe-container { display: none; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .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); }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { border-width: 0; border-radius: 0; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { font-size:0.875rem;font-family:arial;height:90.1875rem;width:75rem;position:relative;display:block; }#ZVhy8s12F1PoeF54iId9wTcecun0l8RZ { 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.81176875rem;width:25.68725rem;top:5rem;left:24.655151367188rem;overflow:hidden;display:block; }
#Qdnhe4u5UCrBcqsEKT0WdyP6DkwwI80Z { color:#000000;display:block;width:70.6875rem;position:absolute;font-family:supernett;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9990234375rem;left:2.15576171875rem;height:12.34863125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBarHpssRVUl7I2DuJoF1XThS2p8AUoy { 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:6rem;width:14.1875rem;top:8.6875rem;left:1.15625rem;overflow:hidden;display:block; }
#oVqnZzkRfnCnvk0bHblSF2bkv60MF4CU { 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:5.874025rem;width:15.437rem;top:35.936889648438rem;left:57.445068359375rem;overflow:hidden;display:block; }
#J5B6FMTAGJqWqCfQAN3x6PosiIfQcutJ { 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:5rem;width:15.99975rem;top:69.749755859375rem;left:6.5576171875rem;overflow:hidden;display:block; }
#qZ4lQWe38dtPOpFIKT3lqT5TB6J05mnr { 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:16.3745rem;width:12.87475rem;top:68.124389648438rem;left:56.848754882812rem;overflow:hidden;display:block; }
#koUfGN6ZILQ47gQqlJyOfElva5MFlmQL { 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:6.186525rem;width:36.25rem;top:75.90087890625rem;left:19.375rem;overflow:hidden;display:block; }
#nEn07cQW8SQpUBoETskhCXGFAx9zE1PN { color:#000000;display:block;width:28.8733125rem;position:absolute;font-family:chronic;font-size:4.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:76.353759765625rem;left:23.062133789062rem;height:10.5615rem;text-align:center;text-align-last:center;display:block; }
#CXODngm3lnvC5U6x7iQ3vnL8GbuUV7mS { 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.3745125rem;width:75rem;top:88.812866210938rem;left:0rem;overflow:hidden;display:block; }
#g7rwn68ZMUQ4dLRTTy2pal7drTpHC6y3 { color:#000000;display:block;width:69.186875rem;position:absolute;font-family:supernett;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.248657226562rem;left:2.9052734375rem;height:15.43578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Otik1ZnkpymMVAbdoOUPcMagKzdJWL16 { color:#000000;display:block;width:70.56125rem;position:absolute;font-family:supernett;font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:47.249755859375rem;left:2.2174072265625rem;height:24.69725rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:204.375rem;width:75rem;position:relative;display:block; }#KOwGbzk6FRTNczciyIllHzErfzHb8ifZ { 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.625rem;width:27.1875rem;top:4.1246576309204rem;left:24.852628707886rem;overflow:hidden;display:block; }
#Mye6XfdrdU1dFIU9B9c5kyHaaP8QwI1u { 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:20.9375rem;width:29.6875rem;top:11.5625rem;left:4.6123046875rem;overflow:hidden;display:block; }
#Ar1WsM4ps73ZsrhnbspxOxZElBXvAfoJ { 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.5rem;width:29.5rem;top:28.5625rem;left:41.7890625rem;overflow:hidden;display:block; }
#MydCUnKVmWssrVtPnLC8yIDC6v63Lri8 { 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:149.5rem;width:2.0625rem;top:32.4375rem;left:36.258834051259rem;overflow:hidden;display:block; }
#IvPBcR0cN3HtZsFOI4WLdpDie5Dh7cfo { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5RXUs9GtfDP6IA27E8lA9EiopZrSupT { color:#000000;display:block;width:28.75rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.6875rem;left:6.40625rem;height:4.38720625rem;text-align:right;text-align-last:right;display:block; }
#VDoZiXZ40G1adGB79VRwtH66ErWP1S48 { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.75rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vof7TCzCQtJdTm3q1Em84zJWCJQdoGQ2 { color:#000000;display:block;width:31.75rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:52.9375rem;left:39.4765625rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#zTIyumEQO8rUEGxuTT6Tc6iFT1OzNmkr { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:66.625rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGVDeBL6vTf7TNJBVWJeusala7wD13Ic { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:69.875rem;left:6.84375rem;height:8.7744375rem;text-align:right;text-align-last:right;display:block; }
#MtcxbrrT4JsVEs0Z7zWriB9HwPH0EPoK { 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:21.75rem;width:30.875rem;top:46.09375rem;left:4.0185546875rem;overflow:hidden;display:block; }
#q2IyH1n2Asca2KqJJ8pemy0gzDUargqA { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:83.90625rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKtS5MAzU3UUevQvAxzTMh6TdD5lJbVC { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:87.15625rem;left:39.4765625rem;height:6.5808125rem;text-align:left;text-align-last:left;display:block; }
#yJiVACfQa3K6EHBl4DMFIG8GuXTEfUAP { 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:22.25rem;width:29.3125rem;top:63.625rem;left:43.0390625rem;overflow:hidden;display:block; }
#ftoo23bdK6gkllhxEkykFKl1A1wishBd { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:102.6875rem;left:30.96875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wf1uR4C0Ga1eyp6hTI2irZZX6FMkvJNQ { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:105.9375rem;left:5.09375rem;height:6.5808125rem;text-align:right;text-align-last:right;display:block; }
#e3gpiVVbmdU87WULfkFnIDX7l5umnSmA { position:absolute;display:block;z-index:15010;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.5rem;width:21.6875rem;top:80.25rem;left:9.28125rem;overflow:hidden;display:block; }
#hO9yQfgRS1f66pR5WF5lxOwJ51N7IDBC { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:118.625rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyDIvI0PhdpbcNC6yTFegf5dAnLyT2uv { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:121.875rem;left:39.4765625rem;height:6.5808125rem;text-align:left;text-align-last:left;display:block; }
#kWGiUsnJeurMFMBFkaOQAXkQ5rGTsXTP { 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.5625rem;width:31.75rem;top:100.375rem;left:39.4765625rem;overflow:hidden;display:block; }
#Nb16iicFw0nAxE4Mdm5FSTx3cWlKx1mu { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:140.1875rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H45SACfzBzb8hUnqTLSzOOC9lgSMcnWI { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:143.4375rem;left:5.09375rem;height:6.5808125rem;text-align:right;text-align-last:right;display:block; }
#dq8Rdx8bv4loVVZ5RtP4TVME349AwfAB { 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:27.625rem;width:28.125rem;top:115.125rem;left:5.9560546875rem;overflow:hidden;display:block; }
#cMR5eRmZnGGWE0TtTEAMudDMsW2JXfQ3 { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:161.0625rem;left:39.4765625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNhNT7QVxq1wv0hKtQvf2rnJ5dsx1thf { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:164.3125rem;left:39.4765625rem;height:10.968rem;text-align:left;text-align-last:left;display:block; }
#sIOmo1bWC2U6fzIx1Qs7ANm9UoDdT9Fo { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:chronic;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:178.75rem;left:30.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MB5OLdLI9ZEOLLTB2H9h11JK85zIWAeF { color:#000000;display:block;width:28.875rem;position:absolute;font-family:supernett;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:181.93725585938rem;left:6.029541015625rem;height:10.968rem;text-align:right;text-align-last:right;display:block; }
#INEfHxVGhpgra5Qg0rpQlETHHvIOiQMq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:26.125rem;top:134.5625rem;left:42.2890625rem;overflow:hidden;display:block; }
#ABMEHHbUhz59VEdi6yW7X5B3CHc5P8pK { 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:27.1875rem;width:26.5rem;top:154rem;left:7.53125rem;overflow:hidden;display:block; }
#AiXUfeBnVeRfeqtCcNlPhttDTu8Fsq5a { 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.37478125rem;width:75rem;top:203.00022888184rem;left:0rem;overflow:hidden;display:block; }
#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeeaf;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; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { background-color: transparent; background-image: none; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container > .video-iframe-container { display: none; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row > .video-iframe-container { display: none; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .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); }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { border-width: 0; border-radius: 0; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { font-size:0.875rem;font-family:arial;height:120.4375rem;width:75rem;position:relative;display:block; }#LnGp0uvuzTepOZAxM47FDqODv9EuFrDG { 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.06164375rem;width:22.3108125rem;top:17.11669921875rem;left:25.33935546875rem;overflow:hidden;display:block; }
#OPkDUKhrvysq4yEOwzThfHQ8IQF6nSt0 { 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:17.312rem;width:26.3745rem;top:2.115478515625rem;left:23.306274414062rem;overflow:hidden;display:block; }
#vA4325JTBpwu04kwT4ZvPlR9qvZGTMOp { 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:26.5625rem;width:31.4375rem;top:23.499145507812rem;left:3.624267578125rem;overflow:hidden;display:block; }
#b0it473IhtyNwMhxrzTn8kpF8G77ShiJ { 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:30.81175rem;width:30.81175rem;top:24.686279296875rem;left:40.9033203125rem;overflow:hidden;display:block; }
#bx3k1owPH0IuNcQFRWs0IDOEnX5zsMnN { color:#1f2024;display:block;width:30.0610625rem;position:absolute;font-family:"chronic bold";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:51.912841796875rem;left:4.3121337890625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UI8SVqEeEPKdu9KwnQ8E5sKIegIraEsZ { color:#1f2024;display:block;width:30.0610625rem;position:absolute;font-family:"chronic bold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:51.912841796875rem;left:41.279296875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RivXITctJroDkPSoB2lzLzAb3n9gQw4p { color:#1f2024;display:block;width:32.87475rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:56.0693359375rem;left:2.904052734375rem;height:33.151275rem;text-align:center;text-align-last:center;display:block; }
#O1hfPIsXn1Fc2sZeUH60SnHr94SbW8Fc { color:#1f2024;display:block;width:33.374625rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:56.0693359375rem;left:39.622802734375rem;height:27.30105625rem;text-align:center;text-align-last:center;display:block; }
#DVitXbFpBQQAh2lFLQrhm0415hhcDlVf { background-color:#f46739;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chronic;font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:87.0693359375rem;left:47.18359375rem;display:block; }
#DqOyFs16Nk53gMxPnf50aRsbHS3GMo9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXTQ80CBm21IIu6zKovIzTKGZyzydJFT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.12475rem;width:34.0625rem;top:89.820556640625rem;left:2.3114013671875rem;display:block; }
#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { position:relative;display:block; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { background-color: transparent; background-image: none; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container > .video-iframe-container { display: none; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row > .video-iframe-container { display: none; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .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); }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { border-width: 0; border-radius: 0; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .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; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .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:7.25rem;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; }#OIhdTRqzunOTOtfscOW3GsLBbtUIlt8S { color:#1f2024;display:block;width:55.1233125rem;position:absolute;font-family:supernett;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.650146484375rem;left:9.090576171875rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#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.499125rem;position:absolute;font-family:chronic;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.7537841796875rem;left:49.319458007812rem;height:2.53784375rem;text-align:right;text-align-last:right;display:block; }
#HmaGJdS2SyqrXGuaFEXIroZXKtDHxdhE { color:#000000;display:block;width:15.1233125rem;position:absolute;font-family:supernett;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.253173828125rem;left:2.374267578125rem;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.87305rem;width:4.6875rem;top:5.7161178588867rem;left:29.900175094604rem;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.87305rem;width:4.8112rem;top:5.7161178588867rem;left:35.649957656861rem;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.8112rem;width:4.6875rem;top:11.71329498291rem;left:35.711809158325rem;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.74935rem;width:4.62348125rem;top:11.745849609375rem;left:29.931642532349rem;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.71533203125rem;left:2.374267578125rem;height:2.53784375rem;text-align:left;text-align-last:left;display:block; }
#OHmHXJOs5sQSFsiTEHeovSFnmfqdSwLn { color:#000000;display:block;width:28.0603125rem;position:absolute;font-family:supernett;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8984375rem;left:23.46923828125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#CswTrrIgwOXEmF2zwBomPT2llTXktT3E { position:absolute;display:block;z-index:15008;height:10.249625rem;width:18.062125rem;top:8.2537841796875rem;left:54.718627929688rem;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) { #dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI { display:block; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { width:47.75rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VJWSrmmBq0BFVsbW1OValcGIC3PgWkf5 { width:47.75rem;height:32.151666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Trfi1yf2OlbHSd0crX55PMDIuaUPAKLs { width:8.9375rem;height:1.4375rem;top:32.375rem;left:19.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJrrWdTKhAySW24cnqAQ3A54g8zkNUeV { width:9.375rem;height:1.4375rem;top:32.4375rem;left:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGSersh7QsGTCgnlvXXRXT9BpiosB9E3 { width:8.5625rem;height:0.8056640625rem;top:34.1875rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LT7aXdhUlL7Kbh4WpTklOXhIcFOn0xGX { width:6.3125rem;height:2.5625rem;top:36.15625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lChHHQlLfrZA8BSCWsSWEFQ46reA69cg { width:4.5rem;height:1.875rem;top:36.59375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9V9uUdGxHoylk6rHLJSO6m7l7VmwBt3 { width:7.125rem;height:1.3125rem;top:36.78125rem;left:22.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR9ZWo9kXQW71vVqs5l7H5xPMzhqEyli { width:8rem;height:2.5rem;top:35.40625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTGHsEIJnBnG38KLCdKGKTlgKmvr40Sd { width:7.0625rem;height:1.25rem;top:36.8125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBgeZz3SJNTrVH7sL6TIpx2qAgASyzkC { width:6.25rem;height:1.5625rem;top:36.65625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { display:block; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R6hB8Xc6MxLQpOk0hK7Gs7RiiC78pzl5 { width:20.625rem;height:1.4375rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnyGtkTixUp0qvJ2BkTbhp760w6MoN2m { width:13.5rem;height:10.25rem;top:0.25rem;left:28.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMdS9pyfbdkQFFDRFo8sdZpUGuQTxabp { width:25.4375rem;height:8.625rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5DUHwOJEW629aeTqwrfApoxdxSoOtmE { display:block; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { width:47.75rem;height:133.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xSbmm7gTLtqs8kaEZdAZUBOe4O7umbeK { width:26.3125rem;height:4.80078125rem;top:1.6875rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHa38NCC7QP4AJbNuU8voO4HRZ13XXZ4 { width:18.5rem;height:24.6875rem;top:7.6884765625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JS5tDiuTDPwn9F2rpupelqopOakLn1y9 { top:53.625rem;left:15.53125rem;width:16.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4PZ0r99rW3JeQUcrDHgpLSTfE3wTnNr { display:block; }
 }@media only screen and (max-width: 1199px) { #TlZ3ofuzWbZ9EbHXEsZVmW6AZ4PFOIzI { top:126.9375rem;left:15.6865234375rem;width:16.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2dzhv6dd8Wa3dOcbVXu06aqtJBtDJCU { display:block; }
 }@media only screen and (max-width: 1199px) { #Nxqgc0120X1AsVsnqRITJC9Hzly0TNZ9 { width:37rem;height:49.375rem;top:83.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6aZDin1SFE2ZoNK6hBx7988XBrMX6xU { width:46.125rem;height:23rem;top:58.90625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZLHVUBcJb42ax20ozhXlKzhZn03m4vF { width:47.75rem;height:24.5625rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZD86U390kQIgsfSJxvofTvLXWUl54G2M { display:block; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { width:47.75rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UuKMGf9f1zSWvuNsLv0uTA1fG9n0tiZp { width:20.0625rem;height:26.5625rem;top:0rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBh3waqC2m91ED8JlLBeVilxcH49Kfl6 { width:19.5625rem;height:26.625rem;top:0rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDpPdiMuZhzCGR47bBiuTcMPCtdgZczg { width:47.75rem;height:25.809250302297rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ws6wLiD4IONKVBTPO2usauxFNBRfgx0v { width:23.75rem;height:17.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdI6z0TfCgKnE4E1tidpbCqxDozcAXay { width:19.25rem;height:26.5625rem;top:0.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGNrq3MF6l9n6ecgMTZGZnSfmV7KsxFv { width:12.3125rem;height:8.0625rem;top:4.90625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNRyu1K0u5P0GbNgTM9HT1ebBzosBTeI { width:13.5625rem;height:2.5625rem;top:1.25rem;left:9.4633152173912rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAsH92PQaENiSNvONvZccPAXcBOekzz9 { width:13.625rem;height:1.625rem;top:28.625rem;left:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOuMAJqbEfop9xP5SVOI9PI8KccGT2mb { width:47.75rem;height:7.9580078125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #watLCxq4hhVtO4CUsLb6OfqkUV05KzTZ { width:8.5625rem;height:0.8056640625rem;top:31.3125rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOThNLKMHQZJyb30d0QluTaOrdpUAtBf { width:21.8125rem;height:12.125rem;top:42.625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7o2FvkVDULan7fIzilqaDW2LoiOMlm0 { width:17.8125rem;height:0.9375rem;top:41.3125rem;left:26.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ls9KUODZAKdk6nMaoF65F5GEsGDFTHUE { width:19.8125rem;height:13.125rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHeFTahZwTS5IAiuwcvT2zSfNDAgsoBu { width:11.3125rem;height:15.1875rem;top:40.5625rem;left:12.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #z48KENbgngfzQZ7T9CzTp80oIkDykCdi { width:12.3125rem;height:0.9375rem;top:41.3125rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO { display:block; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { width:47.75rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZVhy8s12F1PoeF54iId9wTcecun0l8RZ { width:25.625rem;height:5.796875rem;top:2rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qdnhe4u5UCrBcqsEKT0WdyP6DkwwI80Z { width:43.125rem;height:18.375rem;top:9.9375rem;left:2.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBarHpssRVUl7I2DuJoF1XThS2p8AUoy { width:12.25rem;height:5.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVqnZzkRfnCnvk0bHblSF2bkv60MF4CU { width:10.125rem;height:3.75rem;top:35.21875rem;left:36.71875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #J5B6FMTAGJqWqCfQAN3x6PosiIfQcutJ { width:11rem;height:3.375rem;top:70.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZ4lQWe38dtPOpFIKT3lqT5TB6J05mnr { width:7.0623125rem;height:9.0625rem;top:81.249103546144rem;left:39.779829263687rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koUfGN6ZILQ47gQqlJyOfElva5MFlmQL { width:28.8125rem;height:5.0625rem;top:87.875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEn07cQW8SQpUBoETskhCXGFAx9zE1PN { width:28.8743125rem;height:4.4375rem;top:87.8737487793rem;left:9.4371445178987rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXODngm3lnvC5U6x7iQ3vnL8GbuUV7mS { width:47.75rem;height:0.875rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7rwn68ZMUQ4dLRTTy2pal7drTpHC6y3 { width:43.5625rem;height:18.375rem;top:28.65625rem;left:2.09375rem;font-size:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #Otik1ZnkpymMVAbdoOUPcMagKzdJWL16 { width:43.375rem;height:36.75rem;top:47.375rem;left:2.25rem;font-size:2.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:198.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KOwGbzk6FRTNczciyIllHzErfzHb8ifZ { width:27.1875rem;height:5.625rem;top:4.0625rem;left:11.227628707886rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mye6XfdrdU1dFIU9B9c5kyHaaP8QwI1u { width:21.125rem;height:14.875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar1WsM4ps73ZsrhnbspxOxZElBXvAfoJ { width:21.6875rem;height:18rem;top:27.6875rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MydCUnKVmWssrVtPnLC8yIDC6v63Lri8 { width:2.0625rem;height:149.5rem;top:26.4375rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IvPBcR0cN3HtZsFOI4WLdpDie5Dh7cfo { width:4.3125rem;height:3.25rem;top:26.4375rem;left:18.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5RXUs9GtfDP6IA27E8lA9EiopZrSupT { width:22.25rem;height:6.5625rem;top:29.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDoZiXZ40G1adGB79VRwtH66ErWP1S48 { width:4.3125rem;height:3.25rem;top:43.625rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vof7TCzCQtJdTm3q1Em84zJWCJQdoGQ2 { width:20.0625rem;height:10.9375rem;top:46.875rem;left:25.59326171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTIyumEQO8rUEGxuTT6Tc6iFT1OzNmkr { width:4.3125rem;height:3.25rem;top:60.4375rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGVDeBL6vTf7TNJBVWJeusala7wD13Ic { width:20.3125rem;height:10.9375rem;top:63.625rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtcxbrrT4JsVEs0Z7zWriB9HwPH0EPoK { width:22.8125rem;height:16.0625rem;top:43.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2IyH1n2Asca2KqJJ8pemy0gzDUargqA { width:4.3125rem;height:3.25rem;top:77.875rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKtS5MAzU3UUevQvAxzTMh6TdD5lJbVC { width:19.9375rem;height:10.9375rem;top:81.124267578125rem;left:25.7177734375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJiVACfQa3K6EHBl4DMFIG8GuXTEfUAP { width:22.8125rem;height:17.3125rem;top:60.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftoo23bdK6gkllhxEkykFKl1A1wishBd { width:4.3125rem;height:3.25rem;top:96.375rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wf1uR4C0Ga1eyp6hTI2irZZX6FMkvJNQ { width:20.75rem;height:6.5625rem;top:99.625rem;left:1.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3gpiVVbmdU87WULfkFnIDX7l5umnSmA { width:16.9375rem;height:19.1875rem;top:77rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO9yQfgRS1f66pR5WF5lxOwJ51N7IDBC { width:4.3125rem;height:3.25rem;top:111.9375rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyDIvI0PhdpbcNC6yTFegf5dAnLyT2uv { width:21.75rem;height:10.9375rem;top:115.1875rem;left:26rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWGiUsnJeurMFMBFkaOQAXkQ5rGTsXTP { width:22.125rem;height:14.8125rem;top:97.5rem;left:25.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nb16iicFw0nAxE4Mdm5FSTx3cWlKx1mu { width:4.3125rem;height:3.25rem;top:134.5625rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H45SACfzBzb8hUnqTLSzOOC9lgSMcnWI { width:19.6875rem;height:10.9375rem;top:137.8125rem;left:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dq8Rdx8bv4loVVZ5RtP4TVME349AwfAB { width:21.875rem;height:21.5rem;top:109.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMR5eRmZnGGWE0TtTEAMudDMsW2JXfQ3 { width:4.3125rem;height:3.25rem;top:154.9375rem;left:25.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNhNT7QVxq1wv0hKtQvf2rnJ5dsx1thf { width:21.9375rem;height:13.125rem;top:158.1875rem;left:25.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIOmo1bWC2U6fzIx1Qs7ANm9UoDdT9Fo { width:4.3125rem;height:3.25rem;top:172.75rem;left:18rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MB5OLdLI9ZEOLLTB2H9h11JK85zIWAeF { width:18.8745rem;height:19.6875rem;top:175.99853515625rem;left:3.372802734375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INEfHxVGhpgra5Qg0rpQlETHHvIOiQMq { width:20.5625rem;height:21.625rem;top:131.4375rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABMEHHbUhz59VEdi6yW7X5B3CHc5P8pK { width:21.875rem;height:22.4375rem;top:149.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiXUfeBnVeRfeqtCcNlPhttDTu8Fsq5a { width:47.748046875rem;height:0.8740234375rem;top:197.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 { display:block; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { width:47.75rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LnGp0uvuzTepOZAxM47FDqODv9EuFrDG { width:22.3125rem;height:5.0625rem;top:2.8125rem;left:12.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #OPkDUKhrvysq4yEOwzThfHQ8IQF6nSt0 { width:14.6875rem;height:9.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vA4325JTBpwu04kwT4ZvPlR9qvZGTMOp { width:18.375rem;height:15.5rem;top:12.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0it473IhtyNwMhxrzTn8kpF8G77ShiJ { width:17.4375rem;height:17.4375rem;top:82.625rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bx3k1owPH0IuNcQFRWs0IDOEnX5zsMnN { width:47.75rem;height:1.9375rem;top:10.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UI8SVqEeEPKdu9KwnQ8E5sKIegIraEsZ { width:47.75rem;height:1.9375rem;top:80.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RivXITctJroDkPSoB2lzLzAb3n9gQw4p { width:47.75rem;height:25.1875rem;top:28.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1hfPIsXn1Fc2sZeUH60SnHr94SbW8Fc { width:47.75rem;height:21.3125rem;top:98.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVitXbFpBQQAh2lFLQrhm0415hhcDlVf { width:18.25rem;height:4.375rem;top:122.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqOyFs16Nk53gMxPnf50aRsbHS3GMo9O { display:block; }
 }@media only screen and (max-width: 1199px) { #uXTQ80CBm21IIu6zKovIzTKGZyzydJFT { width:34.0625rem;height:19.1240234375rem;top:55.5009765625rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { display:block; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OIhdTRqzunOTOtfscOW3GsLBbtUIlt8S { width:47.75rem;height:1.9375rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@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:9.74975625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsppNlTst469ZgIfXvM4uBgSBdpsDbmb { width:20rem;height:5.19975rem;top:0.93749994039537rem;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) { #dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI { display:block; }#dWeQHZiR9lwVDnR8Iytq1ndJTmbRgOwI > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJWSrmmBq0BFVsbW1OValcGIC3PgWkf5 { width:20rem;height:13.499625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trfi1yf2OlbHSd0crX55PMDIuaUPAKLs { width:8.8125rem;height:1.46179375rem;top:14.0615234375rem;left:5.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrrWdTKhAySW24cnqAQ3A54g8zkNUeV { width:19.6875rem;height:1.46179375rem;top:17.5615234375rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGSersh7QsGTCgnlvXXRXT9BpiosB9E3 { width:8.625rem;height:0.81154482208031rem;top:15.90625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7aXdhUlL7Kbh4WpTklOXhIcFOn0xGX { width:7.875rem;height:3rem;top:18.2490234375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lChHHQlLfrZA8BSCWsSWEFQ46reA69cg { width:5.875rem;height:2.5rem;top:22.5615234375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9V9uUdGxHoylk6rHLJSO6m7l7VmwBt3 { width:6.875rem;height:1.25rem;top:27.1552734375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR9ZWo9kXQW71vVqs5l7H5xPMzhqEyli { width:7.5rem;height:2.3125rem;top:26.0302734375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTGHsEIJnBnG38KLCdKGKTlgKmvr40Sd { width:9rem;height:1.3125rem;top:19.2490234375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBgeZz3SJNTrVH7sL6TIpx2qAgASyzkC { width:7.4375rem;height:2rem;top:22.8115234375rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB { display:block; }#DZcTaEC2ecvHkmQ2zZM8oD2D3f90muDB > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6hB8Xc6MxLQpOk0hK7Gs7RiiC78pzl5 { width:20rem;height:1.46179375rem;top:1.9365234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnyGtkTixUp0qvJ2BkTbhp760w6MoN2m { width:13.5rem;height:10.1875rem;top:15.2890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMdS9pyfbdkQFFDRFo8sdZpUGuQTxabp { width:20rem;height:10.23254375rem;top:4.3740234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5DUHwOJEW629aeTqwrfApoxdxSoOtmE { display:block; }#c5DUHwOJEW629aeTqwrfApoxdxSoOtmE > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSbmm7gTLtqs8kaEZdAZUBOe4O7umbeK { width:20rem;height:4.07404375rem;top:1.7498388290405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHa38NCC7QP4AJbNuU8voO4HRZ13XXZ4 { width:20rem;height:26.6875rem;top:8.447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS5tDiuTDPwn9F2rpupelqopOakLn1y9 { top:32.1337890625rem;left:5.8740234375rem;width:8.2495rem;height:2.43713125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4PZ0r99rW3JeQUcrDHgpLSTfE3wTnNr { display:block; }
 }@media only screen and (max-width: 763px) { #TlZ3ofuzWbZ9EbHXEsZVmW6AZ4PFOIzI { top:102.0625rem;left:5.875rem;width:8.3115234375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2dzhv6dd8Wa3dOcbVXu06aqtJBtDJCU { display:block; }
 }@media only screen and (max-width: 763px) { #Nxqgc0120X1AsVsnqRITJC9Hzly0TNZ9 { width:20rem;height:26.689453125rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6aZDin1SFE2ZoNK6hBx7988XBrMX6xU { width:18.25rem;height:39.46835rem;top:37.509765625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZLHVUBcJb42ax20ozhXlKzhZn03m4vF { width:20rem;height:41.25rem;top:36.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD86U390kQIgsfSJxvofTvLXWUl54G2M { display:block; }#ZD86U390kQIgsfSJxvofTvLXWUl54G2M > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuKMGf9f1zSWvuNsLv0uTA1fG9n0tiZp { width:20rem;height:27.374875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBh3waqC2m91ED8JlLBeVilxcH49Kfl6 { width:19.249875rem;height:26.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDpPdiMuZhzCGR47bBiuTcMPCtdgZczg { width:20rem;height:10.810157194679rem;top:45.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws6wLiD4IONKVBTPO2usauxFNBRfgx0v { width:20rem;height:15.0615234375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdI6z0TfCgKnE4E1tidpbCqxDozcAXay { width:19.24925rem;height:26.5625rem;top:19.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNrq3MF6l9n6ecgMTZGZnSfmV7KsxFv { width:11rem;height:7.125rem;top:5.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNRyu1K0u5P0GbNgTM9HT1ebBzosBTeI { width:15.125rem;height:2.9375rem;top:1.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAsH92PQaENiSNvONvZccPAXcBOekzz9 { width:13.62425rem;height:1.625rem;top:48.875rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOuMAJqbEfop9xP5SVOI9PI8KccGT2mb { width:20rem;height:3.3330078125rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #watLCxq4hhVtO4CUsLb6OfqkUV05KzTZ { width:8.562rem;height:0.8056625rem;top:51.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOThNLKMHQZJyb30d0QluTaOrdpUAtBf { height:11.25rem;width:20rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7o2FvkVDULan7fIzilqaDW2LoiOMlm0 { width:17.875rem;height:0.97473125rem;top:56.6875rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9KUODZAKdk6nMaoF65F5GEsGDFTHUE { width:20rem;height:13.3623046875rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHeFTahZwTS5IAiuwcvT2zSfNDAgsoBu { width:11.1875rem;height:15rem;top:77.4375rem;left:8.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #z48KENbgngfzQZ7T9CzTp80oIkDykCdi { width:12.625rem;height:0.97473125rem;top:71.3125rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO { display:block; }#FgQBTzJwT0yUKeHZFUwTGD3RbEqxMcHO > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVhy8s12F1PoeF54iId9wTcecun0l8RZ { width:14.125rem;height:3.125rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdnhe4u5UCrBcqsEKT0WdyP6DkwwI80Z { width:19.0625rem;height:14.21875rem;top:5.712890625rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBarHpssRVUl7I2DuJoF1XThS2p8AUoy { width:5.1875rem;height:2.0625rem;top:18.837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVqnZzkRfnCnvk0bHblSF2bkv60MF4CU { width:6.312125rem;height:2.3117875rem;top:46.086647033691rem;left:13.687854766846rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5B6FMTAGJqWqCfQAN3x6PosiIfQcutJ { width:6.3110625rem;height:1.875rem;top:71.774291992188rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4lQWe38dtPOpFIKT3lqT5TB6J05mnr { width:5.625rem;height:7.2485625rem;top:71.041259765625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koUfGN6ZILQ47gQqlJyOfElva5MFlmQL { width:20rem;height:3.57116875rem;top:81.217651367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEn07cQW8SQpUBoETskhCXGFAx9zE1PN { width:15.3125rem;height:2.6001rem;top:81.702880859375rem;left:2.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXODngm3lnvC5U6x7iQ3vnL8GbuUV7mS { width:20rem;height:0.36621125rem;top:87.909545898438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rwn68ZMUQ4dLRTTy2pal7drTpHC6y3 { width:20rem;height:14.21875rem;top:20.900390625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otik1ZnkpymMVAbdoOUPcMagKzdJWL16 { width:18.937375rem;height:30.46875rem;top:39.188232421875rem;left:0.52978515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:300.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOwGbzk6FRTNczciyIllHzErfzHb8ifZ { width:19.3119375rem;height:3.81214375rem;top:2.3020229339599rem;left:0.34357237815857rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mye6XfdrdU1dFIU9B9c5kyHaaP8QwI1u { width:20rem;height:14.1044921875rem;top:11.4931640625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1WsM4ps73ZsrhnbspxOxZElBXvAfoJ { width:17.8125rem;height:14.75rem;top:39.365234375rem;left:1.09375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MydCUnKVmWssrVtPnLC8yIDC6v63Lri8 { width:3.625rem;height:305.875rem;top:9.55078125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvPBcR0cN3HtZsFOI4WLdpDie5Dh7cfo { width:4.3125rem;height:2.6001rem;top:8.9306640625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RXUs9GtfDP6IA27E8lA9EiopZrSupT { width:20rem;height:5.60485625rem;top:26.427734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDoZiXZ40G1adGB79VRwtH66ErWP1S48 { width:4.3125rem;height:2.6001rem;top:36.802734375rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vof7TCzCQtJdTm3q1Em84zJWCJQdoGQ2 { width:20rem;height:7.473125rem;top:55.115234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTIyumEQO8rUEGxuTT6Tc6iFT1OzNmkr { width:4.3125rem;height:2.6001rem;top:66.89453125rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVDeBL6vTf7TNJBVWJeusala7wD13Ic { width:20rem;height:9.3414375rem;top:83.4873046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtcxbrrT4JsVEs0Z7zWriB9HwPH0EPoK { width:17.8125rem;height:12.5rem;top:69.45703125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2IyH1n2Asca2KqJJ8pemy0gzDUargqA { width:4.3125rem;height:2.6001rem;top:97.5458984375rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtS5MAzU3UUevQvAxzTMh6TdD5lJbVC { width:20rem;height:7.473125rem;top:116.611328125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJiVACfQa3K6EHBl4DMFIG8GuXTEfUAP { width:20rem;height:15.1806640625rem;top:100.1083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoo23bdK6gkllhxEkykFKl1A1wishBd { width:4.3125rem;height:2.6001rem;top:128.9208984375rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf1uR4C0Ga1eyp6hTI2irZZX6FMkvJNQ { width:20rem;height:5.60485625rem;top:147.7958984375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3gpiVVbmdU87WULfkFnIDX7l5umnSmA { width:13.9375rem;height:15.75rem;top:131.4833984375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO9yQfgRS1f66pR5WF5lxOwJ51N7IDBC { width:4.3125rem;height:2.6001rem;top:159.1904296875rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyDIvI0PhdpbcNC6yTFegf5dAnLyT2uv { width:20rem;height:7.473125rem;top:176.5654296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWGiUsnJeurMFMBFkaOQAXkQ5rGTsXTP { width:20rem;height:13.58203125rem;top:161.7529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb16iicFw0nAxE4Mdm5FSTx3cWlKx1mu { width:4.3125rem;height:2.6001rem;top:188.6279296875rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H45SACfzBzb8hUnqTLSzOOC9lgSMcnWI { width:20rem;height:7.473125rem;top:211.8154296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dq8Rdx8bv4loVVZ5RtP4TVME349AwfAB { width:20rem;height:19.6435546875rem;top:191.1904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMR5eRmZnGGWE0TtTEAMudDMsW2JXfQ3 { width:4.3125rem;height:2.6001rem;top:224.212890625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhNT7QVxq1wv0hKtQvf2rnJ5dsx1thf { width:20rem;height:11.2096875rem;top:245.896484375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIOmo1bWC2U6fzIx1Qs7ANm9UoDdT9Fo { width:4.3125rem;height:2.6001rem;top:262.775390625rem;left:7.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB5OLdLI9ZEOLLTB2H9h11JK85zIWAeF { width:18.687125rem;height:13.078rem;top:286.37939453125rem;left:0.6549072265625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INEfHxVGhpgra5Qg0rpQlETHHvIOiQMq { width:16.9375rem;height:17.8125rem;top:226.775390625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABMEHHbUhz59VEdi6yW7X5B3CHc5P8pK { width:20rem;height:20.5184375rem;top:264.77360916138rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiXUfeBnVeRfeqtCcNlPhttDTu8Fsq5a { width:20rem;height:0.3662109375rem;top:300.3994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 { display:block; }#dTZXKz1JUNA8RPVLWrobVTKJJvKy3XG9 > .row .container { width:20rem;height:129.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnGp0uvuzTepOZAxM47FDqODv9EuFrDG { width:20rem;height:4.4989rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkDUKhrvysq4yEOwzThfHQ8IQF6nSt0 { width:5.3125rem;height:3.5rem;top:1.3115234375rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4325JTBpwu04kwT4ZvPlR9qvZGTMOp { width:20rem;height:16.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0it473IhtyNwMhxrzTn8kpF8G77ShiJ { width:20rem;height:20rem;top:74.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3k1owPH0IuNcQFRWs0IDOEnX5zsMnN { width:20rem;height:1.46179375rem;top:29.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI8SVqEeEPKdu9KwnQ8E5sKIegIraEsZ { width:20rem;height:1.46179375rem;top:92.044921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RivXITctJroDkPSoB2lzLzAb3n9gQw4p { width:18.999625rem;height:29.23581875rem;top:32rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1hfPIsXn1Fc2sZeUH60SnHr94SbW8Fc { width:19.0625rem;height:27.77406875rem;top:94.958984375rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVitXbFpBQQAh2lFLQrhm0415hhcDlVf { width:20rem;height:3.9990234375rem;top:123.818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqOyFs16Nk53gMxPnf50aRsbHS3GMo9O { display:block; }
 }@media only screen and (max-width: 763px) { #uXTQ80CBm21IIu6zKovIzTKGZyzydJFT { height:11.228515625rem;width:20rem;top:61.6826171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI { display:block; }#oNTQvfVsbNdgf5okTzVt0EALOhSKS5xI > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIhdTRqzunOTOtfscOW3GsLBbtUIlt8S { width:14.43725rem;height:2.92358125rem;top:2.1319580078125rem;left:2.7801513671875rem;font-size:1.125rem;text-align:center;text-align-last:center;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; }
 }