.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:244,222,223;--color-secondary-1:218,145,149;--color-secondary-2:180,34,42;--color-secondary-3:90,17,21;--color-secondary-4:27,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Futura-Medium-01";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp { position:relative;display:none; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp { border-width: 0; border-radius: 0; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .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; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#odSDCgq71KsXr2VRRiQnDy9qF0HV7b8L { 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:1.3125rem;width:1.25rem;display:none; }
#LDKR1H8Nha74g6T8bQR46RZTWJ3SJ868 { 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:3.0625rem;width:3rem;display:none; }
#DtiOGfSpOD0NE3MEsJxU5CQK7uyaQVFN { 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:12.5rem;width:10.25rem;display:none; }
#EtWZ5BXeuGEvTxGbH0Sbd3i2zaQo5kqR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kzWh5Neb7BeO3PFVREHAT5UyR7TeHPQR { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#CmHkt2wK4cF6bbResyn510AKc8yqr64W { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.375rem;display:none; }
#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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:none; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container { border-width: 0; border-radius: 0; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#qcki2G1tKPdJ9re5ycdpa8c5A2VIKJlm { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#zNchf8oUOb4zLeZaIoTMaMWGriOOyfli { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#WMrm0lGiAhUtK5uUuBgcRyb146SmMWVw { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Dvh0pOXsdnLrZ68bxEOoLHDzGCSve2Z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#f2kKd858QgtHgKfmHcpdszn7mawNMzrt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#JayNkAEKT1NibTXCiUSJpk7gaC41DTQS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fuZJuw6vMF09GGq3fhzRJXUsxDbWBKQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT8IyugcpJ0TBKRnyWKTZOwsVmxZbqVm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#nbT0vJxpZQSfG2nuxfn6zz70PRFuaJvc { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#g0VnODRUe9kiunq5PIzVSpJPwEbt8ATI { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Evh5O8iaxwpZQyq8bzIJdqTpKnESFgLl { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#NC62nlqOcizWzAlITdzTAmN8o23hQFvO { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#vF9xbLVT6TrwDv83P1vtpUUXd2K4D90h { position:absolute;display:block;z-index:15005;height:2.25rem;width:18.25rem;top:0rem;left:46.75rem;display:none; }
#VJm7xGMKpLSFKTbgO7vT9iTDvRHA9eIb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:0.25rem;left:65.875rem;overflow:hidden;display:none; }
#er3kAA0OfxlBAQDGEOql4ebKtv2MTZ2q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#uySZgr5W3dQT5CEaHRhttfQdq0zqNyI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:22.125rem;left:0.3125rem;display:none; }
#pybNuiJSlxOgKhMxyMzl4nPSTzb7zuTN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:21.75rem;left:0.3125rem;display:none; }
#TFa9oUWXyD2aLZEh94u2TsPPOvoLmaRO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:31.3125rem;left:0.3125rem;display:none; }
#fXyhEXuyghJHPk2IuKx0w1ARmCplTCqe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#P1UzchHMJGgodQThCdFli45ln7ouFSbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULepa9Pi7whHxJO5q3JndwDJFvbABhlC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ZwArIr0JmQopKDP8B7IZwCNZtcL9D4rN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFACdSQA1J6Bdi0z4pHCrUDXKHvx1UJE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zLf0Of3CvtbbZWoJg1TVpoG21qV1bAop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T68fWzOIRc0GJlbJeF3ZuftyKVCiJuTl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KZQQ1DIvkqkkTrIABBiaaQkTVsGxakxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlbZG64E9ZR4gZXg3Eo9P5gz62i69u60 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#woTVphSWWJVmnz2hXgWLUKqay3vU8X6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xb1HuhwFm0iMcopEFZ8PbwhKMBSDvucm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qGIm12svyuFqJN0VeUx8cGcD8VIQxqes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyAxMw254LRRAI1aVVzpIRslaGocFvpB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:61.875rem;display:none; }
#sa90vm7STq5vUvBVrTUr47VwkHGbPLPG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#am8S340E60MChQFo6oWkp05NrWv9ra6N { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#C3WPWbrEZgPzOXEfv6OTbPD6FxvdaJxs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bS7XWJdGPUlImT0pJmMvRRr1wyf89ZNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zw2xwRaa2hcUSGpZd3STdfVyePblVXTK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.21875rem;height:1.0625rem;display:none; }
#MAUNPB1yRwNPAk6mSMDmm4p4T9Mq5ecL { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#PeXWwaW8ODgMWDDePSyaielxvFTWQP0T { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#t7An1BGnWgXzVI8MBzoaOWqCnL3BITgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9PAapTtrdiG44ExI7nreM1PODgJRUJB { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#lu9wTdTdpOiCXX52M5TIMgAFo5ARpCpl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:25.25rem;left:0.3125rem;display:none; }
#x8EuFziEcF3uelLzR24o4PPKvg3st76Z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MhTwz7hF7ZTX6RGoOy6QzGKtnVM4NlWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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:none; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container { border-width: 0; border-radius: 0; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#az0i8ZQ7MCKWzw45hSIE53WiBwOsNeFP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:47.8125rem;height:0.975rem;display:none; }
#VdKss8SWaS3R6dsV53dPm2e5HXNdNMwr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.28750038147rem;left:47.8125rem;height:1.0625rem;display:none; }
#bTltLzDSC6TcMfSpAhnbsKQTmFtLdwyA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.018749237061rem;left:47.8125rem;height:0.975rem;display:none; }
#OuvuSN4nLL9ekBOiRST5ref3QBPyMG58 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:47.8125rem;height:0.975rem;display:none; }
#ryfNdGQEsZif7DptV5okXUz5ZwbIhHJH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3125rem;left:47.8125rem;height:0.975rem;display:none; }
#RIvDKDyXCTC5DW6sb4ULfx7PkG0z5GUT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#KPyZitChfrrIdKttb05wTX7dh0yuXsau { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#QGpAaP618po5k1toPZBQ2798bUaLebC8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.625rem;left:47.8125rem;height:0.975rem;display:none; }
#wCqAGNVnxT9PIixCDqCfJL0bZVVOrXCy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:27.3125rem;left:47.8125rem;height:0.975rem;display:none; }
#d9gqfEITHs1ytPfUAXkZJkyq7fAM7HXz { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.85000038147rem;left:47.8125rem;height:1.0625rem;display:none; }
#cCDNTTQtCBFTiHgVafTI9TbvT7ZiRMTF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#xmqkdvEgm3eFgxAKg4oy4LgLXToCyGSI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.8125rem;left:47.8125rem;height:0.975rem;display:none; }
#ZCi2drqsJOaOOZ7EXwrTFGITqyWimGin { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:34.5625rem;left:47.8125rem;height:0.975rem;display:none; }
#zSXtRhd9d0tIACTcBiHx1ETonV9dEL0A { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:36.5rem;left:47.8125rem;height:0.975rem;display:none; }
#og3hwbvtSSUKQXEHxw2hCT8emhBbLkPu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:40.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#KVPkaJliBD264GzZPer4kh93fTCbmLzR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:42.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#slmre1Dr280laIlzyVtKI6SPhCOUftkW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:43.9375rem;left:47.8125rem;height:0.975rem;display:none; }
#nISIrD5QsPFBXEpv7rIyXgi4DIM84whR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:59.75rem;left:47.8125rem;height:0.975rem;display:none; }
#qyLwa7fD7kmk3i6aOCG6ZkqRTWaEfCKL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:58rem;left:47.8125rem;height:0.975rem;display:none; }
#K4gSHX0vtyTUC812TlsgsQVQSXoeUkvs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:56.0625rem;left:47.8125rem;height:0.975rem;display:none; }
#TxrTL7liXFqKSshiigqKzxyZMsVvnJ2H { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:54rem;left:47.8125rem;height:0.975rem;display:none; }
#cams5AcyFyMh7cCNe7h7zlkrbmm9xXmI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:52rem;left:47.8125rem;height:0.975rem;display:none; }
#rmU3HTB2BTRX99kdnAgW82BZCe7ZHv0m { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:45.875rem;left:47.8125rem;height:0.975rem;display:none; }
#bCEsC7mZAI0U5fA3mvON5oGAkSoxH0CK { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#XEyOJV9708dahvMgvTgZNEd9yysB5wHS { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#E4VDgrcZXW0BXrWfi8246CCn58mBvBiZ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#xVrNN5CEnt552TLgJUm340W2RLCuPArK { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#yLNKL5B1sNG6qMZcJzTxuECZL9AUNEOz { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#EhaZ9rOJVtEKiKsnU8RbLSJA99oCQUA7 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#PmgkFqQwOfvTHbNMeAOfo6MQZvplNpAX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#mRlVXa8lDyXRoy218O85y4DXimpW8pJE { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#eHiwgvlc2JOQcZTGvU8DTswoTSEBIM0u { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#aNycK3IsEdt2BDfFu37KwL60BIMiPJml { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#HLF61kX39OSbQoGQq1ARhTh32se85O79 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#QRfsD1m0AIWzNNG1PEhOnRPd0n5TIhuF { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#GwLeVgcTsFGCeF521gONvgfPsQINWXcP { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#AhXX3B75dMGWcpNIvc91SwrVBI1TTDas { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#LL1TI3CWkwQJoOCgTzKlmeUBlm6GFuso { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#XtAmOF7lPHfBMAp7R5y9yP4yasFR2eXI { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Ct9aheENnOLgalcrR6TTcRyqHDeNRTz8 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ybUrNT2EpMRxuShS7lQKq6fmBmG6gSZB { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#FknXBCRI5DU8wMkVSMTMQHE5XkJaOGmz { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#K5FBgi0SDpkXupCgd4EQ943BuTTtLosf { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#S80zAMmwcKPgb93f89Olsa8izd2qBTIX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Zl8OtQ7TkMETGtvsZq086UVP11MqMao1 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#xx0AAUNoGAdT98fhpE6b2cGBizISItlz { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#FnrhXZTNEEp4foKLlRUxmGXSktkqwxiA { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#EtSQeWtTRO9JQ6ifRLMnd1iEEKSWBGyo { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#k6E7mhpmBVFm76DCNPL272dgIPMrKV4h { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#aDGpOhmflSZX99glbFNaGekoGGhicyaQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JKQgZiHPBKP1kWafWZpkhwCdnfftZh50 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ZOHtUt5dRvbzBXsGDTS5iOUIJAeC3OGn { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#xoTIAlohhoCVLEkPCFTn9ncSBhi3kTXy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:47.8125rem;height:0.975rem;display:none; }
#TCOWJGGyoHnP9x4Gz4fwO2O5wz2HURoR { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ZcaVa9x2ehHKdgvoPDPNQGULRqn8gkWm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.85000038147rem;left:47.8125rem;height:1.0625rem;display:none; }
#tldTda66253qzXl40Qk4bKIuceT9x85e { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#o16CX1vZxL70IfuDZ9579DVT6Lz4rTUn { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#bxc3hCPTrAb6l49U0r5x4BZZwxb6iT3m { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#mvRSRAZWbcL48SqqV5p6SFepi41exJGR { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#zVOBPpgQJNLUvP274yU42D8FFXGzJAb5 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#BBDRS37PVyaCWE1wtEM7JOwhubDgzeZV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3rem;left:0.3125rem;display:none; }
#DByCfBJXVinO4GpLPhcvQulTLs8W4D52 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:4.375rem;left:0.3125rem;display:none; }
#nVNZLQ4lxHo8T7hfJcTZ2L6Vfu49T7Vb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:14.1875rem;left:0.3125rem;display:none; }
#JNDCvDggmgvsKXUL3JXASu1ZmwhabbGW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:37.1875rem;left:0.25rem;display:none; }
#iQa7kauPbb5GSJ0OTB7nnxGRgT5LihFm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:38.9375rem;left:0.375rem;display:none; }
#OthhsB1cTHsnFS2voX59MyHaQ0gvPHnF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:40.75rem;left:0.3125rem;display:none; }
#ghkuvB09ZJTEKqKB76bfSOHBfUmtZpCb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:3rem;left:0.5625rem;display:none; }
#cKsxMBUsOSrpcAmmRh1igCQfkPoTLOwi { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ATg1uTRDtc5JCqyZRR3kBOVXOnPqsNHi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:18.375rem;left:0.3125rem;display:none; }
#xWT8aV5XgtN9szJ4ncnNQ7Ni46L0QZPh { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#NsF8WvoI8Dmq0mufHRsQV3lDrKFUrBfx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.85000038147rem;left:47.8125rem;height:1.0625rem;display:none; }
#h3z28uFIEqHThLDJaG6yp2mT286roTUu { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#KVWASwToHAmy0xwmFqhU6Cx7A8oa7ZLE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.625rem;left:47.8125rem;height:0.975rem;display:none; }
#AyuhUTtPHnKCMyMIah26tTkqNVEw00Ue { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:40.1875rem;left:47.8125rem;height:0.975rem;display:none; }
#bkM4KuQpprVqwWHn2mvE88zNW8kfTC3q { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#dBsI0Rsieq3BkGgw9IEKoS9qLHfdRO3b { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.8125rem;left:47.8125rem;height:0.975rem;display:none; }
#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;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:none; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row .container { border-width: 0; border-radius: 0; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#xWTKq4O6tJGiHOt36LCE37tUk5Tt9dSq { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#SOkbNt0Ug9TDa8se5Pu4V0pgTin0UM81 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#VTMAtAKVqGHIzFbZhnFrzTDzGqnWlCoI { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#BnLAWh2fsTq8SX4FF0ZWzbTh632SfST7 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#CtS9Pz7etuspTJTGeS05xbkEAtPiPTaq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#GtxTdyyOCavfeydOLb1a9FfMc2EmxyXs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#uFRnZDSUhl81TL4D2LLybcW4acTJ0FeO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#UsNTNdmcDFGBvXK6ITeDf7mgxm6cQk5A { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#aZfMlu0TCGyrwDLF6r1PMDeQ6F0suTTA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#MWcKp1R8sHXLN2Ud4FF4e8pek13lPi1b { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Jgl2po5SXp1kKtUBgrGVi8drk8iPhxpH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#ue0RwLDaIS1TfLRFM5yyNeiA7QJoV5zW { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#VhFdLTRrUWsRTcv3rBKkgRIXOu7w9M5m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#v0mJT3hA6vkxoGJCs50vXr5H9XnsERz1 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#aKtM5IRFOsXoha2cqkk8Z5gHoqeH46hP { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#bMcHcvd3NuUTnQdRGh3i8IZSLSdg5UGJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FU0XxBtWuaLH32iqnaWR5LtuSpp7hSpq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:52.3125rem;height:0.975rem;text-align:left;text-align-last:left;display:none; }
#mElHg4HRNTA0IQgeEL4lowmbyGEhe0Sn { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#OW3FDB4iO6uT2TDZEC7LRMIUWcD7ADox { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.6875rem;top:3rem;left:7.5rem;display:none; }
#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container { background-color: transparent; background-image: none; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container > .video-iframe-container { display: none; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row > .video-iframe-container { display: none; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .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); }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container { border-width: 0; border-radius: 0; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#P2rA04Sz3JoamMlG84k2mIXXgxlyavzu { position:absolute;display:block;z-index:15000;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:6rem;top:3.4375rem;left:19.0625rem;display:block; }
#AK42Czd72X1EEoqA6s1Sro7C0TWOtFAy { position:absolute;display:block;z-index:15001;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:10.75rem;top:3.5625rem;left:28.875rem;display:block; }
#e18TZ9vlvKp3uKtasQDus9UPIMSbnDxP { position:absolute;display:block;z-index:15003;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:4.625rem;top:3.5625rem;left:25.062501907349rem;display:block; }
#bD7ShrLlT9Tldsh7bcTPvLARsJ9r1u85 { position:absolute;display:block;z-index:15007;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:6.625rem;top:3.5625rem;left:39.3125rem;display:block; }
#ewO2yTc5lvBTfOy3u5zbwv85ThupbDmq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.25rem;left:44.6875rem;display:block; }
#fCp4zBfL0bx5tKVrpXZWIS1Nba0xhyiZ { box-sizing:content-box;color:#e8e8e8;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:4.25rem;left:44.6875rem;display:block; }
#AbCgBEHrtlDAABvXaGP5fnUlQQZWrn4y { color:#3e3f49;display:block;width:5.5625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:39.5625rem;height:0.975rem;display:block; }
#RIzznmizP1F2InO0Z4hd6eVWq60igV66 { position:absolute;display:block;z-index:15011;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:8.625rem;top:3.5625rem;left:46.0625rem;display:block; }
#iQ9rFyQm0IW9kIZJh32LGEWoOzq7XoHh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.25rem;left:53.25rem;display:block; }
#x90qwL5KA9sLLfUprEUfekhz4T8bnUbT { color:#3e3f49;display:block;width:7.0625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:46.375rem;height:0.975rem;display:block; }
#tu2B6VNCn0eKH9D4cbPboaaRQWfG8dJH { box-sizing:content-box;color:#e8e8e8;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.25rem;left:53.25rem;display:block; }
#WpALfcmO6CPgILN6GrLlG58ixrboTmOM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.0625rem;top:1.125rem;left:7.1875rem;overflow:hidden;display:block; }
#FLJQuENGuuTxr9dJkGkpivWWHAgmKF5A { position:absolute;display:block;z-index:15016;background-color:#ebe7e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.3125rem;top:2.4375rem;left:19.5rem;display:block; }
#htHGWJxS5Tvo09zKa1wEbJrpA3Rx6hiX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:3.7593746185302rem;left:56.5625rem;overflow:hidden;display:block; }
#ccb2WpMXAgpupTMni7gJ5E4sqXvnHw3O { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:6.5rem;top:4.3125rem;left:60.375rem;overflow:hidden;display:block; }
#s7guCORrTfSGU3pJVPsuVlC28q8ktZ2s { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #efeceb;border-left:0.0625rem solid #efeceb;border-right:0.0625rem solid #efeceb;border-bottom:0rem solid #efeceb;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.75rem;width:8.375rem;top:3.5625rem;left:59.375rem;display:block; }
#ynGeEy3pfIaHBMbNbaymRhVCzbdxyQtd { color:#3e3f49;display:block;width:5.5rem;position:absolute;font-family:"futura medium 2";font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:4.25rem;left:19.4375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#yuk6XGKXE99o3iidTLk7kfKc2amIVJM3 { color:#ed1c24;display:block;width:3.5rem;position:absolute;font-family:"futura medium 2";font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.25rem;left:25.612501144409rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#ysKn8y9Ebt8D4JkuvQ09WGnoPpHOOtrq { color:#3e3f49;display:block;width:9.5625rem;position:absolute;font-family:"futura medium 2";font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:4.25rem;left:29.531251907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#LLQMykPQSvy9Dbu1z6oGAMr3U02OA0Rn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.0625rem;left:56.781251907349rem;height:0.975rem;display:block; }
#wlNFUno4byyQ6M62nQE82RhGxSXC7Q8o { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.0625rem;left:61.781251907349rem;height:0.975rem;display:block; }
#RWmfL0zVc7q68M7DTiScorZBdWtk3Bfw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.0625rem;left:49.143751144409rem;height:0.975rem;display:block; }
#S6WoVy0JJ64HzdVDLuQXzk2MISWzZayh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:"futura medium";font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:1.0625rem;left:43.000001907349rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container { background-color: transparent; background-image: none; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container > .video-iframe-container { display: none; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row > .video-iframe-container { display: none; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .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); }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container { border-width: 0; border-radius: 0; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#N5JUS37TWzJAIiN7oEarkAu2hJotcEpJ { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.0625rem solid #efeceb;border-left:0.0625rem solid #efeceb;border-right:0.0625rem solid #efeceb;border-bottom:0.0625rem solid #efeceb;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.375rem;width:60.75rem;top:0.25rem;left:7rem;display:block; }
#lBLMWe5VX6WLkrHamike1R9T4IGBUcAP { position:absolute;display:block;z-index:15023;background-color:#fcfaf9;background-image:none;border-top:0;border-left:0.0625rem solid #efeceb;border-right:0.0625rem solid #efeceb;border-bottom:0rem solid #efeceb;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:8.375rem;top:0rem;left:59.375rem;display:block; }
#pXyUnQfkv9QE63fLf1WN9Fk2u3azmXAd { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.4312496185302rem;left:8.71875rem;height:1.05625rem;display:block; }
#iqMbwKvpTXdpZHGiBgyyKre7CGdAVQuU { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:14.71875rem;height:1.05625rem;display:block; }
#UfztKxxMmxNSQnCMHkDROvdUkkELHz2i { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14991;line-height:1.3;letter-spacing:0;top:1.4937515258789rem;left:20.53125rem;height:1.05625rem;display:block; }
#brphcIXCVu5bHW3V6R3BxwITBSXmCdoi { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:1.5124998092651rem;left:30.59375rem;height:1.05625rem;display:block; }
#EsZnwgrD2FW2cPHElpm4NDeXB7a7NRG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14993;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:37.34375rem;height:1.05625rem;display:block; }
#XazGBnzslLS4QSh1Kbp1mqTTsdqt89dP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:45.28125rem;height:1.05625rem;display:block; }
#W3JW15c9kJlnG5rvmCbCg1rIxd49Nq3O { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14996;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:55.96875rem;height:1.05625rem;display:block; }
#ACnOeamzlfCyHP6DF7IQTnh3xcKMeLW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.53125rem;left:62.0625rem;height:1.05625rem;display:block; }
#PHEfu8brPbRJsDvPIXX5SEF4vL3KDfdN { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:1.4718751907349rem;left:25.21875rem;height:1.05625rem;display:block; }
#eqbeXLN8ELMhA9eEmxwmz8XvaxI6r1zS { position:absolute;display:block;z-index:15026;background-color:#00aab4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:28.125rem;border-top-right-radius:28.125rem;border-bottom-left-radius:28.125rem;border-bottom-right-radius:28.125rem;box-shadow: none;height:1.5625rem;width:4.125rem;top:1.21875rem;left:61.4375rem;display:block; }
#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS { position:relative;display:block; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS { background-color: transparent; background-image: none; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .row .container > .video-iframe-container { display: none; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .row > .video-iframe-container { display: none; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .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); }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS { border-width: 0; border-radius: 0; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .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; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bIRfSRK5qaRJnw4DCpt86uyNkdmppEVQ { position:absolute;display:block;z-index:15004;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:0rem;left:56.5625rem;display:block; }
#GvlGips9Nf2WADWrL7Bc1lWZoLTG6nRr { position:absolute;display:block;z-index:15005;height:2.25rem;width:18.25rem;top:0rem;left:37.6875rem;display:block; }
#Ir0mtlUdbuZI0xUkGualW9BtcVEnfe1o { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:0.25rem;left:56.8125rem;overflow:hidden;display:block; }
#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 { position:relative;display:block; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 { background-color: transparent; background-image: none; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .row .container > .video-iframe-container { display: none; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .row > .video-iframe-container { display: none; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .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); }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 { border-width: 0; border-radius: 0; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .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; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .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:112.1875rem;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; }#t13EMWzKhRRmzfXE44yfv6uXQHURKNAr { position:absolute;display:block;z-index:15002;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:107.6875rem;width:31.625rem;top:0.3125rem;left:23.187501907349rem;display:block; }
#ZDvvUqk5lqeU2rxvagSTKTXvfM12D3X8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.687501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#ivMEdgCgd95DibhSqyz0irViORTML7pU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.187501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#m6kZsTtgJpw7xHB1TlymiZKu1mFr68Nd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.000001907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#oXoS3ray2hoglDSulETvXv2lP3vokanE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.5rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#O0vnrHn3E3BfxG14tCUTbNFsCwX7O1nn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:34.250001907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#IlLgrNfPWPgyefMKEIQA2u1CAPS5rZAf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.000001907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#Ii2gUcW5aganw3cVdarV2Iweiy5serR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:47.937501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#RMuqZkNUkEVkBFodF490E2frScrGl1lp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:50.687501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#MrzUig4xXWGkMu0xq14ZIqsz5cDvIkJR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:53.625001907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#nTOuZ2hV3Hgbl0zqTZD8av5czCWr2cUL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:56.625001907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#zkovlToIRx8PaLxwGOJDEE3XsnhSDxCA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:62.250001907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#vHLDpShDf7A9dUPOtB4g7P4w8J8pPTLP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:65.06250190735rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#pdTVkc94J3m9wy1J64CTses5cG5bchoh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:79.06250190735rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#xXDQ70Nd1bqOstRp9QBekBIzOIHDGAAR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:81.93750190735rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#TJFXfMmkJNTxwLSo4J2zPv3WVN7F9LOg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:84.75rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#Fkwat2rPSvomsDTd3rrncewiXDW3DpI4 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:104rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#CH6nvf1PWapsXtPc4Ks10dtVbMKH7Zda { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:101.25rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#bWdJvB40qmBBmQHrirbZefVHfsLVGT0I { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:96rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#XZ0oW4d4qkMiMcam0a5RTdGRy2sLpDD7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:93.25rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#bxoLrsAQve71ChFlBl95i0qG1hXougBp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:90.4375rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#NG7JROLe3WouBfTdAx68IyDv3QHTVy8n { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:87.625rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#M1ETxTUhNpqzWQeLIWVA6XWuid967o1l { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.437501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#WMgWhLGA9KDZ0QX15Jb81KuHF5NTsa1V { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.506251335144rem;left:40.750001907349rem;height:1.05625rem;display:block; }
#weFzsd9zyUoPMZaGIJ3rgPSnxSm8F6XO { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.125rem;top:0rem;left:36.375rem;display:block; }
#c0Hxoy27knZlNAWctQW9ktFwyDo6QnnO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.937501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#sVUS0ZGVQOBZcniH34H7iF6q4wmnpatM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:98.8125rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#h9kTtswGnpVnvVoI7gNXPbPf7AePxTrT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aced223b-3871-4427-abf6-cd79bca1a624/odkrywajcodzienniebiedronowenowosci.png");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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:10.1875rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:2.0616321563721rem;left:24.812285423279rem;display:block; }#h9kTtswGnpVnvVoI7gNXPbPf7AePxTrT.adaptive-delivery-prevent-bg, #h9kTtswGnpVnvVoI7gNXPbPf7AePxTrT.lazyload, #h9kTtswGnpVnvVoI7gNXPbPf7AePxTrT.lazyloading { background-image: none; }
#Krwg5WzW52IGTkbG0dmTQtzkTqUn79XB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITIIrNHzMbPTufvrU5Poaw1q1Wqb7LA1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:6.3750019073488rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#VH2VJ3TB5UHwO1h6bmXGE2npAAflKuzA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:9.1250019073488rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#lsNGbEMH9eSKodKgOOCQiSTaMnndcTpL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:28.75rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#RVnScbdEmFXnhmaSb5aRMRPCuP8lAd0H { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:73.50000190735rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#d4CGiGuMJUgpJBtIMXHTw9ze4UGx0nLL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:70.62500190735rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#oLgPFFvwET3OxCpZEhgvd9JUAuzDJNg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:67.81250190735rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#Tb1l8rU24gmyQtCBi4o1kxR8rnLaAkv7 { position:absolute;display:block;z-index:15005;background-color:rgba(227,6,19,0.1);background-image:none;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.0625rem;width:13.5625rem;top:1.3375015258789rem;left:39.062501907349rem;display:block; }
#pzVx7136byvoQFRXsZqLOwzCe24sboxV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4937515258789rem;left:40.531251907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#pDpta1BKFbreQn4C6329HyN1FEEcpwzd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:45.381248474121rem;left:40.875rem;height:1.05625rem;display:block; }
#WqcixaKuaaVogB3iUPN9ekxzz6RkrIQb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:39.624999046326rem;left:40.875rem;height:1.05625rem;display:block; }
#NpOpbhZwwyxoetpG3EKwvUMUkWelqe4R { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:25.75rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#bMFiQt3aNWwOZxXtylgsz2urf2gyCTFE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:76.381252288819rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#BqWhhy0P1y2T1kJm4ECn6bTa6F5c4bO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:59.437501907349rem;left:40.875001907349rem;height:1.05625rem;display:block; }
#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI { position:relative;display:block; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI { background-color: transparent; background-image: none; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .row .container > .video-iframe-container { display: none; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .row > .video-iframe-container { display: none; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .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); }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI { border-width: 0; border-radius: 0; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .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; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .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:16.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; }#wUBHXgAWTbZVfw5XU8MestLVqDeHrk5E { position:absolute;display:block;z-index:15003;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.375rem;width:30.75rem;top:0.3125rem;left:25.9375rem;display:block; }
#f9B7K8USqcGx8Xc4pSpVgoxkt7lBITTe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:13.5625rem;top:1.375rem;left:27.75rem;overflow:hidden;display:block; }
#v2ITMAprOL4KZ4lqA3Qt2yI1H1b3lDzN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:43.125001907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#gfzSwvBad9RBsxKNLDmDls1Hw1Sc7IHe { position:absolute;display:block;z-index:15004;background-color:rgba(227,6,19,0.1);background-image:none;border-top:0.0625rem solid #e30613;border-left:0.0625rem solid #e30613;border-right:0.0625rem solid #e30613;border-bottom:0.0625rem solid #e30613;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.0625rem;width:13.5625rem;top:6.125rem;left:41.812501907349rem;display:block; }
#wt2QiHhiS96PdNBNN3vUtCyboPWCmLSC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:43.125rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#y28Tn6E18HcEE9FRFGgd8OPIiJGvZn20 { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.3125rem;top:0rem;left:46.0625rem;display:block; }
#nsZHbUvJp6NOxuDrBrz2fmwkBWVoX2Wv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:"futura pt book";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0999984741211rem;left:43.125001907349rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv { position:relative;display:block; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv { background-color: transparent; background-image: none; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .row .container > .video-iframe-container { display: none; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .row > .video-iframe-container { display: none; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .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); }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv { border-width: 0; border-radius: 0; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .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; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.4375rem;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; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT.adaptive-delivery-prevent-bg, #XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT.lazyload, #XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT.lazyloading { background-image: none; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container { background-color: transparent; background-image: none; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container > .video-iframe-container { display: none; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row > .video-iframe-container { display: none; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .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); }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container { border-width: 0; border-radius: 0; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#lT2lqWAJ66Bi0BweZg4D9N6m2Afhg3m2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:7.09375rem;height:1.21875rem;font-style:normal;display:block; }
#uc8La5UK35z85b5wKlsARSyUxauc8pP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:4.875rem;left:7.09375rem;height:18rem;display:block; }
#n5OAPZHX6QTv6WKW1aQ5p4DDHAG2gnLe { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#cQgunflTFQ5Q4ScyodZ2VXpdSvCz5kXA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:13.5rem;display:block; }
#DfsB12ceLyAIxkKV8yAF7bGnXrUMBJTE { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:22.625rem;height:1.21875rem;font-style:normal;display:block; }
#kkmU1kJnxtdsPZSPKkiHKxqlIPT56V3k { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:4.875rem;left:38.1875rem;height:12rem;display:block; }
#tPXOqc5Jr7wXpGNNCHg2WMWVC4c8Murh { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:38.1875rem;height:1.21875rem;font-style:normal;display:block; }
#bTGfh47GV4XKaf500FsbVAN9Dl8dByhP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:4.875rem;left:53.8125rem;height:13.5rem;display:block; }
#CqUpTbxI1difirJUxlrxsPl3QHhXTKor { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:53.8125rem;height:1.21875rem;font-style:normal;display:block; }
#kDTy6EoQXJttZscQLPArcQtfxtMNH5cx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:28.5rem;overflow:hidden;display:block; }
#CO81o3egHsq4t7KLAT92RknynRZBuItp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:31.1875rem;overflow:hidden;display:block; }
#PH9dWLPZoumoLLdm06pmZyMt4hA7356X { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:33.8125rem;overflow:hidden;display:block; }
#m4TboQOzGuFxnP0cdXqOAFuCWSyfFXEg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:39.125rem;overflow:hidden;display:block; }
#QNUdLn8sKBqTgfmTNx2xhz52mLQNmliL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:36.5rem;overflow:hidden;display:block; }
#lVdAcbERcr8n03ubE7M5FndIHwKs86fs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:41.8125rem;overflow:hidden;display:block; }
#R3ZRBBf8WMnUviFDVKBMlUJdZKycasEJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:44.5rem;overflow:hidden;display:block; }
#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL.adaptive-delivery-prevent-bg, #X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL.lazyload, #X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL.lazyloading { background-image: none; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container { border-width: 0; border-radius: 0; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#I3t0XRxAAWd63VkTxTblp6VH6r3Phy7n { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:7.09375rem;height:1.21875rem;font-style:normal;display:block; }
#ByxWTo6Xn6gMdg3pwRnzmnhpHnah7KSA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:4.875rem;left:7.09375rem;height:4.5rem;display:block; }
#Lb2blcxTMO1HsDKyx4mboffdXTPedZ8N { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#U4TO3FJko1WHPTpBFm4pIEDIdo3r2zZV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:4.5rem;display:block; }
#J8zIy4Hrems2yih9LSfphpvFuNlBw44M { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:22.625rem;height:1.21875rem;font-style:normal;display:block; }
#UZBdANByEyJZmXENEDKdM41UV21L4sMX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#DIkaqIaf5rqTTufx9tzqPCv57BJE9CdX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#VZNTF6WcSpe9AoBuNsCDlTqS5aCmQ8mp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:4.5rem;display:none; }
#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky { position:relative;display:none; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky { border-width: 0; border-radius: 0; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .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; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RHsRs5EAb0yOPNzoCrwp2HewRyNTn6wZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:4.875rem;left:7.09375rem;height:15.875rem;display:none; }
#p53K2476bzB2WqydpKpamdC3UPMt61tQ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#u9W2gvhvH0bhkXT2KkJdF2SbXhn5nqQT { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz { position:relative;display:none; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz { border-width: 0; border-radius: 0; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .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; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zr8JfRGRyRJc3DzTTv1oUJD9QIHJcs3W { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:4.875rem;left:22.625rem;height:15rem;display:none; }
#Npor5FaV6E5mcRkzK6eDwXNxmJsI0R02 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#rRo11AvmkMteLdgygEg2OJI7ZmEXG298 { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#nD1AHObTFxImxx5nipl0uKUS2boOfKDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL.adaptive-delivery-prevent-bg, #nD1AHObTFxImxx5nipl0uKUS2boOfKDL.lazyload, #nD1AHObTFxImxx5nipl0uKUS2boOfKDL.lazyloading { background-image: none; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container { border-width: 0; border-radius: 0; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#mo76BHnTDNslT9lMg4hxCAxyydbTJ2Ux { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#nneqCEngx0s2Msdu3ErcPqgIGafDf651 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:4.875rem;left:38.1875rem;height:4.5rem;display:block; }
#HI6yWVtl6NLqAwANqwKTCh3g1XCvDM3R { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:38.1875rem;height:1.21875rem;font-style:normal;display:block; }
#KHSTbrmstJePNHyZadcCmfwr8GLNilIW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:4.875rem;left:53.8125rem;height:4.5rem;display:block; }
#LTrN2Lay1EqeTUxK02NnEhg3KRtHePOG { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3rem;left:53.8125rem;height:1.21875rem;font-style:normal;display:block; }
#opxs9qiTQZrKi4lZxGfxno13AJUcQ2ce { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Fbe1FK8OZhLaqVVgbB3zed4rbLuwiso3 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#boThHt5M7M9WyuNzFCi8qLEN3GLas51Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:4.5rem;left:11.5625rem;display:none; }
#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH { position:relative;display:none; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH { border-width: 0; border-radius: 0; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .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; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fJ6TuuAID528DFpgo6A7JhmeVGsPb5x0 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#REhrfGTpGkCwlMiRSw5Brod6NQ0s6xvu { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#PMBt7x5r01RmVNXlmTJi2c7LbqlS6lCz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:4.875rem;left:38.1875rem;height:15.25rem;display:none; }
#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR { position:relative;display:none; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR { border-width: 0; border-radius: 0; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .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; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xpQWt2PSKHBdQxC6B0Ql3fKQmTkdGw71 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ZA8vK0KliFbKTiLVmV5JEm2B3XWO2c0g { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:none; }
#GU2F19SiQTaDlu6N2dpJsSyAdTp1sUSP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:4.875rem;left:53.8125rem;height:13.5rem;display:none; }
#xCV09XGB9kmSFJexooI17Las3r46ZTtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO.adaptive-delivery-prevent-bg, #xCV09XGB9kmSFJexooI17Las3r46ZTtO.lazyload, #xCV09XGB9kmSFJexooI17Las3r46ZTtO.lazyloading { background-image: none; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container { border-width: 0; border-radius: 0; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:31.125rem;overflow:hidden;display:block; }
#MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:33.8125rem;overflow:hidden;display:block; }
#qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.6875rem;left:41.75rem;overflow:hidden;display:block; }
#EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.6875rem;left:39.125rem;overflow:hidden;display:block; }
#suXVvFoVWXT17oC5FW9rF9GzPVR4A6E4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:44.5rem;overflow:hidden;display:none; }
#xtZAcGRQI020tbosTDcwZnpLRdzvMIB2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:23.25rem;left:41.8125rem;overflow:hidden;display:none; }
#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container { background-color: transparent; background-image: none; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container > .video-iframe-container { display: none; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row > .video-iframe-container { display: none; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .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); }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container { border-width: 0; border-radius: 0; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#DCnmmTl8ciG2E6TodRWHp8E1cPDChRGE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.80312347412112rem;left:9rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#BulzpbgLUOrXZciOHpxUJo3mnzEQfFqa { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.80312347412112rem;left:27.0625rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FC0TvH2nbdNhkJW427PCFExJaoSPauCp { display:none; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #odSDCgq71KsXr2VRRiQnDy9qF0HV7b8L { width:1.25rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDKR1H8Nha74g6T8bQR46RZTWJ3SJ868 { width:3rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtiOGfSpOD0NE3MEsJxU5CQK7uyaQVFN { width:10.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtWZ5BXeuGEvTxGbH0Sbd3i2zaQo5kqR { display:none; }
 }@media only screen and (max-width: 763px) { #kzWh5Neb7BeO3PFVREHAT5UyR7TeHPQR { display:none; }
 }@media only screen and (max-width: 763px) { #CmHkt2wK4cF6bbResyn510AKc8yqr64W { width:5.375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJDSc7cClwXyaem5y4A6nw2ewRvSn024 { display:none; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcki2G1tKPdJ9re5ycdpa8c5A2VIKJlm { display:none; }
 }@media only screen and (max-width: 763px) { #zNchf8oUOb4zLeZaIoTMaMWGriOOyfli { top:5.5rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMrm0lGiAhUtK5uUuBgcRyb146SmMWVw { display:none; }
 }@media only screen and (max-width: 763px) { #Dvh0pOXsdnLrZ68bxEOoLHDzGCSve2Z1 { top:7.9375rem;left:0rem;width:12.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2kKd858QgtHgKfmHcpdszn7mawNMzrt { display:none; }
 }@media only screen and (max-width: 763px) { #JayNkAEKT1NibTXCiUSJpk7gaC41DTQS { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fuZJuw6vMF09GGq3fhzRJXUsxDbWBKQl { display:block; }
 }@media only screen and (max-width: 763px) { #zT8IyugcpJ0TBKRnyWKTZOwsVmxZbqVm { top:11.1875rem;left:0rem;width:17.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbT0vJxpZQSfG2nuxfn6zz70PRFuaJvc { display:none; }
 }@media only screen and (max-width: 763px) { #g0VnODRUe9kiunq5PIzVSpJPwEbt8ATI { display:none; }
 }@media only screen and (max-width: 763px) { #Evh5O8iaxwpZQyq8bzIJdqTpKnESFgLl { display:none; }
 }@media only screen and (max-width: 763px) { #NC62nlqOcizWzAlITdzTAmN8o23hQFvO { display:none; }
 }@media only screen and (max-width: 763px) { #vF9xbLVT6TrwDv83P1vtpUUXd2K4D90h { top:0rem;left:29.3125rem;width:18.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJm7xGMKpLSFKTbgO7vT9iTDvRHA9eIb { top:0.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #er3kAA0OfxlBAQDGEOql4ebKtv2MTZ2q { top:2.25rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uySZgr5W3dQT5CEaHRhttfQdq0zqNyI8 { top:22.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pybNuiJSlxOgKhMxyMzl4nPSTzb7zuTN { top:21.75rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFa9oUWXyD2aLZEh94u2TsPPOvoLmaRO { top:31.3125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXyhEXuyghJHPk2IuKx0w1ARmCplTCqe { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #P1UzchHMJGgodQThCdFli45ln7ouFSbX { display:block; }
 }@media only screen and (max-width: 763px) { #ULepa9Pi7whHxJO5q3JndwDJFvbABhlC { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZwArIr0JmQopKDP8B7IZwCNZtcL9D4rN { display:block; }
 }@media only screen and (max-width: 763px) { #VFACdSQA1J6Bdi0z4pHCrUDXKHvx1UJE { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zLf0Of3CvtbbZWoJg1TVpoG21qV1bAop { display:block; }
 }@media only screen and (max-width: 763px) { #T68fWzOIRc0GJlbJeF3ZuftyKVCiJuTl { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KZQQ1DIvkqkkTrIABBiaaQkTVsGxakxK { display:block; }
 }@media only screen and (max-width: 763px) { #dlbZG64E9ZR4gZXg3Eo9P5gz62i69u60 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #woTVphSWWJVmnz2hXgWLUKqay3vU8X6z { display:block; }
 }@media only screen and (max-width: 763px) { #xb1HuhwFm0iMcopEFZ8PbwhKMBSDvucm { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #qGIm12svyuFqJN0VeUx8cGcD8VIQxqes { display:block; }
 }@media only screen and (max-width: 763px) { #vyAxMw254LRRAI1aVVzpIRslaGocFvpB { width:47.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa90vm7STq5vUvBVrTUr47VwkHGbPLPG { top:2.875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #am8S340E60MChQFo6oWkp05NrWv9ra6N { display:none; }
 }@media only screen and (max-width: 763px) { #C3WPWbrEZgPzOXEfv6OTbPD6FxvdaJxs { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bS7XWJdGPUlImT0pJmMvRRr1wyf89ZNh { display:block; }
 }@media only screen and (max-width: 763px) { #zw2xwRaa2hcUSGpZd3STdfVyePblVXTK { top:18.875rem;left:0rem;width:17.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAUNPB1yRwNPAk6mSMDmm4p4T9Mq5ecL { display:none; }
 }@media only screen and (max-width: 763px) { #PeXWwaW8ODgMWDDePSyaielxvFTWQP0T { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #t7An1BGnWgXzVI8MBzoaOWqCnL3BITgL { display:block; }
 }@media only screen and (max-width: 763px) { #a9PAapTtrdiG44ExI7nreM1PODgJRUJB { display:none; }
 }@media only screen and (max-width: 763px) { #lu9wTdTdpOiCXX52M5TIMgAFo5ARpCpl { top:25.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8EuFziEcF3uelLzR24o4PPKvg3st76Z { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MhTwz7hF7ZTX6RGoOy6QzGKtnVM4NlWI { display:block; }
 }@media only screen and (max-width: 763px) { #tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ { display:none; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #az0i8ZQ7MCKWzw45hSIE53WiBwOsNeFP { top:7.3125rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdKss8SWaS3R6dsV53dPm2e5HXNdNMwr { top:8.9375rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTltLzDSC6TcMfSpAhnbsKQTmFtLdwyA { top:10.625rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuvuSN4nLL9ekBOiRST5ref3QBPyMG58 { top:12.375rem;left:0rem;width:16.25rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryfNdGQEsZif7DptV5okXUz5ZwbIhHJH { top:15.9375rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIvDKDyXCTC5DW6sb4ULfx7PkG0z5GUT { top:17.6875rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPyZitChfrrIdKttb05wTX7dh0yuXsau { top:19.3125rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGpAaP618po5k1toPZBQ2798bUaLebC8 { top:31rem;left:0rem;width:11.0625rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCqAGNVnxT9PIixCDqCfJL0bZVVOrXCy { top:24.375rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9gqfEITHs1ytPfUAXkZJkyq7fAM7HXz { top:21rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCDNTTQtCBFTiHgVafTI9TbvT7ZiRMTF { top:26.25rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmqkdvEgm3eFgxAKg4oy4LgLXToCyGSI { top:31.625rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCi2drqsJOaOOZ7EXwrTFGITqyWimGin { top:33.375rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSXtRhd9d0tIACTcBiHx1ETonV9dEL0A { top:44.125rem;left:0rem;width:11.0625rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #og3hwbvtSSUKQXEHxw2hCT8emhBbLkPu { top:44.3125rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVPkaJliBD264GzZPer4kh93fTCbmLzR { top:46.1875rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #slmre1Dr280laIlzyVtKI6SPhCOUftkW { top:48.0625rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nISIrD5QsPFBXEpv7rIyXgi4DIM84whR { top:61.5625rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyLwa7fD7kmk3i6aOCG6ZkqRTWaEfCKL { top:59.8125rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4gSHX0vtyTUC812TlsgsQVQSXoeUkvs { top:56.125rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxrTL7liXFqKSshiigqKzxyZMsVvnJ2H { top:54.0625rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cams5AcyFyMh7cCNe7h7zlkrbmm9xXmI { top:52.0625rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmU3HTB2BTRX99kdnAgW82BZCe7ZHv0m { top:50rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCEsC7mZAI0U5fA3mvON5oGAkSoxH0CK { display:none; }
 }@media only screen and (max-width: 763px) { #XEyOJV9708dahvMgvTgZNEd9yysB5wHS { display:none; }
 }@media only screen and (max-width: 763px) { #E4VDgrcZXW0BXrWfi8246CCn58mBvBiZ { display:none; }
 }@media only screen and (max-width: 763px) { #xVrNN5CEnt552TLgJUm340W2RLCuPArK { display:none; }
 }@media only screen and (max-width: 763px) { #yLNKL5B1sNG6qMZcJzTxuECZL9AUNEOz { display:none; }
 }@media only screen and (max-width: 763px) { #EhaZ9rOJVtEKiKsnU8RbLSJA99oCQUA7 { display:none; }
 }@media only screen and (max-width: 763px) { #PmgkFqQwOfvTHbNMeAOfo6MQZvplNpAX { display:none; }
 }@media only screen and (max-width: 763px) { #mRlVXa8lDyXRoy218O85y4DXimpW8pJE { display:none; }
 }@media only screen and (max-width: 763px) { #eHiwgvlc2JOQcZTGvU8DTswoTSEBIM0u { display:none; }
 }@media only screen and (max-width: 763px) { #aNycK3IsEdt2BDfFu37KwL60BIMiPJml { display:none; }
 }@media only screen and (max-width: 763px) { #HLF61kX39OSbQoGQq1ARhTh32se85O79 { display:none; }
 }@media only screen and (max-width: 763px) { #QRfsD1m0AIWzNNG1PEhOnRPd0n5TIhuF { display:none; }
 }@media only screen and (max-width: 763px) { #GwLeVgcTsFGCeF521gONvgfPsQINWXcP { display:none; }
 }@media only screen and (max-width: 763px) { #AhXX3B75dMGWcpNIvc91SwrVBI1TTDas { display:none; }
 }@media only screen and (max-width: 763px) { #LL1TI3CWkwQJoOCgTzKlmeUBlm6GFuso { display:none; }
 }@media only screen and (max-width: 763px) { #XtAmOF7lPHfBMAp7R5y9yP4yasFR2eXI { display:none; }
 }@media only screen and (max-width: 763px) { #Ct9aheENnOLgalcrR6TTcRyqHDeNRTz8 { display:none; }
 }@media only screen and (max-width: 763px) { #ybUrNT2EpMRxuShS7lQKq6fmBmG6gSZB { display:none; }
 }@media only screen and (max-width: 763px) { #FknXBCRI5DU8wMkVSMTMQHE5XkJaOGmz { display:none; }
 }@media only screen and (max-width: 763px) { #K5FBgi0SDpkXupCgd4EQ943BuTTtLosf { display:none; }
 }@media only screen and (max-width: 763px) { #S80zAMmwcKPgb93f89Olsa8izd2qBTIX { display:none; }
 }@media only screen and (max-width: 763px) { #Zl8OtQ7TkMETGtvsZq086UVP11MqMao1 { display:none; }
 }@media only screen and (max-width: 763px) { #xx0AAUNoGAdT98fhpE6b2cGBizISItlz { display:none; }
 }@media only screen and (max-width: 763px) { #FnrhXZTNEEp4foKLlRUxmGXSktkqwxiA { display:none; }
 }@media only screen and (max-width: 763px) { #EtSQeWtTRO9JQ6ifRLMnd1iEEKSWBGyo { display:none; }
 }@media only screen and (max-width: 763px) { #k6E7mhpmBVFm76DCNPL272dgIPMrKV4h { display:none; }
 }@media only screen and (max-width: 763px) { #aDGpOhmflSZX99glbFNaGekoGGhicyaQ { display:none; }
 }@media only screen and (max-width: 763px) { #JKQgZiHPBKP1kWafWZpkhwCdnfftZh50 { display:none; }
 }@media only screen and (max-width: 763px) { #ZOHtUt5dRvbzBXsGDTS5iOUIJAeC3OGn { display:none; }
 }@media only screen and (max-width: 763px) { #xoTIAlohhoCVLEkPCFTn9ncSBhi3kTXy { top:5.875rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCOWJGGyoHnP9x4Gz4fwO2O5wz2HURoR { display:none; }
 }@media only screen and (max-width: 763px) { #ZcaVa9x2ehHKdgvoPDPNQGULRqn8gkWm { top:58rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tldTda66253qzXl40Qk4bKIuceT9x85e { display:none; }
 }@media only screen and (max-width: 763px) { #o16CX1vZxL70IfuDZ9579DVT6Lz4rTUn { display:none; }
 }@media only screen and (max-width: 763px) { #bxc3hCPTrAb6l49U0r5x4BZZwxb6iT3m { display:none; }
 }@media only screen and (max-width: 763px) { #mvRSRAZWbcL48SqqV5p6SFepi41exJGR { display:none; }
 }@media only screen and (max-width: 763px) { #zVOBPpgQJNLUvP274yU42D8FFXGzJAb5 { display:none; }
 }@media only screen and (max-width: 763px) { #BBDRS37PVyaCWE1wtEM7JOwhubDgzeZV { top:3rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DByCfBJXVinO4GpLPhcvQulTLs8W4D52 { top:4.375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVNZLQ4lxHo8T7hfJcTZ2L6Vfu49T7Vb { top:14.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNDCvDggmgvsKXUL3JXASu1ZmwhabbGW { top:37.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQa7kauPbb5GSJ0OTB7nnxGRgT5LihFm { top:38.9375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OthhsB1cTHsnFS2voX59MyHaQ0gvPHnF { top:40.75rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghkuvB09ZJTEKqKB76bfSOHBfUmtZpCb { top:3rem;left:0rem;width:12.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKsxMBUsOSrpcAmmRh1igCQfkPoTLOwi { display:none; }
 }@media only screen and (max-width: 763px) { #ATg1uTRDtc5JCqyZRR3kBOVXOnPqsNHi { top:18.375rem;left:0rem;width:12.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWT8aV5XgtN9szJ4ncnNQ7Ni46L0QZPh { display:none; }
 }@media only screen and (max-width: 763px) { #NsF8WvoI8Dmq0mufHRsQV3lDrKFUrBfx { top:26.375rem;left:0rem;width:11.0625rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3z28uFIEqHThLDJaG6yp2mT286roTUu { display:none; }
 }@media only screen and (max-width: 763px) { #KVWASwToHAmy0xwmFqhU6Cx7A8oa7ZLE { top:22.6875rem;left:0rem;width:11.0625rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyuhUTtPHnKCMyMIah26tTkqNVEw00Ue { top:50rem;left:0rem;width:11.0625rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkM4KuQpprVqwWHn2mvE88zNW8kfTC3q { display:none; }
 }@media only screen and (max-width: 763px) { #dBsI0Rsieq3BkGgw9IEKoS9qLHfdRO3b { top:39.375rem;left:0rem;width:11.0625rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ { display:none; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xWTKq4O6tJGiHOt36LCE37tUk5Tt9dSq { display:none; }
 }@media only screen and (max-width: 763px) { #SOkbNt0Ug9TDa8se5Pu4V0pgTin0UM81 { display:none; }
 }@media only screen and (max-width: 763px) { #VTMAtAKVqGHIzFbZhnFrzTDzGqnWlCoI { display:none; }
 }@media only screen and (max-width: 763px) { #BnLAWh2fsTq8SX4FF0ZWzbTh632SfST7 { display:none; }
 }@media only screen and (max-width: 763px) { #CtS9Pz7etuspTJTGeS05xbkEAtPiPTaq { top:6.5625rem;left:0rem;width:13.875rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtxTdyyOCavfeydOLb1a9FfMc2EmxyXs { top:8.1875rem;left:0rem;width:16.5rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFRnZDSUhl81TL4D2LLybcW4acTJ0FeO { top:2.9375rem;left:0rem;width:15.1875rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsNTNdmcDFGBvXK6ITeDf7mgxm6cQk5A { top:4.75rem;left:0rem;width:14.75rem;height:0.9375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZfMlu0TCGyrwDLF6r1PMDeQ6F0suTTA { top:9.8125rem;left:0rem;width:16.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWcKp1R8sHXLN2Ud4FF4e8pek13lPi1b { display:none; }
 }@media only screen and (max-width: 763px) { #Jgl2po5SXp1kKtUBgrGVi8drk8iPhxpH { top:11.625rem;left:0rem;width:16.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ue0RwLDaIS1TfLRFM5yyNeiA7QJoV5zW { display:none; }
 }@media only screen and (max-width: 763px) { #VhFdLTRrUWsRTcv3rBKkgRIXOu7w9M5m { top:15.375rem;left:0rem;width:16.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0mJT3hA6vkxoGJCs50vXr5H9XnsERz1 { display:none; }
 }@media only screen and (max-width: 763px) { #aKtM5IRFOsXoha2cqkk8Z5gHoqeH46hP { display:none; }
 }@media only screen and (max-width: 763px) { #bMcHcvd3NuUTnQdRGh3i8IZSLSdg5UGJ { display:none; }
 }@media only screen and (max-width: 763px) { #FU0XxBtWuaLH32iqnaWR5LtuSpp7hSpq { top:17.375rem;left:0rem;width:16.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mElHg4HRNTA0IQgeEL4lowmbyGEhe0Sn { display:none; }
 }@media only screen and (max-width: 763px) { #OW3FDB4iO6uT2TDZEC7LRMIUWcD7ADox { top:3rem;left:0rem;width:12.5rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz { display:block; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2rA04Sz3JoamMlG84k2mIXXgxlyavzu { top:3.4375rem;left:5.4375rem;width:6rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK42Czd72X1EEoqA6s1Sro7C0TWOtFAy { top:3.5625rem;left:15.25rem;width:10.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18TZ9vlvKp3uKtasQDus9UPIMSbnDxP { top:3.5625rem;left:11.437501907349rem;width:4.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD7ShrLlT9Tldsh7bcTPvLARsJ9r1u85 { top:3.5625rem;left:25.6875rem;width:6.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewO2yTc5lvBTfOy3u5zbwv85ThupbDmq { top:4.25rem;left:31.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp4zBfL0bx5tKVrpXZWIS1Nba0xhyiZ { top:4.25rem;left:31.0625rem;width:0.8125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbCgBEHrtlDAABvXaGP5fnUlQQZWrn4y { top:4.25rem;left:25.9375rem;width:5.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzznmizP1F2InO0Z4hd6eVWq60igV66 { top:3.5625rem;left:32.4375rem;width:8.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ9rFyQm0IW9kIZJh32LGEWoOzq7XoHh { top:4.25rem;left:39.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90qwL5KA9sLLfUprEUfekhz4T8bnUbT { top:4.25rem;left:32.75rem;width:7.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2B6VNCn0eKH9D4cbPboaaRQWfG8dJH { top:4.25rem;left:39.625rem;width:0.8125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpALfcmO6CPgILN6GrLlG58ixrboTmOM { top:1.125rem;left:0rem;width:11.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJQuENGuuTxr9dJkGkpivWWHAgmKF5A { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htHGWJxS5Tvo09zKa1wEbJrpA3Rx6hiX { top:3.75rem;left:42.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccb2WpMXAgpupTMni7gJ5E4sqXvnHw3O { top:4.3125rem;left:41.25rem;width:6.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7guCORrTfSGU3pJVPsuVlC28q8ktZ2s { top:3.5625rem;left:39.25rem;width:8.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynGeEy3pfIaHBMbNbaymRhVCzbdxyQtd { top:4.25rem;left:5.8125rem;width:5.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuk6XGKXE99o3iidTLk7kfKc2amIVJM3 { top:4.25rem;left:11.987501144409rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysKn8y9Ebt8D4JkuvQ09WGnoPpHOOtrq { top:4.25rem;left:15.906251907349rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLQMykPQSvy9Dbu1z6oGAMr3U02OA0Rn { top:1.0625rem;left:43.156251907349rem;width:4.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlNFUno4byyQ6M62nQE82RhGxSXC7Q8o { top:1.0625rem;left:41.125rem;width:6.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWmfL0zVc7q68M7DTiScorZBdWtk3Bfw { top:1.0625rem;left:35.518751144409rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6WoVy0JJ64HzdVDLuQXzk2MISWzZayh { top:1.0625rem;left:29.375001907349rem;width:4.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x { display:block; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5JUS37TWzJAIiN7oEarkAu2hJotcEpJ { top:0.25rem;left:0rem;width:47.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLMWe5VX6WLkrHamike1R9T4IGBUcAP { top:0rem;left:39.25rem;width:8.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyUnQfkv9QE63fLf1WN9Fk2u3azmXAd { top:1.375rem;left:0rem;width:4.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqMbwKvpTXdpZHGiBgyyKre7CGdAVQuU { top:1.4375rem;left:1.09375rem;width:5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfztKxxMmxNSQnCMHkDROvdUkkELHz2i { top:1.4375rem;left:6.90625rem;width:4.25rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brphcIXCVu5bHW3V6R3BxwITBSXmCdoi { top:1.5rem;left:16.96875rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsZnwgrD2FW2cPHElpm4NDeXB7a7NRG3 { top:1.4375rem;left:23.71875rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XazGBnzslLS4QSh1Kbp1mqTTsdqt89dP { top:1.4375rem;left:31.65625rem;width:8.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JW15c9kJlnG5rvmCbCg1rIxd49Nq3O { top:1.4375rem;left:42.1875rem;width:5.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnOeamzlfCyHP6DF7IQTnh3xcKMeLW7 { top:1.5rem;left:44.75rem;width:3rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHEfu8brPbRJsDvPIXX5SEF4vL3KDfdN { top:1.4375rem;left:11.59375rem;width:5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqbeXLN8ELMhA9eEmxwmz8XvaxI6r1zS { top:1.1875rem;left:43.625rem;width:4.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEHcXd4POhHKsH04bTBpVWdqRSigxAqS { display:block; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIRfSRK5qaRJnw4DCpt86uyNkdmppEVQ { top:0rem;left:42.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlGips9Nf2WADWrL7Bc1lWZoLTG6nRr { top:0rem;left:24.0625rem;width:18.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0mtlUdbuZI0xUkGualW9BtcVEnfe1o { top:0.25rem;left:43.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 { display:block; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t13EMWzKhRRmzfXE44yfv6uXQHURKNAr { top:0.3125rem;left:9.5625019073488rem;width:31.625rem;height:107.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvvUqk5lqeU2rxvagSTKTXvfM12D3X8 { top:14.6875rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivMEdgCgd95DibhSqyz0irViORTML7pU { top:20.1875rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6kZsTtgJpw7xHB1TlymiZKu1mFr68Nd { top:23rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoS3ray2hoglDSulETvXv2lP3vokanE { top:31.5rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vnrHn3E3BfxG14tCUTbNFsCwX7O1nn { top:34.25rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLgrNfPWPgyefMKEIQA2u1CAPS5rZAf { top:37rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2gUcW5aganw3cVdarV2Iweiy5serR0 { top:47.9375rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuqZkNUkEVkBFodF490E2frScrGl1lp { top:50.6875rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzUig4xXWGkMu0xq14ZIqsz5cDvIkJR { top:53.625rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOuZ2hV3Hgbl0zqTZD8av5czCWr2cUL { top:56.625rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkovlToIRx8PaLxwGOJDEE3XsnhSDxCA { top:62.25rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLDpShDf7A9dUPOtB4g7P4w8J8pPTLP { top:65.0625rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTVkc94J3m9wy1J64CTses5cG5bchoh { top:79.0625rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXDQ70Nd1bqOstRp9QBekBIzOIHDGAAR { top:81.9375rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFXfMmkJNTxwLSo4J2zPv3WVN7F9LOg { top:84.75rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwat2rPSvomsDTd3rrncewiXDW3DpI4 { top:104rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6nvf1PWapsXtPc4Ks10dtVbMKH7Zda { top:101.25rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdJvB40qmBBmQHrirbZefVHfsLVGT0I { top:96rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0oW4d4qkMiMcam0a5RTdGRy2sLpDD7 { top:93.25rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoLrsAQve71ChFlBl95i0qG1hXougBp { top:90.4375rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG7JROLe3WouBfTdAx68IyDv3QHTVy8n { top:87.625rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ETxTUhNpqzWQeLIWVA6XWuid967o1l { top:17.4375rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMgWhLGA9KDZ0QX15Jb81KuHF5NTsa1V { top:42.5rem;left:27.125001907349rem;width:3.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weFzsd9zyUoPMZaGIJ3rgPSnxSm8F6XO { top:0rem;left:22.75rem;width:7.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Hxoy27knZlNAWctQW9ktFwyDo6QnnO { top:11.9375rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUS0ZGVQOBZcniH34H7iF6q4wmnpatM { top:98.8125rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9kTtswGnpVnvVoI7gNXPbPf7AePxTrT { width:13.5625rem;height:10.1875rem;top:2rem;left:11.187285423279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krwg5WzW52IGTkbG0dmTQtzkTqUn79XB { display:block; }
 }@media only screen and (max-width: 763px) { #ITIIrNHzMbPTufvrU5Poaw1q1Wqb7LA1 { top:6.375rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2VJ3TB5UHwO1h6bmXGE2npAAflKuzA { top:9.125rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsNGbEMH9eSKodKgOOCQiSTaMnndcTpL { top:28.75rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVnScbdEmFXnhmaSb5aRMRPCuP8lAd0H { top:73.5rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4CGiGuMJUgpJBtIMXHTw9ze4UGx0nLL { top:70.625rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgPFFvwET3OxCpZEhgvd9JUAuzDJNg7 { top:67.8125rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1l8rU24gmyQtCBi4o1kxR8rnLaAkv7 { top:1.3125rem;left:25.437501907349rem;width:13.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVx7136byvoQFRXsZqLOwzCe24sboxV { top:2.4375rem;left:26.906251907349rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDpta1BKFbreQn4C6329HyN1FEEcpwzd { top:45.375rem;left:27.25rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcixaKuaaVogB3iUPN9ekxzz6RkrIQb { top:39.625rem;left:27.25rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpOpbhZwwyxoetpG3EKwvUMUkWelqe4R { top:25.75rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFiQt3aNWwOZxXtylgsz2urf2gyCTFE { top:76.375rem;left:27.250001907349rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqWhhy0P1y2T1kJm4ECn6bTa6F5c4bO0 { top:59.4375rem;left:27.250001907349rem;width:11.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI { display:block; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUBHXgAWTbZVfw5XU8MestLVqDeHrk5E { top:0.3125rem;left:12.3125rem;width:30.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9B7K8USqcGx8Xc4pSpVgoxkt7lBITTe { top:1.375rem;left:14.125rem;width:13.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ITMAprOL4KZ4lqA3Qt2yI1H1b3lDzN { top:7.1875rem;left:29.500001907349rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfzSwvBad9RBsxKNLDmDls1Hw1Sc7IHe { top:6.125rem;left:28.187501907349rem;width:13.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt2QiHhiS96PdNBNN3vUtCyboPWCmLSC { top:1.75rem;left:29.500001907349rem;width:13.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28Tn6E18HcEE9FRFGgd8OPIiJGvZn20 { top:0rem;left:32.4375rem;width:9.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZHbUvJp6NOxuDrBrz2fmwkBWVoX2Wv { top:4.0625rem;left:29.500001907349rem;width:12.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv { display:block; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT { display:block; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT2lqWAJ66Bi0BweZg4D9N6m2Afhg3m2 { top:3rem;left:0.9375rem;width:11rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8La5UK35z85b5wKlsARSyUxauc8pP0 { top:4.875rem;left:1.25rem;width:10.6875rem;height:18rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OAPZHX6QTv6WKW1aQ5p4DDHAG2gnLe { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgunflTFQ5Q4ScyodZ2VXpdSvCz5kXA { top:4.875rem;left:12.40625rem;width:10.6875rem;height:13.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfsB12ceLyAIxkKV8yAF7bGnXrUMBJTE { top:3rem;left:12.40625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkmU1kJnxtdsPZSPKkiHKxqlIPT56V3k { top:4.875rem;left:23.875rem;width:10.6875rem;height:12rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXOqc5Jr7wXpGNNCHg2WMWVC4c8Murh { top:3rem;left:23.875rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGfh47GV4XKaf500FsbVAN9Dl8dByhP { top:4.875rem;left:16.125rem;width:19.6875rem;height:13.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqUpTbxI1difirJUxlrxsPl3QHhXTKor { top:3rem;left:24.8125rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTy6EoQXJttZscQLPArcQtfxtMNH5cx { top:23.25rem;left:18.28125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO81o3egHsq4t7KLAT92RknynRZBuItp { top:23.25rem;left:20.96875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9dWLPZoumoLLdm06pmZyMt4hA7356X { top:23.25rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TboQOzGuFxnP0cdXqOAFuCWSyfFXEg { top:23.25rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNUdLn8sKBqTgfmTNx2xhz52mLQNmliL { top:23.25rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdAcbERcr8n03ubE7M5FndIHwKs86fs { top:23.25rem;left:24.78125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ZRBBf8WMnUviFDVKBMlUJdZKycasEJ { top:23.25rem;left:27.46875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL { display:none; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I3t0XRxAAWd63VkTxTblp6VH6r3Phy7n { top:3rem;left:0.9375rem;width:11rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxWTo6Xn6gMdg3pwRnzmnhpHnah7KSA { top:3.25rem;left:0rem;width:11.4375rem;height:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2blcxTMO1HsDKyx4mboffdXTPedZ8N { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TO3FJko1WHPTpBFm4pIEDIdo3r2zZV { top:3.25rem;left:3.5625rem;width:8.375rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zIy4Hrems2yih9LSfphpvFuNlBw44M { top:3rem;left:12.40625rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBdANByEyJZmXENEDKdM41UV21L4sMX { display:none; }
 }@media only screen and (max-width: 763px) { #DIkaqIaf5rqTTufx9tzqPCv57BJE9CdX { display:none; }
 }@media only screen and (max-width: 763px) { #VZNTF6WcSpe9AoBuNsCDlTqS5aCmQ8mp { top:3.25rem;left:3.34375rem;width:8.375rem;height:2.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky { display:none; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RHsRs5EAb0yOPNzoCrwp2HewRyNTn6wZ { top:0rem;left:0rem;width:11.4375rem;height:8.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p53K2476bzB2WqydpKpamdC3UPMt61tQ { display:none; }
 }@media only screen and (max-width: 763px) { #u9W2gvhvH0bhkXT2KkJdF2SbXhn5nqQT { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz { display:none; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zr8JfRGRyRJc3DzTTv1oUJD9QIHJcs3W { top:0rem;left:0rem;width:8.375rem;height:8.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Npor5FaV6E5mcRkzK6eDwXNxmJsI0R02 { display:none; }
 }@media only screen and (max-width: 763px) { #rRo11AvmkMteLdgygEg2OJI7ZmEXG298 { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD1AHObTFxImxx5nipl0uKUS2boOfKDL { display:none; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mo76BHnTDNslT9lMg4hxCAxyydbTJ2Ux { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneqCEngx0s2Msdu3ErcPqgIGafDf651 { top:2.4375rem;left:0rem;width:11rem;height:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6yWVtl6NLqAwANqwKTCh3g1XCvDM3R { top:3rem;left:23.875rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHSTbrmstJePNHyZadcCmfwr8GLNilIW { top:2.4375rem;left:4.125rem;width:8.1875rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrN2Lay1EqeTUxK02NnEhg3KRtHePOG { top:3rem;left:24.8125rem;width:11rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opxs9qiTQZrKi4lZxGfxno13AJUcQ2ce { display:none; }
 }@media only screen and (max-width: 763px) { #Fbe1FK8OZhLaqVVgbB3zed4rbLuwiso3 { display:none; }
 }@media only screen and (max-width: 763px) { #boThHt5M7M9WyuNzFCi8qLEN3GLas51Z { top:4.5rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH { display:none; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJ6TuuAID528DFpgo6A7JhmeVGsPb5x0 { display:none; }
 }@media only screen and (max-width: 763px) { #REhrfGTpGkCwlMiRSw5Brod6NQ0s6xvu { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMBt7x5r01RmVNXlmTJi2c7LbqlS6lCz { top:0rem;left:0rem;width:11rem;height:2.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR { display:none; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpQWt2PSKHBdQxC6B0Ql3fKQmTkdGw71 { display:none; }
 }@media only screen and (max-width: 763px) { #ZA8vK0KliFbKTiLVmV5JEm2B3XWO2c0g { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GU2F19SiQTaDlu6N2dpJsSyAdTp1sUSP { top:0.375rem;left:0rem;width:7.8125rem;height:7.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCV09XGB9kmSFJexooI17Las3r46ZTtO { display:none; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { top:1.6875rem;left:20.90625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { top:1.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { top:1.6875rem;left:21.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { top:1.6875rem;left:24.71875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { top:1.6875rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXVvFoVWXT17oC5FW9rF9GzPVR4A6E4 { top:23.25rem;left:27.46875rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtZAcGRQI020tbosTDcwZnpLRdzvMIB2 { top:23.25rem;left:24.78125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL { display:block; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCnmmTl8ciG2E6TodRWHp8E1cPDChRGE { top:0.75rem;left:0rem;width:16.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BulzpbgLUOrXZciOHpxUJo3mnzEQfFqa { top:0.75rem;left:13.4375rem;width:20.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FC0TvH2nbdNhkJW427PCFExJaoSPauCp { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container { background-color: transparent; background-image: none; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container > .video-iframe-container { display: none; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row > .video-iframe-container { display: none; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .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); }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container { border-width: 0; border-radius: 0; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FC0TvH2nbdNhkJW427PCFExJaoSPauCp > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odSDCgq71KsXr2VRRiQnDy9qF0HV7b8L { top:0.75rem;left:0.3125rem;width:1.875rem;height:1.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LDKR1H8Nha74g6T8bQR46RZTWJ3SJ868 { top:0.9375rem;left:4.9375rem;width:1.75rem;height:1.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DtiOGfSpOD0NE3MEsJxU5CQK7uyaQVFN { top:0.875rem;left:9.3125rem;width:1.4375rem;height:1.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EtWZ5BXeuGEvTxGbH0Sbd3i2zaQo5kqR { top:1.0625rem;left:18.125rem;width:1.5625rem;height:1.5625rem;z-index:15009;background-color:#c9232d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWh5Neb7BeO3PFVREHAT5UyR7TeHPQR { top:1.125rem;left:18.1875rem;width:1.375rem;height:1.375rem;z-index:15010;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmHkt2wK4cF6bbResyn510AKc8yqr64W { top:0.6875rem;left:13.28125rem;width:1.8125rem;height:1.9375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gJDSc7cClwXyaem5y4A6nw2ewRvSn024 { background-color:#fcfaf9;background-image:none;display:block; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container { background-color: transparent; background-image: none; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container > .video-iframe-container { display: none; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row > .video-iframe-container { display: none; }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .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); }#gJDSc7cClwXyaem5y4A6nw2ewRvSn024 > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcki2G1tKPdJ9re5ycdpa8c5A2VIKJlm { top:6.0625rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15123;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNchf8oUOb4zLeZaIoTMaMWGriOOyfli { width:12.5rem;height:1.21875rem;top:9.1875rem;left:0.3125rem;font-size:0.9375rem;z-index:15045;font-family:futura-medium-01;color:#c9232d;display:block; }
 }@media only screen and (max-width: 763px) { #WMrm0lGiAhUtK5uUuBgcRyb146SmMWVw { top:9.25rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15006;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvh0pOXsdnLrZ68bxEOoLHDzGCSve2Z1 { width:17.125rem;height:1.21875rem;top:12.4375rem;left:0.3125rem;font-size:0.9375rem;z-index:15048;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #f2kKd858QgtHgKfmHcpdszn7mawNMzrt { top:12.5rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15005;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JayNkAEKT1NibTXCiUSJpk7gaC41DTQS { top:15.015625rem;left:0rem;width:19.875rem;height:2.5625rem;z-index:15133;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fuZJuw6vMF09GGq3fhzRJXUsxDbWBKQl { display:block; }
 }@media only screen and (max-width: 763px) { #zT8IyugcpJ0TBKRnyWKTZOwsVmxZbqVm { width:17.125rem;height:1.21875rem;top:15.6875rem;left:0.3125rem;font-size:0.9375rem;z-index:15051;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #nbT0vJxpZQSfG2nuxfn6zz70PRFuaJvc { top:15.75rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15004;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0VnODRUe9kiunq5PIzVSpJPwEbt8ATI { top:22.0625rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15002;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evh5O8iaxwpZQyq8bzIJdqTpKnESFgLl { top:28.3125rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15001;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC62nlqOcizWzAlITdzTAmN8o23hQFvO { top:31.5625rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15000;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9xbLVT6TrwDv83P1vtpUUXd2K4D90h { width:16.875rem;height:2.25rem;top:33.8125rem;left:1.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VJm7xGMKpLSFKTbgO7vT9iTDvRHA9eIb { width:1.625rem;height:1.625rem;top:34.1875rem;left:16.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #er3kAA0OfxlBAQDGEOql4ebKtv2MTZ2q { width:12.5rem;height:1.21875rem;top:6.015625rem;left:0.3125rem;font-size:0.9375rem;z-index:15046;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #uySZgr5W3dQT5CEaHRhttfQdq0zqNyI8 { top:22.137499809265rem;left:0.3125rem;width:12.5rem;height:0.975rem;z-index:15140;font-family:futura-medium-01;font-size:0.75rem;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #pybNuiJSlxOgKhMxyMzl4nPSTzb7zuTN { top:28.387500762939rem;left:0.3125rem;width:12.5rem;height:0.975rem;z-index:15141;font-family:futura-medium-01;font-size:0.75rem;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #TFa9oUWXyD2aLZEh94u2TsPPOvoLmaRO { top:31.45937538147rem;left:0.3125rem;width:12.5rem;height:0.975rem;z-index:15142;font-family:futura-medium-01;font-size:0.75rem;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #fXyhEXuyghJHPk2IuKx0w1ARmCplTCqe { top:5.375rem;left:0rem;width:20rem;height:2.5rem;z-index:15146;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P1UzchHMJGgodQThCdFli45ln7ouFSbX { display:block; }
 }@media only screen and (max-width: 763px) { #ULepa9Pi7whHxJO5q3JndwDJFvbABhlC { top:8.546875rem;left:0rem;width:19.75rem;height:2.5rem;z-index:15147;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZwArIr0JmQopKDP8B7IZwCNZtcL9D4rN { display:block; }
 }@media only screen and (max-width: 763px) { #VFACdSQA1J6Bdi0z4pHCrUDXKHvx1UJE { top:11.796874046326rem;left:-0.0625rem;width:20rem;height:2.5rem;z-index:15148;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zLf0Of3CvtbbZWoJg1TVpoG21qV1bAop { display:block; }
 }@media only screen and (max-width: 763px) { #T68fWzOIRc0GJlbJeF3ZuftyKVCiJuTl { top:21.375rem;left:-0.0625rem;width:20rem;height:2.5rem;z-index:15147;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KZQQ1DIvkqkkTrIABBiaaQkTVsGxakxK { display:block; }
 }@media only screen and (max-width: 763px) { #dlbZG64E9ZR4gZXg3Eo9P5gz62i69u60 { top:27.625rem;left:0rem;width:20rem;height:2.5rem;z-index:15148;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #woTVphSWWJVmnz2hXgWLUKqay3vU8X6z { display:block; }
 }@media only screen and (max-width: 763px) { #xb1HuhwFm0iMcopEFZ8PbwhKMBSDvucm { top:30.875rem;left:0rem;width:20rem;height:2.5rem;z-index:15149;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qGIm12svyuFqJN0VeUx8cGcD8VIQxqes { display:block; }
 }@media only screen and (max-width: 763px) { #vyAxMw254LRRAI1aVVzpIRslaGocFvpB { top:2.625rem;left:0rem;width:20rem;height:1.8125rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sa90vm7STq5vUvBVrTUr47VwkHGbPLPG { width:12.5rem;height:1.21875rem;top:2.9375rem;left:0.3125rem;font-size:0.9375rem;z-index:15151;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #am8S340E60MChQFo6oWkp05NrWv9ra6N { top:3rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15152;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3WPWbrEZgPzOXEfv6OTbPD6FxvdaJxs { top:2.5625rem;left:0rem;width:20rem;height:1.875rem;z-index:15153;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bS7XWJdGPUlImT0pJmMvRRr1wyf89ZNh { display:block; }
 }@media only screen and (max-width: 763px) { #zw2xwRaa2hcUSGpZd3STdfVyePblVXTK { width:17.125rem;height:1.21875rem;top:18.90625rem;left:0.375rem;font-size:0.9375rem;z-index:15052;font-family:futura-medium-01;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #MAUNPB1yRwNPAk6mSMDmm4p4T9Mq5ecL { top:19rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15005;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeXWwaW8ODgMWDDePSyaielxvFTWQP0T { top:18.234375rem;left:0.125rem;width:19.875rem;height:2.5rem;z-index:15149;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t7An1BGnWgXzVI8MBzoaOWqCnL3BITgL { display:block; }
 }@media only screen and (max-width: 763px) { #a9PAapTtrdiG44ExI7nreM1PODgJRUJB { top:25.1875rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15003;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu9wTdTdpOiCXX52M5TIMgAFo5ARpCpl { top:25.262499809265rem;left:0.3125rem;width:12.5rem;height:0.975rem;z-index:15141;font-family:futura-medium-01;font-size:0.75rem;color:#2c2d38;display:block; }
 }@media only screen and (max-width: 763px) { #x8EuFziEcF3uelLzR24o4PPKvg3st76Z { top:24.5rem;left:0rem;width:20rem;height:2.5rem;z-index:15148;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MhTwz7hF7ZTX6RGoOy6QzGKtnVM4NlWI { display:block; }
 }@media only screen and (max-width: 763px) { #tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ { background-color:#fcfaf9;background-image:none;display:block; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container { background-color: transparent; background-image: none; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container > .video-iframe-container { display: none; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row > .video-iframe-container { display: none; }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .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); }#tqxfVa2Uw5Pzdx4x23Fy2L4rS2LsKnNZ > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #az0i8ZQ7MCKWzw45hSIE53WiBwOsNeFP { width:11.0625rem;height:0.73125rem;top:10.5625rem;left:0.3125rem;font-size:0.5625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #VdKss8SWaS3R6dsV53dPm2e5HXNdNMwr { width:11.0625rem;height:0.73125rem;top:12.5625rem;left:0.3125rem;font-size:0.5625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #bTltLzDSC6TcMfSpAhnbsKQTmFtLdwyA { width:11.0625rem;height:0.73125rem;top:14.4375rem;left:0.3125rem;font-size:0.5625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #OuvuSN4nLL9ekBOiRST5ref3QBPyMG58 { width:16.25rem;height:0.73125rem;top:16.375rem;left:0.3125rem;font-size:0.5625rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #ryfNdGQEsZif7DptV5okXUz5ZwbIhHJH { width:11.0625rem;height:0.73125rem;top:22rem;left:0.3125rem;font-size:0.5625rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #RIvDKDyXCTC5DW6sb4ULfx7PkG0z5GUT { width:11.0625rem;height:0.73125rem;top:23.8125rem;left:0.3125rem;font-size:0.5625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #KPyZitChfrrIdKttb05wTX7dh0yuXsau { width:11.0625rem;height:0.73125rem;top:25.75rem;left:0.3125rem;font-size:0.5625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #QGpAaP618po5k1toPZBQ2798bUaLebC8 { width:11.0625rem;height:0.73125rem;top:31rem;left:0.3125rem;font-size:0.5625rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #wCqAGNVnxT9PIixCDqCfJL0bZVVOrXCy { width:11.0625rem;height:0.73125rem;top:35.125rem;left:0.3125rem;font-size:0.5625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #d9gqfEITHs1ytPfUAXkZJkyq7fAM7HXz { width:11.0625rem;height:0.73125rem;top:29.125rem;left:0.3125rem;font-size:0.5625rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #cCDNTTQtCBFTiHgVafTI9TbvT7ZiRMTF { width:11.0625rem;height:0.73125rem;top:37.331249237061rem;left:0.3125rem;font-size:0.5625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #xmqkdvEgm3eFgxAKg4oy4LgLXToCyGSI { width:11.0625rem;height:0.73125rem;top:41.187498092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #ZCi2drqsJOaOOZ7EXwrTFGITqyWimGin { width:11.0625rem;height:0.73125rem;top:42.999998092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #zSXtRhd9d0tIACTcBiHx1ETonV9dEL0A { width:11.0625rem;height:0.73125rem;top:44.874998092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #og3hwbvtSSUKQXEHxw2hCT8emhBbLkPu { width:11.0625rem;height:0.73125rem;top:53.937498092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #KVPkaJliBD264GzZPer4kh93fTCbmLzR { width:11.0625rem;height:0.73125rem;top:55.687498092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #slmre1Dr280laIlzyVtKI6SPhCOUftkW { width:11.0625rem;height:0.73125rem;top:57.437498092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #nISIrD5QsPFBXEpv7rIyXgi4DIM84whR { width:11.0625rem;height:0.73125rem;top:70.49999809265rem;left:0.3125rem;font-size:0.5625rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #qyLwa7fD7kmk3i6aOCG6ZkqRTWaEfCKL { width:11.0625rem;height:0.73125rem;top:68.56249809265rem;left:0.3125rem;font-size:0.5625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #K4gSHX0vtyTUC812TlsgsQVQSXoeUkvs { width:11.0625rem;height:0.73125rem;top:64.74999809265rem;left:0.3125rem;font-size:0.5625rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #TxrTL7liXFqKSshiigqKzxyZMsVvnJ2H { width:11.0625rem;height:0.73125rem;top:62.99999809265rem;left:0.3125rem;font-size:0.5625rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #cams5AcyFyMh7cCNe7h7zlkrbmm9xXmI { width:11.0625rem;height:0.73125rem;top:61.062498092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #rmU3HTB2BTRX99kdnAgW82BZCe7ZHv0m { width:11.0625rem;height:0.73125rem;top:59.312498092651rem;left:0.3125rem;font-size:0.5625rem;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #bCEsC7mZAI0U5fA3mvON5oGAkSoxH0CK { top:20.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15126;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEyOJV9708dahvMgvTgZNEd9yysB5wHS { top:6.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15127;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4VDgrcZXW0BXrWfi8246CCn58mBvBiZ { top:10.625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15128;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVrNN5CEnt552TLgJUm340W2RLCuPArK { top:12.625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15129;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLNKL5B1sNG6qMZcJzTxuECZL9AUNEOz { top:14.5rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15130;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhaZ9rOJVtEKiKsnU8RbLSJA99oCQUA7 { top:16.4375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15131;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmgkFqQwOfvTHbNMeAOfo6MQZvplNpAX { top:22.0625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15133;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlVXa8lDyXRoy218O85y4DXimpW8pJE { top:23.875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15134;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHiwgvlc2JOQcZTGvU8DTswoTSEBIM0u { top:25.8125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15137;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNycK3IsEdt2BDfFu37KwL60BIMiPJml { top:29.1875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15138;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLF61kX39OSbQoGQq1ARhTh32se85O79 { top:31.0625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15139;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfsD1m0AIWzNNG1PEhOnRPd0n5TIhuF { top:32.875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15140;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwLeVgcTsFGCeF521gONvgfPsQINWXcP { top:35.1875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15142;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXX3B75dMGWcpNIvc91SwrVBI1TTDas { top:41.249998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15143;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL1TI3CWkwQJoOCgTzKlmeUBlm6GFuso { top:43.062498092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15144;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtAmOF7lPHfBMAp7R5y9yP4yasFR2eXI { top:44.937498092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15145;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9aheENnOLgalcrR6TTcRyqHDeNRTz8 { top:48.437498092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15146;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybUrNT2EpMRxuShS7lQKq6fmBmG6gSZB { top:53.999998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15147;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknXBCRI5DU8wMkVSMTMQHE5XkJaOGmz { top:55.749998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15148;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FBgi0SDpkXupCgd4EQ943BuTTtLosf { top:57.499998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15149;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S80zAMmwcKPgb93f89Olsa8izd2qBTIX { top:59.374998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15150;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8OtQ7TkMETGtvsZq086UVP11MqMao1 { top:61.124998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15153;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx0AAUNoGAdT98fhpE6b2cGBizISItlz { top:63.06249809265rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15154;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnrhXZTNEEp4foKLlRUxmGXSktkqwxiA { top:64.81249809265rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15155;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSQeWtTRO9JQ6ifRLMnd1iEEKSWBGyo { top:70.56249809265rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15157;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6E7mhpmBVFm76DCNPL272dgIPMrKV4h { top:68.62499809265rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15156;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDGpOhmflSZX99glbFNaGekoGGhicyaQ { top:0rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15158;background-color:#fcfaf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JKQgZiHPBKP1kWafWZpkhwCdnfftZh50 { top:0.375rem;left:18.875rem;width:1.125rem;height:1.125rem;z-index:15159;color:#2c2d38;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOHtUt5dRvbzBXsGDTS5iOUIJAeC3OGn { top:50.312498092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15128;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoTIAlohhoCVLEkPCFTn9ncSBhi3kTXy { width:11.0625rem;height:0.73125rem;top:8.6875rem;left:0.3125rem;font-size:0.5625rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #TCOWJGGyoHnP9x4Gz4fwO2O5wz2HURoR { top:8.6875rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15128;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcaVa9x2ehHKdgvoPDPNQGULRqn8gkWm { width:11.0623125rem;height:0.73125rem;top:66.6864566803rem;left:0.3125rem;font-size:0.5625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #tldTda66253qzXl40Qk4bKIuceT9x85e { top:66.736456871031rem;left:19.125rem;width:0.87456875rem;height:0.87456875rem;z-index:15140;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o16CX1vZxL70IfuDZ9579DVT6Lz4rTUn { top:52.124998092651rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15130;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxc3hCPTrAb6l49U0r5x4BZZwxb6iT3m { top:46.812498092651rem;left:19.1875rem;width:0.875rem;height:0.875rem;z-index:15147;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvRSRAZWbcL48SqqV5p6SFepi41exJGR { top:5.0625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15129;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVOBPpgQJNLUvP274yU42D8FFXGzJAb5 { top:39.3125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15144;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBDRS37PVyaCWE1wtEM7JOwhubDgzeZV { top:5.0124998092651rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15160;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DByCfBJXVinO4GpLPhcvQulTLs8W4D52 { top:6.824999809265rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15161;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNZLQ4lxHo8T7hfJcTZ2L6Vfu49T7Vb { top:20.200000762939rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15161;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNDCvDggmgvsKXUL3JXASu1ZmwhabbGW { top:46.762498855591rem;left:0.28125rem;width:12.5rem;height:0.73125rem;z-index:15162;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQa7kauPbb5GSJ0OTB7nnxGRgT5LihFm { top:48.387498855591rem;left:0.375rem;width:12.5rem;height:0.73125rem;z-index:15163;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OthhsB1cTHsnFS2voX59MyHaQ0gvPHnF { top:50.262498855591rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15164;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkuvB09ZJTEKqKB76bfSOHBfUmtZpCb { top:3.1437501907349rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15161;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKsxMBUsOSrpcAmmRh1igCQfkPoTLOwi { top:3.0625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15130;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATg1uTRDtc5JCqyZRR3kBOVXOnPqsNHi { top:18.393749237061rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15162;font-family:futura-medium-01;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWT8aV5XgtN9szJ4ncnNQ7Ni46L0QZPh { top:18.25rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15132;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsF8WvoI8Dmq0mufHRsQV3lDrKFUrBfx { width:11.0625rem;height:0.73125rem;top:27.393750190735rem;left:0.3125rem;font-size:0.5625rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #h3z28uFIEqHThLDJaG6yp2mT286roTUu { top:27.375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15138;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWASwToHAmy0xwmFqhU6Cx7A8oa7ZLE { width:11.0625rem;height:0.73125rem;top:32.9375rem;left:0.3125rem;font-size:0.5625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #AyuhUTtPHnKCMyMIah26tTkqNVEw00Ue { width:11.0625rem;height:0.73125rem;top:52.143749237061rem;left:0.3125rem;font-size:0.5625rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #bkM4KuQpprVqwWHn2mvE88zNW8kfTC3q { top:37.343750953674rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15145;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBsI0Rsieq3BkGgw9IEKoS9qLHfdRO3b { width:11.0625rem;height:0.73125rem;top:39.384375572204rem;left:0.3125rem;font-size:0.5625rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ { display:block; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ { background-color: transparent; background-image: none; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row .container > .video-iframe-container { display: none; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row > .video-iframe-container { display: none; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .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); }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ { border-width: 0; border-radius: 0; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .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; }#qGFXJvqD4AzEz1WPxXTeJlNc59FmT6RQ > .row .container { width:20rem;height:16.9375rem;background-color:#79d7dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWTKq4O6tJGiHOt36LCE37tUk5Tt9dSq { top:0.8125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15126;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOkbNt0Ug9TDa8se5Pu4V0pgTin0UM81 { top:2.625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15127;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMAtAKVqGHIzFbZhnFrzTDzGqnWlCoI { top:4.4375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15128;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnLAWh2fsTq8SX4FF0ZWzbTh632SfST7 { top:6.125rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15129;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS9Pz7etuspTJTGeS05xbkEAtPiPTaq { width:13.875rem;height:0.73125rem;top:4.3874969482422rem;left:0.3125rem;font-size:0.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GtxTdyyOCavfeydOLb1a9FfMc2EmxyXs { width:16.5rem;height:0.73125rem;top:6.0749969482422rem;left:0.3125rem;font-size:0.5625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #uFRnZDSUhl81TL4D2LLybcW4acTJ0FeO { width:15.1875rem;height:0.73125rem;top:0.76249694824219rem;left:0.3125rem;font-size:0.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UsNTNdmcDFGBvXK6ITeDf7mgxm6cQk5A { width:14.75rem;height:0.73125rem;top:2.5749969482422rem;left:0.3125rem;font-size:0.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #aZfMlu0TCGyrwDLF6r1PMDeQ6F0suTTA { width:16.5rem;height:0.73125rem;top:7.8312530517575rem;left:0.3125rem;font-size:0.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MWcKp1R8sHXLN2Ud4FF4e8pek13lPi1b { top:7.9375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15130;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgl2po5SXp1kKtUBgrGVi8drk8iPhxpH { width:16.5rem;height:0.73125rem;top:9.7062530517575rem;left:0.3125rem;font-size:0.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ue0RwLDaIS1TfLRFM5yyNeiA7QJoV5zW { top:9.5625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15131;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhFdLTRrUWsRTcv3rBKkgRIXOu7w9M5m { width:16.5rem;height:0.73125rem;top:13.331253051757rem;left:0.3125rem;font-size:0.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #v0mJT3hA6vkxoGJCs50vXr5H9XnsERz1 { top:11.5625rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15132;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKtM5IRFOsXoha2cqkk8Z5gHoqeH46hP { top:13.4375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15133;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMcHcvd3NuUTnQdRGh3i8IZSLSdg5UGJ { top:14.875rem;left:0rem;width:20rem;height:2.0625rem;z-index:15160;background-color:#ffed02;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FU0XxBtWuaLH32iqnaWR5LtuSpp7hSpq { width:16.5rem;height:0.73125rem;top:15.5625rem;left:0.3125rem;font-size:0.5625rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #mElHg4HRNTA0IQgeEL4lowmbyGEhe0Sn { top:15.4375rem;left:19.125rem;width:0.875rem;height:0.875rem;z-index:15162;color:#2c2d38;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW3FDB4iO6uT2TDZEC7LRMIUWcD7ADox { top:11.634376525879rem;left:0.3125rem;width:12.5rem;height:0.73125rem;z-index:15163;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz { display:none; }#G88E59vMViCUwzu6vzfuHpdvzEx5U1Kz > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P2rA04Sz3JoamMlG84k2mIXXgxlyavzu { width:7.9375rem;height:2.1875rem;top:4.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK42Czd72X1EEoqA6s1Sro7C0TWOtFAy { width:10.4375rem;height:2.1875rem;top:12.51875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18TZ9vlvKp3uKtasQDus9UPIMSbnDxP { width:6rem;height:2.1875rem;top:19.39375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD7ShrLlT9Tldsh7bcTPvLARsJ9r1u85 { width:7.125rem;height:2.1875rem;top:22.83125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewO2yTc5lvBTfOy3u5zbwv85ThupbDmq { width:1rem;height:1rem;top:23.45625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp4zBfL0bx5tKVrpXZWIS1Nba0xhyiZ { width:0.8125rem;height:0.8125rem;top:23.45625rem;left:12rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbCgBEHrtlDAABvXaGP5fnUlQQZWrn4y { width:5.5625rem;height:0.89375rem;top:23.499999809265rem;left:7.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIzznmizP1F2InO0Z4hd6eVWq60igV66 { width:8.6875rem;height:2.1875rem;top:26.26875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ9rFyQm0IW9kIZJh32LGEWoOzq7XoHh { width:1rem;height:1rem;top:26.89375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x90qwL5KA9sLLfUprEUfekhz4T8bnUbT { width:7.0625rem;height:0.89375rem;top:26.95625rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2B6VNCn0eKH9D4cbPboaaRQWfG8dJH { width:0.8125rem;height:0.8125rem;top:26.89375rem;left:12.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpALfcmO6CPgILN6GrLlG58ixrboTmOM { width:11.0625rem;height:5rem;top:29.706245422363rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJQuENGuuTxr9dJkGkpivWWHAgmKF5A { width:20rem;height:0.0625rem;top:42.518745422363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htHGWJxS5Tvo09zKa1wEbJrpA3Rx6hiX { width:2rem;height:2rem;top:43.831245422363rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccb2WpMXAgpupTMni7gJ5E4sqXvnHw3O { width:6.5rem;height:1.75rem;top:47.831028461456rem;left:6.8123931884762rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7guCORrTfSGU3pJVPsuVlC28q8ktZ2s { width:8.375rem;height:2.75rem;top:47.081245422363rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynGeEy3pfIaHBMbNbaymRhVCzbdxyQtd { width:5.5rem;height:0;top:57.818745422363rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuk6XGKXE99o3iidTLk7kfKc2amIVJM3 { width:3.5rem;height:0;top:60.006245422363rem;left:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysKn8y9Ebt8D4JkuvQ09WGnoPpHOOtrq { width:9.5625rem;height:0;top:62.193745422363rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLQMykPQSvy9Dbu1z6oGAMr3U02OA0Rn { width:4.1875rem;height:0;top:53.318745422363rem;left:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlNFUno4byyQ6M62nQE82RhGxSXC7Q8o { width:6.625rem;height:0;top:55.568745422363rem;left:6.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWmfL0zVc7q68M7DTiScorZBdWtk3Bfw { width:6.75rem;height:0;top:66.631245422362rem;left:6.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6WoVy0JJ64HzdVDLuQXzk2MISWzZayh { width:4.5625rem;height:0;top:64.381245422362rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x { display:none; }#TJ8iCLSRzNUTE6OvLU1ydFKSIMJUkA4x > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N5JUS37TWzJAIiN7oEarkAu2hJotcEpJ { width:19.875rem;height:3.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLMWe5VX6WLkrHamike1R9T4IGBUcAP { width:8.375rem;height:0.3125rem;top:6rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyUnQfkv9QE63fLf1WN9Fk2u3azmXAd { width:4.875rem;height:0;top:2.4312496185302rem;left:1.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqMbwKvpTXdpZHGiBgyyKre7CGdAVQuU { width:5rem;height:0;top:2.4937496185302rem;left:7.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfztKxxMmxNSQnCMHkDROvdUkkELHz2i { width:5rem;height:0;top:2.4937496185302rem;left:13.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brphcIXCVu5bHW3V6R3BxwITBSXmCdoi { width:5.5625rem;height:0;top:2.5124998092651rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsZnwgrD2FW2cPHElpm4NDeXB7a7NRG3 { width:5.5625rem;height:0;top:2.4937496185302rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XazGBnzslLS4QSh1Kbp1mqTTsdqt89dP { width:5.5625rem;height:0;top:2.4937496185302rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JW15c9kJlnG5rvmCbCg1rIxd49Nq3O { width:5.5625rem;height:0;top:2.4937496185302rem;left:14.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnOeamzlfCyHP6DF7IQTnh3xcKMeLW7 { width:3rem;height:0;top:2.5rem;left:17rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHEfu8brPbRJsDvPIXX5SEF4vL3KDfdN { width:5rem;height:0;top:7.5625rem;left:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqbeXLN8ELMhA9eEmxwmz8XvaxI6r1zS { width:4.125rem;height:1.5625rem;top:9.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEHcXd4POhHKsH04bTBpVWdqRSigxAqS { display:block; }#pEHcXd4POhHKsH04bTBpVWdqRSigxAqS > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIRfSRK5qaRJnw4DCpt86uyNkdmppEVQ { width:2.25rem;height:2.25rem;top:0.375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlGips9Nf2WADWrL7Bc1lWZoLTG6nRr { width:18.75rem;height:2.25rem;top:2.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0mtlUdbuZI0xUkGualW9BtcVEnfe1o { width:1.625rem;height:1.625rem;top:6.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 { display:none; }#ilTJnZevhRfcs8iZZEyOmUzDavHPEcH2 > .row .container { width:20rem;height:119.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t13EMWzKhRRmzfXE44yfv6uXQHURKNAr { width:14.375rem;height:65.5625rem;top:1rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvvUqk5lqeU2rxvagSTKTXvfM12D3X8 { width:11.0625rem;height:0.975rem;top:3.75rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivMEdgCgd95DibhSqyz0irViORTML7pU { width:11.0625rem;height:0.975rem;top:7.625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6kZsTtgJpw7xHB1TlymiZKu1mFr68Nd { width:11.0625rem;height:0.975rem;top:9.625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoS3ray2hoglDSulETvXv2lP3vokanE { width:11.0625rem;height:0.975rem;top:15.25rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vnrHn3E3BfxG14tCUTbNFsCwX7O1nn { width:11.0625rem;height:0.975rem;top:17.25rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlLgrNfPWPgyefMKEIQA2u1CAPS5rZAf { width:11.0625rem;height:0.975rem;top:23.1875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii2gUcW5aganw3cVdarV2Iweiy5serR0 { width:11.0625rem;height:0.975rem;top:27rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuqZkNUkEVkBFodF490E2frScrGl1lp { width:11.0625rem;height:0.975rem;top:29rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzUig4xXWGkMu0xq14ZIqsz5cDvIkJR { width:11.0625rem;height:0.975rem;top:31rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOuZ2hV3Hgbl0zqTZD8av5czCWr2cUL { width:11.0625rem;height:0.975rem;top:34.9375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkovlToIRx8PaLxwGOJDEE3XsnhSDxCA { width:11.0625rem;height:0.975rem;top:36.875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLDpShDf7A9dUPOtB4g7P4w8J8pPTLP { width:11.0625rem;height:0.975rem;top:38.8125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTVkc94J3m9wy1J64CTses5cG5bchoh { width:11.0625rem;height:0.975rem;top:44.625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXDQ70Nd1bqOstRp9QBekBIzOIHDGAAR { width:11.0625rem;height:0.975rem;top:46.5rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFXfMmkJNTxwLSo4J2zPv3WVN7F9LOg { width:11.0625rem;height:0.975rem;top:48.375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwat2rPSvomsDTd3rrncewiXDW3DpI4 { width:11.0625rem;height:0.975rem;top:64.1875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6nvf1PWapsXtPc4Ks10dtVbMKH7Zda { width:11.0625rem;height:0.975rem;top:62.4375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdJvB40qmBBmQHrirbZefVHfsLVGT0I { width:11.0625rem;height:0.975rem;top:60.5rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0oW4d4qkMiMcam0a5RTdGRy2sLpDD7 { width:11.0625rem;height:0.975rem;top:58.4375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoLrsAQve71ChFlBl95i0qG1hXougBp { width:11.0625rem;height:0.975rem;top:56.4375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG7JROLe3WouBfTdAx68IyDv3QHTVy8n { width:11.0625rem;height:0.975rem;top:50.3125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1ETxTUhNpqzWQeLIWVA6XWuid967o1l { width:11.0625rem;height:0.975rem;top:5.6875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMgWhLGA9KDZ0QX15Jb81KuHF5NTsa1V { width:11.0625rem;height:0.975rem;top:25rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weFzsd9zyUoPMZaGIJ3rgPSnxSm8F6XO { width:7.125rem;height:2.1875rem;top:1rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Hxoy27knZlNAWctQW9ktFwyDo6QnnO { width:11.0625rem;height:0;top:67.8125rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUS0ZGVQOBZcniH34H7iF6q4wmnpatM { width:11.0625rem;height:0;top:68.625rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9kTtswGnpVnvVoI7gNXPbPf7AePxTrT { width:13.5625rem;height:10.1875rem;top:77.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krwg5WzW52IGTkbG0dmTQtzkTqUn79XB { display:block; }
 }@media only screen and (max-width: 763px) { #ITIIrNHzMbPTufvrU5Poaw1q1Wqb7LA1 { width:12.5rem;height:0;top:89.1875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2VJ3TB5UHwO1h6bmXGE2npAAflKuzA { width:12.5rem;height:0;top:91.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsNGbEMH9eSKodKgOOCQiSTaMnndcTpL { width:12.5rem;height:0;top:93.5625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVnScbdEmFXnhmaSb5aRMRPCuP8lAd0H { width:12.5rem;height:0;top:101.4375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4CGiGuMJUgpJBtIMXHTw9ze4UGx0nLL { width:12.5rem;height:0;top:99.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgPFFvwET3OxCpZEhgvd9JUAuzDJNg7 { width:12.5rem;height:0;top:97.0625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1l8rU24gmyQtCBi4o1kxR8rnLaAkv7 { width:13.5625rem;height:3.0625rem;top:103.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVx7136byvoQFRXsZqLOwzCe24sboxV { width:11.75rem;height:0;top:104.71875rem;left:4.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDpta1BKFbreQn4C6329HyN1FEEcpwzd { width:11.0625rem;height:0;top:112.5375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcixaKuaaVogB3iUPN9ekxzz6RkrIQb { width:11.0625rem;height:0;top:110.2875rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpOpbhZwwyxoetpG3EKwvUMUkWelqe4R { width:12.5rem;height:0;top:108.0375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFiQt3aNWwOZxXtylgsz2urf2gyCTFE { width:12.5rem;height:0.975rem;top:114.7875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqWhhy0P1y2T1kJm4ECn6bTa6F5c4bO0 { width:11.0625rem;height:0;top:117.0125rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI { display:none; }#lnZ3ALywHGD8dqDJDAZfahFWrxidZTTI > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wUBHXgAWTbZVfw5XU8MestLVqDeHrk5E { width:20rem;height:6.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9B7K8USqcGx8Xc4pSpVgoxkt7lBITTe { width:6.75rem;height:5.0625rem;top:1.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ITMAprOL4KZ4lqA3Qt2yI1H1b3lDzN { width:11.6875rem;height:0.975rem;top:6rem;left:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfzSwvBad9RBsxKNLDmDls1Hw1Sc7IHe { width:12.4375rem;height:1.8125rem;top:5.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt2QiHhiS96PdNBNN3vUtCyboPWCmLSC { width:9.6875rem;height:1.0625rem;top:1.5rem;left:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28Tn6E18HcEE9FRFGgd8OPIiJGvZn20 { width:8.6875rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZHbUvJp6NOxuDrBrz2fmwkBWVoX2Wv { width:11.125rem;height:0.975rem;top:4.5rem;left:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv { display:block; }#aDbMMhVq6EbrH56gkoUZ7Dz9XKaTOrCv > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT { background-color:#1a1b24;background-image:none;display:none; }#XAUHT2lVTtOtzXRKEULtA5cPCkKrlTDT > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lT2lqWAJ66Bi0BweZg4D9N6m2Afhg3m2 { width:8.25rem;height:1.3rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8La5UK35z85b5wKlsARSyUxauc8pP0 { width:10.6875rem;height:14.5625rem;top:2rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OAPZHX6QTv6WKW1aQ5p4DDHAG2gnLe { width:3.4375rem;height:1.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgunflTFQ5Q4ScyodZ2VXpdSvCz5kXA { width:6.5rem;height:13.75rem;top:2rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfsB12ceLyAIxkKV8yAF7bGnXrUMBJTE { width:7.5625rem;height:1.3rem;top:0.75rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkmU1kJnxtdsPZSPKkiHKxqlIPT56V3k { width:9.625rem;height:14rem;top:18.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPXOqc5Jr7wXpGNNCHg2WMWVC4c8Murh { width:8.3125rem;height:0.89375rem;top:17.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTGfh47GV4XKaf500FsbVAN9Dl8dByhP { width:7.8125rem;height:12.375rem;top:18.6875rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqUpTbxI1difirJUxlrxsPl3QHhXTKor { width:6.5625rem;height:0.89375rem;top:17.356249809265rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTy6EoQXJttZscQLPArcQtfxtMNH5cx { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO81o3egHsq4t7KLAT92RknynRZBuItp { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH9dWLPZoumoLLdm06pmZyMt4hA7356X { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TboQOzGuFxnP0cdXqOAFuCWSyfFXEg { width:2.0625rem;height:2.0625rem;top:33.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNUdLn8sKBqTgfmTNx2xhz52mLQNmliL { width:2rem;height:2rem;top:33.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdAcbERcr8n03ubE7M5FndIHwKs86fs { width:2.0625rem;height:2.0625rem;top:36.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ZRBBf8WMnUviFDVKBMlUJdZKycasEJ { width:2.0625rem;height:2.0625rem;top:39.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL { background-color:#1a1b24;background-image:none;display:block; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container { background-color: transparent; background-image: none; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container > .video-iframe-container { display: none; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row > .video-iframe-container { display: none; }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .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); }#X8MIpCrkTRhK7vsZFRS29iHzzsypiAJL > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3t0XRxAAWd63VkTxTblp6VH6r3Phy7n { width:8.25rem;height:1.3rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxWTo6Xn6gMdg3pwRnzmnhpHnah7KSA { width:11.4375rem;height:4.3875rem;top:3.25rem;left:0rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2blcxTMO1HsDKyx4mboffdXTPedZ8N { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TO3FJko1WHPTpBFm4pIEDIdo3r2zZV { width:8.375rem;height:2.925rem;top:3.25rem;left:11.625rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #J8zIy4Hrems2yih9LSfphpvFuNlBw44M { width:7.5625rem;height:1.3rem;top:1.6875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZBdANByEyJZmXENEDKdM41UV21L4sMX { top:7.449999809265rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DIkaqIaf5rqTTufx9tzqPCv57BJE9CdX { top:8.57421875rem;left:10.8125rem;width:3.125rem;height:3.125rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VZNTF6WcSpe9AoBuNsCDlTqS5aCmQ8mp { width:8.375rem;height:2.1125rem;top:6.375rem;left:11.625rem;font-size:0.8125rem;line-height:1.3;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row .container { background-color: transparent; background-image: none; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row .container > .video-iframe-container { display: none; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row > .video-iframe-container { display: none; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .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); }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row .container { border-width: 0; border-radius: 0; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUEDgxlIWpeM9hQ9yIQx96pV9VHaxAky > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHsRs5EAb0yOPNzoCrwp2HewRyNTn6wZ { width:11.4375rem;height:12.575rem;top:0rem;left:0rem;font-size:0.8125rem;line-height:1.8;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #p53K2476bzB2WqydpKpamdC3UPMt61tQ { top:11.75rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u9W2gvhvH0bhkXT2KkJdF2SbXhn5nqQT { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row .container { background-color: transparent; background-image: none; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row .container > .video-iframe-container { display: none; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row > .video-iframe-container { display: none; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .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); }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row .container { border-width: 0; border-radius: 0; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1ifOgO4RcqiwJnCvCIzd4lXdlyJbHBz > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr8JfRGRyRJc3DzTTv1oUJD9QIHJcs3W { width:8.375rem;height:8.775rem;top:0rem;left:11.59375rem;font-size:0.8125rem;line-height:1.8;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Npor5FaV6E5mcRkzK6eDwXNxmJsI0R02 { top:10.39999961853rem;left:10.90625rem;width:3.125rem;height:3.125rem;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rRo11AvmkMteLdgygEg2OJI7ZmEXG298 { width:3.4375rem;height:1.9375rem;top:0rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nD1AHObTFxImxx5nipl0uKUS2boOfKDL { background-color:#1a1b24;background-image:none;display:block; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container { background-color: transparent; background-image: none; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container > .video-iframe-container { display: none; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row > .video-iframe-container { display: none; }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .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); }#nD1AHObTFxImxx5nipl0uKUS2boOfKDL > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mo76BHnTDNslT9lMg4hxCAxyydbTJ2Ux { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nneqCEngx0s2Msdu3ErcPqgIGafDf651 { width:11rem;height:5.85rem;top:2.4375rem;left:0rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #HI6yWVtl6NLqAwANqwKTCh3g1XCvDM3R { width:8.3125rem;height:1.3rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHSTbrmstJePNHyZadcCmfwr8GLNilIW { width:8.1875rem;height:2.925rem;top:2.4375rem;left:11.625rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LTrN2Lay1EqeTUxK02NnEhg3KRtHePOG { width:7.75rem;height:1.3rem;top:0.9375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opxs9qiTQZrKi4lZxGfxno13AJUcQ2ce { top:8.125rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fbe1FK8OZhLaqVVgbB3zed4rbLuwiso3 { top:7.69921875rem;left:10.8125rem;width:3.125rem;height:3.125rem;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #boThHt5M7M9WyuNzFCi8qLEN3GLas51Z { top:5.5625rem;left:11.59375rem;width:8.0625rem;height:2.1125rem;z-index:15017;color:#ffffff;font-family:arial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row .container { background-color: transparent; background-image: none; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row .container > .video-iframe-container { display: none; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row > .video-iframe-container { display: none; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .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); }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row .container { border-width: 0; border-radius: 0; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTGAp6vJ6EMHXQmhfnNaevtl5ayi41gH > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ6TuuAID528DFpgo6A7JhmeVGsPb5x0 { top:5.9375rem;left:-0.875rem;width:3.125rem;height:3.125rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #REhrfGTpGkCwlMiRSw5Brod6NQ0s6xvu { width:3.4375rem;height:1.9375rem;top:0rem;left:16.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PMBt7x5r01RmVNXlmTJi2c7LbqlS6lCz { width:11rem;height:7.3125rem;top:0rem;left:0rem;font-size:0.8125rem;line-height:1.8;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row .container { background-color: transparent; background-image: none; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row .container > .video-iframe-container { display: none; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row > .video-iframe-container { display: none; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .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); }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row .container { border-width: 0; border-radius: 0; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZBpccO6COQOy2b6NsxcL5Dh5C3kNXHR > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpQWt2PSKHBdQxC6B0Ql3fKQmTkdGw71 { top:8.8375015258787rem;left:10.90625rem;width:3.125rem;height:3.125rem;z-index:15016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8vK0KliFbKTiLVmV5JEm2B3XWO2c0g { width:3.4375rem;height:1.9375rem;top:0rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GU2F19SiQTaDlu6N2dpJsSyAdTp1sUSP { width:7.8125rem;height:8.775rem;top:0rem;left:11.625rem;font-size:0.8125rem;line-height:1.8;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xCV09XGB9kmSFJexooI17Las3r46ZTtO { background-color:#1a1b24;background-image:none;display:block; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container { background-color: transparent; background-image: none; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container > .video-iframe-container { display: none; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row > .video-iframe-container { display: none; }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .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); }#xCV09XGB9kmSFJexooI17Las3r46ZTtO > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRVKJTMV9AJ1KsEfyDzovl1z9cNR9qui { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKl7nB7h4RTuTGbMXRJiEcaZeqCu7SV { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLNBhS1Ogt8A9XvXpLLsnaed78XPJdx { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zlSz5O6054DAzdJUsdlFJrcAV1Ti8bpp { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:11.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EB8Ql0Rq6TTFezhp3h2fTwP4V3zZgXNX { width:2rem;height:2rem;top:2.25rem;left:8.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #suXVvFoVWXT17oC5FW9rF9GzPVR4A6E4 { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:16.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xtZAcGRQI020tbosTDcwZnpLRdzvMIB2 { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:14.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL { display:block; }#Z5WFlnccBdnxBpGJwQ32TOm6hugO2nCL > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCnmmTl8ciG2E6TodRWHp8E1cPDChRGE { width:20rem;height:0.89375rem;top:1.3343734741211rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BulzpbgLUOrXZciOHpxUJo3mnzEQfFqa { width:20rem;height:0;top:3.70625rem;left:0rem;font-size:0.6875rem;display:none; }
 }