.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#D8UnHBFSZh3esS0csFuuSfpZrzzg91TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8UnHBFSZh3esS0csFuuSfpZrzzg91TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8UnHBFSZh3esS0csFuuSfpZrzzg91TT > .row > .video-iframe-container { display: none; }#D8UnHBFSZh3esS0csFuuSfpZrzzg91TT > .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); }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container { background-color: transparent; background-image: none; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container > .video-iframe-container { display: none; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row > .video-iframe-container { display: none; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .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); }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container { border-width: 0; border-radius: 0; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#gs6qmTysZeshSSarbdRHDdTDlbw6CCbl { position:absolute;display:block;z-index:1501;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.5rem;width:10.1875rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#bryKDgSSZpi2Zr2nEwK2v3nNUKpnF6bz { box-sizing:content-box;height:3.5rem;width:61.1875rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.375rem;left:13.8125rem;display:block; }
#q30o5dhAR41XcFuEWEf6bXvo5Ph0LHQL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#d1333a;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:11.1875rem;height:3.5rem;text-decoration:none;z-index:1501;text-align:center;text-align-last:center;top:2.375rem;left:13.8125rem;display:block; }#q30o5dhAR41XcFuEWEf6bXvo5Ph0LHQL.adaptive-delivery-prevent-bg, #q30o5dhAR41XcFuEWEf6bXvo5Ph0LHQL.lazyload, #q30o5dhAR41XcFuEWEf6bXvo5Ph0LHQL.lazyloading { background-image: none; }
#ZTDkX6ztL6q9bRLcwHhdaWdfiZhf66ny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BE7ukVC2xLWBOwgSFTGGbn4uLDIuGOVZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#d1333a;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:8.375rem;height:3.5rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.375rem;left:26.25rem;display:block; }#BE7ukVC2xLWBOwgSFTGGbn4uLDIuGOVZ.adaptive-delivery-prevent-bg, #BE7ukVC2xLWBOwgSFTGGbn4uLDIuGOVZ.lazyload, #BE7ukVC2xLWBOwgSFTGGbn4uLDIuGOVZ.lazyloading { background-image: none; }
#CS7k6au03hfUHLioeTm5rwur8VW2o7P5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PinCp6ZN74geW7EASlUGwmTax1F5x1LO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#d1333a;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:11.25rem;height:3.5rem;text-decoration:none;z-index:1503;text-align:center;text-align-last:center;top:2.375rem;left:35.875rem;display:block; }#PinCp6ZN74geW7EASlUGwmTax1F5x1LO.adaptive-delivery-prevent-bg, #PinCp6ZN74geW7EASlUGwmTax1F5x1LO.lazyload, #PinCp6ZN74geW7EASlUGwmTax1F5x1LO.lazyloading { background-image: none; }
#T0pTOuTN1w94y87rEOKpMuQZ77hw45oh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhlQrUXg7xKiNgTeySFr5X24BOunlncR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#d1333a;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:6.75rem;height:3.5rem;text-decoration:none;z-index:1504;text-align:center;text-align-last:center;top:2.375rem;left:48.375rem;display:block; }#KhlQrUXg7xKiNgTeySFr5X24BOunlncR.adaptive-delivery-prevent-bg, #KhlQrUXg7xKiNgTeySFr5X24BOunlncR.lazyload, #KhlQrUXg7xKiNgTeySFr5X24BOunlncR.lazyloading { background-image: none; }
#Ou2WTxTFUq3U1PmWpfnzWQPFyS47sLe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMd2OcS5rhAdnPupy1to0LpaOAkFWmyZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#d1333a;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:7.8125rem;height:3.5rem;text-decoration:none;z-index:1505;text-align:center;text-align-last:center;top:2.375rem;left:56.375rem;display:block; }#vMd2OcS5rhAdnPupy1to0LpaOAkFWmyZ.adaptive-delivery-prevent-bg, #vMd2OcS5rhAdnPupy1to0LpaOAkFWmyZ.lazyload, #vMd2OcS5rhAdnPupy1to0LpaOAkFWmyZ.lazyloading { background-image: none; }
#LQJ1ZI6S9n2J9ZrvGM8Tki9gZSBzTmk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcQFtX1TxTedB8TmamebyLeGXTl9xXUJ { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #d1333a;border-left:0.0625rem solid #d1333a;border-right:0.0625rem solid #d1333a;border-bottom:0.0625rem solid #d1333a;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.5625rem;height:3.5rem;text-decoration:none;z-index:1506;text-align:center;text-align-last:center;top:2.375rem;left:65.4375rem;display:block; }#WcQFtX1TxTedB8TmamebyLeGXTl9xXUJ.adaptive-delivery-prevent-bg, #WcQFtX1TxTedB8TmamebyLeGXTl9xXUJ.lazyload, #WcQFtX1TxTedB8TmamebyLeGXTl9xXUJ.lazyloading { background-image: none; }
#plnNt4qslhC74Za8bXn9ceONrqP3Ok3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU { 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; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container { background-color: transparent; background-image: none; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container > .video-iframe-container { display: none; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row > .video-iframe-container { display: block; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .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); }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container { border-width: 0; border-radius: 0; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container { font-size:0.875rem;font-family:arial;height:71.9375rem;width:75rem;position:relative;display:block; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container { background-color: transparent; background-image: none; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container > .video-iframe-container { display: none; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row > .video-iframe-container { display: none; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .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); }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container { border-width: 0; border-radius: 0; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#WaUIvSvBV4KGtKLT4wH3nHpQtD8L3URT { color:#55565b;display:block;width:73.75rem;position:absolute;font-family:"din next w1g";font-size:3.5rem;font-weight:700;z-index:1501;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:7.2374992370606rem;left:0rem;height:8.3994375rem;display:block; }
#KCnBkwcPbSPr3C5ydNTtTdlv9bIOQn6k { color:#848484;display:block;width:73.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1502;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:17.474998474121rem;left:0rem;height:5.39941875rem;font-style:normal;display:block; }
#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 { position:relative;display:block; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 { background-color: transparent; background-image: none; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .row .container > .video-iframe-container { display: none; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .row > .video-iframe-container { display: none; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .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); }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 { border-width: 0; border-radius: 0; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .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; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .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:10.625rem;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; }#DcGcwWbaAXX1H1z3aGtSGFBrR4duZiaW { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.125rem;left:0rem;height:2.925rem;display:block; }
#iHvGm9LvF8VMfEFTn2qSGXLbl0PznmUu { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.25rem;left:0rem;display:block; }
#sm5NLfgrEpleczX4wf7a6bquMH280PPx { position:relative;display:block; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx { background-color: transparent; background-image: none; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row .container > .video-iframe-container { display: none; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row > .video-iframe-container { display: none; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .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); }#sm5NLfgrEpleczX4wf7a6bquMH280PPx { border-width: 0; border-radius: 0; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IoBPNmKseLMTokZMTLSm40B1XXI6eyNa { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.5rem;text-decoration:none;z-index:1511;text-align:center;text-align-last:center;top:13.4375rem;left:17.0625rem;display:block; }#IoBPNmKseLMTokZMTLSm40B1XXI6eyNa.adaptive-delivery-prevent-bg, #IoBPNmKseLMTokZMTLSm40B1XXI6eyNa.lazyload, #IoBPNmKseLMTokZMTLSm40B1XXI6eyNa.lazyloading { background-image: none; }
#vDPztqDoLrg39Qqgw6XekuIwDiJXG38W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGqDCcxNdkJrAtUQR0nlc169fnTycQCH { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:161;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12rem;left:20.625rem;display:block; }
#GHoVTz000oATTsS42w4NTLKx1t3qNorw { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1509;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:17.5rem;height:1.40014375rem;display:block; }
#DGtMzwHhxOsQhxCm0LD8aaLWdnLwSqce { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:159;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:4.9375rem;display:block; }
#nBtwSvAR9eIAEa9zvuzrGNfovdyE5N96 { position:absolute;display:block;z-index:1505;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:7.9375rem;width:10.5rem;top:1.8125rem;left:32.125rem;overflow:hidden;display:block; }
#agRyTzqU8a1mbs5kt2DDv1l7U4UMONom { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:158;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:35.875rem;display:block; }
#TNKA4T1TyXLW842vOLOSBRakUKV5MnDv { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:1508;text-align:center;text-align-last:center;top:13.4375rem;left:32.3125rem;display:block; }#TNKA4T1TyXLW842vOLOSBRakUKV5MnDv.adaptive-delivery-prevent-bg, #TNKA4T1TyXLW842vOLOSBRakUKV5MnDv.lazyload, #TNKA4T1TyXLW842vOLOSBRakUKV5MnDv.lazyloading { background-image: none; }
#CiBRSRHea1nr8ZuaFcKRNwx1OKyhlZgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcaBZ72FEZxwZqxU5VMpeqJDLdeapdt2 { position:absolute;display:block;z-index:1506;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.9370125rem;width:10.5610625rem;top:3.0625rem;left:1.25rem;overflow:hidden;display:block; }
#TqlTiz71G2SZ3spg89tx4TvIziIQWIJJ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1509;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:1.75rem;height:1.40014375rem;display:block; }
#lHOtb26okDZAtZrTitWATTcFn9m9isW0 { background-color:#d1333a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:1509;text-align:center;text-align-last:center;top:13.5625rem;left:1.9375rem;display:block; }
#ZBmaTvuD0qXGUCCIRUPW2bJDbJD9Fmog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fvbySWqsCDIPukn18Hgvsup1rtXlQp5o { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1506;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:27.9375rem;height:1.40014375rem;display:block; }
#MR8A1SDcfn7xFUFZgmqJFhvxt6ND0WAl { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.874rem;height:3.4995125rem;text-decoration:none;z-index:1511;text-align:center;text-align-last:center;top:13.5rem;left:47.4375rem;display:block; }#MR8A1SDcfn7xFUFZgmqJFhvxt6ND0WAl.adaptive-delivery-prevent-bg, #MR8A1SDcfn7xFUFZgmqJFhvxt6ND0WAl.lazyload, #MR8A1SDcfn7xFUFZgmqJFhvxt6ND0WAl.lazyloading { background-image: none; }
#wAVqbcAHInrCLikZztZf0hEqKiXRwuts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMETi0wIqQ4Z54uJIJRh8sz6TcxmyvqB { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1507;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:45.0625rem;height:1.40014375rem;display:block; }
#EFZglrvOsomVeumxR5XsNZBVIPEL92Qx { position:absolute;display:block;z-index:1507;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.875rem;width:10.5rem;top:4.3125rem;left:47.125rem;overflow:hidden;display:block; }
#BQz5slUOzTlacUTzb2FhCmD5VdhuGOdW { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:159;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12rem;left:50.75rem;display:block; }
#Oug3ZaWRzOSXpEWyssL1FprbUmE2Ink1 { position:absolute;display:block;z-index:1505;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.5625rem;top:3.875rem;left:62rem;overflow:hidden;display:block; }
#ZAGBouWnbJiBAum2LCiK5KbqsMsxPe98 { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.875rem;height:3.5rem;text-decoration:none;z-index:1508;text-align:center;text-align-last:center;top:13.5rem;left:62.3125rem;display:block; }#ZAGBouWnbJiBAum2LCiK5KbqsMsxPe98.adaptive-delivery-prevent-bg, #ZAGBouWnbJiBAum2LCiK5KbqsMsxPe98.lazyload, #ZAGBouWnbJiBAum2LCiK5KbqsMsxPe98.lazyloading { background-image: none; }
#zCX5N3qy4i5XskS0uvQJsbUXkN4V1AvV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SITID8h94vIxVkU0TN1nR6ryBgNUyyHF { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1506;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:62.3125rem;height:1.40014375rem;display:block; }
#nFFIiBGt1wDFoM678LJluGbbE62u4fFl { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:158;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:65.6875rem;display:block; }
#GMmGkC7IPdrhP6Psgm6tTkpBDo0GIxaO { 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:2rem;width:12.625rem;top:4.78125rem;left:15.90625rem;overflow:hidden;display:block; }
#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container { background-color: transparent; background-image: none; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container > .video-iframe-container { display: none; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row > .video-iframe-container { display: none; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .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); }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container { border-width: 0; border-radius: 0; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#WA940Joe2irMEO4B7gTvUEtTPOir1N4f { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.75rem;left:0rem;height:2.925rem;display:block; }
#Gb6eEAetxCAVgxz0DqmxRpTI9357f0kU { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:0rem;display:block; }
#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container { background-color: transparent; background-image: none; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container > .video-iframe-container { display: none; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row > .video-iframe-container { display: none; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .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); }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container { border-width: 0; border-radius: 0; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#fqc7Rc2XCDHXgkl7k2VLg5cXQuymmkCL { box-sizing:content-box;height:21.75rem;width:17.8125rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;display:block; }
#JoASlkdpNmuAsQ4AFaKSS995edVABI8T { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.125rem solid #d1333a;border-left:0.125rem solid #d1333a;border-right:0.125rem solid #d1333a;border-top:0.125rem solid #d1333a;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:3.1875rem;display:block; }
#ytXMrCHaccyrS0douTsEW4ESbD3TzHSf { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:3.6875rem;overflow:hidden;display:block; }
#JsCSFJFdiTSNUNzzb4dPEG0Ns6y0sfTO { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:7.3125rem;display:block; }
#SXdc8NGksSDyOlkQKzPqrQEAyHZXxvfR { color:#55565b;display:block;width:16.5625rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:0.625rem;height:1.575rem;display:block; }
#VXAbnKHKX24JC8cpfsoRPkuAFWOeZihV { box-sizing:content-box;height:21.75rem;width:17.8125rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:19.0625rem;display:block; }
#ZEgLosl9BTCAs4MJZzbMztTAcq6zthLQ { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.125rem solid #d1333a;border-left:0.125rem solid #d1333a;border-right:0.125rem solid #d1333a;border-top:0.125rem solid #d1333a;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:22.25rem;display:block; }
#TqwwIBObbEP9va2gDqmyorLRxNB1uXJr { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:22.75rem;overflow:hidden;display:block; }
#OleW6X3hgTGbZaUtssgQgu3UTlydqivH { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:26.375rem;display:block; }
#BdLD2Tx7aOgA2wuieivX2IiwU6hUHTEi { color:#55565b;display:block;width:16.5625rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:19.6875rem;height:1.575rem;display:block; }
#FNPXNscWNscVEq5HdbNuXrQ4VMUFbZZs { box-sizing:content-box;height:21.75rem;width:17.8125rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:38.125rem;display:block; }
#uMAaE9VmhT2v9d6HSlIPiSbtqgTQZe9i { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.125rem solid #d1333a;border-left:0.125rem solid #d1333a;border-right:0.125rem solid #d1333a;border-top:0.125rem solid #d1333a;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:41.3125rem;display:block; }
#ReFraHChbo1oWp5griqv2zyDyGvFHL1k { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:41.8125rem;overflow:hidden;display:block; }
#ExN22qyTeZ1m7ChFwFMdI3fDTrCgtJd5 { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:45.4375rem;display:block; }
#pAlaTOTmQw9dgXUH6rLFggzLdJxlTZXl { color:#55565b;display:block;width:16.5625rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:38.75rem;height:1.575rem;display:block; }
#pOigTxiUc16rcqiRQmNARXWRLNRQvilr { box-sizing:content-box;height:21.75rem;width:17.8125rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:57.1875rem;display:block; }
#iR4V4EVunKlBrUMHuFrHsFKRKQVklU9m { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.125rem solid #d1333a;border-left:0.125rem solid #d1333a;border-right:0.125rem solid #d1333a;border-top:0.125rem solid #d1333a;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:60.375rem;display:block; }
#mbXuwcA6R0q3OS9ydP7vLuUlSXfGqLgK { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:60.875rem;overflow:hidden;display:block; }
#F7Hm4lfTPOLALKcuemVEXSTdad8S2NPT { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:64.5rem;display:block; }
#UxU3GCTlqPGiFtVWxORhQCur14qX87wz { color:#55565b;display:block;width:17.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:57.3125rem;height:1.575rem;font-style:normal;display:block; }
#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 { position:relative;display:block; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 { background-color: transparent; background-image: none; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .row .container > .video-iframe-container { display: none; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .row > .video-iframe-container { display: none; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .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); }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 { border-width: 0; border-radius: 0; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .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; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .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:15.6875rem;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; }#cNToVoZTcznib4RX0ViUqcJGO3cSISg3 { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.75rem;left:0rem;height:2.925rem;display:block; }
#tDThlCQZA8om4Cmxvk1MCXPICXKvFC4R { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:0rem;display:block; }
#sVTE2FF6bfvM8UgHrTZLVgesZ48bhch4 { color:#848484;display:block;width:73.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1503;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:10.525001525879rem;left:0rem;height:3.6rem;font-style:normal;display:block; }
#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE { position:relative;display:block; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE { background-color: transparent; background-image: none; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .row .container > .video-iframe-container { display: none; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .row > .video-iframe-container { display: none; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .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); }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE { border-width: 0; border-radius: 0; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .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; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .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:40.8125rem;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; }#nui68p4cGpc6WtD4NvTT8gZZ5DuqkfRk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3.125rem;left:0.9375rem;display:block; }
#X8zNXDeKFWaATTRXyTdxO0TPMBsXVVy1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3.125rem;left:19.6875rem;display:block; }
#itr9aOEWT7SAvtsuKiiyILRmIG1aZTql { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3.125rem;left:38.4375rem;display:block; }
#yP0U5aDr7A67hCzAuFoMDgwMz1lp5uy3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:3.125rem;left:57.1875rem;display:block; }
#WtDKqSXkMONOuAVcLoq7d02aHTigFD2q { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1502;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:34.25rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#rXRTPnX54ZbXNAFh3Eq2usfvdu5DlbtU { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:34.25rem;left:18.75rem;height:3.1494125rem;font-style:normal;display:block; }
#AQ3CTGmdMM8ITpRVC3xDPKa2z0ohg4dE { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1504;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:34.25rem;left:37.5rem;height:3.1494125rem;font-style:normal;display:block; }
#DZsLqkcDIdg8hZiJPLRZDAPb6J6V3rK3 { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1505;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:34.25rem;left:56.25rem;height:3.1494125rem;font-style:normal;display:block; }
#mwusuTIuxDduz6OUPoUb2oASzQxFEx5J { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:162;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.34375rem;left:7.75rem;display:block; }
#CruMvP4cd4kMoszcDV746RaaT5Utnl8z { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:163;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.34375rem;left:45.25rem;display:block; }
#t4mZigyVTeoHnoKKk97MN1bbaZdp8PGN { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:164;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.34375rem;left:64rem;display:block; }
#Ihvvcw2U6Zm9KlvtRKLt85e2tSDofdd7 { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:163;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:38.40625rem;left:26.5rem;display:block; }
#omZzf0ZMyICHQprADPg0351cLRDDBPgo { position:relative;display:block; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo { background-color: transparent; background-image: none; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .row .container > .video-iframe-container { display: none; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .row > .video-iframe-container { display: none; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .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); }#omZzf0ZMyICHQprADPg0351cLRDDBPgo { border-width: 0; border-radius: 0; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .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; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .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:40.8125rem;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; }#Q2QdWffCB3BKN5Jg87XPReiG6b9xzLpE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:2.5rem;left:0.9375rem;display:block; }
#QoGNJctd9F5dEvCpzVlMEDoUD56bc4FB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:2.5rem;left:19.6875rem;display:block; }
#IPSRIBbERNJhcVP4TlMZNxFTR8feUzuC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:2.5rem;left:38.4375rem;display:block; }
#xbG42zOxTr6ERcT8okmaq8TnFTPNAah7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:2.5rem;left:57.1875rem;display:block; }
#e4ADPDHQhF1HXbwMFznkBXBEBCNsOg9l { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1502;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:33.75rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#A0Bdvx8I2AU3cColxTr1h5rG6egvpLB5 { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:33.75rem;left:18.75rem;height:3.1494125rem;font-style:normal;display:block; }
#NnLZUTTQwtE09RChKeMmBphSmRxhihFl { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1504;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:33.75rem;left:37.5rem;height:3.1494125rem;font-style:normal;display:block; }
#PFkqc92k4ksBOVTG1PfDg3cMw6TLhHHE { color:#848484;display:block;width:18.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1505;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:33.75rem;left:56.25rem;height:3.1494125rem;font-style:normal;display:block; }
#PQBBQReMchJIpozZsvrwxcUiCx6F2uuG { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:166;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:37.6875rem;left:7.75rem;display:block; }
#pP3uyFLKDTWZ31Ct16f8VXB2k70n8aIq { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:167;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:37.6875rem;left:45.25rem;display:block; }
#wg3LXbXKKtMTdAEeNXTHa0WPpLUKoQqi { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:168;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:37.6875rem;left:64rem;display:block; }
#ek4Kq685kEMNicGvcQSUXl9TxsdBRlqZ { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:167;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:37.6875rem;left:26.5rem;display:block; }
#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf { 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; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container { background-color: transparent; background-image: none; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container > .video-iframe-container { display: none; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row > .video-iframe-container { display: none; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .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); }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container { border-width: 0; border-radius: 0; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#WzQnyTVff57TsmDcHNkURdnnWszKfTVD { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.75rem;left:0rem;height:2.925rem;display:block; }
#Dh6VhU62uPGNBFpxzPJNEmRm6G5t5crz { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:0rem;display:block; }
#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd { 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; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container { background-color: transparent; background-image: none; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container > .video-iframe-container { display: none; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row > .video-iframe-container { display: none; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .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); }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container { border-width: 0; border-radius: 0; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container { font-size:0.875rem;font-family:arial;height:28.590879440307rem;width:75rem;position:relative;display:block; }#ZuHTOWSSB5J7E3iuQDE1UOvt7sVClAI0 { position:absolute;display:block;z-index:1501;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:25.9375rem;width:36.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DT2i9HF1L0yrgceMbAXuAgkKqJsMD3tz { color:#848484;display:block;width:35.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1501;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:2.2062492370606rem;left:39.5rem;height:21.5976375rem;display:block; }
#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K { 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; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container { background-color: transparent; background-image: none; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container > .video-iframe-container { display: none; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row > .video-iframe-container { display: none; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .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); }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container { border-width: 0; border-radius: 0; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#LUf8i4s1gHSvgyungWSN6ulDGONikwXW { color:#848484;display:block;width:36.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1501;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:2.9624977111816rem;left:0rem;height:7.19925rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UlmAEwTIh19fbovrB9ww67FkqFCblXh4 { color:#848484;display:block;width:35.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1501;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:2.9624977111816rem;left:39.5rem;height:8.999rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container { background-color: transparent; background-image: none; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container > .video-iframe-container { display: none; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row > .video-iframe-container { display: none; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .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); }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container { border-width: 0; border-radius: 0; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#IlWaDlTwftXwPCVTk0FSuwaGfocHkIJQ { color:#55565b;display:block;width:35.5rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1504;line-height:1.1;letter-spacing:0;text-align:left;text-align-last:left;top:4.75rem;left:0rem;height:2.475rem;display:block; }
#EnoKGNoMfBExxn6bLmaCSNcNixmFTsA0 { color:#848484;display:block;width:35.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1505;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:9.2562522888181rem;left:0rem;height:14.398475rem;display:block; }
#dmgmzFXL5o3intMp53dGF5MncnF36tRH { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.5625rem;height:3.5rem;text-decoration:none;z-index:1506;text-align:center;text-align-last:center;top:25.499996185302rem;left:0rem;display:block; }#dmgmzFXL5o3intMp53dGF5MncnF36tRH.adaptive-delivery-prevent-bg, #dmgmzFXL5o3intMp53dGF5MncnF36tRH.lazyload, #dmgmzFXL5o3intMp53dGF5MncnF36tRH.lazyloading { background-image: none; }
#tvTOJM0dcpRAPOkR8PvxRb8GTQI1IERu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBi0Uvw1xAmnaH7r4dpslBkDFQ0lz34F { position:absolute;display:block;z-index:1502;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:25.9375rem;width:36.75rem;top:4.75rem;left:38.25rem;overflow:hidden;display:block; }
#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 { position:relative;display:block; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 { background-color: transparent; background-image: none; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .row .container > .video-iframe-container { display: none; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .row > .video-iframe-container { display: none; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .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); }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 { border-width: 0; border-radius: 0; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .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; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .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:10.625rem;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; }#PimaS1TLULfNpUpzrfkyxfidXhpKMIOT { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.75rem;left:0rem;height:2.925rem;display:block; }
#wxHHiRyH12uOdzf1GbHBqpyVyKrWcD7i { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:0rem;display:block; }
#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N { position:relative;display:block; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N { background-color: transparent; background-image: none; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .row .container > .video-iframe-container { display: none; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .row > .video-iframe-container { display: none; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .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); }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N { border-width: 0; border-radius: 0; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .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; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .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:24rem;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; }#pvWFkVLOap5heXt3yOncPGlwp26hxbzr { position:absolute;display:block;z-index:1513;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;height:17rem;width:24.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TxZSWLF3QJZKTHwJAlFC55gVZrvdviIk { position:absolute;display:block;z-index:1513;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;height:17.0625rem;width:24.125rem;top:0rem;left:25.416667938233rem;overflow:hidden;display:block; }
#MOOV9JwJOvKTvszqkdwXF0dISBz1Pmt4 { position:absolute;display:block;z-index:1513;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;height:17rem;width:24.125rem;top:0rem;left:50.833335876465rem;overflow:hidden;display:block; }
#TXikBbKgyvHds2TvrAQC8myJLuDelHCo { box-sizing:content-box;height:4.25rem;width:24.166666030884rem;position:absolute;display:block;z-index:165;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.1875rem;left:0rem;display:block; }
#swrxy661fGb9ipwAnmlSJnPO0uf5qIMr { box-sizing:content-box;height:4.25rem;width:24.166667938232rem;position:absolute;display:block;z-index:165;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.1875rem;left:24.8125rem;display:block; }
#RdMBXp4m2FtrfBpvQqqrWbnLtGSikE2q { color:#55565b;display:block;width:24.1666875rem;position:absolute;font-family:"din next w1g";font-size:1.5rem;font-weight:700;z-index:1513;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:18.375rem;left:25rem;height:2.0996125rem;display:block; }
#CI1mrxuTeGQwtKuwsECTTnUTE0AWyNBm { color:#55565b;display:block;width:24.1666875rem;position:absolute;font-family:"din next w1g";font-size:1.5rem;font-weight:700;z-index:1513;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:18.375rem;left:50.833335876465rem;height:2.0996125rem;display:block; }
#nvcTAiHqoo34qbb14hIPpfmwAuqRiQcs { color:#55565b;display:block;width:24.1666875rem;position:absolute;font-family:"din next w1g";font-size:1.5rem;font-weight:700;z-index:1513;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:18.375rem;left:0rem;height:2.0996125rem;display:block; }
#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 { position:relative;display:block; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 { background-color: transparent; background-image: none; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .row .container > .video-iframe-container { display: none; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .row > .video-iframe-container { display: none; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .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); }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 { border-width: 0; border-radius: 0; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .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; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .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:25.8125rem;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; }#WLKVw5QNr5MHUGA8QmVyGpXdKIEEZDyB { position:absolute;display:block;z-index:1513;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;height:17rem;width:24.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PinkHuBfqEJIDRlzo0W0AoxyHEkTxlyZ { position:absolute;display:block;z-index:1513;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;height:17rem;width:24.125rem;top:0rem;left:25.416667938233rem;overflow:hidden;display:block; }
#A62TcqPwFXUUymcu1iIfaqgrQ1L0N31O { position:absolute;display:block;z-index:1513;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;height:17rem;width:24.125rem;top:0rem;left:50.833335876465rem;overflow:hidden;display:block; }
#rKoRJQuu9pNEs66U9pS2wpb0tKL0RQBA { box-sizing:content-box;height:4.25rem;width:24.166666030884rem;position:absolute;display:block;z-index:165;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.1875rem;left:0rem;display:block; }
#rtqT3rmmwfKpTpG9DweeI4rwF836V2CS { box-sizing:content-box;height:4.25rem;width:24.166667938232rem;position:absolute;display:block;z-index:165;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.1875rem;left:24.8125rem;display:block; }
#N6PRsrokrhUsW20GtirxhybtW0uJ5QCC { color:#55565b;display:block;width:24.1666875rem;position:absolute;font-family:"din next w1g";font-size:1.5rem;font-weight:700;z-index:1513;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:18.375rem;left:25rem;height:2.0996125rem;display:block; }
#raaS7GKm0yc2PnHKZInOIVwBxpgmW7xE { color:#55565b;display:block;width:24.1666875rem;position:absolute;font-family:"din next w1g";font-size:1.5rem;font-weight:700;z-index:1513;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:18.375rem;left:50.833335876465rem;height:2.0996125rem;display:block; }
#n0uMrpcpfMLqXALkqBUaDaKEfeUXgyGu { color:#55565b;display:block;width:24.1666875rem;position:absolute;font-family:"din next w1g";font-size:1.5rem;font-weight:700;z-index:1513;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:18.375rem;left:0rem;height:2.0996125rem;display:block; }
#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container { background-color: transparent; background-image: none; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container > .video-iframe-container { display: none; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row > .video-iframe-container { display: none; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .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); }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container { border-width: 0; border-radius: 0; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#Dhuv6hmo8SSr9yfIxeaBzN4oEAKTSXzN { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.125rem;left:0rem;height:2.925rem;display:block; }
#PUuvQL5uylTsPGBdstSH73K6DX40EhKL { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.25rem;left:0rem;display:block; }
#m4qwV1dkTzaPwuRtaZHdXocxptm449le { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container { background-color: transparent; background-image: none; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container > .video-iframe-container { display: none; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row > .video-iframe-container { display: none; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .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); }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container { border-width: 0; border-radius: 0; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#Jexp6ZRwr5A0pD07uxkZOqBuGkg8Kb2m { color:#848484;display:block;width:58.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1502;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:2.1749992370606rem;left:0rem;height:3.6rem;display:block; }
#QkEnd02D8Vh48JBuqJPquwpV7HhuMh9u { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:13.9375rem;height:3.5rem;text-decoration:none;z-index:1507;text-align:center;text-align-last:center;top:2.2249984741211rem;left:61.0625rem;display:block; }#QkEnd02D8Vh48JBuqJPquwpV7HhuMh9u.adaptive-delivery-prevent-bg, #QkEnd02D8Vh48JBuqJPquwpV7HhuMh9u.lazyload, #QkEnd02D8Vh48JBuqJPquwpV7HhuMh9u.lazyloading { background-image: none; }
#sI2EzAc0VVGODJS6aX22TC6EoaqDZtqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt { position:relative;display:block; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt { background-color: transparent; background-image: none; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .row .container > .video-iframe-container { display: none; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .row > .video-iframe-container { display: none; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .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); }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt { border-width: 0; border-radius: 0; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .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; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .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:10.625rem;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; }#FVXWJTLfWr2k077ueObcJsqosUu2hPN6 { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.75rem;left:0rem;height:2.925rem;display:block; }
#KdcqDEdbnJKLnarcTvPz74rVRJ1w3wzc { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:0rem;display:block; }
#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 { position:relative;display:block; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 { background-color: transparent; background-image: none; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .row .container > .video-iframe-container { display: none; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .row > .video-iframe-container { display: none; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .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); }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 { border-width: 0; border-radius: 0; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .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; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .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:29.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; }#QZQNogRcnxplPuFNDdcNaIz9RVdNV8Nh { position:absolute;display:block;z-index:1501;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:36.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w0DAr4WwwcrTSI6ZvMIQZvWB4uqAm2ez { color:#848484;display:block;width:35.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1501;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:7.7062492370606rem;left:39.5rem;height:12.59864375rem;display:block; }
#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ { position:relative;display:block; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ { background-color: transparent; background-image: none; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .row .container > .video-iframe-container { display: none; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .row > .video-iframe-container { display: none; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .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); }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ { border-width: 0; border-radius: 0; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .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; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .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:26.3125rem;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; }#SUFuf5aN1r66Nb7zOQvvahGbVtHnNAvN { box-sizing:content-box;height:22.9375rem;width:14rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;display:block; }
#UlJ6L1CllFTTMgZ2Bat1vqOS0TWwffPJ { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-top:0.0625rem solid #bcbcbc;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:1.25rem;display:block; }
#yZtv0ITDWig3XQlBNXwa074zQHwZlT3x { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:1.75rem;overflow:hidden;display:block; }
#tr7tmTagTJ7KLWpagBBvLeax1b7HqvJ5 { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:5.375rem;display:block; }
#zDF77dERQbRQGzvCTC4TkaqgyBCD3kNi { color:#55565b;display:block;width:12.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:0.625rem;height:3.1494125rem;display:block; }
#aTD9sCPJ65axevnT7By4FIqScL8S7zuI { box-sizing:content-box;height:22.9375rem;width:14rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:15.25rem;display:block; }
#kNTqrBTVikUwJW7F0uLtGHR5UfB2SGGt { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-top:0.0625rem solid #bcbcbc;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:16.5rem;display:block; }
#Ov2nqPTiEqvvB6rJt8drT55dRuRD4O8x { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:17rem;overflow:hidden;display:block; }
#wKwST4bP2lPJHD9WcDytqfk6fUyWvDKz { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:20.625rem;display:block; }
#Xn0KHoEQ8q1H4bJOD9vWV9gGF7FrpHuy { color:#55565b;display:block;width:12.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:15.875rem;height:3.1494125rem;display:block; }
#h66b0kg7QLPa9UsrGzhOmzlflyrSd8Fk { box-sizing:content-box;height:22.9375rem;width:14rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:30.5rem;display:block; }
#mBSRxz4SR7fM4p0RoF0usx4zCt5l7Lqu { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-top:0.0625rem solid #bcbcbc;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:31.75rem;display:block; }
#BraS5pHZT2RO8h6A8XH4Lqw9TTrrKCBT { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:32.25rem;overflow:hidden;display:block; }
#LTVkgszPyDgE3oHTT5yuB4ouFOdCtxdH { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:35.875rem;display:block; }
#r0ZRKBSKDUCBRHJdgM1rTTR4L0DvtS7a { color:#55565b;display:block;width:12.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:31.125rem;height:3.1494125rem;display:block; }
#wyUO4Og5gX6besMMOQDmaKuDewZ4poZP { box-sizing:content-box;height:24.5625rem;width:14rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:45.75rem;display:block; }
#TGbIW5q5Ks3bMa6VUfxLz3KBZLrxA4vb { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-top:0.0625rem solid #bcbcbc;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:47rem;display:block; }
#ypUcfBAw9hqrwdt7x7AwnnytXSzP9r8D { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:47.5rem;overflow:hidden;display:block; }
#lEVI7XCBpqlTnHXFSb27bBewhQovSFdO { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:51.125rem;display:block; }
#WogIOOx0tdG3etCMoP4sLHlRUycOI8Ri { color:#55565b;display:block;width:12.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:46.375rem;height:4.72411875rem;display:block; }
#RRvWtdxL9fzPUKU9XcXv4J8l1U5k3P1g { box-sizing:content-box;height:22.9375rem;width:14rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:61rem;display:block; }
#IPmbmtkB6vtZ0I0ygGqhHXTonAKezhsN { box-sizing:content-box;height:11.5rem;width:11.5rem;position:absolute;display:block;z-index:152;border-bottom:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-top:0.0625rem solid #bcbcbc;background-color:transparent;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;top:2.5rem;left:62.25rem;display:block; }
#fIx5niNOBqZSZJhSkmq3ZAg9owuUibWF { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3rem;left:62.75rem;overflow:hidden;display:block; }
#FwdfLD5HOmlHToRWsom1FRm1Rw4FfK4h { box-sizing:content-box;height:0.0625rem;width:3.25rem;position:absolute;display:block;z-index:153;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:15.5625rem;left:66.375rem;display:block; }
#bp1S67pqtWw8PRvylwAPiLHloCJO4ugD { color:#55565b;display:block;width:12.75rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:17.1875rem;left:61.625rem;height:3.1494125rem;display:block; }
#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://cdn.lugc.link/5a8aa9f4-14ae-4ee1-9cc2-2adc4a236bb5/-/preview/-/quality/normal/");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8.adaptive-delivery-prevent-bg, #oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8.lazyload, #oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8.lazyloading { background-image: none; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container { background-color: transparent; background-image: none; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container > .video-iframe-container { display: none; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row > .video-iframe-container { display: none; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .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); }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container { border-width: 0; border-radius: 0; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#TEJm4VU52vELM8LFyNXQAieaTTDsobxI { color:#ffffff;display:block;width:75.0625rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:4.6875rem;left:0rem;height:2.925rem;display:block; }
#AJgOTHgLaBxRHzGObsdwfqg6Sq5woVDn { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.8125rem;left:0rem;display:block; }
#KxOh8P4VU8OrHsnppCTAZIwvy2Q2Cpei { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1502;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:11.499633789062rem;left:0rem;height:3.6rem;display:block; }
#s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1503;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:16.99951171875rem;left:0rem;height:;display:block; }#s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H li:before{  }
#B1ZsI7GigLonZJzpnGHivo6sDfTeHIGK { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:13.9375rem;height:3.5rem;text-decoration:none;z-index:1508;text-align:center;text-align-last:center;top:11.5rem;left:61.0625rem;display:block; }#B1ZsI7GigLonZJzpnGHivo6sDfTeHIGK.adaptive-delivery-prevent-bg, #B1ZsI7GigLonZJzpnGHivo6sDfTeHIGK.lazyload, #B1ZsI7GigLonZJzpnGHivo6sDfTeHIGK.lazyloading { background-image: none; }
#Ly0dOL3xcezsK5ODDhzmEBJIGSOyMTwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTCg3XpliV7T7TI68mhaHzAkbSTH5rUd { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:13.9375rem;height:3.5rem;text-decoration:none;z-index:1509;text-align:center;text-align-last:center;top:16.318748474121rem;left:61.0625rem;display:block; }#cTCg3XpliV7T7TI68mhaHzAkbSTH5rUd.adaptive-delivery-prevent-bg, #cTCg3XpliV7T7TI68mhaHzAkbSTH5rUd.lazyload, #cTCg3XpliV7T7TI68mhaHzAkbSTH5rUd.lazyloading { background-image: none; }
#hMVWwcwSDPipIf0WVudd92Te3HPrQ4Q1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container { background-color: transparent; background-image: none; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container > .video-iframe-container { display: none; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row > .video-iframe-container { display: none; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .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); }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container { border-width: 0; border-radius: 0; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#cZClubIwU3T0f7aEl5Ph5pyaVTQVewSl { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.75rem;left:0rem;height:2.925rem;display:block; }
#azH6TTqzN18EWe4JewTcCwLitfrdT0xf { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:0rem;display:block; }
#HugetIBbliiN62TpvTQpXzevmVDbG86Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container { background-color: transparent; background-image: none; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container > .video-iframe-container { display: none; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row > .video-iframe-container { display: none; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .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); }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container { border-width: 0; border-radius: 0; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#TgXPE3IQBNkrZeOyVUV7yrTPlWsDQeqr { color:#848484;display:block;width:58.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:1502;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:2.1749992370606rem;left:0rem;height:3.6rem;display:block; }
#m8TAw8t5FdUrPLsUxEsyHTlef64Lrz7l { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:13.9375rem;height:3.5rem;text-decoration:none;z-index:1507;text-align:center;text-align-last:center;top:2.2249984741211rem;left:61.0625rem;display:block; }#m8TAw8t5FdUrPLsUxEsyHTlef64Lrz7l.adaptive-delivery-prevent-bg, #m8TAw8t5FdUrPLsUxEsyHTlef64Lrz7l.lazyload, #m8TAw8t5FdUrPLsUxEsyHTlef64Lrz7l.lazyloading { background-image: none; }
#aNlZ5W3SMSWW1ncfF6nw6qIIs9NJpEZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV { position:relative;display:block; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV { background-color: transparent; background-image: none; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .row .container > .video-iframe-container { display: none; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .row > .video-iframe-container { display: none; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .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); }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV { border-width: 0; border-radius: 0; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .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; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .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:10.625rem;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; }#e4hKoP5DkbuhrE7zy7ThLSqSNdr6ACA4 { color:#d1333a;display:block;width:75rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:3.125rem;left:0rem;height:2.925rem;display:block; }
#cq5mk17SOnEgpvXkrCta1t7AgH7v5HEZ { box-sizing:content-box;height:0.25rem;width:4.625rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.25rem;left:0rem;display:block; }
#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ { position:relative;display:block; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ { background-color: transparent; background-image: none; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row .container > .video-iframe-container { display: none; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row > .video-iframe-container { display: none; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .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); }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ { border-width: 0; border-radius: 0; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wy2E0KmIteTpV5s7p6czSxA3LwwXMV1a { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.5rem;text-decoration:none;z-index:1511;text-align:center;text-align-last:center;top:13.4375rem;left:17.0625rem;display:block; }#wy2E0KmIteTpV5s7p6czSxA3LwwXMV1a.adaptive-delivery-prevent-bg, #wy2E0KmIteTpV5s7p6czSxA3LwwXMV1a.lazyload, #wy2E0KmIteTpV5s7p6czSxA3LwwXMV1a.lazyloading { background-image: none; }
#Tke508xG84GHp5E0v5wn9RrbsnLIE6ZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X84z0Bv82KUUx0RxXKBge7HpXq1Rsnyb { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:161;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12rem;left:20.625rem;display:block; }
#WSwafzLK2pZWS2Nm4ku6pTPs9KqFDdpP { color:#000000;display:block;width:9.5rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1509;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:17.5rem;height:1.40014375rem;display:block; }
#uvROV2smHalIyCWHPxGCBvbaPtwRLdRO { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:159;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:4.9375rem;display:block; }
#XbThxL2d9MNcZZAvwx44OQEqmT18Vnz5 { position:absolute;display:block;z-index:1505;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:7.9375rem;width:10.5rem;top:1.8125rem;left:32.125rem;overflow:hidden;display:block; }
#PORyZ8hqiJKXDkB2qxv68WM6wkcXa81u { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:158;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:35.875rem;display:block; }
#o5B1mTiqaiyIuBI5msGSzXT3p8m01Qdk { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:1508;text-align:center;text-align-last:center;top:13.4375rem;left:32.3125rem;display:block; }#o5B1mTiqaiyIuBI5msGSzXT3p8m01Qdk.adaptive-delivery-prevent-bg, #o5B1mTiqaiyIuBI5msGSzXT3p8m01Qdk.lazyload, #o5B1mTiqaiyIuBI5msGSzXT3p8m01Qdk.lazyloading { background-image: none; }
#EwGzuc44OJZ20I9pNaNd9Cgl0dXf4wXl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u2VveINaBthwBSSbAoTilswsOWVMv0VW { position:absolute;display:block;z-index:1506;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.9370125rem;width:10.5610625rem;top:3.0625rem;left:1.25rem;overflow:hidden;display:block; }
#DhVSmZUAakCXbBAq6tvHrw9LS7QG7cJ8 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1509;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:1.75rem;height:1.40014375rem;display:block; }
#NTn2PRz80hv4y3NUgKhQwE8lkAxgZ83e { background-color:#d1333a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:1509;text-align:center;text-align-last:center;top:13.5625rem;left:1.9375rem;display:block; }
#Tze0dBD8Eo972ZTT8ouTarIhDTcs6RRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoHkED3MTfEn3Utmbwuqzco0ZdoXbE1p { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1506;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:27.9375rem;height:1.40014375rem;display:block; }
#I4JI8kxonwAxerpA7JkHmcyh0ap52Ebk { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.874rem;height:3.4995125rem;text-decoration:none;z-index:1511;text-align:center;text-align-last:center;top:13.5rem;left:47.4375rem;display:block; }#I4JI8kxonwAxerpA7JkHmcyh0ap52Ebk.adaptive-delivery-prevent-bg, #I4JI8kxonwAxerpA7JkHmcyh0ap52Ebk.lazyload, #I4JI8kxonwAxerpA7JkHmcyh0ap52Ebk.lazyloading { background-image: none; }
#PfG3zESKM8szoNA2gBErJ2HI0lBuJ3Lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTRK66vLnmqRXxqf5A2W1iC30TcICzvK { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1507;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:45.0625rem;height:1.40014375rem;display:block; }
#lcP0wAy769Io6k3LDyvZT3MtKf6zVu58 { position:absolute;display:block;z-index:1507;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.875rem;width:10.5rem;top:4.3125rem;left:47.125rem;overflow:hidden;display:block; }
#CiVInM6svUdgAPQTAViJGaDzVHbq6ymZ { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:159;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12rem;left:50.75rem;display:block; }
#lQm63Vc36pU9VOd05VOfJERwtxUO3T8A { position:absolute;display:block;z-index:1505;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.5625rem;top:3.875rem;left:62rem;overflow:hidden;display:block; }
#bu7LeulRwVNTWWTlczcSGzzZ6aX4Emti { background-color:#d1333a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:"din next w1g";font-size:1rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.875rem;height:3.5rem;text-decoration:none;z-index:1508;text-align:center;text-align-last:center;top:13.5rem;left:62.3125rem;display:block; }#bu7LeulRwVNTWWTlczcSGzzZ6aX4Emti.adaptive-delivery-prevent-bg, #bu7LeulRwVNTWWTlczcSGzzZ6aX4Emti.lazyload, #bu7LeulRwVNTWWTlczcSGzzZ6aX4Emti.lazyloading { background-image: none; }
#WBB2Oc1hXdOxSCEBBTTAKHGXDvkBNclI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFC7mgU19STFK59xIOlDNT3s16kIw2L3 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1506;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:9.8125rem;left:62.3125rem;height:1.40014375rem;display:block; }
#uoCvVcC5RLEcHaNfDcqrG7VTzsQHkomC { box-sizing:content-box;height:0.125rem;width:3.25rem;position:absolute;display:block;z-index:158;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d1333a;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:65.6875rem;display:block; }
#Xa7CLQIAQphuvkTu5JfLeTxLIgWiLErP { 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:2rem;width:12.625rem;top:4.78125rem;left:15.90625rem;overflow:hidden;display:block; }
#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef1c54e9-ea76-442c-8132-1f7adb7ceaff/_DSC0021p.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT.adaptive-delivery-prevent-bg, #Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT.lazyload, #Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT.lazyloading { background-image: none; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container { background-color: transparent; background-image: none; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container > .video-iframe-container { display: none; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row > .video-iframe-container { display: none; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .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); }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container { border-width: 0; border-radius: 0; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#owZT0miTtsOpiS5xfNwF5RdAIgaEQJ4V { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:75rem;top:6.53125rem;left:0rem;display:block; }
#zIbtkMBlZnGanieSD3M6vGmy73F0OQ6o { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ffd8e36-05af-4c47-b7e7-0029d73bfcd5/DSC06515.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:22.1875rem;width:22.1875rem;top:11.537498474121rem;left:5.5rem;display:block; }#zIbtkMBlZnGanieSD3M6vGmy73F0OQ6o.adaptive-delivery-prevent-bg, #zIbtkMBlZnGanieSD3M6vGmy73F0OQ6o.lazyload, #zIbtkMBlZnGanieSD3M6vGmy73F0OQ6o.lazyloading { background-image: none; }
#Eb5ZDVX18KroLpsQtlvlbWFwOe2M6iTR { color:#d1333a;display:block;width:32.5rem;position:absolute;font-family:"din next w1g";font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17rem;left:32.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wpt4HfdAs4foPPXx3TOTQNxGy4WOU9ZA { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"din next w1g";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:32.9375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1BI0vNvL8ctcTBSWVREfL8REOZiPiW4 { color:#292929;display:block;width:36.5625rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:32.8125rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7kwcnBKeKurITphi3dKhKkcxEz9hmU8 { position:absolute;display:block;z-index:15011;background-color:#000859;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:27.625rem;left:32.75rem;display:block; }
#bwNbndRXJCcRmNqCKS7bC5TMgGsrRXTO { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:33.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.625rem;left:33.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO li:before{  }
#VGGxDTrvZGpWXasg61C36iXWpeGk276T { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"din next w1g";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5rem;left:33.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VGGxDTrvZGpWXasg61C36iXWpeGk276T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VGGxDTrvZGpWXasg61C36iXWpeGk276T li:before{  }
#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#656565;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; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container { background-color: transparent; background-image: none; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container > .video-iframe-container { display: none; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row > .video-iframe-container { display: none; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .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); }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container { border-width: 0; border-radius: 0; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#IzJU8CTTbVI6VcUkhvmbinGP0vRrhGlI { position:absolute;display:block;z-index:1501;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.5rem;width:10.1875rem;top:2.5625rem;left:32.40625rem;overflow:hidden;display:block; }
#TB41MCxuPVgAOqiBLwINIZe0Mx1GO2nJ { color:#f8f8f8;display:block;width:72.5rem;position:absolute;font-family:"din next w1g";font-size:0.875rem;font-weight:400;z-index:1502;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:6.1875rem;left:1.25rem;height:1.40014375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi { display:block; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container { width:50rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs6qmTysZeshSSarbdRHDdTDlbw6CCbl { top:3.125rem;left:0rem;width:10.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bryKDgSSZpi2Zr2nEwK2v3nNUKpnF6bz { top:3.25rem;left:13.8125rem;width:50rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30o5dhAR41XcFuEWEf6bXvo5Ph0LHQL { width:11.1875rem;height:3.5rem;top:3.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDkX6ztL6q9bRLcwHhdaWdfiZhf66ny { display:block; }
 }@media only screen and (max-width: 763px) { #BE7ukVC2xLWBOwgSFTGGbn4uLDIuGOVZ { width:8.375rem;height:3.5rem;top:3.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS7k6au03hfUHLioeTm5rwur8VW2o7P5 { display:block; }
 }@media only screen and (max-width: 763px) { #PinCp6ZN74geW7EASlUGwmTax1F5x1LO { width:11.25rem;height:3.5rem;top:3.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pTOuTN1w94y87rEOKpMuQZ77hw45oh { display:block; }
 }@media only screen and (max-width: 763px) { #KhlQrUXg7xKiNgTeySFr5X24BOunlncR { width:6.75rem;height:3.5rem;top:3.25rem;left:48.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou2WTxTFUq3U1PmWpfnzWQPFyS47sLe5 { display:block; }
 }@media only screen and (max-width: 763px) { #vMd2OcS5rhAdnPupy1to0LpaOAkFWmyZ { width:7.8125rem;height:3.5rem;top:3.25rem;left:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJ1ZI6S9n2J9ZrvGM8Tki9gZSBzTmk3 { display:block; }
 }@media only screen and (max-width: 763px) { #WcQFtX1TxTedB8TmamebyLeGXTl9xXUJ { width:9.5625rem;height:3.5rem;top:3.25rem;left:65.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plnNt4qslhC74Za8bXn9ceONrqP3Ok3m { display:block; }
 }@media only screen and (max-width: 763px) { #fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU { display:block; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container { width:50rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpHFTgEXoX4UIymPI20wtFO9teWhT0sK { display:block; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container { width:50rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaUIvSvBV4KGtKLT4wH3nHpQtD8L3URT { top:7.1875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCnBkwcPbSPr3C5ydNTtTdlv9bIOQn6k { top:17.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 { display:block; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcGcwWbaAXX1H1z3aGtSGFBrR4duZiaW { top:3.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHvGm9LvF8VMfEFTn2qSGXLbl0PznmUu { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm5NLfgrEpleczX4wf7a6bquMH280PPx { display:block; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoBPNmKseLMTokZMTLSm40B1XXI6eyNa { width:9.875rem;height:3.5rem;top:16.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDPztqDoLrg39Qqgw6XekuIwDiJXG38W { display:block; }
 }@media only screen and (max-width: 763px) { #TGqDCcxNdkJrAtUQR0nlc169fnTycQCH { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoVTz000oATTsS42w4NTLKx1t3qNorw { top:9.8125rem;left:2.4375rem;width:9.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGtMzwHhxOsQhxCm0LD8aaLWdnLwSqce { top:14.5rem;left:10.0625rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtwSvAR9eIAEa9zvuzrGNfovdyE5N96 { top:1rem;left:32.25rem;width:10.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRyTzqU8a1mbs5kt2DDv1l7U4UMONom { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKA4T1TyXLW842vOLOSBRakUKV5MnDv { width:9.875rem;height:3.5rem;top:16.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBRSRHea1nr8ZuaFcKRNwx1OKyhlZgN { display:block; }
 }@media only screen and (max-width: 763px) { #pcaBZ72FEZxwZqxU5VMpeqJDLdeapdt2 { top:1rem;left:6.4375rem;width:10.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqlTiz71G2SZ3spg89tx4TvIziIQWIJJ { top:9.8125rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHOtb26okDZAtZrTitWATTcFn9m9isW0 { width:9.875rem;height:3.5rem;top:16.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmaTvuD0qXGUCCIRUPW2bJDbJD9Fmog { display:block; }
 }@media only screen and (max-width: 763px) { #fvbySWqsCDIPukn18Hgvsup1rtXlQp5o { top:9.8125rem;left:5rem;width:18.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR8A1SDcfn7xFUFZgmqJFhvxt6ND0WAl { width:9.875rem;height:3.5rem;top:16.125rem;left:58.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAVqbcAHInrCLikZztZf0hEqKiXRwuts { display:block; }
 }@media only screen and (max-width: 763px) { #zMETi0wIqQ4Z54uJIJRh8sz6TcxmyvqB { top:9.8125rem;left:21.1875rem;width:14.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFZglrvOsomVeumxR5XsNZBVIPEL92Qx { top:1rem;left:6.4375rem;width:10.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQz5slUOzTlacUTzb2FhCmD5VdhuGOdW { top:14.5rem;left:61.75rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oug3ZaWRzOSXpEWyssL1FprbUmE2Ink1 { top:1rem;left:58.125rem;width:10.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGBouWnbJiBAum2LCiK5KbqsMsxPe98 { width:9.875rem;height:3.5rem;top:16.125rem;left:58.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCX5N3qy4i5XskS0uvQJsbUXkN4V1AvV { display:block; }
 }@media only screen and (max-width: 763px) { #SITID8h94vIxVkU0TN1nR6ryBgNUyyHF { top:9.8125rem;left:37.8125rem;width:9.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFIiBGt1wDFoM678LJluGbbE62u4fFl { top:14.5rem;left:61.75rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMmGkC7IPdrhP6Psgm6tTkpBDo0GIxaO { top:4.75rem;left:0rem;width:12.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8rFBrO6y97bGeehf1hvrXHBaFr2awRD { display:block; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA940Joe2irMEO4B7gTvUEtTPOir1N4f { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6eEAetxCAVgxz0DqmxRpTI9357f0kU { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM { display:block; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container { width:50rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqc7Rc2XCDHXgkl7k2VLg5cXQuymmkCL { top:0rem;left:0rem;width:17.8125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoASlkdpNmuAsQ4AFaKSS995edVABI8T { top:2.5rem;left:3.1875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXMrCHaccyrS0douTsEW4ESbD3TzHSf { top:3rem;left:3.6875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsCSFJFdiTSNUNzzb4dPEG0Ns6y0sfTO { top:15.5625rem;left:7.3125rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXdc8NGksSDyOlkQKzPqrQEAyHZXxvfR { top:17.1875rem;left:0rem;width:16.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXAbnKHKX24JC8cpfsoRPkuAFWOeZihV { top:0rem;left:19.0625rem;width:17.8125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgLosl9BTCAs4MJZzbMztTAcq6zthLQ { top:2.5rem;left:22.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqwwIBObbEP9va2gDqmyorLRxNB1uXJr { top:3rem;left:22.75rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OleW6X3hgTGbZaUtssgQgu3UTlydqivH { top:15.5625rem;left:26.375rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdLD2Tx7aOgA2wuieivX2IiwU6hUHTEi { top:17.1875rem;left:7.3125rem;width:16.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNPXNscWNscVEq5HdbNuXrQ4VMUFbZZs { top:0rem;left:38.125rem;width:17.8125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAaE9VmhT2v9d6HSlIPiSbtqgTQZe9i { top:2.5rem;left:41.3125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFraHChbo1oWp5griqv2zyDyGvFHL1k { top:3rem;left:41.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExN22qyTeZ1m7ChFwFMdI3fDTrCgtJd5 { top:15.5625rem;left:45.4375rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlaTOTmQw9dgXUH6rLFggzLdJxlTZXl { top:17.1875rem;left:19.25rem;width:16.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOigTxiUc16rcqiRQmNARXWRLNRQvilr { top:0rem;left:57.1875rem;width:17.8125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4V4EVunKlBrUMHuFrHsFKRKQVklU9m { top:2.5rem;left:60.375rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbXuwcA6R0q3OS9ydP7vLuUlSXfGqLgK { top:3rem;left:60.875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Hm4lfTPOLALKcuemVEXSTdad8S2NPT { top:15.5625rem;left:64.5rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxU3GCTlqPGiFtVWxORhQCur14qX87wz { top:17.1875rem;left:30rem;width:17.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 { display:block; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNToVoZTcznib4RX0ViUqcJGO3cSISg3 { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDThlCQZA8om4Cmxvk1MCXPICXKvFC4R { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTE2FF6bfvM8UgHrTZLVgesZ48bhch4 { top:10.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE { display:block; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nui68p4cGpc6WtD4NvTT8gZZ5DuqkfRk { top:3.125rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zNXDeKFWaATTRXyTdxO0TPMBsXVVy1 { top:3.125rem;left:7rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #itr9aOEWT7SAvtsuKiiyILRmIG1aZTql { top:3.125rem;left:18.9375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP0U5aDr7A67hCzAuFoMDgwMz1lp5uy3 { top:3.125rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtDKqSXkMONOuAVcLoq7d02aHTigFD2q { top:34.25rem;left:0rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXRTPnX54ZbXNAFh3Eq2usfvdu5DlbtU { top:34.25rem;left:5.125rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ3CTGmdMM8ITpRVC3xDPKa2z0ohg4dE { top:34.25rem;left:17.0625rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsLqkcDIdg8hZiJPLRZDAPb6J6V3rK3 { top:34.25rem;left:29rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwusuTIuxDduz6OUPoUb2oASzQxFEx5J { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CruMvP4cd4kMoszcDV746RaaT5Utnl8z { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mZigyVTeoHnoKKk97MN1bbaZdp8PGN { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihvvcw2U6Zm9KlvtRKLt85e2tSDofdd7 { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZzf0ZMyICHQprADPg0351cLRDDBPgo { display:block; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2QdWffCB3BKN5Jg87XPReiG6b9xzLpE { top:2.5rem;left:0rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGNJctd9F5dEvCpzVlMEDoUD56bc4FB { top:2.5rem;left:7rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSRIBbERNJhcVP4TlMZNxFTR8feUzuC { top:2.5rem;left:18.9375rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG42zOxTr6ERcT8okmaq8TnFTPNAah7 { top:2.5rem;left:30.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4ADPDHQhF1HXbwMFznkBXBEBCNsOg9l { top:33.75rem;left:0rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Bdvx8I2AU3cColxTr1h5rG6egvpLB5 { top:33.75rem;left:5.125rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnLZUTTQwtE09RChKeMmBphSmRxhihFl { top:33.75rem;left:17.0625rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFkqc92k4ksBOVTG1PfDg3cMw6TLhHHE { top:33.75rem;left:29rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQBBQReMchJIpozZsvrwxcUiCx6F2uuG { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP3uyFLKDTWZ31Ct16f8VXB2k70n8aIq { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3LXbXKKtMTdAEeNXTHa0WPpLUKoQqi { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4Kq685kEMNicGvcQSUXl9TxsdBRlqZ { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6e2KNzagCzU2U7NiQan2UvKxP13KBNf { display:block; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzQnyTVff57TsmDcHNkURdnnWszKfTVD { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh6VhU62uPGNBFpxzPJNEmRm6G5t5crz { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd { display:block; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container { width:50rem;height:28.590879440307rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuHTOWSSB5J7E3iuQDE1UOvt7sVClAI0 { top:0rem;left:0rem;width:36.75rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2i9HF1L0yrgceMbAXuAgkKqJsMD3tz { top:2.1875rem;left:12.25rem;width:35.5rem;height:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K { display:block; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container { width:50rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUf8i4s1gHSvgyungWSN6ulDGONikwXW { top:2.9375rem;left:0rem;width:36.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlmAEwTIh19fbovrB9ww67FkqFCblXh4 { top:2.9375rem;left:12.25rem;width:35.5rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt { display:block; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlWaDlTwftXwPCVTk0FSuwaGfocHkIJQ { top:4.75rem;left:0rem;width:35.5rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnoKGNoMfBExxn6bLmaCSNcNixmFTsA0 { top:9.25rem;left:0rem;width:35.5rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmgmzFXL5o3intMp53dGF5MncnF36tRH { width:9.5625rem;height:3.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTOJM0dcpRAPOkR8PvxRb8GTQI1IERu { display:block; }
 }@media only screen and (max-width: 763px) { #mBi0Uvw1xAmnaH7r4dpslBkDFQ0lz34F { top:0rem;left:38.25rem;width:36.75rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 { display:block; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PimaS1TLULfNpUpzrfkyxfidXhpKMIOT { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxHHiRyH12uOdzf1GbHBqpyVyKrWcD7i { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N { display:block; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvWFkVLOap5heXt3yOncPGlwp26hxbzr { top:0.625rem;left:0.625rem;width:24.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZSWLF3QJZKTHwJAlFC55gVZrvdviIk { top:0.625rem;left:25.4375rem;width:24.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOOV9JwJOvKTvszqkdwXF0dISBz1Pmt4 { top:0.625rem;left:50.1875rem;width:24.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXikBbKgyvHds2TvrAQC8myJLuDelHCo { top:20.625rem;left:0.625rem;width:24.166666030884rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrxy661fGb9ipwAnmlSJnPO0uf5qIMr { top:20.625rem;left:25.4375rem;width:24.166667938233rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMBXp4m2FtrfBpvQqqrWbnLtGSikE2q { top:18.375rem;left:7.625rem;width:24.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI1mrxuTeGQwtKuwsECTTnUTE0AWyNBm { top:18.375rem;left:23.5rem;width:24.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvcTAiHqoo34qbb14hIPpfmwAuqRiQcs { top:18.375rem;left:0rem;width:24.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 { display:block; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLKVw5QNr5MHUGA8QmVyGpXdKIEEZDyB { top:0.625rem;left:0.625rem;width:24.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinkHuBfqEJIDRlzo0W0AoxyHEkTxlyZ { top:0.625rem;left:25.4375rem;width:24.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62TcqPwFXUUymcu1iIfaqgrQ1L0N31O { top:0.625rem;left:50.1875rem;width:24.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKoRJQuu9pNEs66U9pS2wpb0tKL0RQBA { top:20.625rem;left:0.625rem;width:24.166666030884rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtqT3rmmwfKpTpG9DweeI4rwF836V2CS { top:20.625rem;left:25.4375rem;width:24.166667938233rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6PRsrokrhUsW20GtirxhybtW0uJ5QCC { top:18.375rem;left:7.625rem;width:24.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raaS7GKm0yc2PnHKZInOIVwBxpgmW7xE { top:18.375rem;left:23.5rem;width:24.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uMrpcpfMLqXALkqBUaDaKEfeUXgyGu { top:18.375rem;left:0rem;width:24.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB { display:block; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhuv6hmo8SSr9yfIxeaBzN4oEAKTSXzN { top:3.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuvQL5uylTsPGBdstSH73K6DX40EhKL { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qwV1dkTzaPwuRtaZHdXocxptm449le { display:block; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jexp6ZRwr5A0pD07uxkZOqBuGkg8Kb2m { top:2.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkEnd02D8Vh48JBuqJPquwpV7HhuMh9u { width:9.5625rem;height:3.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI2EzAc0VVGODJS6aX22TC6EoaqDZtqx { display:block; }
 }@media only screen and (max-width: 763px) { #nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt { display:block; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVXWJTLfWr2k077ueObcJsqosUu2hPN6 { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcqDEdbnJKLnarcTvPz74rVRJ1w3wzc { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovbG2nro82bhXovLbVoEgT0ItlfvXog8 { display:block; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .row .container { width:50rem;height:28.590879440307rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZQNogRcnxplPuFNDdcNaIz9RVdNV8Nh { top:0rem;left:0rem;width:36.75rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0DAr4WwwcrTSI6ZvMIQZvWB4uqAm2ez { top:7.6875rem;left:12.25rem;width:35.5rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ { display:block; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .row .container { width:50rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUFuf5aN1r66Nb7zOQvvahGbVtHnNAvN { top:0rem;left:0rem;width:14rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJ6L1CllFTTMgZ2Bat1vqOS0TWwffPJ { top:2.5rem;left:1.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZtv0ITDWig3XQlBNXwa074zQHwZlT3x { top:3rem;left:1.75rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7tmTagTJ7KLWpagBBvLeax1b7HqvJ5 { top:15.5625rem;left:5.375rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDF77dERQbRQGzvCTC4TkaqgyBCD3kNi { top:17.1875rem;left:0rem;width:12.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTD9sCPJ65axevnT7By4FIqScL8S7zuI { top:0rem;left:15.25rem;width:14rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNTqrBTVikUwJW7F0uLtGHR5UfB2SGGt { top:2.5rem;left:16.5rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov2nqPTiEqvvB6rJt8drT55dRuRD4O8x { top:3rem;left:17rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwST4bP2lPJHD9WcDytqfk6fUyWvDKz { top:15.5625rem;left:20.625rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn0KHoEQ8q1H4bJOD9vWV9gGF7FrpHuy { top:17.1875rem;left:6.25rem;width:12.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h66b0kg7QLPa9UsrGzhOmzlflyrSd8Fk { top:0rem;left:30.5rem;width:14rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBSRxz4SR7fM4p0RoF0usx4zCt5l7Lqu { top:2.5rem;left:31.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BraS5pHZT2RO8h6A8XH4Lqw9TTrrKCBT { top:3rem;left:32.25rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVkgszPyDgE3oHTT5yuB4ouFOdCtxdH { top:15.5625rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ZRKBSKDUCBRHJdgM1rTTR4L0DvtS7a { top:17.1875rem;left:15.75rem;width:12.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUO4Og5gX6besMMOQDmaKuDewZ4poZP { top:0rem;left:45.75rem;width:14rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbIW5q5Ks3bMa6VUfxLz3KBZLrxA4vb { top:2.5rem;left:47rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUcfBAw9hqrwdt7x7AwnnytXSzP9r8D { top:3rem;left:47.5rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEVI7XCBpqlTnHXFSb27bBewhQovSFdO { top:15.5625rem;left:51.125rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WogIOOx0tdG3etCMoP4sLHlRUycOI8Ri { top:17.1875rem;left:25.25rem;width:12.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvWtdxL9fzPUKU9XcXv4J8l1U5k3P1g { top:0rem;left:61rem;width:14rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPmbmtkB6vtZ0I0ygGqhHXTonAKezhsN { top:2.5rem;left:62.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIx5niNOBqZSZJhSkmq3ZAg9owuUibWF { top:3rem;left:62.75rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwdfLD5HOmlHToRWsom1FRm1Rw4FfK4h { top:15.5625rem;left:66.375rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp1S67pqtWw8PRvylwAPiLHloCJO4ugD { top:17.1875rem;left:61.625rem;width:12.75rem;height:3.25rem;font-size:0;display:block; }
 }@media only screen and (max-width: 763px) { #oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 { display:block; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container { width:50rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEJm4VU52vELM8LFyNXQAieaTTDsobxI { top:4.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJgOTHgLaBxRHzGObsdwfqg6Sq5woVDn { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOh8P4VU8OrHsnppCTAZIwvy2Q2Cpei { top:11.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H { top:16.9375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H li:before{  }
 }@media only screen and (max-width: 763px) { #B1ZsI7GigLonZJzpnGHivo6sDfTeHIGK { width:9.5625rem;height:3.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly0dOL3xcezsK5ODDhzmEBJIGSOyMTwU { display:block; }
 }@media only screen and (max-width: 763px) { #cTCg3XpliV7T7TI68mhaHzAkbSTH5rUd { width:9.5625rem;height:3.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMVWwcwSDPipIf0WVudd92Te3HPrQ4Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #gqPrF6tKAonICEZAEmzU9Gbz15qFrnir { display:block; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZClubIwU3T0f7aEl5Ph5pyaVTQVewSl { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azH6TTqzN18EWe4JewTcCwLitfrdT0xf { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HugetIBbliiN62TpvTQpXzevmVDbG86Q { display:block; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgXPE3IQBNkrZeOyVUV7yrTPlWsDQeqr { top:2.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TAw8t5FdUrPLsUxEsyHTlef64Lrz7l { width:9.5625rem;height:3.5rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNlZ5W3SMSWW1ncfF6nw6qIIs9NJpEZM { display:block; }
 }@media only screen and (max-width: 763px) { #rkA9W4dste8ZA60nRPTpdoOLwEirMFOV { display:block; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .row .container { width:50rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4hKoP5DkbuhrE7zy7ThLSqSNdr6ACA4 { top:3.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5mk17SOnEgpvXkrCta1t7AgH7v5HEZ { top:7.25rem;left:0rem;width:4.625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ { display:block; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy2E0KmIteTpV5s7p6czSxA3LwwXMV1a { width:9.875rem;height:3.5rem;top:16.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tke508xG84GHp5E0v5wn9RrbsnLIE6ZJ { display:block; }
 }@media only screen and (max-width: 763px) { #X84z0Bv82KUUx0RxXKBge7HpXq1Rsnyb { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwafzLK2pZWS2Nm4ku6pTPs9KqFDdpP { top:9.8125rem;left:2.4375rem;width:9.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvROV2smHalIyCWHPxGCBvbaPtwRLdRO { top:14.5rem;left:10.0625rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbThxL2d9MNcZZAvwx44OQEqmT18Vnz5 { top:1rem;left:32.25rem;width:10.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PORyZ8hqiJKXDkB2qxv68WM6wkcXa81u { top:14.5rem;left:35.875rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5B1mTiqaiyIuBI5msGSzXT3p8m01Qdk { width:9.875rem;height:3.5rem;top:16.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGzuc44OJZ20I9pNaNd9Cgl0dXf4wXl { display:block; }
 }@media only screen and (max-width: 763px) { #u2VveINaBthwBSSbAoTilswsOWVMv0VW { top:1rem;left:6.4375rem;width:10.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhVSmZUAakCXbBAq6tvHrw9LS7QG7cJ8 { top:9.8125rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTn2PRz80hv4y3NUgKhQwE8lkAxgZ83e { width:9.875rem;height:3.5rem;top:16.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tze0dBD8Eo972ZTT8ouTarIhDTcs6RRP { display:block; }
 }@media only screen and (max-width: 763px) { #CoHkED3MTfEn3Utmbwuqzco0ZdoXbE1p { top:9.8125rem;left:5rem;width:18.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4JI8kxonwAxerpA7JkHmcyh0ap52Ebk { width:9.875rem;height:3.5rem;top:16.125rem;left:58.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfG3zESKM8szoNA2gBErJ2HI0lBuJ3Lf { display:block; }
 }@media only screen and (max-width: 763px) { #JTRK66vLnmqRXxqf5A2W1iC30TcICzvK { top:9.8125rem;left:21.1875rem;width:14.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcP0wAy769Io6k3LDyvZT3MtKf6zVu58 { top:1rem;left:6.4375rem;width:10.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiVInM6svUdgAPQTAViJGaDzVHbq6ymZ { top:14.5rem;left:61.75rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQm63Vc36pU9VOd05VOfJERwtxUO3T8A { top:1rem;left:58.125rem;width:10.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu7LeulRwVNTWWTlczcSGzzZ6aX4Emti { width:9.875rem;height:3.5rem;top:16.125rem;left:58.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBB2Oc1hXdOxSCEBBTTAKHGXDvkBNclI { display:block; }
 }@media only screen and (max-width: 763px) { #dFC7mgU19STFK59xIOlDNT3s16kIw2L3 { top:9.8125rem;left:37.8125rem;width:9.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoCvVcC5RLEcHaNfDcqrG7VTzsQHkomC { top:14.5rem;left:61.75rem;width:3.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7CLQIAQphuvkTu5JfLeTxLIgWiLErP { top:4.75rem;left:0rem;width:12.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT { display:block; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owZT0miTtsOpiS5xfNwF5RdAIgaEQJ4V { width:47.75rem;height:32.5625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbtkMBlZnGanieSD3M6vGmy73F0OQ6o { width:22.1875rem;height:22.1875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5ZDVX18KroLpsQtlvlbWFwOe2M6iTR { width:32.5rem;height:2rem;top:17rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpt4HfdAs4foPPXx3TOTQNxGy4WOU9ZA { width:32.5rem;height:2.875rem;top:12.875rem;left:15.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BI0vNvL8ctcTBSWVREfL8REOZiPiW4 { width:36.5625rem;height:4.375rem;top:20.4375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kwcnBKeKurITphi3dKhKkcxEz9hmU8 { width:0.125rem;height:5.625rem;top:27.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNbndRXJCcRmNqCKS7bC5TMgGsrRXTO { width:31.5rem;height:1.4375rem;top:27.625rem;left:16.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO { width:31.5rem;height:1.4375rem;top:29.625rem;left:16.25rem;font-size:0.9375rem;display:block; }#iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO li:before{  }
 }@media only screen and (max-width: 763px) { #VGGxDTrvZGpWXasg61C36iXWpeGk276T { width:31.5rem;height:1.4375rem;top:31.5rem;left:16.25rem;font-size:0.9375rem;display:block; }#VGGxDTrvZGpWXasg61C36iXWpeGk276T li:before{  }
 }@media only screen and (max-width: 763px) { #Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt { display:block; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container { width:50rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzJU8CTTbVI6VcUkhvmbinGP0vRrhGlI { top:1.25rem;left:32.4375rem;width:10.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB41MCxuPVgAOqiBLwINIZe0Mx1GO2nJ { top:6.1875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi { position:relative;z-index:auto;display:block; }#Ue10dP1FJd6JnezpsCUJO9l8iRrCcdEi > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs6qmTysZeshSSarbdRHDdTDlbw6CCbl { width:10.1875rem;height:1.5rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bryKDgSSZpi2Zr2nEwK2v3nNUKpnF6bz { width:20rem;height:3.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30o5dhAR41XcFuEWEf6bXvo5Ph0LHQL { width:11.1875rem;height:3.5rem;top:4.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTDkX6ztL6q9bRLcwHhdaWdfiZhf66ny { display:block; }
 }@media only screen and (max-width: 763px) { #BE7ukVC2xLWBOwgSFTGGbn4uLDIuGOVZ { width:8.375rem;height:3.5rem;top:8.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS7k6au03hfUHLioeTm5rwur8VW2o7P5 { display:block; }
 }@media only screen and (max-width: 763px) { #PinCp6ZN74geW7EASlUGwmTax1F5x1LO { width:11.25rem;height:3.5rem;top:11.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pTOuTN1w94y87rEOKpMuQZ77hw45oh { display:block; }
 }@media only screen and (max-width: 763px) { #KhlQrUXg7xKiNgTeySFr5X24BOunlncR { width:6.75rem;height:3.5rem;top:15rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou2WTxTFUq3U1PmWpfnzWQPFyS47sLe5 { display:block; }
 }@media only screen and (max-width: 763px) { #vMd2OcS5rhAdnPupy1to0LpaOAkFWmyZ { width:7.8125rem;height:3.5rem;top:18.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJ1ZI6S9n2J9ZrvGM8Tki9gZSBzTmk3 { display:block; }
 }@media only screen and (max-width: 763px) { #WcQFtX1TxTedB8TmamebyLeGXTl9xXUJ { width:9.5625rem;height:3.5rem;top:21.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plnNt4qslhC74Za8bXn9ceONrqP3Ok3m { display:block; }
 }@media only screen and (max-width: 763px) { #fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU { display:block; }#fNiLbTdGLsGgqqI1vfbJdip7OmIgMJHU > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpHFTgEXoX4UIymPI20wtFO9teWhT0sK { display:block; }#wpHFTgEXoX4UIymPI20wtFO9teWhT0sK > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaUIvSvBV4KGtKLT4wH3nHpQtD8L3URT { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCnBkwcPbSPr3C5ydNTtTdlv9bIOQn6k { width:20rem;height:16.2rem;top:10.39999961853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 { display:block; }#knAagCaGqoKdeuAqe2rEwVddV3P4Dh53 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcGcwWbaAXX1H1z3aGtSGFBrR4duZiaW { width:20rem;height:2.925rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHvGm9LvF8VMfEFTn2qSGXLbl0PznmUu { width:4.625rem;height:0.25rem;top:5.3499984741211rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm5NLfgrEpleczX4wf7a6bquMH280PPx { display:block; }#sm5NLfgrEpleczX4wf7a6bquMH280PPx > .row .container { width:20rem;height:83.641723632812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoBPNmKseLMTokZMTLSm40B1XXI6eyNa { width:10.3125rem;height:3.5rem;top:74.3295890625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDPztqDoLrg39Qqgw6XekuIwDiJXG38W { display:block; }
 }@media only screen and (max-width: 763px) { #TGqDCcxNdkJrAtUQR0nlc169fnTycQCH { width:3.25rem;height:0.125rem;top:70.3051765625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoVTz000oATTsS42w4NTLKx1t3qNorw { width:9.5rem;height:1.3999rem;top:71.6801765625rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGtMzwHhxOsQhxCm0LD8aaLWdnLwSqce { width:3.25rem;height:0.0625rem;top:10.0875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtwSvAR9eIAEa9zvuzrGNfovdyE5N96 { width:10.562125rem;height:8.062125rem;top:16.399536132812rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRyTzqU8a1mbs5kt2DDv1l7U4UMONom { width:3.2495125rem;height:0.062255875rem;top:27.4365234375rem;left:8.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKA4T1TyXLW842vOLOSBRakUKV5MnDv { width:9.874875rem;height:3.49975625rem;top:28.062133789062rem;left:5.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBRSRHea1nr8ZuaFcKRNwx1OKyhlZgN { display:block; }
 }@media only screen and (max-width: 763px) { #pcaBZ72FEZxwZqxU5VMpeqJDLdeapdt2 { width:10.562125rem;height:4.93713125rem;top:46.488647460938rem;left:4.7186279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqlTiz71G2SZ3spg89tx4TvIziIQWIJJ { width:18.687125rem;height:1.40014375rem;top:52.113037109375rem;left:0.6549072265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lHOtb26okDZAtZrTitWATTcFn9m9isW0 { width:9.874875rem;height:3.49975625rem;top:55.462036132812rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmaTvuD0qXGUCCIRUPW2bJDbJD9Fmog { display:block; }
 }@media only screen and (max-width: 763px) { #fvbySWqsCDIPukn18Hgvsup1rtXlQp5o { width:18.8745rem;height:1.40014375rem;top:25.186767578125rem;left:0.5621337890625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MR8A1SDcfn7xFUFZgmqJFhvxt6ND0WAl { width:9.874875rem;height:3.49975625rem;top:10.77392578125rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAVqbcAHInrCLikZztZf0hEqKiXRwuts { display:block; }
 }@media only screen and (max-width: 763px) { #zMETi0wIqQ4Z54uJIJRh8sz6TcxmyvqB { width:18.6875rem;height:1.40014375rem;top:7.4375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFZglrvOsomVeumxR5XsNZBVIPEL92Qx { width:10.5625rem;height:2.875rem;top:3.3502197265625rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQz5slUOzTlacUTzb2FhCmD5VdhuGOdW { width:3.25rem;height:0.0625rem;top:79.0795890625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oug3ZaWRzOSXpEWyssL1FprbUmE2Ink1 { width:10.562125rem;height:3.125rem;top:32.788696289062rem;left:4.7186279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGBouWnbJiBAum2LCiK5KbqsMsxPe98 { width:9.874875rem;height:3.49975625rem;top:39.81201171875rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCX5N3qy4i5XskS0uvQJsbUXkN4V1AvV { display:block; }
 }@media only screen and (max-width: 763px) { #SITID8h94vIxVkU0TN1nR6ryBgNUyyHF { width:18.75rem;height:1.40014375rem;top:36.6015625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFFIiBGt1wDFoM678LJluGbbE62u4fFl { width:3.2495125rem;height:0.062255875rem;top:38.9990234375rem;left:8.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMmGkC7IPdrhP6Psgm6tTkpBDo0GIxaO { width:12.625rem;height:2rem;top:80.391723632812rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8rFBrO6y97bGeehf1hvrXHBaFr2awRD { display:block; }#i8rFBrO6y97bGeehf1hvrXHBaFr2awRD > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WA940Joe2irMEO4B7gTvUEtTPOir1N4f { width:20rem;height:2.925rem;top:3.3812503814698rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6eEAetxCAVgxz0DqmxRpTI9357f0kU { width:4.625rem;height:0.25rem;top:7.78750038147rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM { display:block; }#uuQVR06M2tUw4FuPG0CPV3XTfFCAm9ZM > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqc7Rc2XCDHXgkl7k2VLg5cXQuymmkCL { width:17.8125rem;height:22.9375rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoASlkdpNmuAsQ4AFaKSS995edVABI8T { width:11.5rem;height:11.5rem;top:3.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXMrCHaccyrS0douTsEW4ESbD3TzHSf { width:10.5625rem;height:10.5625rem;top:4.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsCSFJFdiTSNUNzzb4dPEG0Ns6y0sfTO { width:3.25rem;height:0.0625rem;top:16.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXdc8NGksSDyOlkQKzPqrQEAyHZXxvfR { width:16.5625rem;height:1.575rem;top:18.4375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXAbnKHKX24JC8cpfsoRPkuAFWOeZihV { width:17.8125rem;height:22.9375rem;top:25.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgLosl9BTCAs4MJZzbMztTAcq6zthLQ { width:11.5rem;height:11.5rem;top:27.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqwwIBObbEP9va2gDqmyorLRxNB1uXJr { width:10.5625rem;height:10.5625rem;top:28.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OleW6X3hgTGbZaUtssgQgu3UTlydqivH { width:3.25rem;height:0.0625rem;top:41rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdLD2Tx7aOgA2wuieivX2IiwU6hUHTEi { width:16.5625rem;height:1.575rem;top:42.625rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNPXNscWNscVEq5HdbNuXrQ4VMUFbZZs { width:17.8125rem;height:22.9375rem;top:49.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMAaE9VmhT2v9d6HSlIPiSbtqgTQZe9i { width:11.5rem;height:11.5rem;top:52.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFraHChbo1oWp5griqv2zyDyGvFHL1k { width:10.5625rem;height:10.5625rem;top:52.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExN22qyTeZ1m7ChFwFMdI3fDTrCgtJd5 { width:3.25rem;height:0.0625rem;top:65.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlaTOTmQw9dgXUH6rLFggzLdJxlTZXl { width:16.5625rem;height:1.575rem;top:66.8125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOigTxiUc16rcqiRQmNARXWRLNRQvilr { width:17.8125rem;height:22.9375rem;top:73.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4V4EVunKlBrUMHuFrHsFKRKQVklU9m { width:11.5rem;height:11.5rem;top:76.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbXuwcA6R0q3OS9ydP7vLuUlSXfGqLgK { width:10.5625rem;height:10.5625rem;top:76.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Hm4lfTPOLALKcuemVEXSTdad8S2NPT { width:3.25rem;height:0.0625rem;top:89.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxU3GCTlqPGiFtVWxORhQCur14qX87wz { width:16.5625rem;height:1.575rem;top:91rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 { display:block; }#NvJcI4bELnyGQQ9hiQqFN1a1U3CEmQH9 > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNToVoZTcznib4RX0ViUqcJGO3cSISg3 { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDThlCQZA8om4Cmxvk1MCXPICXKvFC4R { width:4.625rem;height:0.25rem;top:8.35rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVTE2FF6bfvM8UgHrTZLVgesZ48bhch4 { width:20rem;height:12.6rem;top:9.8500061035156rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE { display:block; }#WMp1ADT8tCux5Xf4km57cQNnQuVGxwpE > .row .container { width:20rem;height:149.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nui68p4cGpc6WtD4NvTT8gZZ5DuqkfRk { width:16.875rem;height:30rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zNXDeKFWaATTRXyTdxO0TPMBsXVVy1 { width:16.875rem;height:30rem;top:38.275rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itr9aOEWT7SAvtsuKiiyILRmIG1aZTql { width:16.875rem;height:30rem;top:75.3rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP0U5aDr7A67hCzAuFoMDgwMz1lp5uy3 { width:16.875rem;height:30rem;top:112.325rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtDKqSXkMONOuAVcLoq7d02aHTigFD2q { width:18.75rem;height:3.15rem;top:32.5rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXRTPnX54ZbXNAFh3Eq2usfvdu5DlbtU { width:18.75rem;height:3.15rem;top:69.525rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQ3CTGmdMM8ITpRVC3xDPKa2z0ohg4dE { width:18.75rem;height:3.15rem;top:106.55rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZsLqkcDIdg8hZiJPLRZDAPb6J6V3rK3 { width:18.75rem;height:3.15rem;top:143.575rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwusuTIuxDduz6OUPoUb2oASzQxFEx5J { width:3.25rem;height:0.125rem;top:36.9rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CruMvP4cd4kMoszcDV746RaaT5Utnl8z { width:3.25rem;height:0.125rem;top:110.95rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4mZigyVTeoHnoKKk97MN1bbaZdp8PGN { width:3.25rem;height:0.125rem;top:147.975rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihvvcw2U6Zm9KlvtRKLt85e2tSDofdd7 { width:3.25rem;height:0.125rem;top:73.925rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZzf0ZMyICHQprADPg0351cLRDDBPgo { display:block; }#omZzf0ZMyICHQprADPg0351cLRDDBPgo > .row .container { width:20rem;height:149.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2QdWffCB3BKN5Jg87XPReiG6b9xzLpE { width:16.875rem;height:30rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoGNJctd9F5dEvCpzVlMEDoUD56bc4FB { width:16.875rem;height:30rem;top:38.275rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSRIBbERNJhcVP4TlMZNxFTR8feUzuC { width:16.875rem;height:30rem;top:75.3rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG42zOxTr6ERcT8okmaq8TnFTPNAah7 { width:16.875rem;height:30rem;top:112.325rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4ADPDHQhF1HXbwMFznkBXBEBCNsOg9l { width:18.75rem;height:3.15rem;top:32.5rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0Bdvx8I2AU3cColxTr1h5rG6egvpLB5 { width:18.75rem;height:3.15rem;top:69.525rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnLZUTTQwtE09RChKeMmBphSmRxhihFl { width:18.75rem;height:3.15rem;top:106.55rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFkqc92k4ksBOVTG1PfDg3cMw6TLhHHE { width:18.75rem;height:3.15rem;top:143.575rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQBBQReMchJIpozZsvrwxcUiCx6F2uuG { width:3.25rem;height:0.125rem;top:36.9rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP3uyFLKDTWZ31Ct16f8VXB2k70n8aIq { width:3.25rem;height:0.125rem;top:110.95rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3LXbXKKtMTdAEeNXTHa0WPpLUKoQqi { width:3.25rem;height:0.125rem;top:147.975rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4Kq685kEMNicGvcQSUXl9TxsdBRlqZ { width:3.25rem;height:0.125rem;top:73.925rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6e2KNzagCzU2U7NiQan2UvKxP13KBNf { display:block; }#V6e2KNzagCzU2U7NiQan2UvKxP13KBNf > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzQnyTVff57TsmDcHNkURdnnWszKfTVD { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dh6VhU62uPGNBFpxzPJNEmRm6G5t5crz { width:4.625rem;height:0.25rem;top:8.35rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd { display:block; }#wK4hDeeIzggfHKPgVp3i9xCuNH5ag4dd > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuHTOWSSB5J7E3iuQDE1UOvt7sVClAI0 { width:20rem;height:14.115646258503rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2i9HF1L0yrgceMbAXuAgkKqJsMD3tz { width:20rem;height:36rem;top:16.615625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K { display:block; }#tCCEcG6uxbPO5mtkHgV4Z6DzFiJ9ep1K > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUf8i4s1gHSvgyungWSN6ulDGONikwXW { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlmAEwTIh19fbovrB9ww67FkqFCblXh4 { width:20rem;height:16.2rem;top:11.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt { display:block; }#BZPZ2ev43NKK5RTdxJTpEnUGnTNImeIt > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlWaDlTwftXwPCVTk0FSuwaGfocHkIJQ { width:20rem;height:4.95rem;top:3.125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnoKGNoMfBExxn6bLmaCSNcNixmFTsA0 { width:20rem;height:27rem;top:9.3250122070312rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmgmzFXL5o3intMp53dGF5MncnF36tRH { width:9.5625rem;height:3.5rem;top:37.887500762939rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTOJM0dcpRAPOkR8PvxRb8GTQI1IERu { display:block; }
 }@media only screen and (max-width: 763px) { #mBi0Uvw1xAmnaH7r4dpslBkDFQ0lz34F { width:19.875rem;height:14.0625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 { display:block; }#E43kg1g6rnzy2QxsSTDNJzlVc6hPTA31 > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PimaS1TLULfNpUpzrfkyxfidXhpKMIOT { width:20rem;height:5.85rem;top:1.8999996185302rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxHHiRyH12uOdzf1GbHBqpyVyKrWcD7i { width:4.625rem;height:0.25rem;top:8.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N { display:block; }#TMnIX0ufTReyTxA6ATv1GWRRnrfiGi0N > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvWFkVLOap5heXt3yOncPGlwp26hxbzr { width:20rem;height:14.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZSWLF3QJZKTHwJAlFC55gVZrvdviIk { width:20rem;height:14.125rem;top:22.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOOV9JwJOvKTvszqkdwXF0dISBz1Pmt4 { width:20rem;height:14.125rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXikBbKgyvHds2TvrAQC8myJLuDelHCo { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrxy661fGb9ipwAnmlSJnPO0uf5qIMr { width:20rem;height:4.25rem;top:12.868743896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMBXp4m2FtrfBpvQqqrWbnLtGSikE2q { width:20rem;height:2.1rem;top:38.837524414062rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CI1mrxuTeGQwtKuwsECTTnUTE0AWyNBm { width:20rem;height:2.1rem;top:60.618774414062rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvcTAiHqoo34qbb14hIPpfmwAuqRiQcs { width:20rem;height:2.1rem;top:17.056243896484rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 { display:block; }#awAG43cJ4tPkQWq3iA2H3VNTC3rKDNB1 > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLKVw5QNr5MHUGA8QmVyGpXdKIEEZDyB { width:20rem;height:14.125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinkHuBfqEJIDRlzo0W0AoxyHEkTxlyZ { width:20rem;height:14.125rem;top:24.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A62TcqPwFXUUymcu1iIfaqgrQ1L0N31O { width:20rem;height:14.125rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKoRJQuu9pNEs66U9pS2wpb0tKL0RQBA { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtqT3rmmwfKpTpG9DweeI4rwF836V2CS { width:20rem;height:4.25rem;top:14.618774414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6PRsrokrhUsW20GtirxhybtW0uJ5QCC { width:20rem;height:2.1rem;top:40.587524414062rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raaS7GKm0yc2PnHKZInOIVwBxpgmW7xE { width:20rem;height:2.1rem;top:62.368774414062rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0uMrpcpfMLqXALkqBUaDaKEfeUXgyGu { width:20rem;height:2.1rem;top:18.806274414062rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB { display:block; }#vCmmnVzyzCKQ0wo4crZ3F8lkrF4xCqIB > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhuv6hmo8SSr9yfIxeaBzN4oEAKTSXzN { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUuvQL5uylTsPGBdstSH73K6DX40EhKL { width:4.625rem;height:0.25rem;top:8.35rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qwV1dkTzaPwuRtaZHdXocxptm449le { display:block; }#m4qwV1dkTzaPwuRtaZHdXocxptm449le > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jexp6ZRwr5A0pD07uxkZOqBuGkg8Kb2m { width:20rem;height:10.8rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkEnd02D8Vh48JBuqJPquwpV7HhuMh9u { width:13.9375rem;height:3.5rem;top:13.3rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI2EzAc0VVGODJS6aX22TC6EoaqDZtqx { display:block; }
 }@media only screen and (max-width: 763px) { #nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt { display:block; }#nQ0eHugA6m3GRTuZ4UPWkpiRyEPmrUkt > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVXWJTLfWr2k077ueObcJsqosUu2hPN6 { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdcqDEdbnJKLnarcTvPz74rVRJ1w3wzc { width:4.625rem;height:0.25rem;top:8.35rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovbG2nro82bhXovLbVoEgT0ItlfvXog8 { display:block; }#ovbG2nro82bhXovLbVoEgT0ItlfvXog8 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZQNogRcnxplPuFNDdcNaIz9RVdNV8Nh { width:20rem;height:15.204081632653rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0DAr4WwwcrTSI6ZvMIQZvWB4uqAm2ez { width:20rem;height:23.4rem;top:17.7041875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ { display:block; }#DGli4LkQ7sNzxrDlxoqP1lvMoZvIdkPJ > .row .container { width:20rem;height:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUFuf5aN1r66Nb7zOQvvahGbVtHnNAvN { width:14rem;height:22.9375rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlJ6L1CllFTTMgZ2Bat1vqOS0TWwffPJ { width:11.5rem;height:11.5rem;top:3.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZtv0ITDWig3XQlBNXwa074zQHwZlT3x { width:10.5625rem;height:10.5625rem;top:4.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7tmTagTJ7KLWpagBBvLeax1b7HqvJ5 { width:3.25rem;height:0.0625rem;top:16.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDF77dERQbRQGzvCTC4TkaqgyBCD3kNi { width:12.75rem;height:3.15rem;top:18.4375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTD9sCPJ65axevnT7By4FIqScL8S7zuI { width:14rem;height:22.9375rem;top:25.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNTqrBTVikUwJW7F0uLtGHR5UfB2SGGt { width:11.5rem;height:11.5rem;top:27.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov2nqPTiEqvvB6rJt8drT55dRuRD4O8x { width:10.5625rem;height:10.5625rem;top:28.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKwST4bP2lPJHD9WcDytqfk6fUyWvDKz { width:3.25rem;height:0.0625rem;top:41rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn0KHoEQ8q1H4bJOD9vWV9gGF7FrpHuy { width:12.75rem;height:3.15rem;top:42.625rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h66b0kg7QLPa9UsrGzhOmzlflyrSd8Fk { width:14rem;height:22.9375rem;top:49.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBSRxz4SR7fM4p0RoF0usx4zCt5l7Lqu { width:11.5rem;height:11.5rem;top:52.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BraS5pHZT2RO8h6A8XH4Lqw9TTrrKCBT { width:10.5625rem;height:10.5625rem;top:52.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVkgszPyDgE3oHTT5yuB4ouFOdCtxdH { width:3.25rem;height:0.0625rem;top:65.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ZRKBSKDUCBRHJdgM1rTTR4L0DvtS7a { width:12.75rem;height:3.15rem;top:66.8125rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyUO4Og5gX6besMMOQDmaKuDewZ4poZP { width:14rem;height:24.5625rem;top:73.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbIW5q5Ks3bMa6VUfxLz3KBZLrxA4vb { width:11.5rem;height:11.5rem;top:76.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUcfBAw9hqrwdt7x7AwnnytXSzP9r8D { width:10.5625rem;height:10.5625rem;top:76.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEVI7XCBpqlTnHXFSb27bBewhQovSFdO { width:3.25rem;height:0.0625rem;top:89.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WogIOOx0tdG3etCMoP4sLHlRUycOI8Ri { width:12.75rem;height:4.725rem;top:91rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRvWtdxL9fzPUKU9XcXv4J8l1U5k3P1g { width:14rem;height:22.9375rem;top:99.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPmbmtkB6vtZ0I0ygGqhHXTonAKezhsN { width:11.5rem;height:11.5rem;top:102.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIx5niNOBqZSZJhSkmq3ZAg9owuUibWF { width:10.5625rem;height:10.5625rem;top:102.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwdfLD5HOmlHToRWsom1FRm1Rw4FfK4h { width:3.25rem;height:0.0625rem;top:115.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp1S67pqtWw8PRvylwAPiLHloCJO4ugD { width:12.75rem;height:3.15rem;top:116.8125rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 { display:block; }#oHqHk0NVFD1muBoAyD9iqfAlv10r3xF8 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEJm4VU52vELM8LFyNXQAieaTTDsobxI { width:20rem;height:5.8496125rem;top:3.125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJgOTHgLaBxRHzGObsdwfqg6Sq5woVDn { width:4.625rem;height:0.25rem;top:10.225006103516rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOh8P4VU8OrHsnppCTAZIwvy2Q2Cpei { width:20rem;height:10.8rem;top:11.725006103516rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H { width:20rem;height:11.1125rem;top:23.400001525879rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#s37DGlmnX42aNt5XOg4rPt3CqDnAkS4H li:before{  }
 }@media only screen and (max-width: 763px) { #B1ZsI7GigLonZJzpnGHivo6sDfTeHIGK { width:13.9375rem;height:3.5rem;top:36.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly0dOL3xcezsK5ODDhzmEBJIGSOyMTwU { display:block; }
 }@media only screen and (max-width: 763px) { #cTCg3XpliV7T7TI68mhaHzAkbSTH5rUd { width:13.9375rem;height:3.5rem;top:40.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMVWwcwSDPipIf0WVudd92Te3HPrQ4Q1 { display:block; }
 }@media only screen and (max-width: 763px) { #gqPrF6tKAonICEZAEmzU9Gbz15qFrnir { display:block; }#gqPrF6tKAonICEZAEmzU9Gbz15qFrnir > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZClubIwU3T0f7aEl5Ph5pyaVTQVewSl { width:20rem;height:2.925rem;top:3.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azH6TTqzN18EWe4JewTcCwLitfrdT0xf { width:4.625rem;height:0.25rem;top:7.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HugetIBbliiN62TpvTQpXzevmVDbG86Q { display:block; }#HugetIBbliiN62TpvTQpXzevmVDbG86Q > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgXPE3IQBNkrZeOyVUV7yrTPlWsDQeqr { width:20rem;height:12.6rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8TAw8t5FdUrPLsUxEsyHTlef64Lrz7l { width:13.9375rem;height:3.5rem;top:15.1rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNlZ5W3SMSWW1ncfF6nw6qIIs9NJpEZM { display:block; }
 }@media only screen and (max-width: 763px) { #rkA9W4dste8ZA60nRPTpdoOLwEirMFOV { display:block; }#rkA9W4dste8ZA60nRPTpdoOLwEirMFOV > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4hKoP5DkbuhrE7zy7ThLSqSNdr6ACA4 { width:20rem;height:2.925rem;top:1.25rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq5mk17SOnEgpvXkrCta1t7AgH7v5HEZ { width:4.625rem;height:0.25rem;top:5.7250003814697rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ { display:block; }#bb7CLE6TttSGUfh1VCsT3oRTQkVJCugZ > .row .container { width:20rem;height:83.641666412354rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy2E0KmIteTpV5s7p6czSxA3LwwXMV1a { width:10.3125rem;height:3.5rem;top:74.3295890625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tke508xG84GHp5E0v5wn9RrbsnLIE6ZJ { display:block; }
 }@media only screen and (max-width: 763px) { #X84z0Bv82KUUx0RxXKBge7HpXq1Rsnyb { width:3.25rem;height:0.125rem;top:70.3051765625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwafzLK2pZWS2Nm4ku6pTPs9KqFDdpP { width:9.5rem;height:1.3999rem;top:71.6801765625rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvROV2smHalIyCWHPxGCBvbaPtwRLdRO { width:3.25rem;height:0.0625rem;top:10.0875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbThxL2d9MNcZZAvwx44OQEqmT18Vnz5 { width:10.562125rem;height:8.062125rem;top:16.399536132812rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PORyZ8hqiJKXDkB2qxv68WM6wkcXa81u { width:3.2495125rem;height:0.062255875rem;top:27.4365234375rem;left:8.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5B1mTiqaiyIuBI5msGSzXT3p8m01Qdk { width:9.874875rem;height:3.49975625rem;top:28.062133789062rem;left:5.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGzuc44OJZ20I9pNaNd9Cgl0dXf4wXl { display:block; }
 }@media only screen and (max-width: 763px) { #u2VveINaBthwBSSbAoTilswsOWVMv0VW { width:10.562125rem;height:4.93713125rem;top:46.488647460938rem;left:4.7186279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhVSmZUAakCXbBAq6tvHrw9LS7QG7cJ8 { width:18.687125rem;height:1.40014375rem;top:52.113037109375rem;left:0.6549072265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTn2PRz80hv4y3NUgKhQwE8lkAxgZ83e { width:9.874875rem;height:3.49975625rem;top:55.462036132812rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tze0dBD8Eo972ZTT8ouTarIhDTcs6RRP { display:block; }
 }@media only screen and (max-width: 763px) { #CoHkED3MTfEn3Utmbwuqzco0ZdoXbE1p { width:18.8745rem;height:1.40014375rem;top:25.186767578125rem;left:0.5621337890625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4JI8kxonwAxerpA7JkHmcyh0ap52Ebk { width:9.874875rem;height:3.49975625rem;top:10.77392578125rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfG3zESKM8szoNA2gBErJ2HI0lBuJ3Lf { display:block; }
 }@media only screen and (max-width: 763px) { #JTRK66vLnmqRXxqf5A2W1iC30TcICzvK { width:18.6875rem;height:1.40014375rem;top:7.4375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcP0wAy769Io6k3LDyvZT3MtKf6zVu58 { width:10.5625rem;height:2.875rem;top:3.3502197265625rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiVInM6svUdgAPQTAViJGaDzVHbq6ymZ { width:3.25rem;height:0.0625rem;top:79.0795890625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQm63Vc36pU9VOd05VOfJERwtxUO3T8A { width:10.562125rem;height:3.125rem;top:32.788696289062rem;left:4.7186279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu7LeulRwVNTWWTlczcSGzzZ6aX4Emti { width:9.874875rem;height:3.49975625rem;top:39.81201171875rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBB2Oc1hXdOxSCEBBTTAKHGXDvkBNclI { display:block; }
 }@media only screen and (max-width: 763px) { #dFC7mgU19STFK59xIOlDNT3s16kIw2L3 { width:18.75rem;height:1.40014375rem;top:36.6015625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoCvVcC5RLEcHaNfDcqrG7VTzsQHkomC { width:3.2495125rem;height:0.062255875rem;top:38.9990234375rem;left:8.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa7CLQIAQphuvkTu5JfLeTxLIgWiLErP { width:12.625rem;height:2rem;top:80.391666412356rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT { display:block; }#Jq9ms55w5aW4ofhTbwkbwqbitbz4EEWT > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owZT0miTtsOpiS5xfNwF5RdAIgaEQJ4V { width:20rem;height:37.375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbtkMBlZnGanieSD3M6vGmy73F0OQ6o { width:19rem;height:19.875rem;top:2.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb5ZDVX18KroLpsQtlvlbWFwOe2M6iTR { width:20rem;height:1.625rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpt4HfdAs4foPPXx3TOTQNxGy4WOU9ZA { width:20rem;height:4.7125rem;top:25.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BI0vNvL8ctcTBSWVREfL8REOZiPiW4 { width:20rem;height:4.875rem;top:31.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kwcnBKeKurITphi3dKhKkcxEz9hmU8 { width:0.125rem;height:5.625rem;top:38.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNbndRXJCcRmNqCKS7bC5TMgGsrRXTO { width:17.375rem;height:1.21875rem;top:39.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO { width:17.375rem;height:1.21875rem;top:40.875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#iSwo3BmTvQzUIcBHske2qN9l7fq1fVWO li:before{  }
 }@media only screen and (max-width: 763px) { #VGGxDTrvZGpWXasg61C36iXWpeGk276T { width:17.3125rem;height:1.21875rem;top:42.625rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#VGGxDTrvZGpWXasg61C36iXWpeGk276T li:before{  }
 }@media only screen and (max-width: 763px) { #Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt { display:block; }#Kxuc3yV5oded6akd5I2NhHR9EwN3XyRt > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzJU8CTTbVI6VcUkhvmbinGP0vRrhGlI { width:10.1875rem;height:1.5rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB41MCxuPVgAOqiBLwINIZe0Mx1GO2nJ { width:20rem;height:1.40014375rem;top:4rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }