.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container { background-color: transparent; background-image: none; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container > .video-iframe-container { display: none; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row > .video-iframe-container { display: none; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .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); }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container { border-width: 0; border-radius: 0; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.44125rem;padding-right:0.384375rem;padding-bottom:0.44125rem;padding-left:0.384375rem;display:block;align-items:center;width:2.303125rem;min-width:2.303125rem;height:2.37125rem;position:relative;font-family:"open sans";font-size:1.765rem;font-weight:700;line-height:37.94px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.275625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.07125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.661875rem;font-weight:700;line-height:15px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.3125rem;height:4.716875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.875rem;left:17.5rem;z-index:15090; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #SNOVgFenGPyf5WP4Jm4yLKI9L1RKLaRJ { display:flex;position:relative;top:0rem;left:0rem; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #T4NufQvI2Bm10bwBnmNCxGV7dLGEoxDK { width:auto; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #JCJQnKbiEETDwU0XCt19EKnot42er10I {  }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #DPw9MQwXEstLTNe1g3otWVwNBmUTiq9v { display:flex;position:relative;top:0rem;left:0rem; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #e8Qti8KEtT0VVKxePsN9NP8Jp6iPI8Bh {  }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #Tpzh7P2WN8vNTrkep69HIy1C27gFm08N {  }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #dKNtOwB2QXfvN9f6LAG1AK9BK9VMvXS1 { display:flex;position:relative;top:0rem;left:0rem; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #stm7cpKwx4Q3zZ7PNDw0Tm0ZLMXETP9u {  }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #mak5UL3Hci6KEPV4Pse1tpftluRJigVI {  }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #BPKWlTuxtq4U5BOH8qhbUo3PZA8VV2AS { display:flex;position:relative;top:0rem;left:0rem; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #DFTbbpzuTWyosmdyfFguV51tOhMlIdEw {  }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #VuuOBca7AwqnItbgGKfOrOqoTBU2brca {  }
#qBHkyUCqlLktb303IpOtZIwqkwv3oUGS { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:1rem;left:38rem;display:block; }
#ImmwIKWa8nvbfeoqdS0hJJRVbod7bLAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krIrFholwMFETC31hSr9LxaJayvIQn5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { border-width: 0; border-radius: 0; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#ImppGUWqk9pFF8Vlp8IqJFKu3X4ZooLV { color:#000000;display:block;width:62.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container { background-color: transparent; background-image: none; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container > .video-iframe-container { display: none; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row > .video-iframe-container { display: none; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .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); }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container { border-width: 0; border-radius: 0; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container { font-size:0.875rem;font-family:arial;height:240.625rem;width:75rem;position:relative;display:block; }#ulwsmNx9Pqp24rXuzNRnMdkDTbTcfzZf { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSfWAdiKHmZ2PZRVMtO7R0h2rRu3PEBy { color:#000000;display:block;width:58.0625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.5rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7POpTwhhxywoHZew6VpJ1xnW66i89JI { color:#ff0000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttwUCzRb8rU7WeEvLaPq2BgxGlHlkyJx { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.375rem;left:15.625rem;height:40.625rem;display:block; }
#hCcMhp10hLNlrefgsJEfgm3tILCXkZqB { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:112.6875rem;left:16.375rem;height:17.875rem;display:block; }
#cnBGT910BKpQlxn5kvBf7Kifdc7BKugu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49rem;width:27.6875rem;top:185.75rem;left:23.6875rem;overflow:hidden;display:block; }
#yo1IWdRZcmmflnyKAJkGHOQJoBGTI9Og { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:21.9375rem;top:74.5625rem;left:27.3125rem;overflow:hidden;display:block; }
#ntyFIQrQPKPR5nqF1yOGR4xf50mDFNux { color:#ff0000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:178.5rem;left:2.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qze0MqCHTN59gEDST1vzpNexNfBlApvt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:38.1875rem;top:132.875rem;left:19.1875rem;overflow:hidden;display:block; }
#Ox9i0Oc6JnwTwoIaDCG1yHdNxRxbT17F { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:157.1875rem;left:16.375rem;height:17.875rem;display:block; }
#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ { position:relative;display:block; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ { background-color: transparent; background-image: none; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row .container > .video-iframe-container { display: none; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row > .video-iframe-container { display: none; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .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); }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ { border-width: 0; border-radius: 0; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .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; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vz6wTuzG1OkLoHt9BgleLTWhLzuFnkXc { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6117200851441rem;left:2.1875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 { position:relative;display:block; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 { background-color: transparent; background-image: none; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .row .container > .video-iframe-container { display: none; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .row > .video-iframe-container { display: none; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .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); }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 { border-width: 0; border-radius: 0; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .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; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .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:102.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZlI8IEwSEqXPubVyTJEbuQTHT74w3CJT { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5625rem;width:37.5rem;top:4.75rem;left:18.707682132721rem;overflow:hidden;display:block; }
#OHgTTTG3ux5mJkG92cBup7QXJTvZQbWn { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:37.5rem;top:48.6875rem;left:4.125rem;overflow:hidden;display:block; }
#w00TILPPJkG1BMFMhqwIeNXgMwXltm2a { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:27.75rem;top:48.6875rem;left:43.125rem;overflow:hidden;display:block; }
#GOfLMUovs8CvnKibnQ3oCM8A8TncE2Xd { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:43.75rem;top:80.124999046325rem;left:15.575002670288rem;overflow:hidden;display:block; }
#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh { position:relative;display:block; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh { background-color: transparent; background-image: none; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .row .container > .video-iframe-container { display: none; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .row > .video-iframe-container { display: none; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .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); }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh { border-width: 0; border-radius: 0; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .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; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .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:166.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; }#NSbOVRWJCsv3vL9ttrIz2pLGharvVmNu { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:68.75rem;top:1.125rem;left:3.0625rem;overflow:hidden;display:block; }
#gh6UfdTBaIgqvGvK7zRghSTv06GDalik { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:68.75rem;top:36.75rem;left:3.0625rem;overflow:hidden;display:block; }
#MTv9PWEU5lIH4kx8EhIkiz9U7eTAZRKp { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:60.3125rem;top:108rem;left:7.3125rem;overflow:hidden;display:block; }
#SeGMZIxwAAe1VXDHndOhudfR6lqA7dBc { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.125rem;width:68.75rem;top:72.375rem;left:3.0625rem;overflow:hidden;display:block; }
#ryz7gouM6D7fyLFIrtdP3LDqGpB2I9QE { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:60.3125rem;top:143.625rem;left:7.3125rem;overflow:hidden;display:block; }
#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr { position:relative;display:block; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr { background-color: transparent; background-image: none; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .row .container > .video-iframe-container { display: none; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .row > .video-iframe-container { display: none; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .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); }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr { border-width: 0; border-radius: 0; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .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; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .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:200.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wywWoziaN4Nw00p5FF3asyTwMbgBfgVg { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:62.5rem;top:1.25rem;left:6.25rem;overflow:hidden;display:block; }
#alXTexxTN4I8ICkn2AExBRql4wvBXonz { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:50.3125rem;top:31.5rem;left:12.25rem;overflow:hidden;display:block; }
#Tux3TJeoqisU1sT2mSDtRurNLTHtzVTa { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:38.625rem;top:61.875rem;left:4.25rem;overflow:hidden;display:block; }
#g2IJcKsgmGycLKNVZ3gtS0oezPEl0iTp { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:25.5rem;top:61.875rem;left:44.375rem;overflow:hidden;display:block; }
#h6vp8o6aoW6y5CbEOZTyDMm8y3ebLVkp { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:29.1875rem;top:85.9375rem;left:44.375rem;overflow:hidden;display:block; }
#wDZyLLdkSsiC7DJCNImGpSaO2x5T291c { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:41.5rem;top:92.3125rem;left:1.4375rem;overflow:hidden;display:block; }
#LLCi0XI3XTwKOwwT40oVcgme1mlTcWC6 { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:46.5rem;top:122.75rem;left:14.1875rem;overflow:hidden;display:block; }
#y7f1WI0HlxAvtt33MOqfOC1h5fKXMF9i { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:46.5rem;top:170.9375rem;left:14.1875rem;overflow:hidden;display:block; }
#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container { background-color: transparent; background-image: none; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container > .video-iframe-container { display: none; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row > .video-iframe-container { display: none; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .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); }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container { border-width: 0; border-radius: 0; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container { font-size:0.875rem;font-family:arial;height:71.3125rem;width:75rem;position:relative;display:block; }#lOiEasttLMQMXBCMip0Tk8koZHals8wD { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.1875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rc4hrJNUJrcKIqOOT5nHZOTEHUQwfwLO { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.1875rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubiqxqrJvsGHGIK1QdIpQxnOkyzhW2kD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:43.375rem;top:52.4375rem;left:15.8125rem;overflow:hidden;display:block; }
#olmpKHOTJFtsd817rrqVwEtwOz0kedSs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:43.375rem;top:23.25rem;left:15.8125rem;overflow:hidden;display:block; }
#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container { background-color: transparent; background-image: none; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container > .video-iframe-container { display: none; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row > .video-iframe-container { display: none; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .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); }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container { border-width: 0; border-radius: 0; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#tbTWkFIuVU1SaG4nHM0vBU5CKtwQMwZT { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9248046875rem;left:2.1875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:15.8115234375rem;left:12.5rem;height:25.1875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container { background-color: transparent; background-image: none; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container > .video-iframe-container { display: none; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row > .video-iframe-container { display: none; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .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); }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container { border-width: 0; border-radius: 0; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#M4qqyClZGfbF1f1BuZOEK7tzbZked2EF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:46.0625rem;top:1.8125rem;left:14.46875rem;overflow:hidden;display:block; }
#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU { position:relative;display:block; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU { background-color: transparent; background-image: none; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row .container > .video-iframe-container { display: none; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row > .video-iframe-container { display: none; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .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); }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU { border-width: 0; border-radius: 0; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .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; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.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; }#TGPhvULrn5zJH76y2FuJcZubCqiS7WBq { 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:37.375rem;width:75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa { position:relative;display:block; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa { background-color: transparent; background-image: none; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .row .container > .video-iframe-container { display: none; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .row > .video-iframe-container { display: none; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .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); }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa { border-width: 0; border-radius: 0; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .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; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .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:47.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m5JKvqxBZFMCAEVvl7pmUnLmr7yuNkfB { 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:44.4375rem;width:75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS { position:relative;display:block; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS { background-color: transparent; background-image: none; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .row .container > .video-iframe-container { display: none; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .row > .video-iframe-container { display: none; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .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); }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS { border-width: 0; border-radius: 0; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .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; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .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:47.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3Lv1F23t5yMJVtJ2PQOvbW1CO6K4meS { 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:45.3125rem;width:75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container { background-color: transparent; background-image: none; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container > .video-iframe-container { display: none; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row > .video-iframe-container { display: none; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .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); }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container { border-width: 0; border-radius: 0; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#u5fg7B5wnvFUZN99QRpGIf1NvR2DXUSP { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2999992370606rem;left:2.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p14RB0KTu42KMG1GRkxLQzcFDIuKsBst { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:20.5rem;top:14.3125rem;left:6.5rem;overflow:hidden;display:block; }
#Cvd2ou7ucOTsLGiRoi65rCmp4oTLUkVn { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3617134094237rem;left:2.1875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PwVF2ZHxJz8eWBdrioOcSFcQTutGzzpx { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:43.75rem;top:18.1875rem;left:29rem;overflow:hidden;display:block; }
#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container { background-color: transparent; background-image: none; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container > .video-iframe-container { display: none; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row > .video-iframe-container { display: none; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .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); }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container { border-width: 0; border-radius: 0; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container { font-size:0.875rem;font-family:arial;height:85.9375rem;width:75rem;position:relative;display:block; }#CFsbdy0D4Cz3vIXTse7asOgyQpSgL69l { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.5625rem;left:2.1875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIA16XqEFH6azTQbsb5yO57gFWiMALWq { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:37.5rem;top:32.875rem;left:18.699216842651rem;overflow:hidden;display:block; }
#pNp9CCerCVKML0P0bpkP5fTlvl8LcBOm { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6742191314698rem;left:2.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S69TeVzo5HGPSC1sIzCbfsdui4Tk7wo1 { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6742191314698rem;left:2.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo { position:relative;display:block; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo { background-color: transparent; background-image: none; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .row .container > .video-iframe-container { display: none; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .row > .video-iframe-container { display: none; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .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); }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo { border-width: 0; border-radius: 0; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .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; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .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:83.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eI7BFEsiuifaboJfNWCDVvWQ56GtTO9i { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:15.624219894409rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#g7ROHAAF6AqlinSoJz3eThro6JNTdGCF { 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:34.5rem;width:37.5rem;top:17.625rem;left:18.75rem;overflow:hidden;display:block; }
#BTpVENA6FtG4tNrixOaQTNv6oOtQpRT3 { 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:26.5rem;width:50rem;top:53.875rem;left:12.5rem;overflow:hidden;display:block; }
#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container { background-color: transparent; background-image: none; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container > .video-iframe-container { display: none; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row > .video-iframe-container { display: none; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .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); }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container { border-width: 0; border-radius: 0; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container { font-size:0.875rem;font-family:arial;height:160.6875rem;width:75rem;position:relative;display:block; }#cXtdqufm4eT7oNxt59XyrR47NAdgNJNS { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6742191314698rem;left:2.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2ZVSICtKw2wEU6eLmC9B11o5rI8FhTv { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:16rem;top:9.5rem;left:19.75rem;overflow:hidden;display:block; }
#cELchVX2LithlzsM4HzAbcGxPV9O1dlu { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:18rem;top:9.5rem;left:37.1875rem;overflow:hidden;display:block; }
#TSfA4zKuUybuMdEhyBDIE5Q9cSAG22B0 { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:26.25rem;top:42.25rem;left:44.875rem;overflow:hidden;display:block; }
#UMThixkuOT8bQucsB49IRSyi9QeoU2FM { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:72.8125rem;left:2.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKF0vbDH8DxZKKeOoiVAWN2fZQhLfTJZ { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:50rem;top:77.4375rem;left:12.4375rem;overflow:hidden;display:block; }
#r6HMTTUR6Sgmhbp9Nv8dQNhPy326o3sO { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:50rem;top:105.625rem;left:12.4375rem;overflow:hidden;display:block; }
#ZLmqEQTkrtV0yvpZQhx8HUFaQ7AkZCZ2 { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:100.9375rem;left:2.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKEWaEIM5LSn5n3ThZJuywezBO6dahxV { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:131.3125rem;left:2.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUxziPPJvPuXfBB0FhEp7ow9cTkk0mJp { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:50rem;top:136.3125rem;left:12.4375rem;overflow:hidden;display:block; }
#SuM9thS98E0ndCh6ODxu8iUD31gCkuOp { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:39.625rem;top:42.25rem;left:3.875rem;overflow:hidden;display:block; }
#poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF > .row .container { border-width: 0; border-radius: 0; }#poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF > .row .container { font-size:0.875rem;font-family:arial;height:173.75rem;width:75rem;position:relative;display:none; }#yvi6NRdo0KvsQ8oR2vrJ9HcWHfz2hIMp { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.75rem;left:15.625rem;height:47.125rem;display:block; }
#F3r2plsIs1FXGQAwAeLl9yhnc3L0AZFp { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:141.75rem;left:15.625rem;height:30.875rem;display:block; }
#FLglvq0l58g3sD3ytWom29cOFLxZv8PE { 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:28.0625rem;width:28.25rem;top:111.5498046875rem;left:25.5rem;overflow:hidden;display:block; }
#C7Tm6ofofqqxRMKOzdQhFSZlQwLafzVS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.8125rem;width:8.8125rem;top:34.875rem;left:15.625rem;overflow:hidden;display:block; }
#zQdxkmeT7KlTUOcc2ZTJVUba9meQAiqa { color:#000000;display:block;width:51.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:100.5rem;left:13.75rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTdzpa1L4sTR2B6mhky6nDPHJ0TvT3TR { color:#000000;display:block;width:70.625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.1875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzawHcdgMcTkuKVUU16EemItEqc7knkf { color:#000000;display:block;width:39.375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.25rem;left:17.8125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMSeFdWKKGki7alv32Qzzql4ZqraHcTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GMSeFdWKKGki7alv32Qzzql4ZqraHcTI > .row .container { border-width: 0; border-radius: 0; }#GMSeFdWKKGki7alv32Qzzql4ZqraHcTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMSeFdWKKGki7alv32Qzzql4ZqraHcTI > .row .container { font-size:0.875rem;font-family:arial;height:305.625rem;width:75rem;position:relative;display:none; }#skgCloaW7QgCwEBdOdz10WWfxIceaIOS { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qb1T0ApvwTXy26nEFpEsyLTTfWlCNcMv { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:15.625rem;height:76.375rem;display:block; }
#R8TiZBmhPJLITkbursrVPZtTHmkureQR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:47rem;top:170.625rem;left:14rem;overflow:hidden;display:block; }
#Zq2PO8AXxliooyN2Cz1HHzXiukNueteQ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:194rem;left:15.625rem;height:22.75rem;display:block; }
#IMRFirq60ucqmO5yzdyTk83KKLgV5zqP { 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:29.875rem;width:42.0625rem;top:226.375rem;left:16.46875rem;overflow:hidden;display:block; }
#wzk3mM5Ml5EleEFHKGJk3hwQEq7i49bG { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:258.4375rem;left:15.625rem;height:43.875rem;display:block; }
#GTTv9yVO9XzKcX9fvdTro4q0J5OwfkZE { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:129.8125rem;left:15.625rem;height:39rem;display:block; }
#iGix30uiAMD7ix1wkGFoBoR2b7fGQETz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.3125rem;width:54.125rem;top:94.8125rem;left:10.4375rem;display:block; }
#KftmqswnUcnNUyP8IAPoadLhIPhuet4e { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvegfLWnmAg5KDCZJzX6Tr2ur3PsyMfl { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:219.625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo { position:relative;display:none; }#xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo { border-width: 0; border-radius: 0; }#xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo > .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; }#xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo > .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:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BIUiQFTpuLx0gqye57Zx9UwUesuJ1GTu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:43.75rem;top:9.375rem;left:15.625rem;overflow:hidden;display:block; }
#V99UoFKHSsntHz49KrMkdv2XFOFymcdW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:22.125rem;top:1.25rem;left:26.4375rem;overflow:hidden;display:block; }
#p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD { position:relative;display:none; }#p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD { border-width: 0; border-radius: 0; }#p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD > .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; }#p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;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; }#X98AVKROV3udMghSnyNUyvFTAdmXXvAo { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.609375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi > .row .container { border-width: 0; border-radius: 0; }#Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#GL4JuKrfK8zioPhJXFMlaMPdIgi0ReBr { 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:4.9375rem;width:12.5rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#c5zCX1daFNU0xOzBIuxCSpLOJDgAuX5D { position:absolute;display:block;z-index:15002;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:9.375rem;width:0.3125rem;top:3.25rem;left:12.25rem;display:block; }
#KDoNL1XhUIecAI4LVaLDVi6VO41J1vkW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:12.5rem;top:2.2812519073486rem;left:12.5rem;overflow:hidden;display:block; }
#PQcHAevCEakfxuqbWeNg3TaUtd9N8NLv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:6.0625rem;left:25.5625rem;overflow:hidden;display:block; }
#tZWKWPePPTn6AtvqcqACaclmQRZCyq0J { position:absolute;display:block;z-index:15003;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:9.375rem;width:0.3125rem;top:3.25rem;left:24.75rem;display:block; }
#lnQK6dJI4sSzxl0KvaW9IZQ3KR3P20ZB { position:absolute;display:block;z-index:15004;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:9.375rem;width:0.3125rem;top:3.25rem;left:37.375rem;display:block; }
#G9162Hw5ryeL7i0HKCT7WZU8JfshIiVQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.25rem;top:3.7187519073486rem;left:38.1875rem;overflow:hidden;display:block; }
#TPUb8psLDngSsIgEUIEd8daSIaFSxHtZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:2.9375rem;left:51.375003814698rem;overflow:hidden;display:block; }
#ZiBBbwp9DopmkKKWOeLsemIrAutxbFQc { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:block; }
#tBX4ls7UKJhhgsc9BLAlK9Utb51cTGxz { position:absolute;display:block;z-index:15006;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:9.375rem;width:0.3125rem;top:3.25rem;left:49.875rem;display:block; }
#M661kuqgJCnR7xJ10XWZdEVPTm42UkU1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.25rem;top:6.875rem;left:63.25rem;overflow:hidden;display:block; }
#XLW2gwyewLpeTcCbDLxmWp9tD1Vwog2l { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:none; }
#MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx > .row .container { border-width: 0; border-radius: 0; }#MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#LMKXxdda8Jr4pcxZGkMCtOreOuewtFsG { 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:2.8125rem;width:11.25rem;top:6.53125rem;left:0.625rem;overflow:hidden;display:block; }
#T1xLpfdfSgyUVETwZ59tZklpvx4rFM4S { position:absolute;display:block;z-index:15002;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:9.375rem;width:0.3125rem;top:3.25rem;left:12.25rem;display:block; }
#TJgCOZQeG2kcpz071AV2hrRXppKTmspG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.25rem;top:6.34375rem;left:13.0625rem;overflow:hidden;display:block; }
#TVlu85RTGbShsrG77ypgZtWM8Rfapps3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.25rem;top:6.90625rem;left:25.5rem;overflow:hidden;display:block; }
#JzDnLq32Aui8A9HuDZ7cZV1yyhR11ANu { position:absolute;display:block;z-index:15003;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:9.375rem;width:0.3125rem;top:3.25rem;left:24.75rem;display:block; }
#tEpsrkzDXnNuuUQCARXHF3cREyFzTCav { position:absolute;display:block;z-index:15004;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:9.375rem;width:0.3125rem;top:3.25rem;left:37.375rem;display:block; }
#TTZdElcXdTaPzeyW1T7lHS4vrn9ViEZb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:11.25rem;top:6.3125rem;left:38.125rem;overflow:hidden;display:block; }
#ooTaQTQ75sawtFesIpI8BXHCRHPrr7zU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.25rem;top:6rem;left:50.6875rem;overflow:hidden;display:block; }
#EaZqyf5eVc0eRPTpJkBtcgMQh3OqQ5yv { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:block; }
#LSD5Fso4mBhafLnLhy1KmKzbSnJlWzrs { position:absolute;display:block;z-index:15006;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:9.375rem;width:0.3125rem;top:3.25rem;left:49.875rem;display:block; }
#pUo2Ky7Z8CVQTwOpEzaGilHo1IOzQHNk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.25rem;top:6.875rem;left:63.25rem;overflow:hidden;display:block; }
#T3n2kN944Iff26ycQxGPdlz92N6MzXP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T3n2kN944Iff26ycQxGPdlz92N6MzXP2 > .row .container { border-width: 0; border-radius: 0; }#T3n2kN944Iff26ycQxGPdlz92N6MzXP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3n2kN944Iff26ycQxGPdlz92N6MzXP2 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:none; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo { position:relative;display:block; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo { background-color: transparent; background-image: none; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .row .container > .video-iframe-container { display: none; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .row > .video-iframe-container { display: none; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .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); }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo { border-width: 0; border-radius: 0; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .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; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .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:13rem;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; }#HBJruSE222KOLQXXHFduMc4u1QKU8akC { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:15.624219894409rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 { position:relative;display:block; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 { background-color: transparent; background-image: none; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .row .container > .video-iframe-container { display: none; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .row > .video-iframe-container { display: none; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .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); }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 { border-width: 0; border-radius: 0; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .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; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .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:43.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; }#z9GCMcyFy6Q8GO2JhZUWAJPHdLQ4abvL { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:52.5625rem;top:1.90625rem;left:11.15625rem;overflow:hidden;display:block; }
#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW { position:relative;display:block; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW { background-color: transparent; background-image: none; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .row .container > .video-iframe-container { display: none; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .row > .video-iframe-container { display: none; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .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); }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW { border-width: 0; border-radius: 0; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .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; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .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:132.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lqxeGUkVmfymaLsvxQmM2AkuGHXVWH2t { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:21.4375rem;top:51.875rem;left:9.625rem;overflow:hidden;display:block; }
#WcSEvO2kIGfF6PZeeQkft2Hd1uE51FzV { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:32.9375rem;top:51.875rem;left:32.3125rem;overflow:hidden;display:block; }
#UuddyEbvZyxk06PUwu6a6c07vxEUxHuy { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:30.75rem;top:81.1875rem;left:3.9375rem;overflow:hidden;display:block; }
#rXs0WBWfguSBzLGk9TuDZEA4D2d0hfJu { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:30.4375rem;top:81.1875rem;left:36.0625rem;overflow:hidden;display:block; }
#tug3gTuTbXVAeiTtxbk52N8KZdTyXEMl { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:28.125rem;top:101.125rem;left:6.625rem;overflow:hidden;display:block; }
#GIXbt2I8WxaL1mFurg4rWw38eI36VtJc { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:35rem;top:104.3125rem;left:36.0625rem;overflow:hidden;display:block; }
#kymswltnVtVJMWiFnU4uVkEURx8MbEVT { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:63rem;top:2.75rem;left:5.9375rem;overflow:hidden;display:block; }
#XT2ahz39LVof0FqBwpEi4MxZWbZa5Od6 { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:43.75rem;top:32.1875rem;left:15.5625rem;overflow:hidden;display:block; }
#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp { position:relative;display:block; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp { background-color: transparent; background-image: none; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .row .container > .video-iframe-container { display: none; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .row > .video-iframe-container { display: none; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .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); }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp { border-width: 0; border-radius: 0; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .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; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .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:283.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yPmhUbJaBP4QMLAiAirW4xTeTDxnyLOV { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:50.4375rem;top:0.5625rem;left:12.25rem;overflow:hidden;display:block; }
#tqCTIOh8lGVTbU5rk3uu5KzyQEES7BGr { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:33.1875rem;top:29.6875rem;left:4.3125rem;overflow:hidden;display:block; }
#nDvoGo6atLwgoDb92eKRtoG8UvvG3faK { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:32rem;top:29.6875rem;left:38.625rem;overflow:hidden;display:block; }
#NBVgQo38KPFTmUFtIZbRDcWeohmTSfKB { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:42.3125rem;top:55.75rem;left:30.75rem;overflow:hidden;display:block; }
#tqxiSP9VPEs0xDuehzbANute8Ps30gRi { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:27.625rem;top:55.75rem;left:1.875rem;overflow:hidden;display:block; }
#TG82T3dkpFvcvvFuEaJ3d5TyPasLiBxa { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:33.875rem;top:84.9375rem;left:0.9375rem;overflow:hidden;display:block; }
#Fm7BPe3eh6KyRzstAtWwG6twXOP3HUi0 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:38rem;top:84.9375rem;left:35.9375rem;overflow:hidden;display:block; }
#mU13TGE5lvEAQ28sKS31CkcRMeqB6qCD { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:55.625rem;top:111.0625rem;left:9.6875rem;overflow:hidden;display:block; }
#xkNawBleQvW8CHVdDiNbGarezV11nz2C { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:24.8125rem;top:137.1875rem;left:4.25rem;overflow:hidden;display:block; }
#SP2mIVcmyMVCXUt7F6I2bGiZATkDuK1E { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:63rem;top:163.3125rem;left:6rem;overflow:hidden;display:block; }
#oFR8Jz8KHvIMUBxUncWo5OaU31zav0F5 { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:40.4375rem;top:137.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#lMo9qpWzHFi947iPAAt1feLfR9tWX8xv { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:39.6875rem;top:186.3125rem;left:0.5625rem;overflow:hidden;display:block; }
#qOmU4kgl94UTq3DCHuu9eTPTqVxINcrD { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:32.8125rem;top:186.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#EH0eSnhT2kv1KdpBFbogSZfzQIgyLETs { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:39.6875rem;top:206.25rem;left:0.5625rem;overflow:hidden;display:block; }
#S29EBWUBWKfum89IIUKq3JU2TUDP9sFC { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:32.8125rem;top:212.5rem;left:41.5625rem;overflow:hidden;display:block; }
#T2DeLsNJ9n0l9R4qVdwoIZKx4GVvcBqG { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:32.8125rem;top:230.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#QTuzRWD0uA8WBTlTvONL8IomlsksXUSc { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:31.25rem;top:245.3125rem;left:9.0625rem;overflow:hidden;display:block; }
#L8zz4uP09vP9J8FVbtidpoVnUrBoEwcT { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:32.8125rem;top:255.9375rem;left:41.5625rem;overflow:hidden;display:block; }
#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s { position:relative;display:block; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s { background-color: transparent; background-image: none; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .row .container > .video-iframe-container { display: none; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .row > .video-iframe-container { display: none; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .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); }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s { border-width: 0; border-radius: 0; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .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; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .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:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UoIPC3ICtOrcxg2PrSOa9SIfyCpdGC9o { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:68.75rem;top:1.5296878814698rem;left:3.07421875rem;overflow:hidden;display:block; }
#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg { position:relative;display:block; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg { background-color: transparent; background-image: none; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .row .container > .video-iframe-container { display: none; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .row > .video-iframe-container { display: none; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .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); }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg { border-width: 0; border-radius: 0; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .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; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .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:28.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; }#v2EFqaFKCk3JT6Z61Jq2bnPU6VgGnoOp { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:68.75rem;top:1.4375rem;left:3.0625rem;overflow:hidden;display:block; }
#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { position:relative;display:block; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { background-color: transparent; background-image: none; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container > .video-iframe-container { display: none; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row > .video-iframe-container { display: none; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .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); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { border-width: 0; border-radius: 0; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .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; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;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; }#FOfUThMFL4JLKib8n2N8GlPad297pzoK { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:34.375rem;top:0.81250572204588rem;left:1.5rem;overflow:hidden;display:block; }
#f0Zu1nAJegF6FqURuKASGsr0mVUTE3r3 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:34.375rem;top:12.375rem;left:38.999219894409rem;overflow:hidden;display:block; }
#eg0KTWgJOd0HJM0fG8Q51KKpdvpN6ecd { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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.375rem;width:34.375rem;top:0.8125rem;left:39rem;overflow:hidden;display:block; }
#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { position:relative;display:block; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { background-color: transparent; background-image: none; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container > .video-iframe-container { display: none; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row > .video-iframe-container { display: none; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .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); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { border-width: 0; border-radius: 0; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .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; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .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:12.9375rem;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; }#PNVXgs62kOzQgToToMS8PfeVqTgNHwGp { 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:9.75rem;width:43.75rem;top:0.8125rem;left:15.624219894409rem;overflow:hidden;display:block; }
#DVETCNzxT2S9MSRu3RRytcXtsq876SfV { position:relative;display:block; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV { background-color: transparent; background-image: none; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row .container > .video-iframe-container { display: none; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row > .video-iframe-container { display: none; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .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); }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV { border-width: 0; border-radius: 0; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .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; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;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; }#r9HTN4tirXg7NhkwsNbBT24s18JOICif { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.609375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container { background-color: transparent; background-image: none; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container > .video-iframe-container { display: none; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row > .video-iframe-container { display: none; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .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); }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container { border-width: 0; border-radius: 0; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#mno1KxFoUPqeecDTL79gTpEoszii4ySG { 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:2.8125rem;width:11.25rem;top:6.53125rem;left:0.625rem;overflow:hidden;display:block; }
#wKfsWHrKN8hnuqUFfkXvXZv5mioEZTh8 { position:absolute;display:block;z-index:15002;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:9.375rem;width:0.3125rem;top:3.25rem;left:12.25rem;display:block; }
#rVgO1D6Xw0hssVDKJBH9ecP4uGZhNI6D { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.25rem;top:6.34375rem;left:13.0625rem;overflow:hidden;display:block; }
#hy3xW8ULxT1IpdHhE3yfcI9nRsRiLcT2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.25rem;top:6.90625rem;left:25.5rem;overflow:hidden;display:block; }
#JFfSTBcaH0qA7uX8QBpPcB7KmXsFlACR { position:absolute;display:block;z-index:15003;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:9.375rem;width:0.3125rem;top:3.25rem;left:24.75rem;display:block; }
#qSaDpc4BrSufS92euzp5faPJOB1AiIwV { position:absolute;display:block;z-index:15004;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:9.375rem;width:0.3125rem;top:3.25rem;left:37.375rem;display:block; }
#Avl0OtDxl7GVFvz5AI7tGfnntiHQBzo8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:11.25rem;top:6.3125rem;left:38.125rem;overflow:hidden;display:block; }
#mUkZ8ImRnFpAonDk8wJ9GmqLkyT9IR42 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.25rem;top:6rem;left:50.6875rem;overflow:hidden;display:block; }
#ahK4HsNHZTp9DKSr2LAm1TQ8aTbFaOQe { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:block; }
#u0z7HBJA2OsRxodiphuE2onpHmZGbyef { position:absolute;display:block;z-index:15006;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:9.375rem;width:0.3125rem;top:3.25rem;left:49.875rem;display:block; }
#XGRXDTFx7wr1cn2tHhwyTLESPewFqWBZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.25rem;top:6.875rem;left:63.25rem;overflow:hidden;display:block; }
#cpAGvDT4TK6wErTSOueAsy842HvcK3FI { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:none; }
#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container { background-color: transparent; background-image: none; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container > .video-iframe-container { display: none; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row > .video-iframe-container { display: none; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .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); }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container { border-width: 0; border-radius: 0; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#ST70npiFUy4HfchUQ6UpyP48z99vOT0d { 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:4.9375rem;width:12.5rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#XZ5Ir2Wrc2NGZ3FSSpehslwvbB93ly0U { position:absolute;display:block;z-index:15002;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:9.375rem;width:0.3125rem;top:3.25rem;left:12.25rem;display:block; }
#VX2ix3WRbu8bxDoJ0gHoXXbl5uQQ5K3g { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:12.5rem;top:2.2812519073486rem;left:12.5rem;overflow:hidden;display:block; }
#JkN235PmqS8pJf7xzoQnq2hVrfoEpEIm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.25rem;top:6.0625rem;left:25.5625rem;overflow:hidden;display:block; }
#k5TBrAoPZ9hawxVXps26FLlEOA27TWEv { position:absolute;display:block;z-index:15003;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:9.375rem;width:0.3125rem;top:3.25rem;left:24.75rem;display:block; }
#BaFAqR8sat7w0BwhadtJPMT0NbQAeJGs { position:absolute;display:block;z-index:15004;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:9.375rem;width:0.3125rem;top:3.25rem;left:37.375rem;display:block; }
#NsqaIq5WyeB13X33J8aG6QSCKLQVIDdM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.25rem;top:3.7187519073486rem;left:38.1875rem;overflow:hidden;display:block; }
#ptfnkG36CTHmKaMKx3adlWMFHP0oSb2i { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:2.9375rem;left:51.375003814698rem;overflow:hidden;display:block; }
#NI5miQ8tLxg2b8vuMVoKQg7WeL49R5wK { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:block; }
#TBVoWatLRoHc1OyOFNnKZhWpaqQfRIN4 { position:absolute;display:block;z-index:15006;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:9.375rem;width:0.3125rem;top:3.25rem;left:49.875rem;display:block; }
#tP2NR4qdyDohr7glqUvRCOGSzBfMP4KV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.25rem;top:6.875rem;left:63.25rem;overflow:hidden;display:block; }
#pdgVGhDKTJVwe3cAs59U08Wb6m2nonhg { position:absolute;display:block;z-index:15005;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:9.375rem;width:0.3125rem;top:3.25rem;left:62.375rem;display:none; }
#xTJLpbMoCVMfivfOramozWQiS3WTXHVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container { background-color: transparent; background-image: none; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container > .video-iframe-container { display: none; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row > .video-iframe-container { display: none; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .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); }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container { border-width: 0; border-radius: 0; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:75rem;position:relative;display:block; }#uDXzpDgPTvc3fwhPmf6x2Tm6VWO4VCqL { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:6.1250001788139rem;left:11.000001907349rem;overflow:hidden;display:block; }
#a7eorS5SZWJWT0aR2L18T2teBBdhMwCW { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:44.9375rem;left:11.0625rem;overflow:hidden;display:block; }
#SAveQi3PzuURfUGKXAo3R1D92nA3cXNm { color:#f55a01;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.625rem;height:2.275rem;font-style:normal;display:block; }
#NKD4T4iIm3g8WtTILoWSZo0MnGeEv9u3 { color:#f55a01;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.5625rem;left:32.6875rem;height:2.275rem;font-style:normal;display:block; }
#Dtd1hulNOhqJW92yc94UWfMMr4aK7bFg { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:32.625rem;height:29.9rem;display:block; }
#z6rL1fHl2TSLW8OPx5chhm1TELqkNhVd { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.8125rem;left:32.6875rem;height:27.3rem;display:block; }
#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { background-color: transparent; background-image: none; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container > .video-iframe-container { display: none; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row > .video-iframe-container { display: none; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .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); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { border-width: 0; border-radius: 0; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:block; }#J6fMzsBvucHSEIkFvPzEvWpgn7xTRDvQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:31.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#NG3m1pf61spMrhv8exz3uUwvKbx0LLtC { color:#000000;display:block;width:68.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.3125rem;left:3.0625rem;height:7.425rem;text-align:center;text-align-last:center;display:block; }
#kH51e8S61ZKvbi173i7WhEo4dCf5QUMn { color:#f55a01;display:block;width:62.4375rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.125rem #000000;top:4.625rem;left:6.3125rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqsZqgidWTWlJgxQPuIlL2dBm4JCcAaZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:62.5rem;top:21.435937166214rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx { position:relative;display:block; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx { background-color: transparent; background-image: none; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .row .container > .video-iframe-container { display: none; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .row > .video-iframe-container { display: none; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .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); }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx { border-width: 0; border-radius: 0; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .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; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .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:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U297uysGTPK6ZVD6Q74vfZpmTp0vliFC { color:#000000;display:block;width:68.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.2117156982422rem;left:3.03125rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#BzgqCbbNw20b23vR1OrnSKChUW793xar { position:relative;display:block; }#BzgqCbbNw20b23vR1OrnSKChUW793xar { background-color: transparent; background-image: none; }#BzgqCbbNw20b23vR1OrnSKChUW793xar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .row .container > .video-iframe-container { display: none; }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .row > .video-iframe-container { display: none; }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .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); }#BzgqCbbNw20b23vR1OrnSKChUW793xar { border-width: 0; border-radius: 0; }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .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; }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .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:36.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tp0AA4tRsMLtEmA2P1u3fT5JVIK07Gaa { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:6.2500019073488rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sv9sXLCKBwReT552lHll1KCxQrlUwbp4 { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:31.250001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXN53EX6pL0bTPuR9OBIJGEDRseFT4TF { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:56.249998092651rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpNoqsHTQnNUcwSPRWC8eDkq59NPCVMZ { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:2.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSIv0Vw0zgAyK0df1rtMkcEw6nasnO6U { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:27.062501907349rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfOeQSZHvEsNXzQ998mSDbg1KwnUgLOe { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:52.062498092651rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfqTqfPJhfcA4x7Gl8IIplevu5wH9XS7 { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:1.40625rem;height:18.375rem;font-style:normal;display:block; }
#xt8Tu3o1uZ0inFmAwaTh7h3rNlt7ccf6 { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:26.406251907349rem;height:21rem;font-style:normal;display:block; }
#xiF6GVoGw6eJVEzC0Hv3K7gHZNHcTgvZ { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:51.406248092651rem;height:14.4375rem;font-style:normal;display:block; }
#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 { position:relative;display:block; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 { background-color: transparent; background-image: none; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row .container > .video-iframe-container { display: none; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row > .video-iframe-container { display: none; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .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); }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 { border-width: 0; border-radius: 0; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .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; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;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; }#IR7nB7tkC2FFgFG5BwlG4ku7F1ZtS6sM { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:6.2500019073488rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQnerydbT9TqUD7wfJum35H7fu5ulsGL { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:31.250001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pug2e1urKMoabsTkXImL7pAPdJhIMUS9 { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:56.249998092651rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpxRwFuw4WiIn8tUCXamQWOB1dpKRNll { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:2.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiPvg6fRk2xXkm0OCrvmqZrvxRy0id8v { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:27.062501907349rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a59aUB0eGSWfBfHDTNTherVQr8RusGvv { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:52.062498092651rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOQ5S57LKdgMBTUeGGURHiJ6TCTl542X { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:1.40625rem;height:13.125rem;font-style:normal;display:block; }
#fwmSNwCgvJJhbdzWomxSBT7gPTkPpzJb { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:26.406251907349rem;height:11.8125rem;font-style:normal;display:block; }
#G4G50cGLKn2nQZ379dG8Orh4J5yhGFSr { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:51.406248092651rem;height:24.9375rem;font-style:normal;display:block; }
#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 { position:relative;display:block; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 { background-color: transparent; background-image: none; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .row .container > .video-iframe-container { display: none; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .row > .video-iframe-container { display: none; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .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); }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 { border-width: 0; border-radius: 0; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .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; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .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:42.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZLafxz3iq2USVrZp138nih4LA0QaESDu { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:6.2500019073488rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7ilkGIa4lKdNwhLHmgSMrfovCIHV0oR { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:31.250001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWqKIzdTQK28FPR1Ate9zxymPGihw8BL { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:56.249998092651rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gctHhSe0yBqT5Jn24Gp1IaD7I5bxfCoB { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:2.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x11gMG9nd3pEcg7URmSb1Zl2ARK1fRLl { color:rgba(20,14,56,0.65);display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3492202758789rem;left:26.718751907349rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCtSfMXzpay36rkOcv16WODSJEEIbJVl { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:52.062498092651rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwF3DlerL9yi5AZKITxfM3xdUJv8kTKt { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:1.40625rem;height:27.5625rem;font-style:normal;display:block; }
#TscDDsBxScCaepDurb3RO6DeXwhyTbT5 { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:26.406251907349rem;height:13.125rem;font-style:normal;display:block; }
#uHKoR0HWP9I9x7mgT6aA3S1l7s7C55kL { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:51.406248092651rem;height:14.4375rem;font-style:normal;display:block; }
#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 { position:relative;display:block; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 { background-color: transparent; background-image: none; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .row .container > .video-iframe-container { display: none; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .row > .video-iframe-container { display: none; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .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); }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 { border-width: 0; border-radius: 0; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .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; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .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:32.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; }#LheZlVdDpfwurhzBbgVRT87PIoUcRVT7 { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:6.2500019073488rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHLztq9KPl5yqSCNatiMOyJWdweGmwRJ { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:31.250001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooOW320n1aRbEHlmziKcdPaIqNLwo3Kz { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:56.249998092651rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANd99xg0lUI2SWxvxCQqdSwymFSv5FBh { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:2.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bK5t4nhblD0oh6xGzTTFhwxTzscEDb5t { color:rgba(20,14,56,0.65);display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3492202758789rem;left:26.718751907349rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IeQfpvI5Pt0LQ3HwUFMzD0ZTTA2dPkMU { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:52.062498092651rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8P4WO2FWualIN2E27ZOR3tA2Je9Cye7 { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:1.40625rem;height:15.75rem;font-style:normal;display:block; }
#FOgg3HGGI7UQZOGaWNkxOr5G7hwme3nI { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:26.406251907349rem;height:17.0625rem;font-style:normal;display:block; }
#GMU3SI5TfNwo5GCr2HN5iGL7NyIkgTVW { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:51.406248092651rem;height:7.875rem;font-style:normal;display:block; }
#IZeiymbUFIMLwtZVUQE3SRnIT6vpQJhW { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15010;opacity:1;top:0rem;left:10.936719894409rem; }
#TDPUBrmU9Rbg0AOMPNPFtx05TiCo2cEb { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15011;opacity:1;top:0rem;left:35.936719894409rem; }
#HwGSJtJ1xDmlI9nKEGVGtNdkpkJyoUm9 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15012;opacity:1;top:0rem;left:60.937501907349rem; }
#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql { position:relative;display:block; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql { background-color: transparent; background-image: none; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .row .container > .video-iframe-container { display: none; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .row > .video-iframe-container { display: none; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .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); }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql { border-width: 0; border-radius: 0; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .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; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .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:32.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; }#PP70ebabnHByBpzO4Jux4k0pDivM6ckf { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:6.2500019073488rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ht1qeKedT4s5gW3TTLS8NX5NKeGmKzVu { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:31.250001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiOpaeXsmfZdx33SakP9heB4CP2x7Ilz { color:#f55a01;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0492191314698rem;left:56.249998092651rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4VfM65oymc7GCe0EXKa4fP1TT8fQzwG { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:2.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qctUO3iqkeuzNSlNUEDNX29bDFEwGfEm { color:rgba(20,14,56,0.65);display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3492202758789rem;left:26.718751907349rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTMs5JA88DRHqSaOvva1lUQLU7sttMBh { color:rgba(20,14,56,0.65);display:block;width:20.875rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3484363555908rem;left:52.062498092651rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSWGrL6o4OZ2K175qR4QCvgWi4tzQ7wx { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:1.40625rem;height:9.1875rem;font-style:normal;display:block; }
#tWfz5cBc4e4RUA7NwFbrU7L1cmXdV12X { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:26.406251907349rem;height:7.875rem;font-style:normal;display:block; }
#aevW40wrBo7dASFUgBielZ08KFtuhkqC { color:rgba(0,0,0,0.5);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.237500190735rem;left:51.406248092651rem;height:17.0625rem;font-style:normal;display:block; }
#XFw2LRlqSGlFaCCcTVfMZiVfLMmc7reO { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15011;opacity:1;top:0rem;left:10.936719894409rem; }
#pUfpXCKpFP3tuVCaAmmebc4K8fT8PvIo { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15012;opacity:1;top:0rem;left:35.936719894409rem; }
#rEk6vLMP94Z6OWJEuagrd97AXPODFD6T { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15013;opacity:1;top:0rem;left:60.937501907349rem; }
#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon { position:relative;display:block; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon { background-color: transparent; background-image: none; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .row .container > .video-iframe-container { display: none; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .row > .video-iframe-container { display: none; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .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); }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon { border-width: 0; border-radius: 0; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .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; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .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:30.0625rem;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; }#vb0IquCJkT0skC2uR0WmEWP3U4bk3TVN { 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:25.625rem;width:62.125rem;top:3.0929693207145rem;left:6.4375rem;overflow:hidden;display:block; }
#wH4Lu2ALd03RCXzzTliacflq9OyGlfud { position:relative;display:block; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud { background-color: transparent; background-image: none; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container > .video-iframe-container { display: none; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row > .video-iframe-container { display: none; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .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); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud { border-width: 0; border-radius: 0; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .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; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .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:13.0625rem;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; }#ItcbmTV0fVm7SJ8CpPfX6M0DtJPVy5o4 { 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:9.75rem;width:43.75rem;top:1.0000267028809rem;left:15.624219894409rem;overflow:hidden;display:block; }
#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container { background-color: transparent; background-image: none; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container > .video-iframe-container { display: none; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row > .video-iframe-container { display: none; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .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); }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container { border-width: 0; border-radius: 0; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container { font-size:0.875rem;font-family:"open sans";height:119.75rem;width:75rem;overflow:visible;position:relative;display:block; }#eazxGrWXFfIuR1X4mg1CdRhgdKzuXbia { position:absolute;display:block;z-index:14997;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.5625rem;left:9.375rem;display:block; }
#QJqoak3X6FBQ46L1QO668KO2nFVmgnhX { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:3.75rem;left:25.8125rem;display:block; }
#pTHE56G5VO6QM8hcLMkcNV0BuMl5JzdW { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:29rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#oNscgoT51sqErgS8lfa49MQUX40mHVNe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:32.375rem;top:19.5rem;left:21.25rem;overflow:hidden;display:block; }
#ei614X4tMz66Cy4snhEAowigCwK9ENOA { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:100.6875rem;width:56.1875rem;top:17.375rem;left:9.4375rem;display:block; }
#zWWFdEmk17RTyTJA3lrwJfBcfgmTsFXL { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:54.625rem;left:12.4375rem;height:55.125rem;display:block; }
#PXiafrD8lxTbEtMD1NZ6r16lXZ4VmdcZ { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:112.4375rem;left:15.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Wq2M6WA9Pmq22TkT50Pq9TdTKWHbwn30 { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6484394073488rem;left:15.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container { background-color: transparent; background-image: none; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container > .video-iframe-container { display: none; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row > .video-iframe-container { display: none; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .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); }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container { border-width: 0; border-radius: 0; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container { font-size:0.875rem;font-family:"open sans";height:96.875rem;width:75rem;overflow:visible;position:relative;display:block; }#myTzTTs39HLBeGkXyLtO3o4qZExSN8uE { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.8125rem;left:9.5rem;display:block; }
#buPmukLUaPPxOS85xlGAEtupqF2bTc1o { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:4.0625rem;left:15.375rem;display:block; }
#LFHb6Pk5MUUDxaMJWBv3ZLPDqzK9HEDF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#v8aO8dTLZzxRTzusXczwxEQlapU9EQE9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:34.4375rem;top:5.75rem;left:35rem;overflow:hidden;display:block; }
#pd79V764IHq1SDJM7r8O91MFNaVlbN9L { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:77.375rem;width:56.1875rem;top:17.625rem;left:9.5000019073488rem;display:block; }
#Hm0V0LzJP0vhM8yTAaeJy5JRWeTuSO8k { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.6875rem;left:12.625rem;height:3.15rem;display:block; }
#vTqBqPQEcKlXMm0MHTIXsdwiH1SLfJBA { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:27.375rem;left:17.9375rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BqCQMy5fGDQwq7XuK48nhVkfFR3QdKpZ { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:37.5625rem;left:12.375rem;height:3.15rem;display:block; }
#iDNu5uscoUPXrAvT01PNJmzxSudhXgiy { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:64.125rem;left:12.375rem;height:18.9rem;display:block; }
#T13sdhVH1qH7SctfWkdUcofT64mveUGS { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:84.81250190735rem;left:15.437501907349rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#NkoWVuUslx2DTvW83iKwQVHK5yEHGw90 { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5rem;left:12.5rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzJSCnXrEJ8LkmvTfks41yDR7hQr7NEG { position:absolute;display:block;z-index:15096;border-top:0.0625rem solid #009b03;border-left:0.0625rem solid #009b03;border-right:0.0625rem solid #009b03;border-bottom:0.0625rem solid #009b03;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:48.6875rem;top:43.0625rem;left:13.0625rem;overflow:hidden;display:block; }
#U8oAgXAq0lEP6F9604eOTIA82DCJTv0x { color:#000000;display:block;width:37.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:90.787500381469rem;left:18.750001907349rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB > .row .container { border-width: 0; border-radius: 0; }#XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB > .row .container { font-size:0.875rem;font-family:"open sans";height:75.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#DwhVEKWqMNMMkE88yLhC8TqwQdPIIlhx { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.6875rem;left:9.5625rem;display:block; }
#r7HP0PFC4NKImL43qlAeuBByePAMffLb { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:3.9375rem;left:15.4375rem;display:block; }
#RpnfsELuyymbgyAnAntv1ZIdkBdzGQ4u { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:20.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#veTgOVCVTJ0dx2QGUNxyQW0O9JSzqrPd { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.1875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9uFlQQDEChOU0ihkPb2LoBD7Hc0MwND { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:27.6875rem;top:2.625rem;left:41.125rem;overflow:hidden;display:block; }
#yhkclr2Nmyt49Fq3gkIJ7gAZGEPGTuoJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:56rem;width:56.1875rem;top:17.5rem;left:9.5625rem;display:block; }
#s6vRNk9MEhco9zQDa3magTwNOQSTyexT { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.5625rem;left:12.6875rem;height:3.15rem;display:block; }
#kCAJZ0JgKhfvIml0NGXnhwqTtfSpuTid { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:25.5rem;left:12.6875rem;height:3.15rem;display:block; }
#PGd1stv84xQdHrEXJPhT5Q2Iw2uICR1Z { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30.875rem;left:18rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rIe1k77sg7PpxdTTAR3wDmts8lekbHhs { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:37.4375rem;left:12.4375rem;height:3.15rem;display:block; }
#gK061XoQRt7aQH1y1mt8DyZ7LE830FpP { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:42.6875rem;left:12.4375rem;height:22.05rem;display:block; }
#Z5KCT5twg9xbrppTKx1o4FvD0z5E4TAT { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:66.875rem;left:15.375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container { background-color: transparent; background-image: none; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container > .video-iframe-container { display: none; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row > .video-iframe-container { display: none; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .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); }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container { border-width: 0; border-radius: 0; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container { font-size:0.875rem;font-family:"open sans";height:72.75rem;width:75rem;overflow:visible;position:relative;display:block; }#vnZoqvNNBK8Ixg8Z2m7NEcQGa24pHZkG { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.6875rem;left:9.6875rem;display:block; }
#gWUEU7AtlTpG6eBTQEZt61OlPKKq3t84 { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:3.9375rem;left:15.5625rem;display:block; }
#i4f2uwAXtC0drJl1iIObx3bAyCMQydLH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:21.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#FLm7yrgPzLgoTQi2FkcEeIagVGCCMzou { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIQ8oXefvfMACvI8fJ5KR3zcFXwMT88Q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:35.1875rem;top:1.6875rem;left:34.8125rem;overflow:hidden;display:block; }
#W9BxILepSVxW0WKMpIaWOrMSBsJMoKk1 { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:53.75rem;width:56.1875rem;top:17.5rem;left:9.6875rem;display:block; }
#ICELRpRHM3EdTQosy3So8H15nI5Bvqwh { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.5625rem;left:12.8125rem;height:4.725rem;display:block; }
#XxMwS7Hh121G6tHJ68tebxRnQBqq6CgT { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:26.875rem;left:18.125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHkzG0uq1wmbzGV6MXnglGtvaZC3pg9u { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:34.125rem;left:12.5625rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#Odg2JxeskVTDKEPtTa6a24IJTdg0B8KE { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:40.5rem;left:12.5625rem;height:20.475rem;display:block; }
#tXeIvXWacIMGvWXWqWKaiWi0yXU0VuVg { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:64.25rem;left:15.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container { background-color: transparent; background-image: none; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container > .video-iframe-container { display: none; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row > .video-iframe-container { display: none; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .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); }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container { border-width: 0; border-radius: 0; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container { font-size:0.875rem;font-family:"open sans";height:187.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oeuyUcbDO518DpuaNAAU1prUqu9Nxlcu { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.8125rem;left:9.8125rem;display:block; }
#ryXXDgrcQG2e6VPu5V9NOmRTXa4iHasq { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:4.0625rem;left:15.6875rem;display:block; }
#u1kkyh04sMO11lNaUCh6RZVp8ilhRF6z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:21.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#fh0pmVPD6ebk1ngcHAF3eByQViUz3FNI { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.625rem;left:11.4375rem;height:6.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#se9w2dV0oA2y9nWqOqiDmrXNgD2r8FOw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:37.3125rem;top:0.8125rem;left:33.6875rem;overflow:hidden;display:block; }
#GFtTFzy7CWMDv9xZt3FEKMTN5nZr1T6T { position:absolute;display:block;z-index:14995;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:169.1875rem;width:56.1875rem;top:16.6875rem;left:9.8742198944094rem;display:block; }
#pduNioH66ZhvMHOAeAC69cSL6RH7TGk5 { color:#000000;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.6875rem;left:12.9375rem;height:3.15rem;display:block; }
#u7EEGnSX1qxlHkVbZtBGBCsbxVc3IfTr { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:92.3125rem;left:12.75rem;height:3.15rem;display:block; }
#wseD8tzCuCg3L9RnyZTZTMeGVsR1cCkS { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:87.0625rem;left:18.3125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9RXyWkiJbxPHsghsG0H4yuJGP8WRuVv { color:#ff7103;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:99.0625rem;left:12rem;height:1.925rem;display:block; }
#OfsTztamWTSbGXTWFCLmFuILigFpUAa2 { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:102.25rem;left:12rem;height:12.6rem;display:block; }
#nXyCsG79FvPV06sOLswGKmHFhshxqIi3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:25rem;top:104.5625rem;left:39.8125rem;overflow:hidden;display:block; }
#NxFvFWFiFvthpW4WvAmlUJ8HZd3l854G { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:113.0625rem;left:36.8125rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qLyEEuIEgPLnhkfuIJxGwTOhArfxudgf { color:#ff7103;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:119.125rem;left:12rem;height:1.925rem;display:block; }
#Q44ERXPDSX5qVVORtgwyfcFTHEI6a3Z2 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:123rem;left:12rem;height:11.025rem;display:block; }
#De3y5BEPxihl74q81RTy2dPlo8hmWELq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:25rem;top:123rem;left:37.5rem;overflow:hidden;display:block; }
#pI3bKX2VJ0vWcA5U99Twb8MAyAnoGRT6 { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:130.625rem;left:36.8125rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#p2bmdDRF7oDcnBK3a8nfQmaUqnn2SAox { color:#ff7103;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:158.875rem;left:12rem;height:1.925rem;display:block; }
#Vc1DxRmTtMVk8SwluNpumDCIO24WLv4R { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:163.5rem;left:12rem;height:12.6rem;display:block; }
#ng7pKALT5BTVTLWmawMldeHtw4Rr89wu { 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:7.8125rem;width:25rem;top:163.5625rem;left:38rem;overflow:hidden;display:block; }
#oRMIf7VtL1gxpvECs4mypTs3vre1r2DE { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:173.6875rem;left:36.8125rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Bk2S5HNn4LBVo5nMV03mvQhur78zhdzz { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:83.4375rem;left:18.3125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJJEigFZnJKaEHpPCsN0ZHDRlroZVTPd { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:26.5625rem;left:18.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OhAbXGJR0hFKJwX6zfd4m8TuHog3Ct11 { color:#000000;display:block;width:54.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:31.762500762939rem;left:10.811719894409rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o30Iwm5ynJEIGRhWZmdpJxnLLvlnGc8C { color:#000000;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:57.25rem;left:18rem;height:6.3rem;display:block; }
#NCBG7QCE5EQsdPVw4giy4p75JvWUdpro { 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:18.75rem;width:37.5rem;top:36.5625rem;left:18.6875rem;overflow:hidden;display:block; }
#sbVX7ON6u72x87OayGVA4uup1hX7gXap { color:#000000;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:65.75rem;left:18rem;height:14.175rem;display:block; }
#aPGinbMmNIkTgruV2VhkbOmKnt2saE2I { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:53.4375rem;left:37.612497329712rem;height:1.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oWKuMF49TQU6XTd5qeeosGZ9btLsg5RS { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:179.5rem;left:15.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#XzeDEMtyvXV9XC8hn7SGB8pXoQbtqKE4 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:25rem;top:142.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#LN6S8ABOSExNXsParshE42JmsO9FpluR { box-sizing:content-box;color:#5d92ff;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:15093;top:49.375rem;left:31.5rem;display:none; }
#QAOZg3rUI5he1TtXIgUaNpr7aDK4UaLN { color:#ff0000;display:block;width:54.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:33.0625rem;left:10.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fv6HbvuXMBdTUqz8DLAan6VvULOvqFE5 { position:absolute;display:block;z-index:14998;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.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:47rem;top:31.4375rem;left:14.260938644409rem;display:block; }
#abAtk4zBC2pxkVHg8d52OqUmKuZG7iT7 { color:#ff0000;display:block;width:54.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:34.96249961853rem;left:10.811719894409rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3oJAPTTsgUSIRCgyVpNAunneCrefkII { color:#ff7103;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:138.5625rem;left:11.4375rem;height:1.925rem;display:block; }
#b6alV5tWK55Ch8pN1aMeQOVNaDHsWLbA { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:142.4375rem;left:11.4375rem;height:12.6rem;display:block; }
#WuBC67u75pT6ywFLChbtvfDdLQc1lPPq { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:150.4375rem;left:36.8125rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container { background-color: transparent; background-image: none; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container > .video-iframe-container { display: none; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row > .video-iframe-container { display: none; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .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); }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container { border-width: 0; border-radius: 0; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container { font-size:0.875rem;font-family:"open sans";height:258.875rem;width:75rem;overflow:visible;position:relative;display:block; }#rDF1hOeKC3h4O9ocrKRR8Xk8rqW1Iu82 { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.75rem;left:9.6875rem;display:block; }
#DQQ8ogL4HsTzbKsZ6ssbgq6W7WTfoVTJ { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:4rem;left:15.5625rem;display:block; }
#wkFXZDmRsDwnObAQN1TrXRtJrsTahTQL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#H1dCKy3KMuii1BwvCNe7J9ZEPtqUCrfQ { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.5625rem;left:11.3125rem;height:6.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tsb8aaIBqFRuinUKgOqZ37RRqli7T7sh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:37.3125rem;top:0.75rem;left:33.5625rem;overflow:hidden;display:block; }
#LFJiBtDbLOcdcgR2qbQb2Q9ZggrXPm3s { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:244.375rem;width:56.1875rem;top:13rem;left:9.6875rem;display:block; }
#gdlBSoiOHxMDDB5HUqFx3Lv6TtrDemQt { color:#000000;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.625rem;left:12.8125rem;height:3.15rem;display:block; }
#BqITgJDNCtPC9zEpG32Xrat07IL632Pm { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:137.375rem;left:18.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VUb8P36q9NvEKDzInhV7IgVeGOegDWAs { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:154.375rem;left:36.9375rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d9QKI0s8iWLMfCfGFF87T1dTlVxVusQq { color:#ff7103;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:141.9375rem;left:12rem;height:1.925rem;display:block; }
#TeWdm0um6slFQcuoJhbVhJ7iGVHdcIdC { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:144.75rem;left:12rem;height:11.025rem;display:block; }
#H9hFZNB7DMyEudz7XhcLF6GLJx6uTF7f { 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:6.25rem;width:22.875rem;top:147.0625rem;left:39.1875rem;overflow:hidden;display:block; }
#rKOiqX628TT1tWebqhU3Xn608ATR7GEF { color:#ff7103;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:161.9375rem;left:12rem;height:1.925rem;display:block; }
#Tu7k13HbU6xEKCG4R4kJrRpVfxmmkVFo { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:165.125rem;left:12rem;height:14.175rem;display:block; }
#JP4m5v9p7Rqnb8GPN1woUwSr1fggTD5U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:20.6875rem;top:169.875rem;left:41.3125rem;overflow:hidden;display:block; }
#yJ4RR0qflarW9BeRJ3AeMvmiNE9tqPfC { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:175.9375rem;left:36.9375rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aAf3PQF5CdNAancJGBrabfEIzyITWCCN { color:#ff7103;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:182rem;left:12rem;height:1.925rem;display:block; }
#R4FBo2UrDInCQMoXpsQgasKRPihuKmUw { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:185.875rem;left:12rem;height:11.025rem;display:block; }
#PVgMbkzFe2LzZs1cWE2pot4IihSeXIhD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:24.0625rem;top:185.875rem;left:37.9375rem;overflow:hidden;display:block; }
#riKQB5y9FfmwfkFmTqzk2cHgPIlu7wwU { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:193.5rem;left:36.9375rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ecUOTpHqrliIvxa4sBMEDWd9lqkozAx8 { color:#ff7103;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:201.9375rem;left:12rem;height:1.925rem;display:block; }
#vZBEh9vlesTWC67kdUOIMkpAc5iQcRXP { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:205.6875rem;left:12rem;height:18.9rem;display:block; }
#nTuM9doethwzLbVXhTk7bkcpGkA9Eqf9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:24.75rem;top:208.6875rem;left:37.875rem;overflow:hidden;display:block; }
#ZNz059q8VurtBTNHTnRoEQAqgi3a2Eq7 { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:218.3125rem;left:37.5625rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tNCU3vaQSck4qRMbXgcDEqPOVW7ERuAM { color:#ff7103;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:227.9375rem;left:12rem;height:1.925rem;display:block; }
#S4xXID7BIbqtyNLQs0oiUIba3AcqeNCV { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:232.5625rem;left:12rem;height:14.175rem;display:block; }
#vpGyJeOn9WJ96ZbpZoGAbx617mTklImT { 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:15.625rem;width:15.625rem;top:227.9375rem;left:47.049997329712rem;overflow:hidden;display:block; }
#OniCku5B1AC7ysdlLrkzSawB3JSliRbK { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:242.75rem;left:37.5625rem;height:1.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xbfim1AnibAsbMHUXCleWeA4Mvrn6uCR { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:133.0625rem;left:18.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZZLTkS2qUzPTuOTs12D0EnUaLeVv8H7 { color:#000000;display:block;width:45.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:26.375rem;left:14.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HfHtZv5SNBOy3uNBbODvCqg6ze19hlym { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:56.5625rem;left:19.0625rem;height:7.875rem;display:block; }
#JEN1calunT2pNlKwoAgFrZMsygL5qCWf { 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:15.1875rem;width:37.5rem;top:34.875rem;left:18.8125rem;overflow:hidden;display:block; }
#A9pNDq0k8wTlhTTSEZKnJOgulMA7woJI { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:68.6875rem;left:18.5rem;height:7.875rem;display:block; }
#xaHtpuZdaKVuPovtprUn3Wfr6MkOe54P { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:52.4375rem;left:37.5625rem;height:1.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pKywAltbuqQIiycsLMSiRBi3W3OVQDiN { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:251.0625rem;left:15.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#O6te6nkNMZ1vNZrXQXKxbgu6nwquPv75 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:65.9375rem;left:19.0625rem;height:1.575rem;display:block; }
#Z0HL0DzaMOSqEW3JDa5uo8tKqbxda8iF { color:#000000;display:block;width:45.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:82.4375rem;left:14.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MU3r9b1rAsIEvRfrbaBbvfxmvhCd6Qet { 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:7.5rem;width:37.5rem;top:90.9375rem;left:18.8125rem;overflow:hidden;display:block; }
#aN9qIhFqzbzudOv4TarTXXsxAd2ptIhf { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:98.4375rem;left:37.6875rem;height:1.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RiO1QimHQiZCxTHgAiuvAf1U5SVak8I4 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:102.25rem;left:18.8125rem;height:9.45rem;display:block; }
#ESpqAJswAHZwZws7LrcpaC1gt88sXDm5 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:113.1875rem;left:19.0625rem;height:1.575rem;display:block; }
#bmZ26yXhsqfZIEOPNai7P7W1lQJmTs9c { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:116.4375rem;left:18.8125rem;height:12.6rem;display:block; }
#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container { background-color: transparent; background-image: none; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container > .video-iframe-container { display: none; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row > .video-iframe-container { display: none; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .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); }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container { border-width: 0; border-radius: 0; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container { font-size:0.875rem;font-family:"open sans";height:60.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#IPy6OUwVLLVpV7LAAvonKlnuwqMm8JVt { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.8125rem;left:9.375rem;display:block; }
#caOqJsipivHwso9WJBRw2lcZvJ0sQhfd { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:4.0625rem;left:15.3125rem;display:block; }
#gt3db7GndDwkAcNaaDzNWTVcs8nT7n1l { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WQkHNUTEcgmUGaaUlMscz12NePSqTAWx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:22.875rem;top:4.0625rem;left:39.6875rem;overflow:hidden;display:block; }
#WwuZyfnJuoaZ42J0tEGUou6Poe4nmVHl { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:41.8125rem;width:56.1875rem;top:17.625rem;left:9.4375rem;display:block; }
#CzJdWDt92XVLsfKLw5sa1VbsQS3gm4Je { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.6875rem;left:12.5rem;height:3.15rem;display:block; }
#pNOqBlKzdHwWzlH7axCs6m8eXczH5b5l { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:25.625rem;left:12.5rem;height:1.575rem;display:block; }
#R0AazastRfWZCBTMDDFA9M4QfrIJyD7T { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:30.375rem;left:17.875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xusp6eqegBNNZ5bhsQs8Tyys5rU5gIXr { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:38.4375rem;left:12.3125rem;height:11.025rem;display:block; }
#B0C4UpbOmb4JM5dFeaBhZ9clqTzZudGz { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:53.0625rem;left:15.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Ke5Afd34zaX9Uyub4yEGMgLKLsMT8ZVe { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5625rem;left:11.0625rem;height:6.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container { background-color: transparent; background-image: none; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container > .video-iframe-container { display: none; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row > .video-iframe-container { display: none; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .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); }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container { border-width: 0; border-radius: 0; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container { font-size:0.875rem;font-family:"open sans";height:121.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#dwK76insxEAiyxk3M2Km7xrSSyxLNAk8 { position:absolute;display:block;z-index:15000;background-color:#000000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.8125rem;width:56.25rem;top:1.8125rem;left:9.375rem;display:block; }
#w45mH3HnpC97U82xrRCv0TciuNtNnb1T { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(227,227,227,0.5);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(227,227,227,0.5);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.375rem;width:23.4375rem;top:4.0625rem;left:15.3125rem;display:block; }
#wTe1B6f1KZQMQGi0Dxe7LRZszzJ8lAWX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#BvkF9R7IMzBMfdaiUPJJD5KxGnaEvqDD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:17.25rem;top:3.25rem;left:44.187501907349rem;overflow:hidden;display:block; }
#rhPiuc0WmaNdS6Tq42gaiohKtNcWiZNl { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:102.5rem;width:56.1875rem;top:17.625000953674rem;left:9.4054698944094rem;display:block; }
#cqw7Ig9rakdHOf6ho0qxqPsHqQNpRskQ { color:#000000;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:114.5rem;left:15.436719894409rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#LLhgNWEDWADN2nnKH0OBEDdlOh12hA6h { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5625rem;left:11.0625rem;height:6.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQTlc037b99M6EO4yCVllN4lEPaH1JN0 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.15625rem;left:32.074998855591rem;height:11.8125rem;display:block; }
#ZTRrrLamoEL1Q5KmAQzkT6UJDg0F22RN { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:40.46875rem;left:32.074998855591rem;height:6.75rem;display:block; }
#pxsCpwFlZNgoSsVSVgSQCTHcSLdpfPfh { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:52.125rem;left:32.074998855591rem;height:13.5rem;display:block; }
#hAWWSw8O6FTRLb9rnm6sSE6apmIueRR7 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:70.799999237062rem;left:32.074998855591rem;height:6.75rem;display:block; }
#kkrcnTHOX4Hn13vmUwAxsyt1ecJi1Lif { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:86.8125rem;left:32.074998855591rem;height:6.75rem;display:block; }
#yxnaMLX3o8TUWVP3Ovvae6JrNcSzifQh { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:102.0625rem;left:32.074998855591rem;height:6.75rem;display:block; }
#fCWy1LeoXvMx8Cx1g5D6LFI2Jzz7a5F2 { 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:9.375rem;width:15.625rem;top:85.5rem;left:13.686719894409rem;overflow:hidden;display:block; }
#balxVFxf5R6uKdVEiiOuCUA5UlLUQQ6J { 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:9.375rem;width:15.625rem;top:100.75rem;left:13.686719894409rem;overflow:hidden;display:block; }
#WzArOka3ryoaIDtb2WW5eTAv7c03x1Nr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.625rem;top:24.375rem;left:13.6875rem;overflow:hidden;display:block; }
#BDmnxWhrzhNp0dIJ03H4N7anK65i2JKV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15.625rem;top:39.156250953674rem;left:13.686719894409rem;overflow:hidden;display:block; }
#Or4kHBwavcGZeN1mIH424c2p8hwchTCh { 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:9.375rem;width:15.625rem;top:54.187500953674rem;left:13.686719894409rem;overflow:hidden;display:block; }
#f7yFFJg1Lz3u9O6zNChZ5Bmm81d9IDiQ { 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:9.375rem;width:15.625rem;top:69.487499237062rem;left:13.686719894409rem;overflow:hidden;display:block; }
#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { position:relative;display:block; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { background-color: transparent; background-image: none; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container > .video-iframe-container { display: none; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row > .video-iframe-container { display: none; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .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); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { border-width: 0; border-radius: 0; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .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; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .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:136.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EQrNzKVT6xvHnBEEfMydGPsX95adPTUE { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92rem;width:31.25rem;top:1.1875rem;left:3.07421875rem;overflow:hidden;display:block; }
#P91s2m7rxodCf1XRWeNaGBvDT5UbV6Mz { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:31.25rem;top:1.1875rem;left:40.5rem;overflow:hidden;display:block; }
#Wfphtu6WNfNsTLI3q02RyzzoVllc3gpT { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:31.25rem;top:38rem;left:40.5rem;overflow:hidden;display:block; }
#NTzMAWZRNTGUL9VenyLAmL2xAT5Og5J0 { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.9375rem;width:31.25rem;top:89.75rem;left:40.5rem;overflow:hidden;display:block; }
#GiDdXQGbPTQvI4kQFP9bIgG0cHl3p1hP { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:31.25rem;top:94.875rem;left:3.07421875rem;overflow:hidden;display:block; }
#DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection { z-index:;position:relative;display:block; } #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection *:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="text"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="email"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="tel"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection textarea:focus-visible { outline: none; } #TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt { background-color: transparent; background-image: none; }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row .container > .video-iframe-container { display: none; }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row > .video-iframe-container { display: none; }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .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); }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt { border-width: 0; border-radius: 0; }#TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:78.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f55a01;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; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container { background-color: transparent; background-image: none; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container > .video-iframe-container { display: none; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row > .video-iframe-container { display: none; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .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); }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container { border-width: 0; border-radius: 0; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#AUewS9hGTZd6ufnynw1IClZE2To478VC { color:#fff5e8;display:block;width:50rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.25rem;left:12.499219894409rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeQmg1cU5FCeUnmtfXmt4daKwUg0ZPUV { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:18.000002861023rem;left:1.53125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqT4gA66i5hHC5irX2uC9caSsLU8q3QF { color:#e5e7e8;display:block;width:71.9375rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.437502861023rem;left:1.53125rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container { background-color: transparent; background-image: none; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container > .video-iframe-container { display: none; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row > .video-iframe-container { display: none; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .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); }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container { border-width: 0; border-radius: 0; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#d16wSZF1kJxegBBB5MBkh4axSfKMmvuG { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: none;height:24.5625rem;width:43.75rem;top:8.8664073944094rem;left:15.525001525879rem;display:block; }
#sPAXbOIcRPZOuutpsvxZutaH4TWF7del { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4859390258789rem;left:1.53125rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#beTPw3eMr2K7wxELcli6VbvlS2WQGzwz { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:43.75rem;top:8.96640586853rem;left:15.625rem;overflow:hidden;display:none; }
#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container { background-color: transparent; background-image: none; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container > .video-iframe-container { display: none; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row > .video-iframe-container { display: none; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .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); }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container { border-width: 0; border-radius: 0; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;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; } #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection *:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="text"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="email"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="tel"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection textarea:focus-visible { outline: none; } #AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container { background-color: transparent; background-image: none; }#AI8tQteKVGhGnlqIL129BbfuTirH5O29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container > .video-iframe-container { display: none; }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row > .video-iframe-container { display: none; }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .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); }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container { border-width: 0; border-radius: 0; }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container { font-size:0.875rem;font-family:arial;height:158.25rem;width:75rem;position:relative;display:block; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;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; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container { background-color: transparent; background-image: none; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container > .video-iframe-container { display: none; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row > .video-iframe-container { display: none; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .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); }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container { border-width: 0; border-radius: 0; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#QXv4mBM1ETEH834zbK52i4oNTNaHxtTV { background-color:#e43b2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5304718017578rem;left:26.5625rem;display:block; }
#JwWwIevVETAJ9PFkEZbcLIa8VaoTqNBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { background-color: transparent; background-image: none; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container > .video-iframe-container { display: none; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row > .video-iframe-container { display: none; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .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); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { border-width: 0; border-radius: 0; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#XTG7zG40M5C5nIQXDOE60o6mpdR92Tb2 { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:2.375rem;left:12.499219894409rem;height:10.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbalMDUJsLnDrAT6IkPS6ODLL85bTn93 { color:#000000;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:16.25rem;left:12.499219894409rem;height:17.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nMZBhxvHJp3cGcHztlNfO86esKASfzSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container { background-color: transparent; background-image: none; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container > .video-iframe-container { display: none; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row > .video-iframe-container { display: none; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .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); }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container { border-width: 0; border-radius: 0; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;position:relative;display:block; }#qyTxacM6tA0B5ClVnToCwpiqKZ2cLXuS { color:#ff0000;display:block;width:66rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:1.3000030517578rem;left:4.4992198944092rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v51LGJupohMNO8CrRrIU4G49ci1INfag { color:#000000;display:block;width:66rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:7.75rem;left:4.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DXc48ldvCStbuHME6ItFHDo1hPCe9flR { position:absolute;display:block;z-index:15075;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:8rem;width:6rem;top:11.75rem;left:34.5rem;overflow:hidden;display:block; }
#buwF1fpWT5dSkGKzHfTP4tidnFRtpbgy { position:absolute;display:block;z-index:15076;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:31.25rem;top:22.1875rem;left:5.3125rem;overflow:hidden;display:block; }
#csx5I8vGFB8rdw30gtcG2rN8JzerMNVE { position:absolute;display:block;z-index:15077;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:31.25rem;top:22.1875rem;left:38.375rem;overflow:hidden;display:block; }
#LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ { background-color:#283c49;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ > .row .container { border-width: 0; border-radius: 0; }#LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ > .row .container { font-size:0.875rem;font-family:"open sans";height:75.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#XMpF5f1PPUw7mM4HqtL7dB9nUrGekLH5 { position:absolute;display:block;z-index:15000;background-color:#1faaff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:21.4375rem;width:56.25rem;top:3rem;left:9.375rem;display:block; }
#PPAXWIwlrsMPmUO7SuLk6xTlbV9qEoNd { position:absolute;display:block;z-index:15001;background-color:#1faaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:5.25rem;left:25.5625rem;display:block; }
#kuJzX61lfT6EpUX92pbVZOFElZqR5cQH { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#eUWf7T7OXWtlwLTQC3bJJQdqtBk6O77c { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:15.3125rem;left:12.5rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hi5Sk9ZCFJe3QmB6yoB05GZ03sPGPtRu { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:47.8125rem;width:56.1875rem;top:24.4375rem;left:9.375rem;display:block; }
#CVfRKaNJPHFoBIHx8D69I9SoyCP8ImDe { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:27.0625rem;left:12.3125rem;height:10.8375rem;display:block; }
#LZl4soVVJeJdzDMsQ490g2bqntzXUTsN { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:53.4375rem;left:12.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0RpZZgZJeNXIkGbIU3W7RS5Wh0KDCVP { color:#001f39;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:64.375rem;left:15.4375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#wUChno7kzhbRMUlfvaJr0HEs85xviFAd { 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:26.75rem;width:21.875rem;top:31.196876525879rem;left:39.750001907349rem;overflow:hidden;display:block; }
#Tg8lvlxZxcDLKqVyWzIPcQzAsvTO4ePP { color:#000000;display:block;width:53rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:69.25rem;left:11rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGzayK2JZukn3K9pT5noM1BmXcVwOLzn { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:13.125rem;left:12.500001907349rem;height:4.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-text.counter-number { border-top:0.0625rem solid #1faaff;border-left:0.0625rem solid #1faaff;border-right:0.0625rem solid #1faaff;border-bottom:0.0625rem solid #1faaff;background-color:#ffffff;background-image:none;color:#1faaff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#1faaff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.875rem;height:5.1875rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.875rem;left:29.9375rem;z-index:15010; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #L5Rh07FB6nVZlOaKdqRZqrT3UrwLOfw2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #w1sCSfarJzxpzhXoT1r9RAkcQJEwogu5 { width:auto; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #nfgi5zoBHToyZoSl80iluXhNHFKxnrX5 {  }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #mHSxgQ9KkXDwV1UvxyIaHn8voZzOMWBB { display:flex;position:relative;top:0rem;left:0rem; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #R7u1e1ZsMkf5BX2EqUzx7HPXTWIMoQip {  }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #sHM8DmMKGZrcURxNEnbCEuIDdgp33vxm {  }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #msUwRifeg9y3rxZI6kGRbHz74KJ7UQAF { display:flex;position:relative;top:0rem;left:0rem; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #ffgMk9vs07VZP72SAaC8VRVv0FldLQBK {  }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #ErHHwTVrTQ6lAzcxL8BOc1NZbNtq7yGE {  }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #IR5lebZS4qN2f9b3qiQwNQgkbqVNP4QH { display:flex;position:relative;top:0rem;left:0rem; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #Cvk14miOXdaTGwQZQNCw21iC8yVCKrg8 {  }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #lgyHFxEstzwxDBeLFLJVgCw4LXE7Vuh3 {  }
#EG1mkCALLxcHhMdJL5s0EmtfDAf4VcpD { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:55.25rem;left:12.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZcAqFv9PXDvL9b6cA6bWfDyLXG76Tgdx { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:59.75rem;left:12.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiuR3a2T00W1MUlbrJlEyrACl8NBKliq { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:37.9375rem;left:12.3125rem;height:13.26875rem;overflow:hidden;display:block; }#TiuR3a2T00W1MUlbrJlEyrACl8NBKliq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TiuR3a2T00W1MUlbrJlEyrACl8NBKliq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#V5JP07Mb8SV68LTV5vtMiGWMQRcxOFhW { position:absolute;display:block;z-index:14998;background-color:#edf2ff;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:10rem;width:25rem;top:52.8125rem;left:12.5rem;display:block; }
#e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection *:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="text"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="email"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="tel"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection textarea:focus-visible { outline: none; } #Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container { background-color: transparent; background-image: none; }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container > .video-iframe-container { display: none; }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row > .video-iframe-container { display: none; }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .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); }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container { border-width: 0; border-radius: 0; }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container { font-size:0.875rem;font-family:arial;height:90.375rem;width:75rem;position:relative;display:block; }#gFK4R84y3cRxg256QDHvVC4CSU8UzV7d { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#gFK4R84y3cRxg256QDHvVC4CSU8UzV7d > .row .container { border-width: 0; border-radius: 0; }#gFK4R84y3cRxg256QDHvVC4CSU8UzV7d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gFK4R84y3cRxg256QDHvVC4CSU8UzV7d > .row .container { font-size:0.875rem;font-family:"open sans";height:115.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#Fs8BMOK2S0ayw5TLePVDXAK2P9WMXVim { position:absolute;display:block;z-index:14996;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:14.75rem;width:56rem;top:2.3499984741211rem;left:9.4000015258787rem;display:block; }
#utWF5zqm3TrgMFkZFNcgf39IzZVQaLV4 { position:absolute;display:block;z-index:15001;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:4.75rem;left:25.5625rem;display:block; }
#vDuKGHJRFbJBxJfdT3uT8gJor7T0awSW { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#rNSiVRMoyxIzu2LDO6wCAw6yCNAEDNEz { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.267967224121rem;left:12.5rem;height:4.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIEZw7lKUOQIhMJznosrQm8akpS2CBXE { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:94.4375rem;width:56.1875rem;top:17.25rem;left:9.4375rem;display:block; }
#CZ2QAWUTt8sB8gs9tNxlpqnVzt14yifq { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:59.375rem;left:12.5rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v30T3s7712duT7Jlc4cDz2umx8VvdFkw { 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:21.875rem;width:32.8125rem;top:18.812499523163rem;left:21.09375rem;overflow:hidden;display:block; }
#fgGhSIEKL7UQgRW1z1kbTpghOotTeLCQ { color:#000000;display:block;width:53rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:108.43748855591rem;left:11rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:65.875rem;left:26.5625rem;height:15.2625rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#EONU9mxhTFyUCb1qPXgTB8TSLqUd6m47 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:85.8125rem;left:21.875rem;height:11.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elGxv6CyCc9kSHn2BWczeOuEL6HT9gK7 { color:#f55a01;display:block;width:44.125rem;position:absolute;font-family:oswald;font-size:2.5625rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:102.25rem;left:15.4375rem;height:3.5875rem;text-align:center;text-align-last:center;display:block; }
#zWWEuGt8apCv4hlIuXfm9dMOoPF0oN8C { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.3125rem dashed #ff0000;border-left:0.3125rem dashed #ff0000;border-right:0.3125rem dashed #ff0000;border-bottom:0.3125rem dashed #ff0000;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.875rem;width:31.4375rem;top:84.75rem;left:21.875rem;display:block; }
#JWetSCtrsMIGw7pb2SqTys2vxL0fXi9V { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:42.25rem;left:12.5rem;height:5.1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pp4tAI8XVl9GcJTTqKVIf9bZQX0ogMIQ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:42.125rem;left:15.40625rem;height:6.3rem;display:block; }
#sd2s3hHSJPAyqxTrLmvyZ16UUtJ3XiLX { color:#d7382a;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:52.8125rem;left:15.40625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk { background-color:#e3e3e3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk > .row .container { border-width: 0; border-radius: 0; }#LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk > .row .container { font-size:0.875rem;font-family:"open sans";height:71.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#bTzqkNCJHaPcruiVrlu9POCxtR8cMFa8 { position:absolute;display:block;z-index:15000;background-color:#f34839;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:19.3125rem;width:56.25rem;top:3rem;left:9.3742198944094rem;display:block; }
#Jf4vd6Pu65W5i4tDZUw8ra4rVU0DkQn0 { position:absolute;display:block;z-index:15001;background-color:#f34839;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:5.25rem;left:25.5625rem;display:block; }
#RvXOR395N5Cc5TEyPODts4yQJFQUTi1l { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#b8anSAbyUcASwmdNyUCtFNMyDHSW6lva { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:16.687509536743rem;left:12.499219894409rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSiUxQ9laDDzRVue4L8BFPiUbSqwTPSv { position:absolute;display:block;z-index:14995;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:46.625rem;width:56.1875rem;top:22.3125rem;left:9.375rem;display:block; }
#qNCQPiJcdqTAzBG1Xgf1RFXTCpICJBxs { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:31.6875rem;left:12.4375rem;height:8.5rem;display:block; }
#rGoTZMqu8qllOccVCbrXPic7EpzPZx75 { 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:26.75rem;width:21.875rem;top:30.9375rem;left:40.5rem;overflow:hidden;display:block; }
#RevDRETTd6HqxKZbqJlWXSRQA8q4FZ6u { color:#000000;display:block;width:53.125rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:66.25rem;left:10.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-text.counter-number { border-top:0.0625rem solid #1faaff;border-left:0.0625rem solid #1faaff;border-right:0.0625rem solid #1faaff;border-bottom:0.0625rem solid #1faaff;background-color:#ffffff;background-image:none;color:#ef1d3c;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#f34839;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.875rem;height:5.1875rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.875rem;left:29.9375rem;z-index:15010; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #CasyTXUEc1RX3XkzZVmqqkkcEaqtROQo { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #exJwFkrbESpTgNloxuEQD5IBwckQpXwe { width:auto; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #DMfh5P4bQOyrvZnucgcigSuS3GrH8x0Q {  }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #fnBzyWN0FnO2HGJXVsNiF5nOMBvK3dWg { display:flex;position:relative;top:0rem;left:0rem; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #bTSz6XvhVdp70IMJmQqph1KRA830wn5e {  }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #vSBvNcrN9AxhC1FC9xosUHJlucuTrgT6 {  }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #dOOzMAf2SODvCgu4N4k2RE1yWWeKh8bA { display:flex;position:relative;top:0rem;left:0rem; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #Zz9PZc3klFmCGmh9zTykKuf2XElePpLE {  }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #xKczD5PTHSRgx3ZEfXu7GiCGrBVLptxk {  }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #JnhahNDJM8MZHS1AouX51AzFCyH5u0sC { display:flex;position:relative;top:0rem;left:0rem; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #K2J1WXNxC0Jw5swM4c6wIxrkmg0UNoSw {  }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #ogAR5GF96rXI20RdDUIyc2U6iqK8lC1s {  }
#AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:42.1875rem;left:12.3125rem;height:14.75625rem;overflow:hidden;display:block; }#AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#QmCzfV1eAxfcAZnBVgWpJp2k8AoLUxZx { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:25.375rem;left:12.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bO4lBBTmvksRKwGcU9gCoIp8IfCdGa2d { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.3125rem;width:49.6875rem;top:24.9375rem;left:12.3125rem;display:block; }
#qXfaIbxyHob8cui52D4BX57VAKHezBO0 { color:#f55a01;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:61.25rem;left:15.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#VCNvcVwbF3HXqugylhPcAWthFfJtEJKl { background-color:#e3e3e3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VCNvcVwbF3HXqugylhPcAWthFfJtEJKl > .row .container { border-width: 0; border-radius: 0; }#VCNvcVwbF3HXqugylhPcAWthFfJtEJKl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VCNvcVwbF3HXqugylhPcAWthFfJtEJKl > .row .container { font-size:0.875rem;font-family:"open sans";height:191.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#BotoaBdKyMveBtaTQpHL8HGSxEGQgmG3 { position:absolute;display:block;z-index:15000;background-color:#f34839;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:21.6875rem;width:56.25rem;top:3rem;left:9.3749980926512rem;display:block; }
#IayNlQwUvmeCArzBZRbO7Fe7WrqphkB7 { position:absolute;display:block;z-index:15001;background-color:#f34839;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:5.25rem;left:25.5625rem;display:block; }
#kccVCzqedWRAJyLegvXtM0ExApzq99dK { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WZXvCJQkSZATBpaSfLf6B7qZeaVQ9bK7 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:15.3125rem;left:12.5rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlTIMNSRt18qwXO54Vuv9iPDK5T5vaDp { position:absolute;display:block;z-index:14995;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:164.875rem;width:56.1875rem;top:24.4375rem;left:9.3742198944094rem;display:block; }
#GPsu3ob3ly8ilDNZMcyq2q3GQzJa3cSU { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:77.75rem;left:12.625rem;height:8.49609375rem;display:block; }
#wA8br7P1hher5rvTWT5ETTOEBaOSSNKy { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:162.5rem;left:25rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3Jf1JEvxKSkugPcIcpLw3KAn86oNusc { 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:26.75rem;width:21.875rem;top:77rem;left:40.674997329712rem;overflow:hidden;display:block; }
#W1KRoJNeTFs8GiTbGTCqpMco3fBPTT6t { color:#000000;display:block;width:53.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:183.8125rem;left:10.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-text.counter-number { border-top:0.0625rem solid #1faaff;border-left:0.0625rem solid #1faaff;border-right:0.0625rem solid #1faaff;border-bottom:0.0625rem solid #1faaff;background-color:#ffffff;background-image:none;color:#ef1d3c;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#f34839;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.875rem;height:5.1875rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.875rem;left:29.9375rem;z-index:15010; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #CGFUTQeT50FAVwsbMDkbGmlbz1s0q741 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #vhSCw9G3xHH1IeI03yis7noQQ47g7n9W { width:auto; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #KRXMkQCrl6pPLxcmgN3eahBsUt3JOHgV {  }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #sMc0sID4KQ48HkZLctwmEZzqWwh7wQry { display:flex;position:relative;top:0rem;left:0rem; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #vTk2TCf9nI0BiyM5urB24WP3b61OJ8yH {  }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #otq3INfkoCmdNv2T41KsBONOAtvZ43qu {  }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #dqyBk6bvqPyX9pPP5tNfTpG6lu6yf8ly { display:flex;position:relative;top:0rem;left:0rem; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #TiqzN7FKhn3XeOK7ZTvpV9MKKIK5t3iQ {  }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #QZeH1Kzg94D49ZChe9xlvFU0I2G3uR3d {  }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #VGoZelfTrMoSeSgDTiU0B7bIs0ZsTrMx { display:flex;position:relative;top:0rem;left:0rem; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #bSzignbFxEpVryQaqTaVoOLfhTWX8QBK {  }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #IJnz2fRmsRwPozOirUNuzTmKHXSfgTeO {  }
#tuytoxwuwKwNIVw6Q1WmXOfVwbE6UmJl { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:169.8125rem;left:25rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoyH1ZproUE7KvSqNPRNV4XJ8VTapy0L { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:174.3125rem;left:25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:88.25rem;left:12.5rem;height:;overflow:hidden;display:block; }#O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#uAwvAevXv6z7oTnxcJv7LmNMiQCtD4OL { position:absolute;display:block;z-index:14998;background-color:#1abc9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #1d3c1f;border-left:0.25rem solid #1d3c1f;border-right:0.25rem solid #1d3c1f;border-bottom:0.25rem solid #1d3c1f;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:25rem;top:162rem;left:25rem;display:block; }
#TScxX9zVUh1NacM9p3F7ZFnwlkSW3hJT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:30.875rem;left:15.624219894409rem;height:5.59765rem;display:block; }
#QF619LTPGADbx7Jce9k9M22RmZskeyPC { color:#d7382a;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:37.6875rem;left:15.624219894409rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psObtt76FzVvIsUMqLQOknL8HevMseus { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:42.9375rem;left:12.499219894409rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:48.375rem;left:26.561719894409rem;height:12.8945rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#vB7zeKzV41r2edDyZdD1QSTcELQlqiAs { color:#f55a01;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:62.6875rem;left:15.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#UInyaQ3XVPqktWf42IDNOPgLzuAVAvFN { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:65.9375rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEneXJ4zp5zy4Mre8iEmtnThObUrT4be { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:26.25rem;left:12.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2tb4oOMbUxMLh8C3eCDFwE0EtGMo2G9 { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.3125rem;width:49.6875rem;top:25.8125rem;left:12.499219894409rem;display:block; }
#ZSFHaXSZzwDLXVwrCSflz2GSl01zRMF1 { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:71.4375rem;left:12.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KbnUVkDPsNklhCWTFpB9JbmZz9LuGrcM { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.3125rem;width:49.6875rem;top:71rem;left:12.5rem;display:block; }
#JyN8lBB6COeXbMOPAOsEHicsI3zFTp6N { color:#f55a01;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:106.4375rem;left:15.624219894409rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#qR4VuWeeKCsqedRHPMxCmiqheW0GqdF0 { color:#f55a01;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:179.3125rem;left:15.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#f9XHDgzxBiNJSUEmMW7qbJDlxWHNhgGy { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:113.8125rem;left:12.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBJFhME7ra4v9g6APv8MgZP9qrGn0bgs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.3125rem;width:49.6875rem;top:113.375rem;left:12.5rem;display:block; }
#eqJ7xfBIkqoaEn5ewBwVV5gFQAQqxVkU { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:119.75rem;left:15.625rem;height:9.7958875rem;display:block; }
#rsJqxt8d5RdZwXXrFx2X53W9z0MvoUmg { color:#f55a01;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:151.1875rem;left:15.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#gHOf9p4w3wePTdW2yUnHsILFPfgTUfAu { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:154.4375rem;left:12.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qxJQm1Fx7agTLTpgaBk3OzUWPHSb3HQm { position:absolute;display:block;z-index:15033;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:37.5rem;top:131.1875rem;left:18.75rem;overflow:hidden;display:block; }
#lk19bLqTqvgag67MtnHmJAsn84iIp7RX { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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;width:49.6875rem;top:159.25rem;left:12.375rem;display:block; }
#pO5kl2QKgUC0LGDDXStiQT6JvD9G30WQ { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:109.6875038147rem;left:12.499219894409rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n > .row .container { border-width: 0; border-radius: 0; }#GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n > .row .container { font-size:0.875rem;font-family:"open sans";height:128.5rem;width:75rem;overflow:visible;position:relative;display:none; }#l0aTeSAtZniPipoe5pfP29gOf2rHkADh { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:4.75rem;left:25.5625rem;display:block; }
#FvMqgQQNq2vof45JbVurHSHrLNZ3gaNU { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#uchQEmXFH90oNQbrFIlEKm2FLg8mTwwF { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.7500915527344rem;left:12.5rem;height:7.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9xvLcRFcovd5bvh5M445JZ3iyZ5FLvc { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:107.5625rem;width:56.1875rem;top:17.25rem;left:9.4375rem;display:block; }
#GwDn4XBGWImbxaskcxpJkkWApIDvJkQ6 { 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:37.4375rem;width:56.25rem;top:17.25rem;left:9.375rem;overflow:hidden;display:block; }
#I3uf80vPLZSq6JnJtbWcnv4CTiBwhpZs { color:#d7382a;display:block;width:44.125rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:117.875rem;left:15.4375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#oXuem4TT8WK4sqDHbkXb5lupxm0HMVtV { color:#152b50;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:56.4375rem;left:18.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ME4uwv8QM4ghLIeOAd3rpm2h9bu1dHEX { color:#152b50;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:62.1875rem;left:18.75rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1GKHtLLTzzrUC0y2FuupfHDlTJqmx7g { color:#152b50;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:93.125rem;left:18.75rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bVvVNpWV3Tim7kMdi2acTSxu1UctotR1 { color:#001f39;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:96.9375rem;left:18.75rem;height:17.55rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvwltlgBTAgbxcubvODrDiAAeyvIoJWK { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:none; }
#iSxKi74nhi6o86JR5ooKmVdnnS2eR4x8 { position:absolute;display:block;z-index:14997;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:14.75rem;width:56rem;top:2.375rem;left:9.375rem;display:block; }
#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w { background-color:#e3e3e3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container { background-color: transparent; background-image: none; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container > .video-iframe-container { display: none; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row > .video-iframe-container { display: none; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .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); }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container { border-width: 0; border-radius: 0; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container { font-size:0.875rem;font-family:"open sans";height:119.25rem;width:75rem;overflow:visible;position:relative;display:block; }#lo4cWkl0LtWB3f4tOwze0Cly2Da5u88w { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:3.875rem;left:25.5625rem;display:block; }
#fPm4ckGhMcpyPzM9xLnaR7gLFIBS7rKi { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#IRT6Iks55kZMKU4oyhM9PvW5ElhPMa8X { color:#ffffff;display:block;width:50rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.8125rem;left:12.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w99uc6fatUhJmznvTdhtOr9bnPAvcKCd { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:100.0625rem;width:56.1875rem;top:17.375rem;left:9.4335918426512rem;display:block; }
#NFmGkCsFmmIpq4pQZx3ZvFzfL3mGe3gy { color:#f55a01;display:block;width:44.125rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:109.5rem;left:15.625rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#ia2m5hz6BTtayUuKlD4VTS0svyJMfhif { position:absolute;display:block;z-index:15009;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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;height:43.0625rem;width:43.75rem;top:19.499221801757rem;left:15.374219894409rem;overflow:hidden;display:block; }
#b6SMyLeOUbCJpmSpK3pSPOAq54FUcClX { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:72.75rem;left:12.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jc8qC8vyqOpguTnf18DP1PzFdm7ypF5v { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:none; }
#PJNntdca4kQfQlRtVSgHVgqSn6KitnPU { color:#000000;display:block;width:37.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:97.3125rem;left:18.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Wa0CwAXlkw6bCoTW7WfIJ3LfNtwXcNX5 { position:absolute;display:block;z-index:14995;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:56rem;top:1.6625013351441rem;left:9.4000015258787rem;display:block; }
#m7QR7f8ziv0RsbD6PJzwy211xTg4tyiU { color:#ffffff;display:block;width:50rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.3125rem;left:12.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fmFEpd1InZVBxcT3xi29E4cOtUI3NnO3 { display:block;width:50rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:65.9375rem;left:12.5rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:71.375rem;left:15.625rem;height:21.5rem;overflow:hidden;display:block; }#cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2dcdc6e0-a8bc-468c-aeeb-d7307efd525f/strzaka.png); }
#Oebo5sST5ehF9KAvwDIT2cSflqoJGtT8 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:103.8125rem;left:18.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#NKTGfwp9JHsK5BdDu2W1o2iRyQxJuiuo { color:#000000;display:block;width:37.5rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:99.75rem;left:18.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW > .row .container { border-width: 0; border-radius: 0; }#f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW > .row .container { font-size:0.875rem;font-family:"open sans";height:80.875rem;width:75rem;overflow:visible;position:relative;display:none; }#ZRXLHVSU8AFtP9LysCKpw1CsEE7i6XrP { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:3.875rem;left:25.5625rem;display:block; }
#yIXNqMEL5pcOaEsD6S5np2F7ErVqOAIT { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#iAM7Dk5EyVQnKLMyMyOg5RA0QbetnEXM { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.2062511444094rem;left:12.5rem;height:7.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oru9Dq9mulDi4M76NQsvMmDeeP3SPJQd { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:61.5625rem;width:56.1875rem;top:17.375rem;left:9.4335918426512rem;display:block; }
#WLyPySiRytmVtWLFAfN8pN6Bo0sM8ugE { color:#000000;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:20.9375rem;left:16.125rem;height:20.25rem;display:block; }
#SnqDhIAZ4hci2RD33196ICTAEhxp1wXf { color:#f55a01;display:block;width:44.125rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:70.937499046325rem;left:15.436719894409rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#OZZLorRZfaTBd4SVQQT07cG5W8PfZXwQ { 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:26.375rem;width:17.5625rem;top:20.9375rem;left:41.25rem;overflow:hidden;display:block; }
#oyCGVTfBXSbvf77G0u8TOHglBrl2nhqB { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:72.75rem;left:12.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eQ6aalFZtVHPN5RQnGNFaX2ZtR136gcq { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:none; }
#f9XHkVfvUA2k9bqCso8SE6Fy3ZU4gNe2 { color:#d7382a;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:51.100002288818rem;left:18.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:57.4375rem;left:18.75rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#Q8bs5f01AhEK7aDpAF0xu7neTbJ1p3J8 { position:absolute;display:block;z-index:14995;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:56rem;top:1.6625013351441rem;left:9.4000015258787rem;display:block; }
#CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q > .row .container { border-width: 0; border-radius: 0; }#CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q > .row .container { font-size:0.875rem;font-family:"open sans";height:137.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#lDxNuNcHGbTTpn3uJdErqwXrMuv1TdlV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:3.875rem;left:25.5625rem;display:block; }
#UvHXqgGdtsSHhB7BL6srllcVducozeyP { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#WAV79VWEFF6Pyxpo0VI55T4qauqnaOat { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.7687530517575rem;left:12.499219894409rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0B2DX4SdCZ0aTviAFtmnv7LxS8Ux0eS { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:116.0625rem;width:56.1875rem;top:17.375007629394rem;left:9.43515586853rem;display:block; }
#QLoeQFRUUIF9n0LzvEa0F6ZtKtTPBW63 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:21.062503814698rem;left:15.624219894409rem;height:42.525rem;display:block; }
#UKaiDZsEeLAsWFATHdwua9mQn21kHgw1 { color:#f55a01;display:block;width:44.125rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:126.3125rem;left:15.436719894409rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#aA2x21xelwvfRUrd85mPHrtCsADOUCQF { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.375rem;width:31.25rem;top:70.25000190735rem;left:15.624219894409rem;overflow:hidden;display:block; }
#tMLlF90ga3KiXowFLPBJviAS2u8qEuxc { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:72.75rem;left:12.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qtWkQFwEJc9aMpdZkxVCfZuKCQT9EfmK { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:none; }
#Xs3iTveMzOzmtmst81a1eazBP3Vf1iMb { color:#d7382a;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:117.5000038147rem;left:18.749219894409rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hJnyqF4RGAyH7iFViyvLddHukZP9pJi3 { position:absolute;display:block;z-index:14995;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:56rem;top:1.6625013351441rem;left:9.4000015258787rem;display:block; }
#TTxDWKh6VzmlMe99fqg9NzMO4hVPyaON { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:90.5rem;left:50rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#h5GWldeJctrPQPpc4u9m5aM3yS3E6TJc { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15092;opacity:1;top:87.375rem;left:50rem; }
#vQ2qP7fT92GrapTlFavdPbMxrWChD5vO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#vQ2qP7fT92GrapTlFavdPbMxrWChD5vO > .row .container { border-width: 0; border-radius: 0; }#vQ2qP7fT92GrapTlFavdPbMxrWChD5vO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQ2qP7fT92GrapTlFavdPbMxrWChD5vO > .row .container { font-size:0.875rem;font-family:arial;height:97.875rem;width:75rem;position:relative;display:none; }#PiQqfy2LLzHwnsDOJ6h8zT7TyyZG4kTy { color:#001f39;display:block;width:62.5rem;position:absolute;font-family:inter;font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.3125rem;left:6.2500019073488rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiqpXECiWgJLaEOXqA5LdhAQE6AMzCWQ { position:absolute;display:block;z-index:15002;background-color:#152b50;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:32.25rem;width:56.25rem;top:18.9375rem;left:9.375rem;display:block; }
#tphDf6C2Fh8s1Gh2G7d0LyKJF5GOA010 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.4375rem;width:54.375rem;top:19.875rem;left:10.3125rem;display:block; }
#XdOtPNKHUxm1DL6hkfa0yppFPG8NBeiH { position:absolute;display:block;z-index:15004;background-color:#152b50;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:32.25rem;width:56.25rem;top:60.8125rem;left:9.375rem;display:block; }
#Z9zZskRrkqwrUpX3Q6COxsfd8ZVozxrz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.4375rem;width:54.375rem;top:61.75rem;left:10.3125rem;display:block; }
#cTv5VOnumvTxzFdJv3iXLHbOyRlPPE8S { color:#001f39;display:block;width:50rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:15.25rem;left:12.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o8nmqaqG0XlOdKA7RCSqRxq7MkEoE96m { color:#001f39;display:block;width:50rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:57.125rem;left:12.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container { background-color: transparent; background-image: none; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container > .video-iframe-container { display: none; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row > .video-iframe-container { display: none; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .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); }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container { border-width: 0; border-radius: 0; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#rZZ3LE1vOGOtDIkOA8dVh82wI1CoS8u4 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: none;height:39.9375rem;width:22.5rem;top:3.1875rem;left:38.1875rem;display:block; }
#qTnON4pycEQ5z7vSmMX71ZypHOLSAmLq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:22.5rem;top:5.3125rem;left:13.3125rem;overflow:hidden;display:block; }
#SCTEZtHdJ7iDMzAPz1DJmEoq4e7A1vqC { position:absolute;display:block;z-index:14999;background-color:#152b50;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:41.8125rem;width:24.375rem;top:2.3125rem;left:37.3125rem;display:block; }
#IwAJgsxELD5bc60iwEXrI4En6LFkpAov { background-color:#2f2f2f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IwAJgsxELD5bc60iwEXrI4En6LFkpAov > .row .container { border-width: 0; border-radius: 0; }#IwAJgsxELD5bc60iwEXrI4En6LFkpAov > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IwAJgsxELD5bc60iwEXrI4En6LFkpAov > .row .container { font-size:0.875rem;font-family:"open sans";height:107.125rem;width:75rem;overflow:visible;position:relative;display:none; }#S3AgzHsFbg9TLgmh0lOCRX9UA6E0QP5Q { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(227,227,227,0.8);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(227,227,227,0.8);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.375rem;width:23.4375rem;top:3.875rem;left:25.5625rem;display:block; }
#DO9znMfSGhr2zT27Qk8Ti4asanMqlfXF { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#sVMT05rqRQ8R2rTo2tIW8yexalhKTpwP { color:#ffffff;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0187511444094rem;left:12.499219894409rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPygHkgyVZ1531JJnBHVHScXgpx6ZiDg { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:85.9375rem;width:62.5rem;top:17.425098419189rem;left:6.2492198944092rem;display:block; }
#H0yz6ACLyBOT8TTuuMC2z6PV9bXMuuZ9 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:52.3125rem;left:12.499219894409rem;height:44.1rem;display:block; }
#wd1fhyuQOGi1FyZPnW73wwGKsWTJ8tqN { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:72.75rem;left:12.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zxr43LPX1XLvody6x312TFWnzOLfBLQV { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:domine;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:18.75rem;height:2.6rem;text-align:center;text-align-last:center;display:none; }
#Qwos5gTy8eJKadXTVsbZeuqzgiixzOuy { position:absolute;display:block;z-index:14995;background-color:#f55a01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:62.5rem;top:1.7125988006592rem;left:6.2742176055906rem;display:block; }
#DRhdZIFhTgUHENfMDIW6s5e9MxuwtVLz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5rem;width:62.5rem;top:17.425000190735rem;left:6.3484363555906rem;overflow:hidden;display:block; }
#nUxsBnZngUpu2ESxs72OGNco2UfNIRq1 { box-sizing:content-box;height:41.5625rem;width:62.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:17.556251525879rem;left:6.3484363555906rem;display:block; }
#uImNSFifKidVwLuGKhyvTo32qABNe5Nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container { background-color: transparent; background-image: none; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container > .video-iframe-container { display: none; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row > .video-iframe-container { display: none; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .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); }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container { border-width: 0; border-radius: 0; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#HUW7EmqkROuUK3w1oD9FXvcSBHOedvsg { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: none;height:19.375rem;width:35rem;top:3.1875rem;left:1.4375rem;display:block; }
#cEKidECTbLwW0iSlpwtewB6OWemJS6an { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;box-shadow: none;height:19.375rem;width:35rem;top:3.1875rem;left:38.375rem;display:block; }
#mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; } #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection *:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="text"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="email"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="tel"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection textarea:focus-visible { outline: none; } #N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container { background-color: transparent; background-image: none; }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container > .video-iframe-container { display: none; }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row > .video-iframe-container { display: none; }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .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); }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container { border-width: 0; border-radius: 0; }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container { background-color: transparent; background-image: none; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container > .video-iframe-container { display: none; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row > .video-iframe-container { display: none; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .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); }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container { border-width: 0; border-radius: 0; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#GZioVrSDyiXfI42xIKbKdH3crdwVkgTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GZioVrSDyiXfI42xIKbKdH3crdwVkgTW > .row .container { border-width: 0; border-radius: 0; }#GZioVrSDyiXfI42xIKbKdH3crdwVkgTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZioVrSDyiXfI42xIKbKdH3crdwVkgTW > .row .container { font-size:0.875rem;font-family:arial;height:147.6875rem;width:75rem;position:relative;display:none; }#XKitEiZiFTCylHDqxZNChTQaIKXhvfZi { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(255,255,255,0.7);top:5.5617218017578rem;left:12.5rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dSrsS0X4wnr8QT5BoVhOTgOrCZIuDsQx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.3125rem dashed #000000;border-left:0.3125rem dashed #000000;border-right:0.3125rem dashed #000000;border-bottom:0.3125rem dashed #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:43.75rem;width:22.75rem;top:72.375rem;left:25.875rem;display:block; }
#rJxoaSETzKGAf3DIV4MeHxQ3ukJRQLy5 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:83.75rem;left:26.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zg1bUiOcoAo2Dh8SR01Fdcu1McRrC94n { color:#000000;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:42.0625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DbpydBEGN2ukI6a4EJ6aaA57MUohApxr { color:#00b050;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:77.9375rem;left:26.3125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwBWeeT6w0Apns72oRdV4t4bvv8Hk5Fm { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:25.000001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MRl969kGErB20kFsTn2Ca92miTaZFSeP { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:58.1875rem;left:17rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L027ETHAh5eVs3Xv2IXrP4BCK8VQi0T0 { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:91.125rem;left:6.375rem;display:block; }
#SOzClAz1gEJhbzaqqwoIl0chroSeKode { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekWT6OpBf3dg3C2o1dxQv4kyfSFlK1wA { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TsLmTenlIsAwWT6EczK1h1454w0nrfxc { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:75.5rem;left:26.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAVd7dX1p2XM2wrCyZxDWnRVCJl5w9ve { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:109.6875rem;left:27.875rem;display:block; }
#smb43uRE77oTgUXB4Cr17RGt7XUaH7gk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-text.counter-number { border-top:0.216875rem solid #000000;border-left:0.21625rem solid #000000;border-right:0.21625rem solid #000000;border-bottom:0.216875rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.616875rem;padding-right:0.53625rem;padding-bottom:0.616875rem;padding-left:0.53625rem;display:block;align-items:center;width:3.215625rem;min-width:3.215625rem;height:3.315rem;position:relative;font-family:"open sans";font-size:2.466875rem;font-weight:700;line-height:53.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2875rem;height:1.310625rem;position:relative;font-family:"open sans";font-size:0.925rem;font-weight:700;line-height:20.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.875rem;height:6.67875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:62.75rem;left:25.875rem;z-index:15089; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #vMB3rnwuDNFpogFAvIVTtLgKiKI5endB { display:flex;position:relative;top:0rem;left:0rem; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #UFnuARAWTMJbvQihWiWtccOc8b08MEUw { width:auto; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #sq7BmqKZBMboeo80M3A13W801TDyZXsT {  }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #lrkiaxOZHXPi9qTXhUsAQTqc8qip9l4W { display:flex;position:relative;top:0rem;left:0rem; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #iMQbll5uEHASTAe9PzkfbQ1wEXGwrsSQ {  }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #u4OUGxBfnUDk7RtmwTcbK7EWwE3sPhGL {  }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #vF5aFmZcoT1EByzIVIlZKvEku98KFCg2 { display:flex;position:relative;top:0rem;left:0rem; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #QsA4KnsImBVFoI00lA5LDlIZVfCkpGAz {  }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #fb0RBFCbw7C48V3EFFL2a6rbEHiSIWDL {  }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #Nkoe67zxAHrFs4ctwxbCBhxaNqpVNNut { display:flex;position:relative;top:0rem;left:0rem; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #Lgz0niPKIEX0btOPct4VKPDdB9xt2a1u {  }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u #lxOrPzTRzTPTCc3ar3bxEnEKEsZvLwym {  }
#XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:90.25rem;left:28.0625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#KJvGze9fITn6kkWHaImQZfdlnHxDUIEN { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:25.4375rem;width:18.875rem;top:72.375rem;left:4.9375rem;display:block; }
#ePP81IrtXT9wkUeIEwlrPEQeLHCKiFtJ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:75.5rem;left:5.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ua3nuVTJg6LLGyCcmPZReRP5v5nsET81 { color:#00b050;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:78.375rem;left:5.125rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eH8wdv5yCIOQJTxDtbrMFr2OrpanNbgN { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:83.75rem;left:5.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOlS8bPECft8BuPtm9mEsAleR8dmZTZB { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:134.5625rem;width:69.5rem;top:2.09765625rem;left:2.79296875rem;display:block; }
#kamakd6JE6xi2OenJLIfm63qvppzhfNZ { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:43.875rem;left:2.8125rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA { color:#000000;display:block;width:17rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:93.5625rem;left:29.6875rem;height:7.45rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#kAWdyZo7MPeQi8MFZWLnNlbQU3ZqLHcX { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:139.08750152588rem;left:21.874219894409rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#HAPuXANDpkPWfuC3GZnQo4VeLAscy8xu { position:absolute;display:block;z-index:14993;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:31.25rem;width:31.25rem;top:105.75rem;left:3.0625rem;overflow:hidden;display:block; }
#RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:24.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#WWP50oWa1IT5QChR6dNgzuJldDa8QS51 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:62.125rem;width:19.1875rem;top:72.375rem;left:50.8125rem;display:block; }
#qpsbl0k9XqMraPop92sM8Vv8nvCIKuyu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:75.5rem;left:51rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNF5Kx5zKFEEJ9Xk437bZdy91t74zEUM { color:#00b050;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:3.4375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:78.375rem;left:50.9375rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gbu0hz4eO8a4VzVOHd4xooR5M3fFHG0B { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:83.75rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GksL6hsbnUCtB7v6m3mMza4TEhaIl3iX { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.375rem;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:127.8125rem;left:52.4375rem;display:block; }
#gZTvHCzacWhAtovxQfOaCKWeVpyntTEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTZb2MsQO3HuRwkqGq4fVEAdDwT3wSN6 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.91250038147rem;left:17.186719894409rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mCLG6Du05dllTddCE1x7x0xaVelG7Fbn { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:35.5rem;left:17rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQgINhrRbfQT2ItNs1zHHS5OOsAZNHkL { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:51.4375rem;left:17rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BH9QJ9KTvUke1ZAIl6Ke8LDTwLpSUyTW { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:46.25rem;left:17rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsuX9fz6iybnZA68d53Glh5f6LKXRDk8 { position:absolute;display:block;z-index:15002;background-color:rgba(255,235,157,0.2);background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:9.5rem;width:44rem;top:45.5625rem;left:15.3125rem;display:block; }
#b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:103.125rem;left:52.25rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN { color:#000000;display:block;width:14.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:107.625rem;left:54rem;height:14.275rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:90.25rem;left:52.3125rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:121.75rem;left:52.25rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#qomIfyJtBk9xgmBnrJeX867MSZeU1bMt { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:58.617969512939rem;left:17.186719894409rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:99.375rem;left:28.0625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:99.375rem;left:52.375rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:86.5rem;left:6.375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:86.5rem;left:28.125rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:86.5rem;left:52.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu { color:#000000;display:block;width:14.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:93.5625rem;left:54.125rem;height:8.5875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#ndELaCMCbigyCxpcqrqJEGFixtTa49t6 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R4WCEDuqmk6uuTC9O6dNTByAi668xDad { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Tq0PcGKBGH2cmPP6N47GHGLhNZCcQ7hd { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SCvlb3SNVMeTCNdUp3PdXhVI7tufaiI0 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:44.112500786781rem;left:19.112501144409rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#upxlCls1Rqx8xtWrfcUHqdTVJKSrsE17 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:40.375rem;left:17rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5dLHtIr9hHIwm4upsSTImxInq0pse2y { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:100.6875rem;left:28.0625rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#T5dLHtIr9hHIwm4upsSTImxInq0pse2y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T5dLHtIr9hHIwm4upsSTImxInq0pse2y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC { color:#000000;display:block;width:17rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:103.875rem;left:29.6875rem;height:3.725rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container { background-color: transparent; background-image: none; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container > .video-iframe-container { display: none; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row > .video-iframe-container { display: none; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .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); }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container { border-width: 0; border-radius: 0; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container { font-size:0.875rem;font-family:arial;height:141.75rem;width:75rem;position:relative;display:block; }#CuoZeTTQWRlcuTxm5s4RW7d5Q58TdAcR { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(255,255,255,0.7);top:5.5617218017578rem;left:12.5rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BhEtbWVsd3IrN3WTpZoHKqT75Da3t4Gf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.3125rem dashed #000000;border-left:0.3125rem dashed #000000;border-right:0.3125rem dashed #000000;border-bottom:0.3125rem dashed #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:42.4375rem;width:22.9375rem;top:63.187469482425rem;left:25.937501907349rem;display:block; }
#zASbPduw9TtTJs8pMKPsrKR3SKITIMmy { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:74.5625rem;left:26.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D627ubH3kxfKTO2iHzOu1bcKqcTDDU1O { color:#000000;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:42.0625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WiENp6GCBknvicp4ltTrpOt6zXbmzopq { color:#00b050;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:68.75rem;left:26.375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAGPfhcdSskCdWRy8dCrygtPdM9nDh2l { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:25.000001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fgETwDzOi1okl1IoDQK6fh1yUXIpRVdU { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:45.9375rem;left:17.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qFPfg7E4RVP3674lzpNl5TkhJUIZGC8A { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:84.325000762938rem;left:6.5242214202881rem;display:block; }
#MkidlXfPN3xg5tJpbL9kP4XXDP4T9pS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aQAKmHmhoydMNandmRP50X7MMSe5hn7E { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQ8wuxm3sdWveR9avyecnE3fLFvdLPQ4 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:66.3125rem;left:26.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzE7urrWeWbcJ13lBDKs1mfpfgiqm779 { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:98.937505722044rem;left:28.300001144409rem;display:block; }
#eXCWKXXPp9J9MsTlXF6pAF6fUmCH0ZiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-text.counter-number { border-top:0.216875rem solid #000000;border-left:0.21625rem solid #000000;border-right:0.21625rem solid #000000;border-bottom:0.216875rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.616875rem;padding-right:0.53625rem;padding-bottom:0.616875rem;padding-left:0.53625rem;display:block;align-items:center;width:3.215625rem;min-width:3.215625rem;height:3.315rem;position:relative;font-family:"open sans";font-size:2.466875rem;font-weight:700;line-height:53.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2875rem;height:1.310625rem;position:relative;font-family:"open sans";font-size:0.925rem;font-weight:700;line-height:20.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.875rem;height:6.67875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:52rem;left:26.0625rem;z-index:15089; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #ZBg5gGIA0OC6mxsmKlfD7liHE0treJTh { display:flex;position:relative;top:0rem;left:0rem; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #D9W3aFp9ULfzZENVTk7Qa2UPy2aCsXCO { width:auto; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #WM7b8VmRlTP5ANVOUyP8TIOuXahh1bFI {  }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #UNUvoGImivDKPXPlK0EetNgvQz239TNT { display:flex;position:relative;top:0rem;left:0rem; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #wn9oeytxHiNpU77J4M0JUnawcsur17nz {  }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #c3mvuC0C6tgJUZDOGohahBS0q2WWa7Re {  }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #VpdHwVFI841VQJTC9WWFRZksI0wEtCJn { display:flex;position:relative;top:0rem;left:0rem; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #xcbIiPk74evJnKnu55Z7WB9LpzgO8TKN {  }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #p7M6nc0w6BTFKPMuyDHdFnRf2cnuQo77 {  }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #aUcWSKn8ic4kxNiVf8NJEQOAx5xOG8vo { display:flex;position:relative;top:0rem;left:0rem; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #IAeIdg0eH6VZSDE7ZMA6Hg8PPEiT5nxe {  }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #ycXoak4LXO0h3lgZ2uqL7CGF7ZUGE5d5 {  }
#NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq { color:#ff0000;display:block;width:17.625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:83.8125rem;left:28.1875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#bOxW7VfPhSdiWoSTimgXfwWBqUzSiS6J { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:27.8125rem;width:19rem;top:63.187469482425rem;left:5rem;display:block; }
#wvmnKPfnb0HVJlDHUfsNcGDBIOv1pKXG { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:66.3125rem;left:5.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mxJnOhGQor7GuOK7XdDHbungo2XkWgNO { color:#00b050;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:69.1875rem;left:5.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZA0GRhfe6lKKCULGTnSXa1yCtg9lA3V3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:74.5625rem;left:5.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WErFIEBn9Z3QSfaA1kCLfLvQUeOxXcmT { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:128.25rem;width:69.5rem;top:2.09765625rem;left:2.79296875rem;display:block; }
#lCQDF0SRBhBgMi2RMS1JVHAtMPKhipOT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:43.875rem;left:2.8125rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax { color:#000000;display:block;width:17rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:87.125rem;left:29.8125rem;height:9.525rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#RdPe5QR7SwQIThelxTI5y4sGyFr1QvgE { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:132.25rem;left:21.9375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#zGsNTNepqKi5m06yTzdKpazPSnozXsFa { position:absolute;display:block;z-index:14993;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:31.25rem;width:31.25rem;top:99.375rem;left:3rem;overflow:hidden;display:block; }
#aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:24.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#TafV2UsyAzRK7RyPKKPhO2IsZcyqgh1r { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:64.875rem;width:19.1875rem;top:63.187469482425rem;left:50.875001907349rem;display:block; }
#WCMozOnzvZUunAa2TZ5AkWxLg7dnZO63 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:66.3125rem;left:51.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcrxkGg7En5a3c9BapIFa63wcmGxybd5 { color:#00b050;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:69.1875rem;left:51rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqwFnUpM7cyuJsTp8vaq2OLtJdbS7whR { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:74.5625rem;left:51.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ou49DFu2JTu36f4Ft1o0ePLSh2rZluVH { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.375rem;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:121.3750038147rem;left:52.462503433228rem;display:block; }
#zH4n5XnZDQxo2y1qXhCyGtN5X7nJ18yL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RclrohX0XS7T2eBQITCMmngC6MgegXnK { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kgAobpzpd0822fJiqE1uzh66PxROy2DE { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:35.0625rem;left:17.1875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rHeLISkqQCBcxn9afQI88s6TTcshATUX { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:96.6875rem;left:52.375rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#rHeLISkqQCBcxn9afQI88s6TTcshATUX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rHeLISkqQCBcxn9afQI88s6TTcshATUX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs { color:#000000;display:block;width:14.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:101.1875rem;left:54.125rem;height:13.1375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:83.8125rem;left:52.375rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#XD9GIh0UA245xozXMqRssFX5NBtwxTkb { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:115.3125rem;left:52.375rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#XD9GIh0UA245xozXMqRssFX5NBtwxTkb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XD9GIh0UA245xozXMqRssFX5NBtwxTkb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:99.375rem;left:28.0625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#ADy0n99Jowad8Qme3310z1SlhUURCp1i { color:#ff0000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:99.375rem;left:52.375rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:none; }#ADy0n99Jowad8Qme3310z1SlhUURCp1i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ADy0n99Jowad8Qme3310z1SlhUURCp1i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#I5VSLhS8HQxvpL4ca527iC5ayXMJECJx { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:77.3125rem;left:6.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#I5VSLhS8HQxvpL4ca527iC5ayXMJECJx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I5VSLhS8HQxvpL4ca527iC5ayXMJECJx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:77.3125rem;left:28.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:77.3125rem;left:52.375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:87.125rem;left:54.25rem;height:8.5875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#MqXKpUn3V1pdOnnbHMXn9DG2femXQHPq { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VKcG8JL12eT32AhTeAzCDekDFmL4g2s1 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KoEc1KCeoIX6rIXNJnDDWvs5w4vTxmze { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:41.862499237061rem;left:17.186719894409rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PEP5X6oxJtVR6RTMI5u37zUCPSHgPpkR { color:#000000;display:block;width:38.75rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:44.112500786781rem;left:19.112501144409rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eecKz7u4QXIDPFqXu6t0Qfgt6yFofVsO { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:40.625rem;left:17.1875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x39ZdWe5mboutIQvfItw97GvM2W1RDrn { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:81.061719894406rem;left:28.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#x39ZdWe5mboutIQvfItw97GvM2W1RDrn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x39ZdWe5mboutIQvfItw97GvM2W1RDrn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:81.061719894406rem;left:6.4929714202881rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:81.061717987062rem;left:52.375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 > .row .container { border-width: 0; border-radius: 0; }#dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 > .row .container { font-size:0.875rem;font-family:arial;height:109.4375rem;width:75rem;position:relative;display:none; }#ZnSf7f9gC7NSH997kT3B2wXXAOKNuHTS { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(255,255,255,0.7);top:5.5617218017578rem;left:12.5rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urrM3DSk5nTTRTt6thlZsILgqiARCQK8 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.3125rem dashed #000000;border-left:0.3125rem dashed #000000;border-right:0.3125rem dashed #000000;border-bottom:0.3125rem dashed #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:47.4375rem;width:22.375rem;top:48.9375rem;left:14.187498092651rem;display:block; }
#VDyd3PoeLWUiX9vB6stVhaA9NozBWeEB { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:60.3125rem;left:14.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZb9WzwnNLc1xqxDOTnKzrE0DNgsKIxg { color:#000000;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:42.0625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oF0H3lAFQsCNfdSEPibvHorZhS1PKQ0S { color:#00b050;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:54.5rem;left:14.625rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4cBX5b2S0UhdExehh4dxfct7T1weceb { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:25.000001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xZiVsTwEWTrmPzQt1AvHc8EMe6JCDENx { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:37rem;left:17.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBJWSzqpObuyT7oN4AKLTqbRHyKnwCRq { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:63.875001430512rem;left:40.649219512939rem;display:block; }
#KyPmanwOGOzqHZBsSwzDcdzRNCKg0wbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kbrd0As4Xs2Ozfv3ATTm2xDnKbsF4Rox { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENxbFiuBdC4ZEHmsAfpSPoNtuS525BJL { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:52.0625rem;left:14.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEecZvw8M9MaJkRrsFXgVJzai4SHFyy0 { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:85.875rem;left:16.3125rem;display:block; }
#GKEhJXZIfrLzvrCUtDm9QR7rlMo8uc3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-text.counter-number { border-top:0.216875rem solid #000000;border-left:0.21625rem solid #000000;border-right:0.21625rem solid #000000;border-bottom:0.216875rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.616875rem;padding-right:0.53625rem;padding-bottom:0.616875rem;padding-left:0.53625rem;display:block;align-items:center;width:3.215625rem;min-width:3.215625rem;height:3.315rem;position:relative;font-family:"open sans";font-size:2.466875rem;font-weight:700;line-height:53.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2875rem;height:1.310625rem;position:relative;font-family:"open sans";font-size:0.925rem;font-weight:700;line-height:20.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.875rem;height:6.67875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:40.375rem;left:26.0625rem;z-index:15089; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #t4ci1f5weNgllvqPBU06TplRAik9Cm2G { display:flex;position:relative;top:0rem;left:0rem; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #Om34S3GxgfEeKuTErTVOm5zTKKaVpcW8 { width:auto; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #AD53TJySS3okUXP6n3o5csaq1gCIApoC {  }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #iWKyixtCPm0GdbXbimWKkFaONkpMImsO { display:flex;position:relative;top:0rem;left:0rem; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #vwTH9IhihTRrkSsEnw4TZa80ZXznE0QX {  }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #KeVgH37gxuKNQNIbchN7QTHwVhsck35A {  }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #qDgQVwV6I5JrA3eSbEubX03cBnUyim11 { display:flex;position:relative;top:0rem;left:0rem; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #O7R5oXmlJskPk5uWsTcC6JIzZWPxZd1a {  }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #mwaM6ZHmonr1h869xMkeze9G8bbVDJnu {  }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #NARzyJnEpiybrcxX9EQI1hNJWGKBelgT { display:flex;position:relative;top:0rem;left:0rem; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #zL6Dxsu5Hg0ATCsKfL7MFEqBZIVpZ4DB {  }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #LoNwgttGxCenubeVRfdw3wBLubhR7nOo {  }
#zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:63.0625rem;left:16.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#HkA26JFPHRZ1a6BhF5RUMM3yVvtTS2Fv { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:22.1875rem;width:22.5rem;top:48.9375rem;left:38.687503814698rem;display:block; }
#VVo5RgOBrCf1vIJL2Bdx1zgZIlc98Q6v { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:52.0625rem;left:38.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTZX5MTMRiBdNz8Tsq8WyKGTwaU5Gs6U { color:#00b050;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:54.5rem;left:38.9375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTn1fvcvik4ITKiuuuHAA4sdEQPK42DJ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:60.3125rem;left:38.9375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkUzSHdKbyqDkkdyLTAg5E3rXEu85T8e { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:97.25rem;width:50.75rem;top:2rem;left:12.16562461853rem;display:block; }
#hBJH0SP7VFJ3H47S3eA79WNBZmkW8bAF { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:43.875rem;left:2.8125rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM { color:#000000;display:block;width:17rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:66.1875rem;left:17.9375rem;height:3.725rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#aqOvm6WDSpdbVQBCX6sCTInl72bNLzEW { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:101.96250152588rem;left:21.874219894409rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#BV6goh27yyk3FciQQTPuuCQ6dMyPhcHE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:92.875rem;left:16.3125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kuf410a3CMl6eXRJTCqTtayHTZV2CXgr { position:absolute;display:block;z-index:14993;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:31.25rem;width:31.25rem;top:68.3125rem;left:31.9375rem;overflow:hidden;display:block; }
#TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:79.25000190735rem;left:16.25rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:70.6875rem;left:16.25rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:24.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#q4A4otQVBda5rHEU89OGVqVTtJuu99Qb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#q4A4otQVBda5rHEU89OGVqVTtJuu99Qb > .row .container { border-width: 0; border-radius: 0; }#q4A4otQVBda5rHEU89OGVqVTtJuu99Qb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4A4otQVBda5rHEU89OGVqVTtJuu99Qb > .row .container { font-size:0.875rem;font-family:arial;height:100.375rem;width:75rem;position:relative;display:none; }#CaXU8Hs2NEhQvuKKUNnQeaIntOFAqdTP { color:#000000;display:block;width:50rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(255,255,255,0.7);top:5.5617218017578rem;left:12.5rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kF3UlXUVnWK1BTdpLdZJXl3TSCcyyiSB { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.3125rem dashed #000000;border-left:0.3125rem dashed #000000;border-right:0.3125rem dashed #000000;border-bottom:0.3125rem dashed #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:38.8125rem;width:22.4375rem;top:48.9375rem;left:14.187498092651rem;display:block; }
#QuxAnex1hqov6c3wDSA9fAkJAir2yOkv { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:60.3125rem;left:14.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hKTgqGggM5LxFTBi85Fs35uxDTs3iBhZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:42.0625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LsIwQAd8QJ2DhLWoySANW0JeH2oycLeL { color:#00b050;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:54.5rem;left:14.625rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W52NsvbnnIHosoAf4UEg86hu7spGIthn { color:#000000;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:23.65771484375rem;left:25.000001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B5hNV73fhNszAA1IuGoS0LmRwhNRXiTc { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:37rem;left:17.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ho8IBI6kPIVepx3MoyivB9y9tBlfpCGM { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:63.875001430512rem;left:40.649219512939rem;display:block; }
#NMi7wftVvk4wVTkbPoTrSv8RAxrvzGQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xmv4PSqJLacnE4R1uTFHk6RTp2n9dppP { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wQChTLveZ9TcQc9R9CBFDO6H88FsAJpm { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:52.0625rem;left:14.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZ3TMXn9u6oeqHTpl7rqdxo8futar471 { background-color:#fdbc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:77.5rem;left:16.25rem;display:block; }
#VKXObVndrH10icQGMqbL30XFc7aZIhp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-text.counter-number { border-top:0.216875rem solid #000000;border-left:0.21625rem solid #000000;border-right:0.21625rem solid #000000;border-bottom:0.216875rem solid #000000;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.616875rem;padding-right:0.53625rem;padding-bottom:0.616875rem;padding-left:0.53625rem;display:block;align-items:center;width:3.215625rem;min-width:3.215625rem;height:3.315rem;position:relative;font-family:"open sans";font-size:2.466875rem;font-weight:700;line-height:53.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2875rem;height:1.310625rem;position:relative;font-family:"open sans";font-size:0.925rem;font-weight:700;line-height:20.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.875rem;height:6.67875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:40.375rem;left:26.0625rem;z-index:15089; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #IRNIawthDWypZTwqutToHetMnzduVQec { display:flex;position:relative;top:0rem;left:0rem; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #oHTwPRFf7b4HhJTOBIOIGp5o30ttP0Ea { width:auto; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #yp1apkQCw1hRIto5ilyx3NyZnnk6p1bJ {  }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #TbMuZiXE3Xrsn2rblMSGwSSSZFTIFxOX { display:flex;position:relative;top:0rem;left:0rem; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #S4ZNh3EvWhqcEObMNHItQyHUIV9Hn33Q {  }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #JTJzkyti3eXWP1oOvZNoTKTHa2Q1D9zQ {  }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #hbtQFbVW9iw2dIfnM2CMLFcSVA4p62uw { display:flex;position:relative;top:0rem;left:0rem; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #ZVdy9CWExRWLshPugafCLggqk2qoPVvr {  }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #KoaeCcKg17wSnKzL7cUKdlnKJwix6rIF {  }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #H78nEAODXwqLBREJyZA6yZsTX9TPod5R { display:flex;position:relative;top:0rem;left:0rem; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #lOKUkPlDx0bBFiOgAUADpcdoJndAb3KR {  }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #nemqTfutmynaiuvEWAhBxf35epDD5wAn {  }
#OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:63.0625rem;left:16.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#QNVCm40yB6z6b4atHS7UAgEN1mcUR9Hz { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:22.1875rem;width:22.5rem;top:48.9375rem;left:38.687503814698rem;display:block; }
#y3pw63FsKfqQcsszJtATpzTrQ4Too55A { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:52.0625rem;left:38.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATi73wr4ruJNCkbVx0URWBOfrhLOaKyE { color:#00b050;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:4.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:54.5rem;left:38.9375rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T129xqlIlqn6p1OTD5xeLSMceei9TKgq { color:#000000;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15089;line-height:1.3;letter-spacing:0;top:60.3125rem;left:38.9375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAytNshgXgCsG1rWFvAbT7XeoM2rvpZ4 { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:87.9375rem;width:50.75rem;top:2rem;left:12.16562461853rem;display:block; }
#TH9ChpwnIP5tQAOGwyd0LAK4XLTiymmc { color:#000000;display:block;width:16.25rem;position:absolute;font-family:oswald;font-size:0.8125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:43.875rem;left:2.8125rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dys26WhuJhsFG6M19UnZO55N9FTUBx2I { color:#000000;display:block;width:17rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:66.1875rem;left:17.9375rem;height:3.725rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#dys26WhuJhsFG6M19UnZO55N9FTUBx2I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dys26WhuJhsFG6M19UnZO55N9FTUBx2I li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#KBwxfGWbQ6CLFdelZI8SZfzZazfp2srz { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:92.900001525881rem;left:21.874219894409rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#St32IgpxtIK7QgWeGh3w6UlBFOy69oe3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:0.75rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:84.5rem;left:16.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DkQULoUdgcv26FLroD3uBr1nmA1rxlWz { position:absolute;display:block;z-index:14993;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:31.25rem;width:31.25rem;top:59rem;left:31.9375rem;overflow:hidden;display:block; }
#Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn { color:#ff0000;display:block;width:18.75rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:71.0625rem;left:16.25rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
#R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu { color:#000000;display:block;width:40.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:700;z-index:15003;line-height:2;letter-spacing:0;top:13.548440933227rem;left:17.1875rem;height:24.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#AbB133ErC2EBsrThwvEshXMqJrKU2EPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container { background-color: transparent; background-image: none; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container > .video-iframe-container { display: none; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row > .video-iframe-container { display: none; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .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); }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container { border-width: 0; border-radius: 0; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container { font-size:0.875rem;font-family:arial;height:155.8125rem;width:75rem;position:relative;display:block; }#RXd30ZcCr46cohNhxsX5kVKvPfk9ZH5u { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:132.25rem;left:16.1875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgFQ5tlVod8JOKTIOpQqch1VVAAf608u { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:135.3125rem;left:16.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zelJQcOFJ7ifwitpph0m8QVu6qefMZFd { position:absolute;display:block;z-index:15087;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:14.5625rem;width:15.125rem;top:139rem;left:29.9375rem;overflow:hidden;display:block; }
#TUISeydaG4OqmrCy7mxHTFAETzFNlp5z { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:90.125rem;left:16.1875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmaeFOJGaWPb0EyXckcTuONztoqe7TME { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:95.625rem;left:16.1875rem;height:35.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ss8ngWNtsGJRQ7x51Mk8KJM6th1ToW6B { position:absolute;display:block;z-index:15078;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85.5rem;width:43.75rem;top:1.8495140075684rem;left:15.562501907349rem;overflow:hidden;display:block; }
#khnfPM2xpu3se8fC74a8btU2sSywU3T9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { background-color: transparent; background-image: none; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container > .video-iframe-container { display: none; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row > .video-iframe-container { display: none; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .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); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { border-width: 0; border-radius: 0; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#aHmcdLitllPrsCxBl2LSoEu4zgkqikO4 { color:#e5e7e8;display:block;width:42.6875rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:1rem;left:16.155469894409rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container { background-color: transparent; background-image: none; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container > .video-iframe-container { display: none; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row > .video-iframe-container { display: none; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .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); }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container { border-width: 0; border-radius: 0; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#l8Nxr8NTThoDDrNARFB4qPBNK9nP5G2A { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.96875rem;left:17.186719894409rem;height:1.625rem;font-style:normal;display:block; }
#DpneuOp0rsA6CFOoL8Z3H1uSbzFnfhfT { box-sizing:content-box;color:#ffffff;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:15001;top:1.25rem;left:14.0625rem;display:block; }
#I7RgzliPTIFurSzRAmRzlehiusHJkWGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container { background-color: transparent; background-image: none; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container > .video-iframe-container { display: none; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row > .video-iframe-container { display: none; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .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); }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container { border-width: 0; border-radius: 0; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#wWpQ99OxsIQklx5kzlSU9PRC7W3d3UUT { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0867156982422rem;left:12.499219894409rem;height:29.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR > .row .container { border-width: 0; border-radius: 0; }#v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:none; }#IXk0CnACBKTPUbH5iiuoEMbHdnbCKmaT { position:absolute;display:block;z-index:15003;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:28.0625rem;width:50rem;top:2.9937515258789rem;left:12.39999961853rem;display:block; }
#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container { background-color: transparent; background-image: none; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container > .video-iframe-container { display: none; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row > .video-iframe-container { display: none; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .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); }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container { border-width: 0; border-radius: 0; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#nPP44hpNfLHTlutgqee8TeTtKVxLwTAS { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#nscZPicD62Sydi0qpeSlW5ghhK4zTTD6 { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container { background-color: transparent; background-image: none; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container > .video-iframe-container { display: none; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row > .video-iframe-container { display: none; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .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); }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container { border-width: 0; border-radius: 0; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#R4TwspduBxLN4VcqVS7qSEUASUz54xxx { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.499219894409rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FMOXMmXyxIzmkILI5f6LEH7A86aMWat0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:50rem;top:18.875rem;left:12.499219894409rem;overflow:hidden;display:block; }
#GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE > .row .container { border-width: 0; border-radius: 0; }#GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:none; }#Cv5z2D6pUccukO5MnoS7q5cu4HWvQzOM { position:absolute;display:block;z-index:15004;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:28.0625rem;width:50rem;top:2.8687515258789rem;left:12.39999961853rem;display:block; }
#yLeknoJffdelFuqhXN8dmVrmlLoTzabU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container { background-color: transparent; background-image: none; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container > .video-iframe-container { display: none; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row > .video-iframe-container { display: none; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .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); }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container { border-width: 0; border-radius: 0; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#O1GFwpxzHSVPcbZ1lSzLgu6SANrEGBRz { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#kVEWq3KTtVNfaOXyIIktdGUAkOdLqFsv { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container { background-color: transparent; background-image: none; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container > .video-iframe-container { display: none; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row > .video-iframe-container { display: none; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .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); }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container { border-width: 0; border-radius: 0; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container { font-size:0.875rem;font-family:arial;height:94.5rem;width:75rem;position:relative;display:block; }#Po2dbLO6X2TxonFMuXV16xSdw1RduxNt { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:12.499219894409rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RAREHRcBtNChnGBsGwD7T3UTqMCqUZ5t { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:50rem;top:9.8000006675719rem;left:12.499219894409rem;overflow:hidden;display:block; }
#x5Kfs6tQbmupm81c1fEGkuCORXSv2Hum { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.660937786103rem;left:12.499219894409rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0E5VvAl1B9HzD3FwvXE0rMt89JTSPDK { 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:32.5625rem;width:50rem;top:50.223437786103rem;left:12.499219894409rem;overflow:hidden;display:block; }
#yf3hZJIX99ZpyHa8O0ePJMQg0q2wOmKx { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:84.062501430512rem;left:12.499219894409rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N34Hq321UAFoFtwzFAzLXc96CCmlymc5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N34Hq321UAFoFtwzFAzLXc96CCmlymc5 > .row .container { border-width: 0; border-radius: 0; }#N34Hq321UAFoFtwzFAzLXc96CCmlymc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N34Hq321UAFoFtwzFAzLXc96CCmlymc5 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:none; }#oEgA7BR6QOKZJR3s4sJLixTelbaZxkXQ { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:25.1875rem;width:50rem;top:2.9062461853027rem;left:12.39999961853rem;display:block; }
#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container { background-color: transparent; background-image: none; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container > .video-iframe-container { display: none; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row > .video-iframe-container { display: none; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .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); }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container { border-width: 0; border-radius: 0; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#S2lAmWqko4CCSHzPxRqJ4h59TTEEdT85 { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#Tc7fOWDekQQZMNPSmXx8Ttw08JSRddWV { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container { background-color: transparent; background-image: none; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container > .video-iframe-container { display: none; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row > .video-iframe-container { display: none; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .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); }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container { border-width: 0; border-radius: 0; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3367156982422rem;left:12.499219894409rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
#B0N8XddXJHIDdl3kgV9MMXWbuWgQukDE { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.537502288818rem;left:12.499219894409rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX > .row .container { border-width: 0; border-radius: 0; }#CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:none; }#TyU3iTXxER5Og7iDZF92WNuA5Ox4BC03 { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:28.0625rem;width:50rem;top:2.8124961853027rem;left:12.39999961853rem;display:block; }
#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container { background-color: transparent; background-image: none; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container > .video-iframe-container { display: none; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row > .video-iframe-container { display: none; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .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); }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container { border-width: 0; border-radius: 0; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#Q37IJL2rL13fQNl9debdsizlnCF9dBcq { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#mzorwgtPgETUmwhmuU6mrDCT8PgPAF1M { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container { background-color: transparent; background-image: none; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container > .video-iframe-container { display: none; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row > .video-iframe-container { display: none; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .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); }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container { border-width: 0; border-radius: 0; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#lwTrcodc7zNV4KHOSRKbRcJpb8OHE4fg { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7992172241211rem;left:12.499219894409rem;height:21.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpC79Ts1gp3mcphSWLKVoEgwle69Ep6Z { 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:18.5rem;width:50rem;top:26.675000190735rem;left:12.499219894409rem;overflow:hidden;display:block; }
#dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd > .row .container { border-width: 0; border-radius: 0; }#dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#wRcz4dZ8K91qN1qBya92ca6fMc4pTmDt { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:28.0625rem;width:50rem;top:2.875rem;left:12.39999961853rem;display:block; }
#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container { background-color: transparent; background-image: none; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container > .video-iframe-container { display: none; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row > .video-iframe-container { display: none; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .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); }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container { border-width: 0; border-radius: 0; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#fF2znJ5IQFAhQoRAClBC8f69s2kLF4oo { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#QW1bCChSGhcBzZ1FlTNEEOlbKuiLFy9y { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#DVGlMWyPCJa167snAsEmEclH7Pndhgwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container { background-color: transparent; background-image: none; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container > .video-iframe-container { display: none; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row > .video-iframe-container { display: none; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .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); }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container { border-width: 0; border-radius: 0; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#ZcbI6HhhhwwM7XFEHqchJAaTMTixgDUn { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.7359390258789rem;left:12.499219894409rem;height:19.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV > .row .container { border-width: 0; border-radius: 0; }#O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:none; }#a8gZLZCLbGQQyA0eUo9gJWT6K7dI2UKK { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: none;height:28.0625rem;width:50rem;top:2.9374961853027rem;left:12.39999961853rem;display:block; }
#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container { background-color: transparent; background-image: none; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container > .video-iframe-container { display: none; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row > .video-iframe-container { display: none; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .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); }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container { border-width: 0; border-radius: 0; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#netPUlonB3E7fJMSwHBNynkX9AvEPTyU { color:#991b3c;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#I6CAhPMxI2OEZL1yotyiugV1KlRGcnFA { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container { background-color: transparent; background-image: none; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container > .video-iframe-container { display: none; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row > .video-iframe-container { display: none; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .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); }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container { border-width: 0; border-radius: 0; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#kAdJGLKDwJPMB8zi5ToQ4iGbI3Szzqyu { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9234390258789rem;left:12.499219894409rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container { background-color: transparent; background-image: none; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container > .video-iframe-container { display: none; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row > .video-iframe-container { display: none; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .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); }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container { border-width: 0; border-radius: 0; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#CwxrC2HPVcCU9lBhb4C54u2f3qIEIach { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#lCZnmSGvoktNwNlox2LMJUZncofJ9i6E { box-sizing:content-box;color:#ffffff;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:15001;top:1.25rem;left:14.0625rem;display:block; }
#OQElGobCa93X8nPqbuvJarVHNKoUV3em { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container { background-color: transparent; background-image: none; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container > .video-iframe-container { display: none; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row > .video-iframe-container { display: none; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .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); }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container { border-width: 0; border-radius: 0; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#QZf7zpPidoNKr21TDUkUR7oZvJnpdMdg { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1109390258789rem;left:12.499219894409rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container { background-color: transparent; background-image: none; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container > .video-iframe-container { display: none; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row > .video-iframe-container { display: none; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .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); }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container { border-width: 0; border-radius: 0; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#tSxk5DnnFWWST9otQkyhccI7TTgSCuSQ { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#CT53tyF2Z4WoThNo61GWHNUa0LR8X6ae { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container { background-color: transparent; background-image: none; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container > .video-iframe-container { display: none; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row > .video-iframe-container { display: none; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .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); }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container { border-width: 0; border-radius: 0; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container { font-size:0.875rem;font-family:arial;height:92.375rem;width:75rem;position:relative;display:block; }#IdzV8mkvXWwHVMcNfEeurQBwcTc6bybJ { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6734390258789rem;left:12.499219894409rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ { color:#2f2f2f;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.250002384186rem;left:12.497657775879rem;height:3.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ li:before{  }
#JXbeEVHmMAusETsbyn6gWehPgraq8QQX { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62rem;width:25rem;top:26.25rem;left:11.5625rem;overflow:hidden;display:block; }
#I3cX3msQRedmo01U4cTN0lMTRQ3D1u5y { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.1875rem;width:24.1875rem;top:26.25rem;left:39.1875rem;overflow:hidden;display:block; }
#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container { background-color: transparent; background-image: none; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container > .video-iframe-container { display: none; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row > .video-iframe-container { display: none; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .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); }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container { border-width: 0; border-radius: 0; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#JbUGuJbzQXWtlMTD5NZUShFlWalAfII3 { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:17.1875rem;height:1.625rem;font-style:normal;display:block; }
#hDGJ366xGdNZrpVvH0SLCSgbnNZxq8ch { box-sizing:content-box;color:#ffffff;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:15001;top:1.1875rem;left:14.0625rem;display:block; }
#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container { background-color: transparent; background-image: none; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container > .video-iframe-container { display: none; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row > .video-iframe-container { display: none; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .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); }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container { border-width: 0; border-radius: 0; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#IUeim7cys4NiLUhiJQKwVBwXfvKTsTJW { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9234275817871rem;left:12.499219894409rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container { background-color: transparent; background-image: none; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container > .video-iframe-container { display: none; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row > .video-iframe-container { display: none; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .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); }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container { border-width: 0; border-radius: 0; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#UNvgynXU2k3V6ZcMwidPSt7BWZed0uSV { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:17.1875rem;height:3.25rem;font-style:normal;display:block; }
#x3boUxr5vz3GzCzINIcnEtAfp14OHghw { box-sizing:content-box;color:#ffffff;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:15001;top:2.5625rem;left:14.0625rem;display:block; }
#bIMHfkya20WPg3UD6dgOXR447AQR3hee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container { background-color: transparent; background-image: none; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container > .video-iframe-container { display: none; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row > .video-iframe-container { display: none; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .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); }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container { border-width: 0; border-radius: 0; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#K3yVNJWOzTWWVSt7AbWUirtkGtgNaAPx { color:#2f2f2f;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9234352111816rem;left:12.499219894409rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container { background-color: transparent; background-image: none; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container > .video-iframe-container { display: none; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row > .video-iframe-container { display: none; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .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); }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container { border-width: 0; border-radius: 0; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection *:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="text"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="email"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="tel"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection textarea:focus-visible { outline: none; } #GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container { background-color: transparent; background-image: none; }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container > .video-iframe-container { display: none; }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row > .video-iframe-container { display: none; }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .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); }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container { border-width: 0; border-radius: 0; }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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;z-index:auto;display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { background-color: transparent; background-image: none; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container > .video-iframe-container { display: none; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row > .video-iframe-container { display: none; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .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); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { border-width: 0; border-radius: 0; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#pOL5HNSIf0MTXkU5cMZbQUAS3aCii66C { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#mVKwax7xlWnBUpMfW7M5AuCOFZ8SzBpm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qmxw5H5TIFxvoxSXHCUVlohLcH5HEzIS { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:42rem;height:2.275rem;text-align:right;text-align-last:right;display:block; }
#lURvgsfl1fNkbxUde6vBt98XptxypSeA { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.125rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb { display:block; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 { width:19rem;height:5.3125rem;display:flex;top:10.25rem;left:9.47812461853rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #SNOVgFenGPyf5WP4Jm4yLKI9L1RKLaRJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #T4NufQvI2Bm10bwBnmNCxGV7dLGEoxDK {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #JCJQnKbiEETDwU0XCt19EKnot42er10I {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #DPw9MQwXEstLTNe1g3otWVwNBmUTiq9v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #e8Qti8KEtT0VVKxePsN9NP8Jp6iPI8Bh {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #Tpzh7P2WN8vNTrkep69HIy1C27gFm08N {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #dKNtOwB2QXfvN9f6LAG1AK9BK9VMvXS1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #stm7cpKwx4Q3zZ7PNDw0Tm0ZLMXETP9u {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #mak5UL3Hci6KEPV4Pse1tpftluRJigVI {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #BPKWlTuxtq4U5BOH8qhbUo3PZA8VV2AS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #DFTbbpzuTWyosmdyfFguV51tOhMlIdEw {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #VuuOBca7AwqnItbgGKfOrOqoTBU2brca {  }
 }@media only screen and (max-width: 763px) { #qBHkyUCqlLktb303IpOtZIwqkwv3oUGS { width:21.875rem;height:4.375rem;top:1rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImmwIKWa8nvbfeoqdS0hJJRVbod7bLAw { display:block; }
 }@media only screen and (max-width: 763px) { #krIrFholwMFETC31hSr9LxaJayvIQn5X { display:block; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImppGUWqk9pFF8Vlp8IqJFKu3X4ZooLV { top:7.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP { display:block; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulwsmNx9Pqp24rXuzNRnMdkDTbTcfzZf { top:8.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSfWAdiKHmZ2PZRVMtO7R0h2rRu3PEBy { top:15.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7POpTwhhxywoHZew6VpJ1xnW66i89JI { top:27.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttwUCzRb8rU7WeEvLaPq2BgxGlHlkyJx { top:35.375rem;left:2rem;width:43.75rem;height:40.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCcMhp10hLNlrefgsJEfgm3tILCXkZqB { top:112.6875rem;left:2.75rem;width:43.75rem;height:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBGT910BKpQlxn5kvBf7Kifdc7BKugu { top:185.75rem;left:10.0625rem;width:27.6875rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo1IWdRZcmmflnyKAJkGHOQJoBGTI9Og { top:74.5625rem;left:13.6875rem;width:21.9375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntyFIQrQPKPR5nqF1yOGR4xf50mDFNux { top:178.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qze0MqCHTN59gEDST1vzpNexNfBlApvt { top:132.875rem;left:5.5625rem;width:38.1875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9i0Oc6JnwTwoIaDCG1yHdNxRxbT17F { top:157.1875rem;left:2.75rem;width:43.75rem;height:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ { display:block; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz6wTuzG1OkLoHt9BgleLTWhLzuFnkXc { top:1.5625rem;left:0rem;width:47.75rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 { display:block; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlI8IEwSEqXPubVyTJEbuQTHT74w3CJT { top:4.75rem;left:5.0826821327209rem;width:37.5rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgTTTG3ux5mJkG92cBup7QXJTvZQbWn { top:48.6875rem;left:0rem;width:37.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00TILPPJkG1BMFMhqwIeNXgMwXltm2a { top:48.6875rem;left:19.875rem;width:27.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOfLMUovs8CvnKibnQ3oCM8A8TncE2Xd { top:80.0625rem;left:1.9500026702881rem;width:43.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh { display:block; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSbOVRWJCsv3vL9ttrIz2pLGharvVmNu { top:1.125rem;left:0rem;width:47.625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh6UfdTBaIgqvGvK7zRghSTv06GDalik { top:36.75rem;left:0rem;width:47.625rem;height:23.769204545454rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTv9PWEU5lIH4kx8EhIkiz9U7eTAZRKp { top:108rem;left:0rem;width:47.625rem;height:26.847668393782rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeGMZIxwAAe1VXDHndOhudfR6lqA7dBc { top:72.375rem;left:0rem;width:47.625rem;height:23.639318181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryz7gouM6D7fyLFIrtdP3LDqGpB2I9QE { top:143.625rem;left:0rem;width:47.625rem;height:17.766839378238rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr { display:block; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wywWoziaN4Nw00p5FF3asyTwMbgBfgVg { top:1.25rem;left:0rem;width:47.625rem;height:22.145625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXTexxTN4I8ICkn2AExBRql4wvBXonz { top:31.5rem;left:0rem;width:47.625rem;height:27.510093167702rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux3TJeoqisU1sT2mSDtRurNLTHtzVTa { top:61.875rem;left:0rem;width:38.625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2IJcKsgmGycLKNVZ3gtS0oezPEl0iTp { top:61.875rem;left:22.125rem;width:25.5rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6vp8o6aoW6y5CbEOZTyDMm8y3ebLVkp { top:85.9375rem;left:18.4375rem;width:29.1875rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZyLLdkSsiC7DJCNImGpSaO2x5T291c { top:92.3125rem;left:0rem;width:41.5rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLCi0XI3XTwKOwwT40oVcgme1mlTcWC6 { top:122.75rem;left:0.5625rem;width:46.5rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7f1WI0HlxAvtt33MOqfOC1h5fKXMF9i { top:170.9375rem;left:0.5625rem;width:46.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw { display:block; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOiEasttLMQMXBCMip0Tk8koZHals8wD { top:2.125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc4hrJNUJrcKIqOOT5nHZOTEHUQwfwLO { top:7.75rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubiqxqrJvsGHGIK1QdIpQxnOkyzhW2kD { top:52.4375rem;left:2.1875rem;width:43.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olmpKHOTJFtsd817rrqVwEtwOz0kedSs { top:23.25rem;left:2.1875rem;width:43.375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii1BWzhooaxnLNEawsdXeWZGhDtQCsce { display:block; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbTWkFIuVU1SaG4nHM0vBU5CKtwQMwZT { top:1.875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF { top:15.75rem;left:0rem;width:47.75rem;height:25.1875rem;font-size:1.875rem;display:block; }#rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
 }@media only screen and (max-width: 763px) { #WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT { display:block; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4qqyClZGfbF1f1BuZOEK7tzbZked2EF { top:1.8125rem;left:0.84375rem;width:46.0625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HczASwJtR5HyZaHspTuX3uAkSJJWLuvU { display:block; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGPhvULrn5zJH76y2FuJcZubCqiS7WBq { top:1.5rem;left:0rem;width:47.75rem;height:23.795416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa { display:block; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5JKvqxBZFMCAEVvl7pmUnLmr7yuNkfB { top:1.5rem;left:0rem;width:47.75rem;height:28.291875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS { display:block; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3Lv1F23t5yMJVtJ2PQOvbW1CO6K4meS { top:1.5rem;left:0rem;width:47.75rem;height:28.848958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq { display:block; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5fg7B5wnvFUZN99QRpGIf1NvR2DXUSP { top:3.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p14RB0KTu42KMG1GRkxLQzcFDIuKsBst { top:14.3125rem;left:0rem;width:20.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvd2ou7ucOTsLGiRoi65rCmp4oTLUkVn { top:7.3125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwVF2ZHxJz8eWBdrioOcSFcQTutGzzpx { top:18.1875rem;left:3.875rem;width:43.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa { display:block; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFsbdy0D4Cz3vIXTse7asOgyQpSgL69l { top:21.5625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIA16XqEFH6azTQbsb5yO57gFWiMALWq { top:32.875rem;left:5.0742168426514rem;width:37.5rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNp9CCerCVKML0P0bpkP5fTlvl8LcBOm { top:1.625rem;left:0rem;width:47.75rem;height:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S69TeVzo5HGPSC1sIzCbfsdui4Tk7wo1 { top:2.125rem;left:0rem;width:20rem;height:13rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo { display:block; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI7BFEsiuifaboJfNWCDVvWQ56GtTO9i { top:3.125rem;left:1.9992198944092rem;width:43.75rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ROHAAF6AqlinSoJz3eThro6JNTdGCF { top:17.625rem;left:5.125rem;width:37.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpVENA6FtG4tNrixOaQTNv6oOtQpRT3 { top:53.875rem;left:0rem;width:47.75rem;height:25.3075rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT { display:block; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXtdqufm4eT7oNxt59XyrR47NAdgNJNS { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ZVSICtKw2wEU6eLmC9B11o5rI8FhTv { top:9.5rem;left:6.125rem;width:16rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cELchVX2LithlzsM4HzAbcGxPV9O1dlu { top:9.5rem;left:23.5625rem;width:18rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfA4zKuUybuMdEhyBDIE5Q9cSAG22B0 { top:42.25rem;left:21.375rem;width:26.25rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMThixkuOT8bQucsB49IRSyi9QeoU2FM { top:72.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKF0vbDH8DxZKKeOoiVAWN2fZQhLfTJZ { top:77.4375rem;left:0rem;width:47.625rem;height:20.77640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6HMTTUR6Sgmhbp9Nv8dQNhPy326o3sO { top:105.625rem;left:0rem;width:47.625rem;height:22.5028125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLmqEQTkrtV0yvpZQhx8HUFaQ7AkZCZ2 { top:100.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEWaEIM5LSn5n3ThZJuywezBO6dahxV { top:131.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUxziPPJvPuXfBB0FhEp7ow9cTkk0mJp { top:136.3125rem;left:0rem;width:47.625rem;height:22.68140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuM9thS98E0ndCh6ODxu8iUD31gCkuOp { top:42.25rem;left:0rem;width:39.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF { display:block; }#poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvi6NRdo0KvsQ8oR2vrJ9HcWHfz2hIMp { top:48.75rem;left:2rem;width:43.75rem;height:47.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3r2plsIs1FXGQAwAeLl9yhnc3L0AZFp { top:141.75rem;left:2rem;width:43.75rem;height:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLglvq0l58g3sD3ytWom29cOFLxZv8PE { top:111.5rem;left:11.875rem;width:28.25rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Tm6ofofqqxRMKOzdQhFSZlQwLafzVS { top:34.875rem;left:2rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdxkmeT7KlTUOcc2ZTJVUba9meQAiqa { top:100.5rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdzpa1L4sTR2B6mhky6nDPHJ0TvT3TR { top:6.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzawHcdgMcTkuKVUU16EemItEqc7knkf { top:20.25rem;left:4.1875rem;width:39.375rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMSeFdWKKGki7alv32Qzzql4ZqraHcTI { display:block; }#GMSeFdWKKGki7alv32Qzzql4ZqraHcTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skgCloaW7QgCwEBdOdz10WWfxIceaIOS { top:2.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb1T0ApvwTXy26nEFpEsyLTTfWlCNcMv { top:10.375rem;left:2rem;width:43.75rem;height:76.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TiZBmhPJLITkbursrVPZtTHmkureQR { top:170.625rem;left:0.375rem;width:47rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq2PO8AXxliooyN2Cz1HHzXiukNueteQ { top:194rem;left:2rem;width:43.75rem;height:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMRFirq60ucqmO5yzdyTk83KKLgV5zqP { top:226.375rem;left:2.84375rem;width:42.0625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzk3mM5Ml5EleEFHKGJk3hwQEq7i49bG { top:258.4375rem;left:2rem;width:43.75rem;height:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTTv9yVO9XzKcX9fvdTro4q0J5OwfkZE { top:129.8125rem;left:2rem;width:43.75rem;height:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGix30uiAMD7ix1wkGFoBoR2b7fGQETz { top:94.8125rem;left:0rem;width:47.75rem;height:26.742205542725rem;display:block; }
 }@media only screen and (max-width: 763px) { #KftmqswnUcnNUyP8IAPoadLhIPhuet4e { top:90.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvegfLWnmAg5KDCZJzX6Tr2ur3PsyMfl { top:219.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo { display:block; }#xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIUiQFTpuLx0gqye57Zx9UwUesuJ1GTu { top:9.375rem;left:2rem;width:43.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V99UoFKHSsntHz49KrMkdv2XFOFymcdW { top:1.25rem;left:12.8125rem;width:22.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD { display:block; }#p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X98AVKROV3udMghSnyNUyvFTAdmXXvAo { top:3.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi { display:block; }#Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL4JuKrfK8zioPhJXFMlaMPdIgi0ReBr { top:5.4375rem;left:0rem;width:12.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5zCX1daFNU0xOzBIuxCSpLOJDgAuX5D { top:3.25rem;left:0rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDoNL1XhUIecAI4LVaLDVi6VO41J1vkW { top:2.25rem;left:0rem;width:12.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcHAevCEakfxuqbWeNg3TaUtd9N8NLv { top:6.0625rem;left:11.9375rem;width:11.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZWKWPePPTn6AtvqcqACaclmQRZCyq0J { top:3.25rem;left:11.125rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnQK6dJI4sSzxl0KvaW9IZQ3KR3P20ZB { top:3.25rem;left:23.75rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9162Hw5ryeL7i0HKCT7WZU8JfshIiVQ { top:3.75rem;left:24.5625rem;width:11.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUb8psLDngSsIgEUIEd8daSIaFSxHtZ { top:2.9375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBBbwp9DopmkKKWOeLsemIrAutxbFQc { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBX4ls7UKJhhgsc9BLAlK9Utb51cTGxz { top:3.25rem;left:36.25rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M661kuqgJCnR7xJ10XWZdEVPTm42UkU1 { top:6.875rem;left:36.5rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLW2gwyewLpeTcCbDLxmWp9tD1Vwog2l { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx { display:block; }#MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMKXxdda8Jr4pcxZGkMCtOreOuewtFsG { top:6.5625rem;left:0rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1xLpfdfSgyUVETwZ59tZklpvx4rFM4S { top:3.25rem;left:0rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgCOZQeG2kcpz071AV2hrRXppKTmspG { top:6.375rem;left:0rem;width:11.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlu85RTGbShsrG77ypgZtWM8Rfapps3 { top:6.9375rem;left:11.875rem;width:11.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDnLq32Aui8A9HuDZ7cZV1yyhR11ANu { top:3.25rem;left:11.125rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEpsrkzDXnNuuUQCARXHF3cREyFzTCav { top:3.25rem;left:23.75rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZdElcXdTaPzeyW1T7lHS4vrn9ViEZb { top:6.3125rem;left:24.5rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooTaQTQ75sawtFesIpI8BXHCRHPrr7zU { top:6rem;left:36.5rem;width:11.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZqyf5eVc0eRPTpJkBtcgMQh3OqQ5yv { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSD5Fso4mBhafLnLhy1KmKzbSnJlWzrs { top:3.25rem;left:36.25rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUo2Ky7Z8CVQTwOpEzaGilHo1IOzQHNk { top:6.875rem;left:36.5rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3n2kN944Iff26ycQxGPdlz92N6MzXP2 { display:block; }#T3n2kN944Iff26ycQxGPdlz92N6MzXP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo { display:block; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBJruSE222KOLQXXHFduMc4u1QKU8akC { top:3.125rem;left:1.9992198944092rem;width:43.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 { display:block; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9GCMcyFy6Q8GO2JhZUWAJPHdLQ4abvL { top:1.875rem;left:0rem;width:47.625rem;height:35.67627824019rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW { display:block; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqxeGUkVmfymaLsvxQmM2AkuGHXVWH2t { top:51.875rem;left:0rem;width:21.4375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcSEvO2kIGfF6PZeeQkft2Hd1uE51FzV { top:51.875rem;left:14.6875rem;width:32.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuddyEbvZyxk06PUwu6a6c07vxEUxHuy { top:81.1875rem;left:0rem;width:30.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXs0WBWfguSBzLGk9TuDZEA4D2d0hfJu { top:81.1875rem;left:17.1875rem;width:30.4375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tug3gTuTbXVAeiTtxbk52N8KZdTyXEMl { top:101.125rem;left:0rem;width:28.125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXbt2I8WxaL1mFurg4rWw38eI36VtJc { top:104.3125rem;left:12.625rem;width:35rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymswltnVtVJMWiFnU4uVkEURx8MbEVT { top:2.75rem;left:0rem;width:47.625rem;height:21.261160714286rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2ahz39LVof0FqBwpEi4MxZWbZa5Od6 { top:32.1875rem;left:1.9375rem;width:43.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp { display:block; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPmhUbJaBP4QMLAiAirW4xTeTDxnyLOV { top:0.5625rem;left:0rem;width:47.625rem;height:26.556691449814rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqCTIOh8lGVTbU5rk3uu5KzyQEES7BGr { top:29.6875rem;left:0rem;width:33.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvoGo6atLwgoDb92eKRtoG8UvvG3faK { top:29.6875rem;left:15.625rem;width:32rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVgQo38KPFTmUFtIZbRDcWeohmTSfKB { top:55.75rem;left:5.3125rem;width:42.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxiSP9VPEs0xDuehzbANute8Ps30gRi { top:55.75rem;left:0rem;width:27.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG82T3dkpFvcvvFuEaJ3d5TyPasLiBxa { top:84.9375rem;left:0rem;width:33.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm7BPe3eh6KyRzstAtWwG6twXOP3HUi0 { top:84.9375rem;left:9.625rem;width:38rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU13TGE5lvEAQ28sKS31CkcRMeqB6qCD { top:111.0625rem;left:0rem;width:47.625rem;height:21.404494382022rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkNawBleQvW8CHVdDiNbGarezV11nz2C { top:137.1875rem;left:0rem;width:24.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP2mIVcmyMVCXUt7F6I2bGiZATkDuK1E { top:163.3125rem;left:0rem;width:47.625rem;height:16.536458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFR8Jz8KHvIMUBxUncWo5OaU31zav0F5 { top:137.1875rem;left:7.1875rem;width:40.4375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMo9qpWzHFi947iPAAt1feLfR9tWX8xv { top:186.3125rem;left:0rem;width:39.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmU4kgl94UTq3DCHuu9eTPTqVxINcrD { top:186.3125rem;left:14.8125rem;width:32.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0eSnhT2kv1KdpBFbogSZfzQIgyLETs { top:206.25rem;left:0rem;width:39.6875rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S29EBWUBWKfum89IIUKq3JU2TUDP9sFC { top:212.5rem;left:14.8125rem;width:32.8125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2DeLsNJ9n0l9R4qVdwoIZKx4GVvcBqG { top:230.8125rem;left:14.8125rem;width:32.8125rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuzRWD0uA8WBTlTvONL8IomlsksXUSc { top:245.3125rem;left:0rem;width:31.25rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zz4uP09vP9J8FVbtidpoVnUrBoEwcT { top:255.9375rem;left:14.8125rem;width:32.8125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s { display:block; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoIPC3ICtOrcxg2PrSOa9SIfyCpdGC9o { top:1.5rem;left:0rem;width:47.625rem;height:23.206363636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg { display:block; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2EFqaFKCk3JT6Z61Jq2bnPU6VgGnoOp { top:1.4375rem;left:0rem;width:47.625rem;height:18.227386363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { display:block; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOfUThMFL4JLKib8n2N8GlPad297pzoK { top:0.8125rem;left:0rem;width:34.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Zu1nAJegF6FqURuKASGsr0mVUTE3r3 { top:12.375rem;left:13.25rem;width:34.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg0KTWgJOd0HJM0fG8Q51KKpdvpN6ecd { top:0.8125rem;left:13.25rem;width:34.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { display:block; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNVXgs62kOzQgToToMS8PfeVqTgNHwGp { top:0.8125rem;left:1.9992198944092rem;width:43.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVETCNzxT2S9MSRu3RRytcXtsq876SfV { display:block; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9HTN4tirXg7NhkwsNbBT24s18JOICif { top:3.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb { display:block; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mno1KxFoUPqeecDTL79gTpEoszii4ySG { top:6.5625rem;left:0rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfsWHrKN8hnuqUFfkXvXZv5mioEZTh8 { top:3.25rem;left:0rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVgO1D6Xw0hssVDKJBH9ecP4uGZhNI6D { top:6.375rem;left:0rem;width:11.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy3xW8ULxT1IpdHhE3yfcI9nRsRiLcT2 { top:6.9375rem;left:11.875rem;width:11.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFfSTBcaH0qA7uX8QBpPcB7KmXsFlACR { top:3.25rem;left:11.125rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSaDpc4BrSufS92euzp5faPJOB1AiIwV { top:3.25rem;left:23.75rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avl0OtDxl7GVFvz5AI7tGfnntiHQBzo8 { top:6.3125rem;left:24.5rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUkZ8ImRnFpAonDk8wJ9GmqLkyT9IR42 { top:6rem;left:36.5rem;width:11.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahK4HsNHZTp9DKSr2LAm1TQ8aTbFaOQe { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0z7HBJA2OsRxodiphuE2onpHmZGbyef { top:3.25rem;left:36.25rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGRXDTFx7wr1cn2tHhwyTLESPewFqWBZ { top:6.875rem;left:36.5rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpAGvDT4TK6wErTSOueAsy842HvcK3FI { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm { display:block; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST70npiFUy4HfchUQ6UpyP48z99vOT0d { top:5.4375rem;left:0rem;width:12.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ5Ir2Wrc2NGZ3FSSpehslwvbB93ly0U { top:3.25rem;left:0rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX2ix3WRbu8bxDoJ0gHoXXbl5uQQ5K3g { top:2.25rem;left:0rem;width:12.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkN235PmqS8pJf7xzoQnq2hVrfoEpEIm { top:6.0625rem;left:11.9375rem;width:11.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TBrAoPZ9hawxVXps26FLlEOA27TWEv { top:3.25rem;left:11.125rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaFAqR8sat7w0BwhadtJPMT0NbQAeJGs { top:3.25rem;left:23.75rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsqaIq5WyeB13X33J8aG6QSCKLQVIDdM { top:3.75rem;left:24.5625rem;width:11.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptfnkG36CTHmKaMKx3adlWMFHP0oSb2i { top:2.9375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI5miQ8tLxg2b8vuMVoKQg7WeL49R5wK { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVoWatLRoHc1OyOFNnKZhWpaqQfRIN4 { top:3.25rem;left:36.25rem;width:0.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP2NR4qdyDohr7glqUvRCOGSzBfMP4KV { top:6.875rem;left:36.5rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdgVGhDKTJVwe3cAs59U08Wb6m2nonhg { top:3.25rem;left:47.4375rem;width:0.3125rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJLpbMoCVMfivfOramozWQiS3WTXHVU { display:block; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDXzpDgPTvc3fwhPmf6x2Tm6VWO4VCqL { top:6.125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7eorS5SZWJWT0aR2L18T2teBBdhMwCW { top:44.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAveQi3PzuURfUGKXAo3R1D92nA3cXNm { top:3.875rem;left:19rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKD4T4iIm3g8WtTILoWSZo0MnGeEv9u3 { top:39.5625rem;left:19.0625rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtd1hulNOhqJW92yc94UWfMMr4aK7bFg { top:6.125rem;left:16.5rem;width:31.25rem;height:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6rL1fHl2TSLW8OPx5chhm1TELqkNhVd { top:41.8125rem;left:16.5rem;width:31.25rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO { display:block; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6fMzsBvucHSEIkFvPzEvWpgn7xTRDvQ { top:0.625rem;left:17.625rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3m1pf61spMrhv8exz3uUwvKbx0LLtC { top:11.3125rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH51e8S61ZKvbi173i7WhEo4dCf5QUMn { top:4.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqsZqgidWTWlJgxQPuIlL2dBm4JCcAaZ { top:21.375rem;left:0rem;width:47.75rem;height:26.8355rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx { display:block; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U297uysGTPK6ZVD6Q74vfZpmTp0vliFC { top:1.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzgqCbbNw20b23vR1OrnSKChUW793xar { display:block; }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp0AA4tRsMLtEmA2P1u3fT5JVIK07Gaa { top:3rem;left:1.6875019073486rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv9sXLCKBwReT552lHll1KCxQrlUwbp4 { top:3rem;left:17.562501907349rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXN53EX6pL0bTPuR9OBIJGEDRseFT4TF { top:3rem;left:33.437498092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpNoqsHTQnNUcwSPRWC8eDkq59NPCVMZ { top:4.3125rem;left:0rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSIv0Vw0zgAyK0df1rtMkcEw6nasnO6U { top:4.3125rem;left:10.875rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfOeQSZHvEsNXzQ998mSDbg1KwnUgLOe { top:4.3125rem;left:26.75rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfqTqfPJhfcA4x7Gl8IIplevu5wH9XS7 { top:12.1875rem;left:0rem;width:22.1875rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt8Tu3o1uZ0inFmAwaTh7h3rNlt7ccf6 { top:12.1875rem;left:9.5625rem;width:22.1875rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiF6GVoGw6eJVEzC0Hv3K7gHZNHcTgvZ { top:12.1875rem;left:25.4375rem;width:22.1875rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 { display:block; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR7nB7tkC2FFgFG5BwlG4ku7F1ZtS6sM { top:3rem;left:1.6875019073486rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQnerydbT9TqUD7wfJum35H7fu5ulsGL { top:3rem;left:17.562501907349rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pug2e1urKMoabsTkXImL7pAPdJhIMUS9 { top:3rem;left:33.437498092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpxRwFuw4WiIn8tUCXamQWOB1dpKRNll { top:4.3125rem;left:0rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiPvg6fRk2xXkm0OCrvmqZrvxRy0id8v { top:4.3125rem;left:10.875rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59aUB0eGSWfBfHDTNTherVQr8RusGvv { top:4.3125rem;left:26.75rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQ5S57LKdgMBTUeGGURHiJ6TCTl542X { top:12.1875rem;left:0rem;width:22.1875rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmSNwCgvJJhbdzWomxSBT7gPTkPpzJb { top:12.1875rem;left:9.5625rem;width:22.1875rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4G50cGLKn2nQZ379dG8Orh4J5yhGFSr { top:12.1875rem;left:25.4375rem;width:22.1875rem;height:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 { display:block; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLafxz3iq2USVrZp138nih4LA0QaESDu { top:3rem;left:1.6875019073486rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ilkGIa4lKdNwhLHmgSMrfovCIHV0oR { top:3rem;left:17.562501907349rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWqKIzdTQK28FPR1Ate9zxymPGihw8BL { top:3rem;left:33.437498092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gctHhSe0yBqT5Jn24Gp1IaD7I5bxfCoB { top:4.3125rem;left:0rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11gMG9nd3pEcg7URmSb1Zl2ARK1fRLl { top:4.3125rem;left:10.1875rem;width:21.5625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCtSfMXzpay36rkOcv16WODSJEEIbJVl { top:4.3125rem;left:26.75rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwF3DlerL9yi5AZKITxfM3xdUJv8kTKt { top:12.1875rem;left:0rem;width:22.1875rem;height:27.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TscDDsBxScCaepDurb3RO6DeXwhyTbT5 { top:12.1875rem;left:9.5625rem;width:22.1875rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKoR0HWP9I9x7mgT6aA3S1l7s7C55kL { top:12.1875rem;left:25.4375rem;width:22.1875rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 { display:block; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LheZlVdDpfwurhzBbgVRT87PIoUcRVT7 { top:3rem;left:1.6874980926514rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLztq9KPl5yqSCNatiMOyJWdweGmwRJ { top:3rem;left:17.562498092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOW320n1aRbEHlmziKcdPaIqNLwo3Kz { top:3rem;left:33.437501907349rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANd99xg0lUI2SWxvxCQqdSwymFSv5FBh { top:4.3125rem;left:0rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5t4nhblD0oh6xGzTTFhwxTzscEDb5t { top:4.3125rem;left:10.1875rem;width:21.5625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQfpvI5Pt0LQ3HwUFMzD0ZTTA2dPkMU { top:4.3125rem;left:26.75rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8P4WO2FWualIN2E27ZOR3tA2Je9Cye7 { top:12.1875rem;left:0rem;width:22.1875rem;height:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgg3HGGI7UQZOGaWNkxOr5G7hwme3nI { top:12.1875rem;left:9.5625rem;width:22.1875rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMU3SI5TfNwo5GCr2HN5iGL7NyIkgTVW { top:12.1875rem;left:25.4375rem;width:22.1875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZeiymbUFIMLwtZVUQE3SRnIT6vpQJhW { top:0rem;left:6.3742198944094rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPUBrmU9Rbg0AOMPNPFtx05TiCo2cEb { top:0rem;left:22.249219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGSJtJ1xDmlI9nKEGVGtNdkpkJyoUm9 { top:0rem;left:38.125001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql { display:block; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP70ebabnHByBpzO4Jux4k0pDivM6ckf { top:3rem;left:1.6874980926514rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht1qeKedT4s5gW3TTLS8NX5NKeGmKzVu { top:3rem;left:17.562498092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiOpaeXsmfZdx33SakP9heB4CP2x7Ilz { top:3rem;left:33.437501907349rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4VfM65oymc7GCe0EXKa4fP1TT8fQzwG { top:4.3125rem;left:0rem;width:20.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctUO3iqkeuzNSlNUEDNX29bDFEwGfEm { top:4.3125rem;left:10.1875rem;width:21.5625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMs5JA88DRHqSaOvva1lUQLU7sttMBh { top:4.3125rem;left:26.75rem;width:20.875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSWGrL6o4OZ2K175qR4QCvgWi4tzQ7wx { top:12.1875rem;left:0rem;width:22.1875rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWfz5cBc4e4RUA7NwFbrU7L1cmXdV12X { top:12.1875rem;left:9.5625rem;width:22.1875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevW40wrBo7dASFUgBielZ08KFtuhkqC { top:12.1875rem;left:25.4375rem;width:22.1875rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFw2LRlqSGlFaCCcTVfMZiVfLMmc7reO { top:0rem;left:6.3742198944094rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUfpXCKpFP3tuVCaAmmebc4K8fT8PvIo { top:0rem;left:22.249219894409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEk6vLMP94Z6OWJEuagrd97AXPODFD6T { top:0rem;left:38.125001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon { display:block; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb0IquCJkT0skC2uR0WmEWP3U4bk3TVN { top:3.0625rem;left:0rem;width:47.75rem;height:19.695674044266rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4Lu2ALd03RCXzzTliacflq9OyGlfud { display:block; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItcbmTV0fVm7SJ8CpPfX6M0DtJPVy5o4 { top:1rem;left:1.9992198944092rem;width:43.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo { display:block; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eazxGrWXFfIuR1X4mg1CdRhgdKzuXbia { top:1.5625rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJqoak3X6FBQ46L1QO668KO2nFVmgnhX { top:3.75rem;left:12.1875rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHE56G5VO6QM8hcLMkcNV0BuMl5JzdW { top:4.1875rem;left:15.375rem;width:17.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNscgoT51sqErgS8lfa49MQUX40mHVNe { top:19.5rem;left:7.625rem;width:32.375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei614X4tMz66Cy4snhEAowigCwK9ENOA { top:17.375rem;left:0rem;width:47.75rem;height:100.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWWFdEmk17RTyTJA3lrwJfBcfgmTsFXL { top:54.625rem;left:0rem;width:47.75rem;height:55.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXiafrD8lxTbEtMD1NZ6r16lXZ4VmdcZ { top:112.4375rem;left:1.75rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2M6WA9Pmq22TkT50Pq9TdTKWHbwn30 { top:8.625rem;left:2rem;width:43.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh { display:block; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myTzTTs39HLBeGkXyLtO3o4qZExSN8uE { top:1.8125rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPmukLUaPPxOS85xlGAEtupqF2bTc1o { top:4.0625rem;left:1.75rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFHb6Pk5MUUDxaMJWBv3ZLPDqzK9HEDF { top:4.5rem;left:7.2500019073488rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aO8dTLZzxRTzusXczwxEQlapU9EQE9 { top:5.75rem;left:13.3125rem;width:34.4375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd79V764IHq1SDJM7r8O91MFNaVlbN9L { top:17.625rem;left:0rem;width:47.75rem;height:77.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0V0LzJP0vhM8yTAaeJy5JRWeTuSO8k { top:19.6875rem;left:0rem;width:25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTqBqPQEcKlXMm0MHTIXsdwiH1SLfJBA { top:27.375rem;left:4.3125rem;width:38.875rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCQMy5fGDQwq7XuK48nhVkfFR3QdKpZ { top:37.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDNu5uscoUPXrAvT01PNJmzxSudhXgiy { top:64.125rem;left:0rem;width:47.75rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T13sdhVH1qH7SctfWkdUcofT64mveUGS { top:84.8125rem;left:1.8124980926514rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkoWVuUslx2DTvW83iKwQVHK5yEHGw90 { top:8.5rem;left:0rem;width:29.25rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJSCnXrEJ8LkmvTfks41yDR7hQr7NEG { top:43.0625rem;left:0rem;width:47.625rem;height:16.934691912709rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8oAgXAq0lEP6F9604eOTIA82DCJTv0x { top:90.75rem;left:5.1250019073486rem;width:37.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB { display:block; }#XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwhVEKWqMNMMkE88yLhC8TqwQdPIIlhx { top:1.6875rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HP0PFC4NKImL43qlAeuBByePAMffLb { top:3.9375rem;left:1.8125rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpnfsELuyymbgyAnAntv1ZIdkBdzGQ4u { top:4.375rem;left:7.3125rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTgOVCVTJ0dx2QGUNxyQW0O9JSzqrPd { top:8rem;left:0rem;width:31.9375rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9uFlQQDEChOU0ihkPb2LoBD7Hc0MwND { top:2.625rem;left:20.0625rem;width:27.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhkclr2Nmyt49Fq3gkIJ7gAZGEPGTuoJ { top:17.5rem;left:0rem;width:47.75rem;height:56rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6vRNk9MEhco9zQDa3magTwNOQSTyexT { top:19.5625rem;left:0rem;width:25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAJZ0JgKhfvIml0NGXnhwqTtfSpuTid { top:25.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGd1stv84xQdHrEXJPhT5Q2Iw2uICR1Z { top:30.875rem;left:4.375rem;width:38.875rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIe1k77sg7PpxdTTAR3wDmts8lekbHhs { top:37.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK061XoQRt7aQH1y1mt8DyZ7LE830FpP { top:42.6875rem;left:0rem;width:47.75rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5KCT5twg9xbrppTKx1o4FvD0z5E4TAT { top:66.875rem;left:1.75rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts { display:block; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnZoqvNNBK8Ixg8Z2m7NEcQGa24pHZkG { top:1.6875rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWUEU7AtlTpG6eBTQEZt61OlPKKq3t84 { top:3.9375rem;left:1.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4f2uwAXtC0drJl1iIObx3bAyCMQydLH { top:4.375rem;left:7.4375rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLm7yrgPzLgoTQi2FkcEeIagVGCCMzou { top:8rem;left:0rem;width:31.9375rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQ8oXefvfMACvI8fJ5KR3zcFXwMT88Q { top:1.6875rem;left:12.5625rem;width:35.1875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9BxILepSVxW0WKMpIaWOrMSBsJMoKk1 { top:17.5rem;left:0rem;width:47.75rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICELRpRHM3EdTQosy3So8H15nI5Bvqwh { top:19.5625rem;left:0rem;width:25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxMwS7Hh121G6tHJ68tebxRnQBqq6CgT { top:26.875rem;left:4.5rem;width:38.875rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHkzG0uq1wmbzGV6MXnglGtvaZC3pg9u { top:34.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odg2JxeskVTDKEPtTa6a24IJTdg0B8KE { top:40.5rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXeIvXWacIMGvWXWqWKaiWi0yXU0VuVg { top:64.25rem;left:1.875rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt32PdO1oDHTgTCUJQWLau0MJTypFVQL { display:block; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeuyUcbDO518DpuaNAAU1prUqu9Nxlcu { top:1.8125rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryXXDgrcQG2e6VPu5V9NOmRTXa4iHasq { top:4.0625rem;left:2.0625rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1kkyh04sMO11lNaUCh6RZVp8ilhRF6z { top:4.5rem;left:7.5625rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh0pmVPD6ebk1ngcHAF3eByQViUz3FNI { top:8.625rem;left:0rem;width:31.9375rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #se9w2dV0oA2y9nWqOqiDmrXNgD2r8FOw { top:0.8125rem;left:10.4375rem;width:37.3125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFtTFzy7CWMDv9xZt3FEKMTN5nZr1T6T { top:16.6875rem;left:0rem;width:47.75rem;height:169.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pduNioH66ZhvMHOAeAC69cSL6RH7TGk5 { top:19.6875rem;left:0rem;width:23.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7EEGnSX1qxlHkVbZtBGBCsbxVc3IfTr { top:92.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseD8tzCuCg3L9RnyZTZTMeGVsR1cCkS { top:87.0625rem;left:4.6875rem;width:38.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9RXyWkiJbxPHsghsG0H4yuJGP8WRuVv { top:99.0625rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfsTztamWTSbGXTWFCLmFuILigFpUAa2 { top:102.25rem;left:0rem;width:25.375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyCsG79FvPV06sOLswGKmHFhshxqIi3 { top:104.5625rem;left:22.75rem;width:25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxFvFWFiFvthpW4WvAmlUJ8HZd3l854G { top:113.0625rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLyEEuIEgPLnhkfuIJxGwTOhArfxudgf { top:119.125rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44ERXPDSX5qVVORtgwyfcFTHEI6a3Z2 { top:123rem;left:0rem;width:24.0625rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3y5BEPxihl74q81RTy2dPlo8hmWELq { top:123rem;left:22.75rem;width:25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI3bKX2VJ0vWcA5U99Twb8MAyAnoGRT6 { top:130.625rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2bmdDRF7oDcnBK3a8nfQmaUqnn2SAox { top:158.875rem;left:0rem;width:26.6875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1DxRmTtMVk8SwluNpumDCIO24WLv4R { top:163.5rem;left:0rem;width:24.0625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng7pKALT5BTVTLWmawMldeHtw4Rr89wu { top:163.5625rem;left:22.75rem;width:25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMIf7VtL1gxpvECs4mypTs3vre1r2DE { top:173.6875rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2S5HNn4LBVo5nMV03mvQhur78zhdzz { top:83.4375rem;left:4.6875rem;width:38.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJEigFZnJKaEHpPCsN0ZHDRlroZVTPd { top:26.5625rem;left:4.4374980926514rem;width:38.875rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhAbXGJR0hFKJwX6zfd4m8TuHog3Ct11 { top:31.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o30Iwm5ynJEIGRhWZmdpJxnLLvlnGc8C { top:57.25rem;left:4.375rem;width:39.375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCBG7QCE5EQsdPVw4giy4p75JvWUdpro { top:36.5625rem;left:5.0625rem;width:37.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVX7ON6u72x87OayGVA4uup1hX7gXap { top:65.75rem;left:4.375rem;width:39.375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPGinbMmNIkTgruV2VhkbOmKnt2saE2I { top:53.4375rem;left:22.75rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWKuMF49TQU6XTd5qeeosGZ9btLsg5RS { top:179.5rem;left:1.875rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzeDEMtyvXV9XC8hn7SGB8pXoQbtqKE4 { top:142.4375rem;left:22.75rem;width:25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN6S8ABOSExNXsParshE42JmsO9FpluR { top:49.375rem;left:17.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAOZg3rUI5he1TtXIgUaNpr7aDK4UaLN { top:33.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6HbvuXMBdTUqz8DLAan6VvULOvqFE5 { top:31.4375rem;left:0.125rem;width:47rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abAtk4zBC2pxkVHg8d52OqUmKuZG7iT7 { top:34.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3oJAPTTsgUSIRCgyVpNAunneCrefkII { top:138.5625rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6alV5tWK55Ch8pN1aMeQOVNaDHsWLbA { top:142.4375rem;left:0rem;width:24.0625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuBC67u75pT6ywFLChbtvfDdLQc1lPPq { top:150.4375rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u { display:block; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDF1hOeKC3h4O9ocrKRR8Xk8rqW1Iu82 { top:1.75rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQQ8ogL4HsTzbKsZ6ssbgq6W7WTfoVTJ { top:4rem;left:1.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFXZDmRsDwnObAQN1TrXRtJrsTahTQL { top:4.4375rem;left:7.4375rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1dCKy3KMuii1BwvCNe7J9ZEPtqUCrfQ { top:8.5625rem;left:0rem;width:31.9375rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsb8aaIBqFRuinUKgOqZ37RRqli7T7sh { top:0.75rem;left:10.4375rem;width:37.3125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJiBtDbLOcdcgR2qbQb2Q9ZggrXPm3s { top:13rem;left:0rem;width:47.75rem;height:244.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdlBSoiOHxMDDB5HUqFx3Lv6TtrDemQt { top:19.625rem;left:0rem;width:23.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqITgJDNCtPC9zEpG32Xrat07IL632Pm { top:137.375rem;left:4.5rem;width:38.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUb8P36q9NvEKDzInhV7IgVeGOegDWAs { top:154.375rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9QKI0s8iWLMfCfGFF87T1dTlVxVusQq { top:141.875rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWdm0um6slFQcuoJhbVhJ7iGVHdcIdC { top:144.75rem;left:0rem;width:24.0625rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9hFZNB7DMyEudz7XhcLF6GLJx6uTF7f { top:147.0625rem;left:24.875rem;width:22.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKOiqX628TT1tWebqhU3Xn608ATR7GEF { top:161.875rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7k13HbU6xEKCG4R4kJrRpVfxmmkVFo { top:165.125rem;left:0rem;width:25.375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4m5v9p7Rqnb8GPN1woUwSr1fggTD5U { top:169.875rem;left:27.0625rem;width:20.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4RR0qflarW9BeRJ3AeMvmiNE9tqPfC { top:175.9375rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAf3PQF5CdNAancJGBrabfEIzyITWCCN { top:182rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FBo2UrDInCQMoXpsQgasKRPihuKmUw { top:185.875rem;left:0rem;width:24.0625rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgMbkzFe2LzZs1cWE2pot4IihSeXIhD { top:185.875rem;left:23.6875rem;width:24.0625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKQB5y9FfmwfkFmTqzk2cHgPIlu7wwU { top:193.5rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecUOTpHqrliIvxa4sBMEDWd9lqkozAx8 { top:201.9375rem;left:0rem;width:29rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZBEh9vlesTWC67kdUOIMkpAc5iQcRXP { top:205.6875rem;left:0rem;width:24.0625rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuM9doethwzLbVXhTk7bkcpGkA9Eqf9 { top:208.6875rem;left:23rem;width:24.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNz059q8VurtBTNHTnRoEQAqgi3a2Eq7 { top:218.3125rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNCU3vaQSck4qRMbXgcDEqPOVW7ERuAM { top:227.9375rem;left:0rem;width:26.6875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xXID7BIbqtyNLQs0oiUIba3AcqeNCV { top:232.5625rem;left:0rem;width:24.0625rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpGyJeOn9WJ96ZbpZoGAbx617mTklImT { top:227.9375rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OniCku5B1AC7ysdlLrkzSawB3JSliRbK { top:242.75rem;left:22.75rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbfim1AnibAsbMHUXCleWeA4Mvrn6uCR { top:133.0625rem;left:4.5rem;width:38.875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZZLTkS2qUzPTuOTs12D0EnUaLeVv8H7 { top:26.375rem;left:0.75rem;width:45.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHtZv5SNBOy3uNBbODvCqg6ze19hlym { top:56.5625rem;left:5.4375rem;width:37.5rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEN1calunT2pNlKwoAgFrZMsygL5qCWf { top:34.875rem;left:5.1875rem;width:37.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9pNDq0k8wTlhTTSEZKnJOgulMA7woJI { top:68.6875rem;left:4.8749980926514rem;width:37.5rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHtpuZdaKVuPovtprUn3Wfr6MkOe54P { top:52.4375rem;left:22.75rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKywAltbuqQIiycsLMSiRBi3W3OVQDiN { top:251.0625rem;left:1.875rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6te6nkNMZ1vNZrXQXKxbgu6nwquPv75 { top:65.9375rem;left:5.4375rem;width:37.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0HL0DzaMOSqEW3JDa5uo8tKqbxda8iF { top:82.4375rem;left:0.75rem;width:45.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3r9b1rAsIEvRfrbaBbvfxmvhCd6Qet { top:90.9375rem;left:5.1875rem;width:37.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN9qIhFqzbzudOv4TarTXXsxAd2ptIhf { top:98.4375rem;left:22.75rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiO1QimHQiZCxTHgAiuvAf1U5SVak8I4 { top:102.25rem;left:5.1875rem;width:37.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpqAJswAHZwZws7LrcpaC1gt88sXDm5 { top:113.1875rem;left:5.4375rem;width:37.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmZ26yXhsqfZIEOPNai7P7W1lQJmTs9c { top:116.4375rem;left:5.1874980926514rem;width:37.5rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns { display:block; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPy6OUwVLLVpV7LAAvonKlnuwqMm8JVt { top:1.8125rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOqJsipivHwso9WJBRw2lcZvJ0sQhfd { top:4.0625rem;left:1.6875rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3db7GndDwkAcNaaDzNWTVcs8nT7n1l { top:4.5rem;left:7.125rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQkHNUTEcgmUGaaUlMscz12NePSqTAWx { top:4.0625rem;left:24.875rem;width:22.875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwuZyfnJuoaZ42J0tEGUou6Poe4nmVHl { top:17.625rem;left:0rem;width:47.75rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzJdWDt92XVLsfKLw5sa1VbsQS3gm4Je { top:19.6875rem;left:0rem;width:25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNOqBlKzdHwWzlH7axCs6m8eXczH5b5l { top:25.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0AazastRfWZCBTMDDFA9M4QfrIJyD7T { top:30.375rem;left:4.25rem;width:38.875rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xusp6eqegBNNZ5bhsQs8Tyys5rU5gIXr { top:38.4375rem;left:0rem;width:47.75rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0C4UpbOmb4JM5dFeaBhZ9clqTzZudGz { top:53.0625rem;left:1.625rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke5Afd34zaX9Uyub4yEGMgLKLsMT8ZVe { top:8.5625rem;left:0rem;width:31.9375rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q { display:block; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwK76insxEAiyxk3M2Km7xrSSyxLNAk8 { top:1.8125rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w45mH3HnpC97U82xrRCv0TciuNtNnb1T { top:4.0625rem;left:1.6875rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe1B6f1KZQMQGi0Dxe7LRZszzJ8lAWX { top:4.5rem;left:7.125rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvkF9R7IMzBMfdaiUPJJD5KxGnaEvqDD { top:3.25rem;left:30.5rem;width:17.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhPiuc0WmaNdS6Tq42gaiohKtNcWiZNl { top:17.625rem;left:0rem;width:47.75rem;height:102.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqw7Ig9rakdHOf6ho0qxqPsHqQNpRskQ { top:114.5rem;left:1.8117198944092rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhgNWEDWADN2nnKH0OBEDdlOh12hA6h { top:8.5625rem;left:0rem;width:31.9375rem;height:6.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTlc037b99M6EO4yCVllN4lEPaH1JN0 { top:23.125rem;left:16.5rem;width:31.25rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTRrrLamoEL1Q5KmAQzkT6UJDg0F22RN { top:40.4375rem;left:16.5rem;width:31.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsCpwFlZNgoSsVSVgSQCTHcSLdpfPfh { top:52.125rem;left:16.5rem;width:31.25rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAWWSw8O6FTRLb9rnm6sSE6apmIueRR7 { top:70.75rem;left:16.5rem;width:31.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrcnTHOX4Hn13vmUwAxsyt1ecJi1Lif { top:86.8125rem;left:16.5rem;width:31.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxnaMLX3o8TUWVP3Ovvae6JrNcSzifQh { top:102.0625rem;left:16.5rem;width:31.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWy1LeoXvMx8Cx1g5D6LFI2Jzz7a5F2 { top:85.5rem;left:0.06171989440918rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #balxVFxf5R6uKdVEiiOuCUA5UlLUQQ6J { top:100.75rem;left:0.06171989440918rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzArOka3ryoaIDtb2WW5eTAv7c03x1Nr { top:24.375rem;left:0.0625rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDmnxWhrzhNp0dIJ03H4N7anK65i2JKV { top:39.125rem;left:0.06171989440918rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or4kHBwavcGZeN1mIH424c2p8hwchTCh { top:54.1875rem;left:0.06171989440918rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yFFJg1Lz3u9O6zNChZ5Bmm81d9IDiQ { top:69.4375rem;left:0.06171989440918rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { display:block; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQrNzKVT6xvHnBEEfMydGPsX95adPTUE { top:1.1875rem;left:0rem;width:31.25rem;height:92rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91s2m7rxodCf1XRWeNaGBvDT5UbV6Mz { top:1.1875rem;left:16.25rem;width:31.25rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfphtu6WNfNsTLI3q02RyzzoVllc3gpT { top:38rem;left:16.25rem;width:31.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzMAWZRNTGUL9VenyLAmL2xAT5Og5J0 { top:89.75rem;left:16.25rem;width:31.25rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiDdXQGbPTQvI4kQFP9bIgG0cHl3p1hP { top:94.875rem;left:0rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection { display:block; } #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection *:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="text"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="email"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="tel"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection textarea:focus-visible { outline: none; } #TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx { display:block; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUewS9hGTZd6ufnynw1IClZE2To478VC { top:1.25rem;left:0rem;width:47.75rem;height:14.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQmg1cU5FCeUnmtfXmt4daKwUg0ZPUV { top:18rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqT4gA66i5hHC5irX2uC9caSsLU8q3QF { top:23.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo { display:block; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d16wSZF1kJxegBBB5MBkh4axSfKMmvuG { top:8.8125rem;left:1.9000015258789rem;width:43.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAXbOIcRPZOuutpsvxZutaH4TWF7del { top:3.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTPw3eMr2K7wxELcli6VbvlS2WQGzwz { top:8.9375rem;left:2rem;width:43.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G { display:block; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection { display:block; } #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection *:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="text"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="email"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="tel"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection textarea:focus-visible { outline: none; } #AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwaX6G7esSymEKnzdRKEqERrtdCS9GCy { display:block; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXv4mBM1ETEH834zbK52i4oNTNaHxtTV { width:21.875rem;height:5rem;top:1.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwWwIevVETAJ9PFkEZbcLIa8VaoTqNBd { display:block; }
 }@media only screen and (max-width: 763px) { #zwul6zgewPpK7ZKG94liQmD1MwVsMUnh { display:block; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTG7zG40M5C5nIQXDOE60o6mpdR92Tb2 { top:2.375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbalMDUJsLnDrAT6IkPS6ODLL85bTn93 { top:16.25rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZBhxvHJp3cGcHztlNfO86esKASfzSw { display:block; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyTxacM6tA0B5ClVnToCwpiqKZ2cLXuS { top:1.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v51LGJupohMNO8CrRrIU4G49ci1INfag { top:7.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXc48ldvCStbuHME6ItFHDo1hPCe9flR { top:11.75rem;left:20.875rem;width:6rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwF1fpWT5dSkGKzHfTP4tidnFRtpbgy { top:22.1875rem;left:0rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csx5I8vGFB8rdw30gtcG2rN8JzerMNVE { top:22.1875rem;left:16.375rem;width:31.25rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ { display:block; }#LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMpF5f1PPUw7mM4HqtL7dB9nUrGekLH5 { top:3rem;left:0rem;width:47.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAXWIwlrsMPmUO7SuLk6xTlbV9qEoNd { top:5.25rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuJzX61lfT6EpUX92pbVZOFElZqR5cQH { top:5.6875rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWf7T7OXWtlwLTQC3bJJQdqtBk6O77c { top:15.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi5Sk9ZCFJe3QmB6yoB05GZ03sPGPtRu { top:24.4375rem;left:0rem;width:47.75rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfRKaNJPHFoBIHx8D69I9SoyCP8ImDe { top:27.0625rem;left:0rem;width:25rem;height:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZl4soVVJeJdzDMsQ490g2bqntzXUTsN { top:53.4375rem;left:0rem;width:25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RpZZgZJeNXIkGbIU3W7RS5Wh0KDCVP { top:64.375rem;left:1.8125rem;width:44.125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUChno7kzhbRMUlfvaJr0HEs85xviFAd { top:31.1875rem;left:25.875rem;width:21.875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8lvlxZxcDLKqVyWzIPcQzAsvTO4ePP { top:69.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGzayK2JZukn3K9pT5noM1BmXcVwOLzn { top:20rem;left:0rem;width:20rem;height:9rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m { width:13.875rem;height:5.1875rem;display:flex;top:52.0625rem;left:18.83749961853rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #L5Rh07FB6nVZlOaKdqRZqrT3UrwLOfw2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #w1sCSfarJzxpzhXoT1r9RAkcQJEwogu5 {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #nfgi5zoBHToyZoSl80iluXhNHFKxnrX5 {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #mHSxgQ9KkXDwV1UvxyIaHn8voZzOMWBB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #R7u1e1ZsMkf5BX2EqUzx7HPXTWIMoQip {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #sHM8DmMKGZrcURxNEnbCEuIDdgp33vxm {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #msUwRifeg9y3rxZI6kGRbHz74KJ7UQAF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #ffgMk9vs07VZP72SAaC8VRVv0FldLQBK {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #ErHHwTVrTQ6lAzcxL8BOc1NZbNtq7yGE {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #IR5lebZS4qN2f9b3qiQwNQgkbqVNP4QH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #Cvk14miOXdaTGwQZQNCw21iC8yVCKrg8 {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #lgyHFxEstzwxDBeLFLJVgCw4LXE7Vuh3 {  }
 }@media only screen and (max-width: 763px) { #EG1mkCALLxcHhMdJL5s0EmtfDAf4VcpD { top:55.25rem;left:0rem;width:25rem;height:4.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcAqFv9PXDvL9b6cA6bWfDyLXG76Tgdx { top:59.75rem;left:0rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiuR3a2T00W1MUlbrJlEyrACl8NBKliq { top:37.9375rem;left:0rem;width:25rem;height:13.25rem;font-size:1.0625rem;display:block; }#TiuR3a2T00W1MUlbrJlEyrACl8NBKliq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #V5JP07Mb8SV68LTV5vtMiGWMQRcxOFhW { top:52.8125rem;left:0rem;width:25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection { display:block; } #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection *:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="text"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="email"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="tel"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection textarea:focus-visible { outline: none; } #Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFK4R84y3cRxg256QDHvVC4CSU8UzV7d { display:block; }#gFK4R84y3cRxg256QDHvVC4CSU8UzV7d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fs8BMOK2S0ayw5TLePVDXAK2P9WMXVim { top:2.3125rem;left:0rem;width:47.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utWF5zqm3TrgMFkZFNcgf39IzZVQaLV4 { top:4.75rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDuKGHJRFbJBxJfdT3uT8gJor7T0awSW { top:5.1875rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNSiVRMoyxIzu2LDO6wCAw6yCNAEDNEz { top:10.25rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIEZw7lKUOQIhMJznosrQm8akpS2CBXE { top:17.25rem;left:0rem;width:47.75rem;height:94.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2QAWUTt8sB8gs9tNxlpqnVzt14yifq { top:59.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v30T3s7712duT7Jlc4cDz2umx8VvdFkw { top:18.75rem;left:7.46875rem;width:32.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgGhSIEKL7UQgRW1z1kbTpghOotTeLCQ { top:108.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS { top:65.875rem;left:12.9375rem;width:21.875rem;height:15.25rem;font-size:1.125rem;display:block; }#E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #EONU9mxhTFyUCb1qPXgTB8TSLqUd6m47 { top:85.8125rem;left:8.25rem;width:31.25rem;height:11.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elGxv6CyCc9kSHn2BWczeOuEL6HT9gK7 { top:102.25rem;left:1.8125rem;width:44.125rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWWEuGt8apCv4hlIuXfm9dMOoPF0oN8C { top:84.75rem;left:8.25rem;width:31.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWetSCtrsMIGw7pb2SqTys2vxL0fXi9V { top:64.25rem;left:0rem;width:18.75rem;height:8.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pp4tAI8XVl9GcJTTqKVIf9bZQX0ogMIQ { top:42.125rem;left:1.78125rem;width:43.75rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd2s3hHSJPAyqxTrLmvyZ16UUtJ3XiLX { top:52.8125rem;left:1.78125rem;width:43.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk { display:block; }#LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTzqkNCJHaPcruiVrlu9POCxtR8cMFa8 { top:3rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf4vd6Pu65W5i4tDZUw8ra4rVU0DkQn0 { top:5.25rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvXOR395N5Cc5TEyPODts4yQJFQUTi1l { top:5.6875rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8anSAbyUcASwmdNyUCtFNMyDHSW6lva { top:16.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSiUxQ9laDDzRVue4L8BFPiUbSqwTPSv { top:22.3125rem;left:0rem;width:47.75rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNCQPiJcdqTAzBG1Xgf1RFXTCpICJBxs { top:31.6875rem;left:0rem;width:25rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGoTZMqu8qllOccVCbrXPic7EpzPZx75 { top:30.9375rem;left:25.875rem;width:21.875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RevDRETTd6HqxKZbqJlWXSRQA8q4FZ6u { top:66.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB { width:13.875rem;height:5.1875rem;display:flex;top:52.0625rem;left:18.83749961853rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #CasyTXUEc1RX3XkzZVmqqkkcEaqtROQo { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #exJwFkrbESpTgNloxuEQD5IBwckQpXwe {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #DMfh5P4bQOyrvZnucgcigSuS3GrH8x0Q {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #fnBzyWN0FnO2HGJXVsNiF5nOMBvK3dWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #bTSz6XvhVdp70IMJmQqph1KRA830wn5e {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #vSBvNcrN9AxhC1FC9xosUHJlucuTrgT6 {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #dOOzMAf2SODvCgu4N4k2RE1yWWeKh8bA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #Zz9PZc3klFmCGmh9zTykKuf2XElePpLE {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #xKczD5PTHSRgx3ZEfXu7GiCGrBVLptxk {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #JnhahNDJM8MZHS1AouX51AzFCyH5u0sC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #K2J1WXNxC0Jw5swM4c6wIxrkmg0UNoSw {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #ogAR5GF96rXI20RdDUIyc2U6iqK8lC1s {  }
 }@media only screen and (max-width: 763px) { #AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m { top:42.1875rem;left:0rem;width:25rem;height:14.75rem;font-size:1rem;display:block; }#AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #QmCzfV1eAxfcAZnBVgWpJp2k8AoLUxZx { top:25.375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO4lBBTmvksRKwGcU9gCoIp8IfCdGa2d { top:24.9375rem;left:0rem;width:47.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfaIbxyHob8cui52D4BX57VAKHezBO0 { top:61.25rem;left:2rem;width:43.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCNvcVwbF3HXqugylhPcAWthFfJtEJKl { display:block; }#VCNvcVwbF3HXqugylhPcAWthFfJtEJKl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BotoaBdKyMveBtaTQpHL8HGSxEGQgmG3 { top:3rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IayNlQwUvmeCArzBZRbO7Fe7WrqphkB7 { top:5.25rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kccVCzqedWRAJyLegvXtM0ExApzq99dK { top:5.6875rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZXvCJQkSZATBpaSfLf6B7qZeaVQ9bK7 { top:15.3125rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTIMNSRt18qwXO54Vuv9iPDK5T5vaDp { top:24.4375rem;left:0rem;width:47.75rem;height:164.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPsu3ob3ly8ilDNZMcyq2q3GQzJa3cSU { top:77.75rem;left:0rem;width:25rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA8br7P1hher5rvTWT5ETTOEBaOSSNKy { top:162.5rem;left:11.375rem;width:25rem;height:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Jf1JEvxKSkugPcIcpLw3KAn86oNusc { top:77rem;left:25.875rem;width:21.875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1KRoJNeTFs8GiTbGTCqpMco3fBPTT6t { top:183.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX { width:13.875rem;height:5.1875rem;display:flex;top:52.0625rem;left:18.83749961853rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #CGFUTQeT50FAVwsbMDkbGmlbz1s0q741 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #vhSCw9G3xHH1IeI03yis7noQQ47g7n9W {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #KRXMkQCrl6pPLxcmgN3eahBsUt3JOHgV {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #sMc0sID4KQ48HkZLctwmEZzqWwh7wQry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #vTk2TCf9nI0BiyM5urB24WP3b61OJ8yH {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #otq3INfkoCmdNv2T41KsBONOAtvZ43qu {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #dqyBk6bvqPyX9pPP5tNfTpG6lu6yf8ly { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #TiqzN7FKhn3XeOK7ZTvpV9MKKIK5t3iQ {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #QZeH1Kzg94D49ZChe9xlvFU0I2G3uR3d {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #VGoZelfTrMoSeSgDTiU0B7bIs0ZsTrMx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #bSzignbFxEpVryQaqTaVoOLfhTWX8QBK {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #IJnz2fRmsRwPozOirUNuzTmKHXSfgTeO {  }
 }@media only screen and (max-width: 763px) { #tuytoxwuwKwNIVw6Q1WmXOfVwbE6UmJl { top:169.8125rem;left:11.375rem;width:25rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoyH1ZproUE7KvSqNPRNV4XJ8VTapy0L { top:174.3125rem;left:11.375rem;width:25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 { top:88.25rem;left:0rem;width:25rem;height:;font-size:1rem;display:block; }#O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #uAwvAevXv6z7oTnxcJv7LmNMiQCtD4OL { top:162rem;left:11.375rem;width:25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScxX9zVUh1NacM9p3F7ZFnwlkSW3hJT { top:30.875rem;left:1.9992198944092rem;width:43.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF619LTPGADbx7Jce9k9M22RmZskeyPC { top:37.6875rem;left:1.9992198944092rem;width:43.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psObtt76FzVvIsUMqLQOknL8HevMseus { top:42.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx { top:48.375rem;left:12.936719894409rem;width:21.875rem;height:12.875rem;font-size:1rem;display:block; }#dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #vB7zeKzV41r2edDyZdD1QSTcELQlqiAs { top:62.6875rem;left:2rem;width:43.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UInyaQ3XVPqktWf42IDNOPgLzuAVAvFN { top:65.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEneXJ4zp5zy4Mre8iEmtnThObUrT4be { top:26.25rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2tb4oOMbUxMLh8C3eCDFwE0EtGMo2G9 { top:25.8125rem;left:0rem;width:47.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFHaXSZzwDLXVwrCSflz2GSl01zRMF1 { top:71.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbnUVkDPsNklhCWTFpB9JbmZz9LuGrcM { top:71rem;left:0rem;width:47.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyN8lBB6COeXbMOPAOsEHicsI3zFTp6N { top:106.4375rem;left:1.9992198944092rem;width:43.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR4VuWeeKCsqedRHPMxCmiqheW0GqdF0 { top:179.3125rem;left:2rem;width:43.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9XHDgzxBiNJSUEmMW7qbJDlxWHNhgGy { top:113.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJFhME7ra4v9g6APv8MgZP9qrGn0bgs { top:113.375rem;left:0rem;width:47.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJ7xfBIkqoaEn5ewBwVV5gFQAQqxVkU { top:119.75rem;left:2rem;width:43.75rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsJqxt8d5RdZwXXrFx2X53W9z0MvoUmg { top:151.1875rem;left:2rem;width:43.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHOf9p4w3wePTdW2yUnHsILFPfgTUfAu { top:154.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxJQm1Fx7agTLTpgaBk3OzUWPHSb3HQm { top:131.1875rem;left:5.125rem;width:37.5rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk19bLqTqvgag67MtnHmJAsn84iIp7RX { top:159.25rem;left:0rem;width:47.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pO5kl2QKgUC0LGDDXStiQT6JvD9G30WQ { top:109.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n { display:block; }#GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0aTeSAtZniPipoe5pfP29gOf2rHkADh { top:4.75rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMqgQQNq2vof45JbVurHSHrLNZ3gaNU { top:5.1875rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchQEmXFH90oNQbrFIlEKm2FLg8mTwwF { top:8.75rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9xvLcRFcovd5bvh5M445JZ3iyZ5FLvc { top:17.25rem;left:0rem;width:47.75rem;height:107.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwDn4XBGWImbxaskcxpJkkWApIDvJkQ6 { top:17.25rem;left:0rem;width:47.75rem;height:31.780277777777rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3uf80vPLZSq6JnJtbWcnv4CTiBwhpZs { top:117.875rem;left:1.8125rem;width:44.125rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXuem4TT8WK4sqDHbkXb5lupxm0HMVtV { top:56.4375rem;left:5.125rem;width:37.5rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME4uwv8QM4ghLIeOAd3rpm2h9bu1dHEX { top:62.1875rem;left:5.125rem;width:37.5rem;height:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1GKHtLLTzzrUC0y2FuupfHDlTJqmx7g { top:93.125rem;left:5.125rem;width:37.5rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVvVNpWV3Tim7kMdi2acTSxu1UctotR1 { top:96.9375rem;left:5.125rem;width:37.5rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvwltlgBTAgbxcubvODrDiAAeyvIoJWK { top:3.375rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSxKi74nhi6o86JR5ooKmVdnnS2eR4x8 { top:2.375rem;left:0rem;width:47.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs4KUx6AqDNGxCI27dr0694qSDb2sI2w { display:block; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lo4cWkl0LtWB3f4tOwze0Cly2Da5u88w { top:3.875rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPm4ckGhMcpyPzM9xLnaR7gLFIBS7rKi { top:4.3125rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRT6Iks55kZMKU4oyhM9PvW5ElhPMa8X { top:8.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w99uc6fatUhJmznvTdhtOr9bnPAvcKCd { top:17.375rem;left:0rem;width:47.75rem;height:100.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFmGkCsFmmIpq4pQZx3ZvFzfL3mGe3gy { top:109.5rem;left:2rem;width:44.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia2m5hz6BTtayUuKlD4VTS0svyJMfhif { top:19.4375rem;left:1.7492198944092rem;width:43.75rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SMyLeOUbCJpmSpK3pSPOAq54FUcClX { top:72.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8qC8vyqOpguTnf18DP1PzFdm7ypF5v { top:3.625rem;left:0rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJNntdca4kQfQlRtVSgHVgqSn6KitnPU { top:97.3125rem;left:5.3125rem;width:37.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa0CwAXlkw6bCoTW7WfIJ3LfNtwXcNX5 { top:1.625rem;left:0rem;width:47.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7QR7f8ziv0RsbD6PJzwy211xTg4tyiU { top:13.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmFEpd1InZVBxcT3xi29E4cOtUI3NnO3 { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl { top:71.375rem;left:2rem;width:43.75rem;height:21.5rem;font-size:1.0625rem;display:block; }#cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2dcdc6e0-a8bc-468c-aeeb-d7307efd525f/strzaka.png); }
 }@media only screen and (max-width: 763px) { #Oebo5sST5ehF9KAvwDIT2cSflqoJGtT8 { top:103.8125rem;left:5.3125rem;width:37.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKTGfwp9JHsK5BdDu2W1o2iRyQxJuiuo { top:99.75rem;left:5.3125rem;width:37.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW { display:block; }#f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRXLHVSU8AFtP9LysCKpw1CsEE7i6XrP { top:3.875rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIXNqMEL5pcOaEsD6S5np2F7ErVqOAIT { top:4.3125rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAM7Dk5EyVQnKLMyMyOg5RA0QbetnEXM { top:8.1875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oru9Dq9mulDi4M76NQsvMmDeeP3SPJQd { top:17.375rem;left:0rem;width:47.75rem;height:61.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyPySiRytmVtWLFAfN8pN6Bo0sM8ugE { top:20.9375rem;left:2.5rem;width:21.875rem;height:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnqDhIAZ4hci2RD33196ICTAEhxp1wXf { top:70.875rem;left:1.8117198944092rem;width:44.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZZLorRZfaTBd4SVQQT07cG5W8PfZXwQ { top:20.9375rem;left:27.625rem;width:17.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyCGVTfBXSbvf77G0u8TOHglBrl2nhqB { top:72.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6aalFZtVHPN5RQnGNFaX2ZtR136gcq { top:3.625rem;left:0rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9XHkVfvUA2k9bqCso8SE6Fy3ZU4gNe2 { top:51.0625rem;left:5.125rem;width:37.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n { top:57.4375rem;left:5.1249980926514rem;width:37.5rem;height:;font-size:1.25rem;display:block; }#ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #Q8bs5f01AhEK7aDpAF0xu7neTbJ1p3J8 { top:1.625rem;left:0rem;width:47.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q { display:block; }#CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDxNuNcHGbTTpn3uJdErqwXrMuv1TdlV { top:3.875rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHXqgGdtsSHhB7BL6srllcVducozeyP { top:4.3125rem;left:5.125rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAV79VWEFF6Pyxpo0VI55T4qauqnaOat { top:9.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0B2DX4SdCZ0aTviAFtmnv7LxS8Ux0eS { top:17.375rem;left:0rem;width:47.75rem;height:116.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLoeQFRUUIF9n0LzvEa0F6ZtKtTPBW63 { top:21.0625rem;left:1.9992198944092rem;width:43.75rem;height:46.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKaiDZsEeLAsWFATHdwua9mQn21kHgw1 { top:126.3125rem;left:1.8117198944092rem;width:44.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA2x21xelwvfRUrd85mPHrtCsADOUCQF { top:70.25rem;left:1.9992198944092rem;width:31.25rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMLlF90ga3KiXowFLPBJviAS2u8qEuxc { top:72.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWkQFwEJc9aMpdZkxVCfZuKCQT9EfmK { top:3.625rem;left:0rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xs3iTveMzOzmtmst81a1eazBP3Vf1iMb { top:117.5rem;left:5.1242198944092rem;width:37.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJnyqF4RGAyH7iFViyvLddHukZP9pJi3 { top:1.625rem;left:0rem;width:47.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxDWKh6VzmlMe99fqg9NzMO4hVPyaON { top:90.5rem;left:35.1875rem;width:12.5625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5GWldeJctrPQPpc4u9m5aM3yS3E6TJc { top:87.375rem;left:36.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ2qP7fT92GrapTlFavdPbMxrWChD5vO { display:block; }#vQ2qP7fT92GrapTlFavdPbMxrWChD5vO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiQqfy2LLzHwnsDOJ6h8zT7TyyZG4kTy { top:4.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqpXECiWgJLaEOXqA5LdhAQE6AMzCWQ { top:18.9375rem;left:0rem;width:47.75rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tphDf6C2Fh8s1Gh2G7d0LyKJF5GOA010 { top:19.875rem;left:0rem;width:47.75rem;height:26.729022988506rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdOtPNKHUxm1DL6hkfa0yppFPG8NBeiH { top:60.8125rem;left:0rem;width:47.75rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9zZskRrkqwrUpX3Q6COxsfd8ZVozxrz { top:61.75rem;left:0rem;width:47.75rem;height:26.729022988506rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTv5VOnumvTxzFdJv3iXLHbOyRlPPE8S { top:15.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8nmqaqG0XlOdKA7RCSqRxq7MkEoE96m { top:57.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee { display:block; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZZ3LE1vOGOtDIkOA8dVh82wI1CoS8u4 { top:3.1875rem;left:24.5625rem;width:22.5rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnON4pycEQ5z7vSmMX71ZypHOLSAmLq { top:5.3125rem;left:0rem;width:22.5rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTEZtHdJ7iDMzAPz1DJmEoq4e7A1vqC { top:2.3125rem;left:23.375rem;width:24.375rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwAJgsxELD5bc60iwEXrI4En6LFkpAov { display:block; }#IwAJgsxELD5bc60iwEXrI4En6LFkpAov > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3AgzHsFbg9TLgmh0lOCRX9UA6E0QP5Q { top:3.875rem;left:11.9375rem;width:23.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO9znMfSGhr2zT27Qk8Ti4asanMqlfXF { top:4.3125rem;left:5.1249980926514rem;width:37.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMT05rqRQ8R2rTo2tIW8yexalhKTpwP { top:9rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPygHkgyVZ1531JJnBHVHScXgpx6ZiDg { top:17.375rem;left:0rem;width:47.5rem;height:85.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yz6ACLyBOT8TTuuMC2z6PV9bXMuuZ9 { top:52.3125rem;left:0rem;width:47.75rem;height:45.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1fhyuQOGi1FyZPnW73wwGKsWTJ8tqN { top:72.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxr43LPX1XLvody6x312TFWnzOLfBLQV { top:3.625rem;left:0rem;width:18.75rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qwos5gTy8eJKadXTVsbZeuqzgiixzOuy { top:1.6875rem;left:0rem;width:47.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRhdZIFhTgUHENfMDIW6s5e9MxuwtVLz { top:17.375rem;left:0rem;width:47.75rem;height:31.706rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUxsBnZngUpu2ESxs72OGNco2UfNIRq1 { top:17.5rem;left:0rem;width:47.75rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImNSFifKidVwLuGKhyvTo32qABNe5Nr { display:block; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUW7EmqkROuUK3w1oD9FXvcSBHOedvsg { top:3.1875rem;left:0rem;width:35rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEKidECTbLwW0iSlpwtewB6OWemJS6an { top:3.1875rem;left:12.5rem;width:35rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection { display:block; } #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection *:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="text"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="email"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="tel"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection textarea:focus-visible { outline: none; } #N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 { display:block; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZioVrSDyiXfI42xIKbKdH3crdwVkgTW { display:block; }#GZioVrSDyiXfI42xIKbKdH3crdwVkgTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKitEiZiFTCylHDqxZNChTQaIKXhvfZi { top:5.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrsS0X4wnr8QT5BoVhOTgOrCZIuDsQx { top:72.375rem;left:12.25rem;width:22.75rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJxoaSETzKGAf3DIV4MeHxQ3ukJRQLy5 { top:83.75rem;left:12.6875rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1bUiOcoAo2Dh8SR01Fdcu1McRrC94n { top:42.0625rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpydBEGN2ukI6a4EJ6aaA57MUohApxr { top:77.9375rem;left:12.6875rem;width:21.875rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwBWeeT6w0Apns72oRdV4t4bvv8Hk5Fm { top:23.625rem;left:11.375001907349rem;width:25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRl969kGErB20kFsTn2Ca92miTaZFSeP { top:58.1875rem;left:3.375rem;width:40.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L027ETHAh5eVs3Xv2IXrP4BCK8VQi0T0 { width:16.25rem;height:4.375rem;top:91.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzClAz1gEJhbzaqqwoIl0chroSeKode { display:block; }
 }@media only screen and (max-width: 763px) { #ekWT6OpBf3dg3C2o1dxQv4kyfSFlK1wA { top:13.5rem;left:3.5624980926514rem;width:40.625rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLmTenlIsAwWT6EczK1h1454w0nrfxc { top:75.5rem;left:12.6875rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAVd7dX1p2XM2wrCyZxDWnRVCJl5w9ve { width:18.75rem;height:4.375rem;top:109.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smb43uRE77oTgUXB4Cr17RGt7XUaH7gk { display:block; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u { width:19.75rem;height:5.49625rem;display:flex;top:10.25rem;left:9.47812461853rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #vMB3rnwuDNFpogFAvIVTtLgKiKI5endB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #UFnuARAWTMJbvQihWiWtccOc8b08MEUw {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #sq7BmqKZBMboeo80M3A13W801TDyZXsT {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #lrkiaxOZHXPi9qTXhUsAQTqc8qip9l4W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #iMQbll5uEHASTAe9PzkfbQ1wEXGwrsSQ {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #u4OUGxBfnUDk7RtmwTcbK7EWwE3sPhGL {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #vF5aFmZcoT1EByzIVIlZKvEku98KFCg2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #QsA4KnsImBVFoI00lA5LDlIZVfCkpGAz {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #fb0RBFCbw7C48V3EFFL2a6rbEHiSIWDL {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #Nkoe67zxAHrFs4ctwxbCBhxaNqpVNNut { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #Lgz0niPKIEX0btOPct4VKPDdB9xt2a1u {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #lxOrPzTRzTPTCc3ar3bxEnEKEsZvLwym {  }
 }@media only screen and (max-width: 763px) { #XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 { top:90.25rem;left:14.4375rem;width:18.75rem;height:2.75rem;font-size:1.125rem;display:block; }#XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #KJvGze9fITn6kkWHaImQZfdlnHxDUIEN { top:72.375rem;left:0rem;width:18.875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePP81IrtXT9wkUeIEwlrPEQeLHCKiFtJ { top:75.5rem;left:0rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua3nuVTJg6LLGyCcmPZReRP5v5nsET81 { top:78.375rem;left:0rem;width:18.75rem;height:4.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8wdv5yCIOQJTxDtbrMFr2OrpanNbgN { top:83.75rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOlS8bPECft8BuPtm9mEsAleR8dmZTZB { top:2.0625rem;left:0rem;width:47.125rem;height:134.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kamakd6JE6xi2OenJLIfm63qvppzhfNZ { top:43.875rem;left:0rem;width:16.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA { top:93.5625rem;left:16.0625rem;width:17rem;height:6.3125rem;font-size:0.8125rem;display:block; }#m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #kAWdyZo7MPeQi8MFZWLnNlbQU3ZqLHcX { top:139.0625rem;left:8.2492198944094rem;width:31.25rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPuXANDpkPWfuC3GZnQo4VeLAscy8xu { top:105.75rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 { top:12.6875rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:none; }#RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #WWP50oWa1IT5QChR6dNgzuJldDa8QS51 { top:72.375rem;left:28.1875rem;width:19.1875rem;height:62.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpsbl0k9XqMraPop92sM8Vv8nvCIKuyu { top:75.5rem;left:29rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNF5Kx5zKFEEJ9Xk437bZdy91t74zEUM { top:78.375rem;left:29rem;width:18.75rem;height:4.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbu0hz4eO8a4VzVOHd4xooR5M3fFHG0B { top:83.75rem;left:29rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GksL6hsbnUCtB7v6m3mMza4TEhaIl3iX { width:16.25rem;height:4.375rem;top:127.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTvHCzacWhAtovxQfOaCKWeVpyntTEm { display:block; }
 }@media only screen and (max-width: 763px) { #eTZb2MsQO3HuRwkqGq4fVEAdDwT3wSN6 { top:41.875rem;left:3.5617198944092rem;width:40.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCLG6Du05dllTddCE1x7x0xaVelG7Fbn { top:35.5rem;left:3.375rem;width:40.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgINhrRbfQT2ItNs1zHHS5OOsAZNHkL { top:51.4375rem;left:3.375rem;width:40.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH9QJ9KTvUke1ZAIl6Ke8LDTwLpSUyTW { top:46.25rem;left:3.375rem;width:40.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsuX9fz6iybnZA68d53Glh5f6LKXRDk8 { top:45.5625rem;left:1.6875rem;width:44rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh { top:103.125rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.125rem;display:block; }#b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN { top:107.625rem;left:33.25rem;width:14.5rem;height:13.125rem;font-size:0.8125rem;display:block; }#kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu { top:90.25rem;left:31.5rem;width:16.25rem;height:2.75rem;font-size:1.125rem;display:block; }#HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR { top:121.75rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.125rem;display:block; }#bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #qomIfyJtBk9xgmBnrJeX867MSZeU1bMt { top:77.5625rem;left:0rem;width:16.25rem;height:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K { top:142.25rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:none; }#VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq { top:172.625rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:none; }#rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ { top:86.5rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }#Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX { top:86.5rem;left:14.499998092651rem;width:16.25rem;height:;font-size:1.125rem;display:block; }#Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei { top:86.5rem;left:31.5rem;width:16.25rem;height:;font-size:1.125rem;display:block; }#b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu { top:93.5625rem;left:33.25rem;width:14.5rem;height:8.5625rem;font-size:0.8125rem;display:block; }#J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #ndELaCMCbigyCxpcqrqJEGFixtTa49t6 { top:58.125rem;left:0rem;width:17.5rem;height:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4WCEDuqmk6uuTC9O6dNTByAi668xDad { top:58.125rem;left:0rem;width:17.5rem;height:5.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq0PcGKBGH2cmPP6N47GHGLhNZCcQ7hd { top:51.875rem;left:0rem;width:17.5rem;height:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCvlb3SNVMeTCNdUp3PdXhVI7tufaiI0 { top:44.0625rem;left:5.4875011444092rem;width:38.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upxlCls1Rqx8xtWrfcUHqdTVJKSrsE17 { top:40.375rem;left:3.375rem;width:40.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5dLHtIr9hHIwm4upsSTImxInq0pse2y { top:100.6875rem;left:14.4375rem;width:16.25rem;height:2.75rem;font-size:1.125rem;display:block; }#T5dLHtIr9hHIwm4upsSTImxInq0pse2y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC { top:103.875rem;left:16.0625rem;width:17rem;height:3.6875rem;font-size:0.8125rem;display:block; }#cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm { display:block; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuoZeTTQWRlcuTxm5s4RW7d5Q58TdAcR { top:5.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhEtbWVsd3IrN3WTpZoHKqT75Da3t4Gf { top:63.125rem;left:12.312501907349rem;width:22.9375rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zASbPduw9TtTJs8pMKPsrKR3SKITIMmy { top:74.5625rem;left:12.75rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D627ubH3kxfKTO2iHzOu1bcKqcTDDU1O { top:42.0625rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiENp6GCBknvicp4ltTrpOt6zXbmzopq { top:68.75rem;left:12.750001907349rem;width:21.875rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAGPfhcdSskCdWRy8dCrygtPdM9nDh2l { top:23.625rem;left:11.375001907349rem;width:25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgETwDzOi1okl1IoDQK6fh1yUXIpRVdU { top:45.9375rem;left:3.5625rem;width:40.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPfg7E4RVP3674lzpNl5TkhJUIZGC8A { width:16.25rem;height:4.375rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkidlXfPN3xg5tJpbL9kP4XXDP4T9pS6 { display:block; }
 }@media only screen and (max-width: 763px) { #aQAKmHmhoydMNandmRP50X7MMSe5hn7E { top:13.5rem;left:3.5625019073486rem;width:40.625rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8wuxm3sdWveR9avyecnE3fLFvdLPQ4 { top:66.3125rem;left:12.750001907349rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzE7urrWeWbcJ13lBDKs1mfpfgiqm779 { width:18.75rem;height:4.375rem;top:98.9375rem;left:14.675001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXCWKXXPp9J9MsTlXF6pAF6fUmCH0ZiT { display:block; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi { width:19.75rem;height:5.49625rem;display:flex;top:10.25rem;left:9.47812461853rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #ZBg5gGIA0OC6mxsmKlfD7liHE0treJTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #D9W3aFp9ULfzZENVTk7Qa2UPy2aCsXCO {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #WM7b8VmRlTP5ANVOUyP8TIOuXahh1bFI {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #UNUvoGImivDKPXPlK0EetNgvQz239TNT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #wn9oeytxHiNpU77J4M0JUnawcsur17nz {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #c3mvuC0C6tgJUZDOGohahBS0q2WWa7Re {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #VpdHwVFI841VQJTC9WWFRZksI0wEtCJn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #xcbIiPk74evJnKnu55Z7WB9LpzgO8TKN {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #p7M6nc0w6BTFKPMuyDHdFnRf2cnuQo77 {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #aUcWSKn8ic4kxNiVf8NJEQOAx5xOG8vo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #IAeIdg0eH6VZSDE7ZMA6Hg8PPEiT5nxe {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #ycXoak4LXO0h3lgZ2uqL7CGF7ZUGE5d5 {  }
 }@media only screen and (max-width: 763px) { #NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq { top:83.8125rem;left:14.5625rem;width:17.625rem;height:2.75rem;font-size:1.125rem;display:block; }#NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #bOxW7VfPhSdiWoSTimgXfwWBqUzSiS6J { top:63.125rem;left:0rem;width:19rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmnKPfnb0HVJlDHUfsNcGDBIOv1pKXG { top:66.3125rem;left:0rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxJnOhGQor7GuOK7XdDHbungo2XkWgNO { top:69.1875rem;left:0rem;width:18.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0GRhfe6lKKCULGTnSXa1yCtg9lA3V3 { top:74.5625rem;left:0rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WErFIEBn9Z3QSfaA1kCLfLvQUeOxXcmT { top:2.0625rem;left:0rem;width:47.125rem;height:128.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQDF0SRBhBgMi2RMS1JVHAtMPKhipOT { top:43.875rem;left:0rem;width:16.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax { top:87.125rem;left:16.1875rem;width:17rem;height:9.5rem;font-size:0.8125rem;display:block; }#Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #RdPe5QR7SwQIThelxTI5y4sGyFr1QvgE { top:132.25rem;left:8.3125rem;width:31.25rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGsNTNepqKi5m06yTzdKpazPSnozXsFa { top:99.375rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc { top:12.6875rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:none; }#aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #TafV2UsyAzRK7RyPKKPhO2IsZcyqgh1r { top:63.125rem;left:28.1875rem;width:19.1875rem;height:64.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMozOnzvZUunAa2TZ5AkWxLg7dnZO63 { top:66.3125rem;left:29rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcrxkGg7En5a3c9BapIFa63wcmGxybd5 { top:69.1875rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwFnUpM7cyuJsTp8vaq2OLtJdbS7whR { top:74.5625rem;left:29rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou49DFu2JTu36f4Ft1o0ePLSh2rZluVH { width:16.25rem;height:4.375rem;top:121.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH4n5XnZDQxo2y1qXhCyGtN5X7nJ18yL { display:block; }
 }@media only screen and (max-width: 763px) { #RclrohX0XS7T2eBQITCMmngC6MgegXnK { top:41.8125rem;left:3.5617198944092rem;width:40.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgAobpzpd0822fJiqE1uzh66PxROy2DE { top:35.0625rem;left:3.5625rem;width:40.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHeLISkqQCBcxn9afQI88s6TTcshATUX { top:96.6875rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.125rem;display:block; }#rHeLISkqQCBcxn9afQI88s6TTcshATUX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs { top:101.1875rem;left:33.25rem;width:14.5rem;height:13.125rem;font-size:0.8125rem;display:block; }#QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF { top:83.8125rem;left:31.5rem;width:16.25rem;height:2.75rem;font-size:1.125rem;display:block; }#GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #XD9GIh0UA245xozXMqRssFX5NBtwxTkb { top:115.3125rem;left:31.5rem;width:16.25rem;height:4.125rem;font-size:1.125rem;display:block; }#XD9GIh0UA245xozXMqRssFX5NBtwxTkb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh { top:142.25rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:none; }#H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #ADy0n99Jowad8Qme3310z1SlhUURCp1i { top:172.625rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:none; }#ADy0n99Jowad8Qme3310z1SlhUURCp1i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #I5VSLhS8HQxvpL4ca527iC5ayXMJECJx { top:77.3125rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }#I5VSLhS8HQxvpL4ca527iC5ayXMJECJx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE { top:77.3125rem;left:14.562501907349rem;width:16.25rem;height:;font-size:1.125rem;display:block; }#ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ { top:77.3125rem;left:31.5rem;width:16.25rem;height:;font-size:1.125rem;display:block; }#KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 { top:87.125rem;left:33.25rem;width:14.5rem;height:8.5625rem;font-size:0.8125rem;display:block; }#hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #MqXKpUn3V1pdOnnbHMXn9DG2femXQHPq { top:58.125rem;left:0rem;width:17.5rem;height:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKcG8JL12eT32AhTeAzCDekDFmL4g2s1 { top:58.125rem;left:0rem;width:17.5rem;height:5.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoEc1KCeoIX6rIXNJnDDWvs5w4vTxmze { top:51.875rem;left:0rem;width:17.5rem;height:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEP5X6oxJtVR6RTMI5u37zUCPSHgPpkR { top:44.0625rem;left:5.4875011444092rem;width:38.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecKz7u4QXIDPFqXu6t0Qfgt6yFofVsO { top:40.625rem;left:3.5625rem;width:40.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39ZdWe5mboutIQvfItw97GvM2W1RDrn { top:81.0625rem;left:14.5625rem;width:16.25rem;height:1.375rem;font-size:1.125rem;display:block; }#x39ZdWe5mboutIQvfItw97GvM2W1RDrn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD { top:81rem;left:0rem;width:16.25rem;height:1.375rem;font-size:1.125rem;display:block; }#oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF { top:81.0625rem;left:31.5rem;width:16.25rem;height:1.375rem;font-size:1.125rem;display:block; }#A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 { display:block; }#dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnSf7f9gC7NSH997kT3B2wXXAOKNuHTS { top:5.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urrM3DSk5nTTRTt6thlZsILgqiARCQK8 { top:48.9375rem;left:0.56249809265137rem;width:22.375rem;height:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyd3PoeLWUiX9vB6stVhaA9NozBWeEB { top:60.3125rem;left:1rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZb9WzwnNLc1xqxDOTnKzrE0DNgsKIxg { top:42.0625rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0H3lAFQsCNfdSEPibvHorZhS1PKQ0S { top:54.5rem;left:1.0000009536744rem;width:21.875rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4cBX5b2S0UhdExehh4dxfct7T1weceb { top:23.625rem;left:11.375001907349rem;width:25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZiVsTwEWTrmPzQt1AvHc8EMe6JCDENx { top:37rem;left:3.5625rem;width:40.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJWSzqpObuyT7oN4AKLTqbRHyKnwCRq { width:18.75rem;height:4.375rem;top:63.875rem;left:27.024219512939rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyPmanwOGOzqHZBsSwzDcdzRNCKg0wbe { display:block; }
 }@media only screen and (max-width: 763px) { #Kbrd0As4Xs2Ozfv3ATTm2xDnKbsF4Rox { top:13.5rem;left:3.5625rem;width:40.625rem;height:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxbFiuBdC4ZEHmsAfpSPoNtuS525BJL { top:52.0625rem;left:1rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEecZvw8M9MaJkRrsFXgVJzai4SHFyy0 { width:18.75rem;height:4.375rem;top:85.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEhJXZIfrLzvrCUtDm9QR7rlMo8uc3R { display:block; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 { width:19.75rem;height:5.49625rem;display:flex;top:10.25rem;left:9.47812461853rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #t4ci1f5weNgllvqPBU06TplRAik9Cm2G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #Om34S3GxgfEeKuTErTVOm5zTKKaVpcW8 {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #AD53TJySS3okUXP6n3o5csaq1gCIApoC {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #iWKyixtCPm0GdbXbimWKkFaONkpMImsO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #vwTH9IhihTRrkSsEnw4TZa80ZXznE0QX {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #KeVgH37gxuKNQNIbchN7QTHwVhsck35A {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #qDgQVwV6I5JrA3eSbEubX03cBnUyim11 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #O7R5oXmlJskPk5uWsTcC6JIzZWPxZd1a {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #mwaM6ZHmonr1h869xMkeze9G8bbVDJnu {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #NARzyJnEpiybrcxX9EQI1hNJWGKBelgT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #zL6Dxsu5Hg0ATCsKfL7MFEqBZIVpZ4DB {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #LoNwgttGxCenubeVRfdw3wBLubhR7nOo {  }
 }@media only screen and (max-width: 763px) { #zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT { top:63.0625rem;left:2.625rem;width:18.75rem;height:2.75rem;font-size:1.125rem;display:block; }#zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #HkA26JFPHRZ1a6BhF5RUMM3yVvtTS2Fv { top:48.9375rem;left:24.875rem;width:22.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVo5RgOBrCf1vIJL2Bdx1zgZIlc98Q6v { top:52.0625rem;left:25.3125rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZX5MTMRiBdNz8Tsq8WyKGTwaU5Gs6U { top:54.5rem;left:25.312500953674rem;width:21.875rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTn1fvcvik4ITKiuuuHAA4sdEQPK42DJ { top:60.3125rem;left:25.3125rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkUzSHdKbyqDkkdyLTAg5E3rXEu85T8e { top:2rem;left:0rem;width:47.125rem;height:97.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJH0SP7VFJ3H47S3eA79WNBZmkW8bAF { top:43.875rem;left:0rem;width:16.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM { top:66.1875rem;left:4.3125rem;width:17rem;height:3.6875rem;font-size:0.8125rem;display:block; }#lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #aqOvm6WDSpdbVQBCX6sCTInl72bNLzEW { top:101.9375rem;left:8.2492198944094rem;width:31.25rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV6goh27yyk3FciQQTPuuCQ6dMyPhcHE { top:92.875rem;left:2.6875rem;width:18.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuf410a3CMl6eXRJTCqTtayHTZV2CXgr { top:68.3125rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq { top:79.25rem;left:2.625rem;width:18.75rem;height:4.125rem;font-size:1.125rem;display:block; }#TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU { top:70.6875rem;left:2.6249980926512rem;width:18.75rem;height:;font-size:1.125rem;display:block; }#QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav { top:12.75rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:none; }#OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #q4A4otQVBda5rHEU89OGVqVTtJuu99Qb { display:block; }#q4A4otQVBda5rHEU89OGVqVTtJuu99Qb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaXU8Hs2NEhQvuKKUNnQeaIntOFAqdTP { top:5.5rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3UlXUVnWK1BTdpLdZJXl3TSCcyyiSB { top:48.9375rem;left:0.56249809265137rem;width:22.4375rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuxAnex1hqov6c3wDSA9fAkJAir2yOkv { top:60.3125rem;left:1rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKTgqGggM5LxFTBi85Fs35uxDTs3iBhZ { top:42.0625rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIwQAd8QJ2DhLWoySANW0JeH2oycLeL { top:54.5rem;left:0.99999809265137rem;width:21.875rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W52NsvbnnIHosoAf4UEg86hu7spGIthn { top:23.625rem;left:11.375001907349rem;width:25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5hNV73fhNszAA1IuGoS0LmRwhNRXiTc { top:37rem;left:3.5625rem;width:40.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho8IBI6kPIVepx3MoyivB9y9tBlfpCGM { width:18.75rem;height:4.375rem;top:63.875rem;left:27.024219512939rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMi7wftVvk4wVTkbPoTrSv8RAxrvzGQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Xmv4PSqJLacnE4R1uTFHk6RTp2n9dppP { top:13.5rem;left:3.5625rem;width:40.625rem;height:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQChTLveZ9TcQc9R9CBFDO6H88FsAJpm { top:52.0625rem;left:1rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ3TMXn9u6oeqHTpl7rqdxo8futar471 { width:18.75rem;height:4.375rem;top:77.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKXObVndrH10icQGMqbL30XFc7aZIhp0 { display:block; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn { width:19.75rem;height:5.49625rem;display:flex;top:10.25rem;left:9.47812461853rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #IRNIawthDWypZTwqutToHetMnzduVQec { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #oHTwPRFf7b4HhJTOBIOIGp5o30ttP0Ea {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #yp1apkQCw1hRIto5ilyx3NyZnnk6p1bJ {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #TbMuZiXE3Xrsn2rblMSGwSSSZFTIFxOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #S4ZNh3EvWhqcEObMNHItQyHUIV9Hn33Q {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #JTJzkyti3eXWP1oOvZNoTKTHa2Q1D9zQ {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #hbtQFbVW9iw2dIfnM2CMLFcSVA4p62uw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #ZVdy9CWExRWLshPugafCLggqk2qoPVvr {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #KoaeCcKg17wSnKzL7cUKdlnKJwix6rIF {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #H78nEAODXwqLBREJyZA6yZsTX9TPod5R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #lOKUkPlDx0bBFiOgAUADpcdoJndAb3KR {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #nemqTfutmynaiuvEWAhBxf35epDD5wAn {  }
 }@media only screen and (max-width: 763px) { #OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF { top:63.0625rem;left:2.625rem;width:18.75rem;height:2.75rem;font-size:1.125rem;display:block; }#OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #QNVCm40yB6z6b4atHS7UAgEN1mcUR9Hz { top:48.9375rem;left:24.875rem;width:22.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3pw63FsKfqQcsszJtATpzTrQ4Too55A { top:52.0625rem;left:25.3125rem;width:21.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATi73wr4ruJNCkbVx0URWBOfrhLOaKyE { top:54.5rem;left:25.312501907349rem;width:21.875rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T129xqlIlqn6p1OTD5xeLSMceei9TKgq { top:60.3125rem;left:25.3125rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAytNshgXgCsG1rWFvAbT7XeoM2rvpZ4 { top:2rem;left:0rem;width:47.125rem;height:87.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH9ChpwnIP5tQAOGwyd0LAK4XLTiymmc { top:43.875rem;left:0rem;width:16.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dys26WhuJhsFG6M19UnZO55N9FTUBx2I { top:66.1875rem;left:4.3125rem;width:17rem;height:3.6875rem;font-size:0.8125rem;display:block; }#dys26WhuJhsFG6M19UnZO55N9FTUBx2I li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #KBwxfGWbQ6CLFdelZI8SZfzZazfp2srz { top:92.875rem;left:8.2492198944094rem;width:31.25rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #St32IgpxtIK7QgWeGh3w6UlBFOy69oe3 { top:84.5rem;left:2.625rem;width:18.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkQULoUdgcv26FLroD3uBr1nmA1rxlWz { top:59rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn { top:71.0625rem;left:2.625rem;width:18.75rem;height:;font-size:1.125rem;display:block; }#Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu { top:12.75rem;left:0rem;width:17.5rem;height:;font-size:1rem;display:none; }#R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #AbB133ErC2EBsrThwvEshXMqJrKU2EPw { display:block; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXd30ZcCr46cohNhxsX5kVKvPfk9ZH5u { top:132.25rem;left:2.5625rem;width:42.6875rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFQ5tlVod8JOKTIOpQqch1VVAAf608u { top:135.3125rem;left:2.5625rem;width:42.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zelJQcOFJ7ifwitpph0m8QVu6qefMZFd { top:139rem;left:16.3125rem;width:15.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUISeydaG4OqmrCy7mxHTFAETzFNlp5z { top:90.125rem;left:2.5625rem;width:42.6875rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmaeFOJGaWPb0EyXckcTuONztoqe7TME { top:95.625rem;left:2.5625rem;width:42.6875rem;height:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8ngWNtsGJRQ7x51Mk8KJM6th1ToW6B { top:1.8125rem;left:1.9375019073486rem;width:43.75rem;height:85.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khnfPM2xpu3se8fC74a8btU2sSywU3T9 { display:block; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHmcdLitllPrsCxBl2LSoEu4zgkqikO4 { top:1rem;left:2.5304698944092rem;width:42.6875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC5nh41haKJbBgTwKwpxblf3dpWE3QDa { display:block; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8Nxr8NTThoDDrNARFB4qPBNK9nP5G2A { top:1.9375rem;left:3.5617198944092rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpneuOp0rsA6CFOoL8Z3H1uSbzFnfhfT { top:1.25rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7RgzliPTIFurSzRAmRzlehiusHJkWGe { display:block; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWpQ99OxsIQklx5kzlSU9PRC7W3d3UUT { top:2.0625rem;left:0rem;width:47.75rem;height:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR { display:block; }#v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXk0CnACBKTPUbH5iiuoEMbHdnbCKmaT { top:2.9375rem;left:0rem;width:47.5rem;height:26.659375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC4eEmRoOilkiTmSoXL1DxweB9JG5skX { display:block; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPP44hpNfLHTlutgqee8TeTtKVxLwTAS { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nscZPicD62Sydi0qpeSlW5ghhK4zTTD6 { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EczSTtAtmlyX0PElenDb9zv5CoeD9ESw { display:block; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4TwspduBxLN4VcqVS7qSEUASUz54xxx { top:2.0625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMOXMmXyxIzmkILI5f6LEH7A86aMWat0 { top:18.875rem;left:0rem;width:47.75rem;height:25.426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE { display:block; }#GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cv5z2D6pUccukO5MnoS7q5cu4HWvQzOM { top:2.8125rem;left:0rem;width:47.5rem;height:26.659375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLeknoJffdelFuqhXN8dmVrmlLoTzabU { display:block; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1GFwpxzHSVPcbZ1lSzLgu6SANrEGBRz { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVEWq3KTtVNfaOXyIIktdGUAkOdLqFsv { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf { display:block; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Po2dbLO6X2TxonFMuXV16xSdw1RduxNt { top:2.6875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAREHRcBtNChnGBsGwD7T3UTqMCqUZ5t { top:9.75rem;left:0rem;width:47.75rem;height:26.381875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Kfs6tQbmupm81c1fEGkuCORXSv2Hum { top:38.625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0E5VvAl1B9HzD3FwvXE0rMt89JTSPDK { top:50.1875rem;left:0rem;width:47.75rem;height:31.0971875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf3hZJIX99ZpyHa8O0ePJMQg0q2wOmKx { top:84.0625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N34Hq321UAFoFtwzFAzLXc96CCmlymc5 { display:block; }#N34Hq321UAFoFtwzFAzLXc96CCmlymc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEgA7BR6QOKZJR3s4sJLixTelbaZxkXQ { top:2.875rem;left:0rem;width:47.5rem;height:23.928125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 { display:block; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2lAmWqko4CCSHzPxRqJ4h59TTEEdT85 { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7fOWDekQQZMNPSmXx8Ttw08JSRddWV { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeXx8U89XvB5i51t8OIoZoxlJMikZmvs { display:block; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #B0N8XddXJHIDdl3kgV9MMXWbuWgQukDE { top:15.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX { display:block; }#CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyU3iTXxER5Og7iDZF92WNuA5Ox4BC03 { top:2.75rem;left:0rem;width:47.5rem;height:26.659375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ { display:block; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37IJL2rL13fQNl9debdsizlnCF9dBcq { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzorwgtPgETUmwhmuU6mrDCT8PgPAF1M { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu { display:block; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTrcodc7zNV4KHOSRKbRcJpb8OHE4fg { top:2.75rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpC79Ts1gp3mcphSWLKVoEgwle69Ep6Z { top:26.625rem;left:0rem;width:47.75rem;height:17.6675rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd { display:block; }#dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRcz4dZ8K91qN1qBya92ca6fMc4pTmDt { top:2.875rem;left:0rem;width:47.5rem;height:26.659375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp { display:block; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF2znJ5IQFAhQoRAClBC8f69s2kLF4oo { top:1.9375rem;left:3.5624980926514rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW1bCChSGhcBzZ1FlTNEEOlbKuiLFy9y { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVGlMWyPCJa167snAsEmEclH7Pndhgwe { display:block; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcbI6HhhhwwM7XFEHqchJAaTMTixgDUn { top:2.6875rem;left:0rem;width:47.75rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV { display:block; }#O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8gZLZCLbGQQyA0eUo9gJWT6K7dI2UKK { top:2.875rem;left:0rem;width:47.5rem;height:26.659375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 { display:block; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #netPUlonB3E7fJMSwHBNynkX9AvEPTyU { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6CAhPMxI2OEZL1yotyiugV1KlRGcnFA { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 { display:block; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAdJGLKDwJPMB8zi5ToQ4iGbI3Szzqyu { top:2.875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi { display:block; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwxrC2HPVcCU9lBhb4C54u2f3qIEIach { top:2rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCZnmSGvoktNwNlox2LMJUZncofJ9i6E { top:1.25rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQElGobCa93X8nPqbuvJarVHNKoUV3em { display:block; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZf7zpPidoNKr21TDUkUR7oZvJnpdMdg { top:3.0625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 { display:block; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSxk5DnnFWWST9otQkyhccI7TTgSCuSQ { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT53tyF2Z4WoThNo61GWHNUa0LR8X6ae { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 { display:block; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdzV8mkvXWwHVMcNfEeurQBwcTc6bybJ { top:2.625rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ { top:20.25rem;left:0rem;width:43.75rem;height:3.1875rem;font-size:1rem;display:block; }#n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ li:before{  }
 }@media only screen and (max-width: 763px) { #JXbeEVHmMAusETsbyn6gWehPgraq8QQX { top:26.25rem;left:0rem;width:25rem;height:62rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3cX3msQRedmo01U4cTN0lMTRQ3D1u5y { top:26.25rem;left:23.4375rem;width:24.1875rem;height:60.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea { display:block; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbUGuJbzQXWtlMTD5NZUShFlWalAfII3 { top:1.9375rem;left:3.5625rem;width:43.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDGJ366xGdNZrpVvH0SLCSgbnNZxq8ch { top:1.1875rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l { display:block; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUeim7cys4NiLUhiJQKwVBwXfvKTsTJW { top:2.875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW { display:block; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNvgynXU2k3V6ZcMwidPSt7BWZed0uSV { top:2.5rem;left:3.5625rem;width:43.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3boUxr5vz3GzCzINIcnEtAfp14OHghw { top:2.5625rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIMHfkya20WPg3UD6dgOXR447AQR3hee { display:block; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3yVNJWOzTWWVSt7AbWUirtkGtgNaAPx { top:2.875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh { display:block; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection { display:block; } #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection *:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="text"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="email"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="tel"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection textarea:focus-visible { outline: none; } #GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ { display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOL5HNSIf0MTXkU5cMZbQUAS3aCii66C { top:6.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKwax7xlWnBUpMfW7M5AuCOFZ8SzBpm { top:4.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmxw5H5TIFxvoxSXHCUVlohLcH5HEzIS { top:0.9375rem;left:22.25rem;width:25.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lURvgsfl1fNkbxUde6vBt98XptxypSeA { top:0.9375rem;left:0rem;width:25.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wnwIxMrkMJBL9mvG30ewsZ4rbcOSovQb > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-text.counter-number { padding-top:0.343125rem;padding-right:0.299375rem;padding-bottom:0.343125rem;padding-left:0.299375rem;width:1.79625rem;min-width:1.79625rem;height:1.845625rem;font-size:1.37375rem;line-height:29.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.06875rem solid #ffffff;border-right:0.068125rem solid #ffffff;border-bottom:0.06875rem solid #ffffff;border-left:0.068125rem solid #ffffff; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.214375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.395rem;height:0.729375rem;font-size:0.515rem;line-height:11.67px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 { width:14.125rem;height:3.613125rem;display:flex;top:0.6875rem;left:2.9375001192093rem;z-index:15089;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #SNOVgFenGPyf5WP4Jm4yLKI9L1RKLaRJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #T4NufQvI2Bm10bwBnmNCxGV7dLGEoxDK {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #JCJQnKbiEETDwU0XCt19EKnot42er10I {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #DPw9MQwXEstLTNe1g3otWVwNBmUTiq9v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #e8Qti8KEtT0VVKxePsN9NP8Jp6iPI8Bh {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #Tpzh7P2WN8vNTrkep69HIy1C27gFm08N {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #dKNtOwB2QXfvN9f6LAG1AK9BK9VMvXS1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #stm7cpKwx4Q3zZ7PNDw0Tm0ZLMXETP9u {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #mak5UL3Hci6KEPV4Pse1tpftluRJigVI {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #BPKWlTuxtq4U5BOH8qhbUo3PZA8VV2AS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #DFTbbpzuTWyosmdyfFguV51tOhMlIdEw {  }
 }@media only screen and (max-width: 763px) { #sxkv0TiSHlh2nuL3K13VCAl2uofxMrJ0 #VuuOBca7AwqnItbgGKfOrOqoTBU2brca {  }
 }@media only screen and (max-width: 763px) { #qBHkyUCqlLktb303IpOtZIwqkwv3oUGS { width:15.625rem;height:2.5rem;top:5.1984376907349rem;left:2.1875001192093rem;z-index:14999;font-weight:700;font-style:normal;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImmwIKWa8nvbfeoqdS0hJJRVbod7bLAw { display:block; }
 }@media only screen and (max-width: 763px) { #krIrFholwMFETC31hSr9LxaJayvIQn5X { display:none; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { width:20rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ImppGUWqk9pFF8Vlp8IqJFKu3X4ZooLV { width:20rem;height:3.16875rem;top:9.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP { display:block; }#pnsVsOL3sLRNxtng7yiThWNtu7R1M2UP > .row .container { width:20rem;height:186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulwsmNx9Pqp24rXuzNRnMdkDTbTcfzZf { width:18.75rem;height:3.4121125rem;top:1.4375rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSfWAdiKHmZ2PZRVMtO7R0h2rRu3PEBy { width:18.75rem;height:7.796875rem;top:6.75rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7POpTwhhxywoHZew6VpJ1xnW66i89JI { width:18.75rem;height:2.923825rem;top:17.57421875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttwUCzRb8rU7WeEvLaPq2BgxGlHlkyJx { width:18.75rem;height:35.09476875rem;top:23.255859375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hCcMhp10hLNlrefgsJEfgm3tILCXkZqB { width:18.75rem;height:16.89748125rem;top:88.7275390625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnBGT910BKpQlxn5kvBf7Kifdc7BKugu { width:16.75rem;height:30.1875rem;top:153rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo1IWdRZcmmflnyKAJkGHOQJoBGTI9Og { width:17.375rem;height:29.25rem;top:58.3505859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntyFIQrQPKPR5nqF1yOGR4xf50mDFNux { width:18.75rem;height:6.824225rem;top:144.5498046875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qze0MqCHTN59gEDST1vzpNexNfBlApvt { width:20rem;height:12.111292962357rem;top:108.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9i0Oc6JnwTwoIaDCG1yHdNxRxbT17F { width:18.75rem;height:18.19728125rem;top:122.2978515625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ { display:block; }#a2UDOTXMWIBcs4G04E5LkVsxVNkNnJBZ > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz6wTuzG1OkLoHt9BgleLTWhLzuFnkXc { width:20rem;height:7.79883125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 { display:block; }#EOcFM6eq18ZcWgnoPcs3p3OZMp7NkTT9 > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlI8IEwSEqXPubVyTJEbuQTHT74w3CJT { width:20rem;height:22.625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgTTTG3ux5mJkG92cBup7QXJTvZQbWn { width:19.875rem;height:15.866875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00TILPPJkG1BMFMhqwIeNXgMwXltm2a { width:19.875rem;height:21.441722972973rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOfLMUovs8CvnKibnQ3oCM8A8TncE2Xd { width:19.875rem;height:10.079464285714rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh { display:block; }#C0NGkwSh8iEG3P1ieSOGGFtP4SR7odVh > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSbOVRWJCsv3vL9ttrIz2pLGharvVmNu { width:19.875rem;height:9.9375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh6UfdTBaIgqvGvK7zRghSTv06GDalik { width:20rem;height:9.9375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTv9PWEU5lIH4kx8EhIkiz9U7eTAZRKp { width:19.875rem;height:11.20414507772rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeGMZIxwAAe1VXDHndOhudfR6lqA7dBc { width:19.875rem;height:9.8652272727275rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryz7gouM6D7fyLFIrtdP3LDqGpB2I9QE { width:19.875rem;height:7.4145077720206rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr { display:block; }#w0ZG7KAH1780Po7o8QhG6TI4UGlLpGDr > .row .container { width:20rem;height:132.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wywWoziaN4Nw00p5FF3asyTwMbgBfgVg { width:19.875rem;height:9.241875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXTexxTN4I8ICkn2AExBRql4wvBXonz { width:19.875rem;height:11.480590062112rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tux3TJeoqisU1sT2mSDtRurNLTHtzVTa { width:19.875rem;height:14.954490291262rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2IJcKsgmGycLKNVZ3gtS0oezPEl0iTp { width:19.875rem;height:17.975183823529rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6vp8o6aoW6y5CbEOZTyDMm8y3ebLVkp { width:19.875rem;height:24.173447537473rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZyLLdkSsiC7DJCNImGpSaO2x5T291c { width:19.875rem;height:11.015060240964rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLCi0XI3XTwKOwwT40oVcgme1mlTcWC6 { width:19.875rem;height:20.035282258064rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7f1WI0HlxAvtt33MOqfOC1h5fKXMF9i { width:19.875rem;height:11.754032258064rem;top:119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw { display:block; }#msoNHlkFuvp2wE2LFNVg9c0eAtWGm1Pw > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOiEasttLMQMXBCMip0Tk8koZHals8wD { width:18.75rem;height:2.84375rem;top:1.09375rem;left:0.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rc4hrJNUJrcKIqOOT5nHZOTEHUQwfwLO { width:18.75rem;height:6.824225rem;top:4.5625rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubiqxqrJvsGHGIK1QdIpQxnOkyzhW2kD { width:20rem;height:7.1875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olmpKHOTJFtsd817rrqVwEtwOz0kedSs { width:19.875rem;height:11.9375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii1BWzhooaxnLNEawsdXeWZGhDtQCsce { display:block; }#ii1BWzhooaxnLNEawsdXeWZGhDtQCsce > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbTWkFIuVU1SaG4nHM0vBU5CKtwQMwZT { width:18.75rem;height:8.53125rem;top:1.5rem;left:0.625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF { width:18.75rem;height:28.7831875rem;top:11.8125rem;left:0.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }#rGVCmgZWhhMVI6TMq3Zsq6lrBC5sdOxF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
 }@media only screen and (max-width: 763px) { #WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT { display:block; }#WPcVFRUPPNvAo1spmQruHNLAQS9xwUbT > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4qqyClZGfbF1f1BuZOEK7tzbZked2EF { width:20rem;height:14.979647218453rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HczASwJtR5HyZaHspTuX3uAkSJJWLuvU { display:block; }#HczASwJtR5HyZaHspTuX3uAkSJJWLuvU > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGPhvULrn5zJH76y2FuJcZubCqiS7WBq { width:20rem;height:9.9666666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa { display:block; }#DIH5uwzT9IBz2cP2ln4gl9uw6Av7R5pa > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5JKvqxBZFMCAEVvl7pmUnLmr7yuNkfB { width:20rem;height:11.85rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS { display:block; }#GrWN6vkf35Kt4ADPxmlinKEhRtriEFIS > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3Lv1F23t5yMJVtJ2PQOvbW1CO6K4meS { width:20rem;height:12.083333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq { display:block; }#R0Vppy4M8H6KFeAvM0l19yPJTEb8MyJq > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5fg7B5wnvFUZN99QRpGIf1NvR2DXUSP { width:18.75rem;height:4.548825rem;top:1.03125rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p14RB0KTu42KMG1GRkxLQzcFDIuKsBst { width:17.8125rem;height:30rem;top:12.4375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvd2ou7ucOTsLGiRoi65rCmp4oTLUkVn { width:12.5rem;height:5.6875rem;top:5.578125rem;left:3.75rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwVF2ZHxJz8eWBdrioOcSFcQTutGzzpx { width:20rem;height:12.1875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa { display:block; }#CaASuFn96p2FBT9eUG7TEQ85Tx6DnuTa > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFsbdy0D4Cz3vIXTse7asOgyQpSgL69l { width:18.75rem;height:11.20898125rem;top:17.687501907349rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIA16XqEFH6azTQbsb5yO57gFWiMALWq { width:18.75rem;height:25.0625rem;top:31.062501907349rem;left:0.57500004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNp9CCerCVKML0P0bpkP5fTlvl8LcBOm { width:20rem;height:13rem;top:40.6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S69TeVzo5HGPSC1sIzCbfsdui4Tk7wo1 { width:20rem;height:12.9980625rem;top:2.0359382629394rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo { display:block; }#eaR4AeGSrEbPrOuP12C5nSZNPv2M1BEo > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI7BFEsiuifaboJfNWCDVvWQ56GtTO9i { width:20rem;height:7.7988375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ROHAAF6AqlinSoJz3eThro6JNTdGCF { width:20rem;height:18.4rem;top:10.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpVENA6FtG4tNrixOaQTNv6oOtQpRT3 { width:20rem;height:10.6rem;top:29.95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT { display:block; }#EVPfa2bKDXKx4u5oNLvI9xkbxeLyLDPT > .row .container { width:20rem;height:155.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXtdqufm4eT7oNxt59XyrR47NAdgNJNS { width:18.75rem;height:4.548825rem;top:1.03125rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2ZVSICtKw2wEU6eLmC9B11o5rI8FhTv { width:18.75rem;height:36.5625rem;top:7.0625rem;left:0.57500004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #cELchVX2LithlzsM4HzAbcGxPV9O1dlu { width:18.75rem;height:32.625rem;top:44.625rem;left:0.57500004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfA4zKuUybuMdEhyBDIE5Q9cSAG22B0 { width:19.875rem;height:21.294642857143rem;top:93.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMThixkuOT8bQucsB49IRSyi9QeoU2FM { width:20rem;height:1.7875rem;top:116.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKF0vbDH8DxZKKeOoiVAWN2fZQhLfTJZ { width:19.875rem;height:8.67046875rem;top:119.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6HMTTUR6Sgmhbp9Nv8dQNhPy326o3sO { width:19.875rem;height:9.3909375rem;top:131.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLmqEQTkrtV0yvpZQhx8HUFaQ7AkZCZ2 { width:20rem;height:1.7875rem;top:129.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKEWaEIM5LSn5n3ThZJuywezBO6dahxV { width:20rem;height:1.7875rem;top:142.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUxziPPJvPuXfBB0FhEp7ow9cTkk0mJp { width:19.875rem;height:9.46546875rem;top:145.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuM9thS98E0ndCh6ODxu8iUD31gCkuOp { width:20rem;height:14.1875rem;top:78.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF { display:none; }#poXV5XgbRTgVtFqfq0lMG6yWhRJVM4gF > .row .container { width:20rem;height:136.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yvi6NRdo0KvsQ8oR2vrJ9HcWHfz2hIMp { width:18.75rem;height:46.8rem;top:26.1875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3r2plsIs1FXGQAwAeLl9yhnc3L0AZFp { width:18.75rem;height:27.3rem;top:107.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLglvq0l58g3sD3ytWom29cOFLxZv8PE { width:20rem;height:19.875rem;top:84.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Tm6ofofqqxRMKOzdQhFSZlQwLafzVS { width:4rem;height:4rem;top:19.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdxkmeT7KlTUOcc2ZTJVUba9meQAiqa { width:18.75rem;height:8.125rem;top:74.6875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTdzpa1L4sTR2B6mhky6nDPHJ0TvT3TR { width:18.75rem;height:5.85rem;top:2.294921875rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzawHcdgMcTkuKVUU16EemItEqc7knkf { width:18.75rem;height:5.85rem;top:10.380859375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMSeFdWKKGki7alv32Qzzql4ZqraHcTI { display:none; }#GMSeFdWKKGki7alv32Qzzql4ZqraHcTI > .row .container { width:20rem;height:248.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #skgCloaW7QgCwEBdOdz10WWfxIceaIOS { width:18.75rem;height:4.875rem;top:2.1562452316284rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qb1T0ApvwTXy26nEFpEsyLTTfWlCNcMv { width:18.75rem;height:81.9rem;top:9.5937509536744rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R8TiZBmhPJLITkbursrVPZtTHmkureQR { width:20rem;height:8.75rem;top:145.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq2PO8AXxliooyN2Cz1HHzXiukNueteQ { width:18.75rem;height:24.7rem;top:155.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMRFirq60ucqmO5yzdyTk83KKLgV5zqP { width:20rem;height:14.1875rem;top:189.17499923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzk3mM5Ml5EleEFHKGJk3hwQEq7i49bG { width:18.75rem;height:41.6rem;top:205.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTTv9yVO9XzKcX9fvdTro4q0J5OwfkZE { width:18.75rem;height:35.1rem;top:107.8203125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGix30uiAMD7ix1wkGFoBoR2b7fGQETz { height:11.2001875rem;width:20rem;top:95.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KftmqswnUcnNUyP8IAPoadLhIPhuet4e { width:20rem;height:1.625rem;top:92.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvegfLWnmAg5KDCZJzX6Tr2ur3PsyMfl { width:15rem;height:4.875rem;top:182.41250038147rem;left:2.5000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo { display:none; }#xL49Tyi7l18rpJTPne8HgqvBK0tlNFpo > .row .container { width:20rem;height:10.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BIUiQFTpuLx0gqye57Zx9UwUesuJ1GTu { width:20rem;height:4.45703125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V99UoFKHSsntHz49KrMkdv2XFOFymcdW { width:12.5rem;height:4.5625rem;top:0.3125rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD { display:none; }#p1LdLyl5exBRJpE48M2cAkrCKHM3V8PD > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X98AVKROV3udMghSnyNUyvFTAdmXXvAo { width:18.75rem;height:6.09375rem;top:1.234375rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi { display:none; }#Jf53GaHk8JPDV37Wv6EG7zhDT0Ntw6oi > .row .container { width:20rem;height:53.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GL4JuKrfK8zioPhJXFMlaMPdIgi0ReBr { width:12.5rem;height:4.8125rem;top:1.3125rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5zCX1daFNU0xOzBIuxCSpLOJDgAuX5D { width:9.375rem;height:0.3125rem;top:7.1749992370606rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDoNL1XhUIecAI4LVaLDVi6VO41J1vkW { width:10rem;height:9rem;top:8.375rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQcHAevCEakfxuqbWeNg3TaUtd9N8NLv { width:11.25rem;height:3.6875rem;top:20.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZWKWPePPTn6AtvqcqACaclmQRZCyq0J { width:9.375rem;height:0.3125rem;top:18.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnQK6dJI4sSzxl0KvaW9IZQ3KR3P20ZB { width:9.375rem;height:0.3125rem;top:25.4375rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9162Hw5ryeL7i0HKCT7WZU8JfshIiVQ { width:11.25rem;height:8.4375rem;top:26.375rem;left:4.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TPUb8psLDngSsIgEUIEd8daSIaFSxHtZ { width:9.375rem;height:9.375rem;top:37.4375rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBBbwp9DopmkKKWOeLsemIrAutxbFQc { width:9.375rem;height:0.3125rem;top:48.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBX4ls7UKJhhgsc9BLAlK9Utb51cTGxz { width:9.375rem;height:0.3125rem;top:35.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M661kuqgJCnR7xJ10XWZdEVPTm42UkU1 { width:15rem;height:2.8125rem;top:49.6875rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLW2gwyewLpeTcCbDLxmWp9tD1Vwog2l { width:9.375rem;height:0.3125rem;top:53.1875rem;left:5.3124998807907rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx { display:none; }#MxIqplpHQBH5PWmiMwg7q4Eaupq9DFyx > .row .container { width:20rem;height:35.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LMKXxdda8Jr4pcxZGkMCtOreOuewtFsG { width:13.75rem;height:3.4375rem;top:0.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1xLpfdfSgyUVETwZ59tZklpvx4rFM4S { width:9.375rem;height:0.3125rem;top:5.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgCOZQeG2kcpz071AV2hrRXppKTmspG { width:13.75rem;height:3.875rem;top:6.25rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlu85RTGbShsrG77ypgZtWM8Rfapps3 { width:13.75rem;height:2.5rem;top:12.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDnLq32Aui8A9HuDZ7cZV1yyhR11ANu { width:9.375rem;height:0.3125rem;top:10.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEpsrkzDXnNuuUQCARXHF3cREyFzTCav { width:9.375rem;height:0.3125rem;top:15.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZdElcXdTaPzeyW1T7lHS4vrn9ViEZb { width:13.75rem;height:3.9375rem;top:16.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooTaQTQ75sawtFesIpI8BXHCRHPrr7zU { width:13.75rem;height:4.6875rem;top:22.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZqyf5eVc0eRPTpJkBtcgMQh3OqQ5yv { width:9.375rem;height:0.3125rem;top:28.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSD5Fso4mBhafLnLhy1KmKzbSnJlWzrs { width:9.375rem;height:0.3125rem;top:21.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUo2Ky7Z8CVQTwOpEzaGilHo1IOzQHNk { width:15rem;height:2.8125rem;top:29.6875rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3n2kN944Iff26ycQxGPdlz92N6MzXP2 { display:none; }#T3n2kN944Iff26ycQxGPdlz92N6MzXP2 > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo { display:block; }#w8qxg45bpLc9uta8gCNw2WJGRKJOiiSo > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBJruSE222KOLQXXHFduMc4u1QKU8akC { width:20rem;height:5.199225rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 { display:block; }#c8yARkpbVtsTnz1kGvlXCTsTF902E1o5 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9GCMcyFy6Q8GO2JhZUWAJPHdLQ4abvL { width:19.875rem;height:14.888525564804rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW { display:block; }#Z6aonuc6LgOxVny9RFJwzBdbLoe80bzW > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqxeGUkVmfymaLsvxQmM2AkuGHXVWH2t { width:20rem;height:26.1875rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcSEvO2kIGfF6PZeeQkft2Hd1uE51FzV { width:20rem;height:17.0625rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuddyEbvZyxk06PUwu6a6c07vxEUxHuy { width:19.875rem;height:12.125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXs0WBWfguSBzLGk9TuDZEA4D2d0hfJu { width:19.875rem;height:14.283880903491rem;top:103.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tug3gTuTbXVAeiTtxbk52N8KZdTyXEMl { width:19.875rem;height:21.73rem;top:80.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXbt2I8WxaL1mFurg4rWw38eI36VtJc { width:19.875rem;height:12.421875rem;top:118.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymswltnVtVJMWiFnU4uVkEURx8MbEVT { width:19.875rem;height:8.8727678571431rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2ahz39LVof0FqBwpEi4MxZWbZa5Od6 { width:19.875rem;height:8.3191071428569rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp { display:block; }#FhD0TVcDgfO1LBCfqfBqZSdtAATIz9Vp > .row .container { width:20rem;height:276.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPmhUbJaBP4QMLAiAirW4xTeTDxnyLOV { width:19.875rem;height:11.082713754647rem;top:0.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqCTIOh8lGVTbU5rk3uu5KzyQEES7BGr { width:19.875rem;height:14.971751412429rem;top:12.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvoGo6atLwgoDb92eKRtoG8UvvG3faK { width:19.875rem;height:15.52734375rem;top:29.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVgQo38KPFTmUFtIZbRDcWeohmTSfKB { width:19.875rem;height:13.210856720827rem;top:67.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxiSP9VPEs0xDuehzbANute8Ps30gRi { width:19.875rem;height:20.234728506788rem;top:46.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG82T3dkpFvcvvFuEaJ3d5TyPasLiBxa { width:19.875rem;height:14.667896678967rem;top:82.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm7BPe3eh6KyRzstAtWwG6twXOP3HUi0 { width:19.875rem;height:13.075657894737rem;top:98.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU13TGE5lvEAQ28sKS31CkcRMeqB6qCD { width:19.875rem;height:8.9325842696631rem;top:112.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkNawBleQvW8CHVdDiNbGarezV11nz2C { width:19.875rem;height:20.025188916877rem;top:123rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP2mIVcmyMVCXUt7F6I2bGiZATkDuK1E { width:19.875rem;height:6.9010416666669rem;top:158rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFR8Jz8KHvIMUBxUncWo5OaU31zav0F5 { width:19.875rem;height:12.287480680062rem;top:144.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMo9qpWzHFi947iPAAt1feLfR9tWX8xv { width:19.875rem;height:9.3897637795275rem;top:166.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmU4kgl94UTq3DCHuu9eTPTqVxINcrD { width:19.875rem;height:15.1421875rem;top:177.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0eSnhT2kv1KdpBFbogSZfzQIgyLETs { width:19.875rem;height:18.9046875rem;top:193.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S29EBWUBWKfum89IIUKq3JU2TUDP9sFC { width:19.875rem;height:10.410714285714rem;top:213.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2DeLsNJ9n0l9R4qVdwoIZKx4GVvcBqG { width:19.875rem;height:14.575rem;top:244.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuzRWD0uA8WBTlTvONL8IomlsksXUSc { width:19.875rem;height:17.21175rem;top:225.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8zz4uP09vP9J8FVbtidpoVnUrBoEwcT { width:19.875rem;height:16.2023125rem;top:259.81959152222rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s { display:block; }#aTFqVdUW3KQOHcHqW2S61A6TCqyfq04s > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoIPC3ICtOrcxg2PrSOa9SIfyCpdGC9o { width:20rem;height:9.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg { display:block; }#ZzPHrETcZfWhW5T8CQcbS2E1GQtb1Jxg > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2EFqaFKCk3JT6Z61Jq2bnPU6VgGnoOp { width:19.875rem;height:7.60625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { display:block; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOfUThMFL4JLKib8n2N8GlPad297pzoK { width:19.875rem;height:11.0625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Zu1nAJegF6FqURuKASGsr0mVUTE3r3 { width:19.875rem;height:6.6875rem;top:21.0125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg0KTWgJOd0HJM0fG8Q51KKpdvpN6ecd { width:19.875rem;height:6rem;top:13.6625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { display:block; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNVXgs62kOzQgToToMS8PfeVqTgNHwGp { width:20rem;height:4.48359375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVETCNzxT2S9MSRu3RRytcXtsq876SfV { display:block; }#DVETCNzxT2S9MSRu3RRytcXtsq876SfV > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9HTN4tirXg7NhkwsNbBT24s18JOICif { width:18.75rem;height:6.09375rem;top:1.234375rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb { display:block; }#PqPxyRP2lnIxTu0JF6pM5OB13LPP43Tb > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mno1KxFoUPqeecDTL79gTpEoszii4ySG { width:13.75rem;height:3.4375rem;top:0.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfsWHrKN8hnuqUFfkXvXZv5mioEZTh8 { width:9.375rem;height:0.3125rem;top:5.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVgO1D6Xw0hssVDKJBH9ecP4uGZhNI6D { width:13.75rem;height:3.875rem;top:6.25rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy3xW8ULxT1IpdHhE3yfcI9nRsRiLcT2 { width:13.75rem;height:2.5rem;top:12.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFfSTBcaH0qA7uX8QBpPcB7KmXsFlACR { width:9.375rem;height:0.3125rem;top:10.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSaDpc4BrSufS92euzp5faPJOB1AiIwV { width:9.375rem;height:0.3125rem;top:15.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avl0OtDxl7GVFvz5AI7tGfnntiHQBzo8 { width:13.75rem;height:3.9375rem;top:16.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUkZ8ImRnFpAonDk8wJ9GmqLkyT9IR42 { width:13.75rem;height:4.6875rem;top:22.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahK4HsNHZTp9DKSr2LAm1TQ8aTbFaOQe { width:9.375rem;height:0.3125rem;top:28.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0z7HBJA2OsRxodiphuE2onpHmZGbyef { width:9.375rem;height:0.3125rem;top:21.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGRXDTFx7wr1cn2tHhwyTLESPewFqWBZ { width:15rem;height:2.8125rem;top:29.6875rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpAGvDT4TK6wErTSOueAsy842HvcK3FI { width:9.375rem;height:0.3125rem;top:34.25rem;left:5.3125000596046rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm { display:block; }#xFmqM2URqlbEDw7zQ1iMO2X5bU7gOkzm > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST70npiFUy4HfchUQ6UpyP48z99vOT0d { width:12.5rem;height:4.8125rem;top:1.3125rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ5Ir2Wrc2NGZ3FSSpehslwvbB93ly0U { width:9.375rem;height:0.3125rem;top:7.1749992370606rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX2ix3WRbu8bxDoJ0gHoXXbl5uQQ5K3g { width:10rem;height:9rem;top:8.375rem;left:4.9999998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JkN235PmqS8pJf7xzoQnq2hVrfoEpEIm { width:11.25rem;height:3.6875rem;top:20.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TBrAoPZ9hawxVXps26FLlEOA27TWEv { width:9.375rem;height:0.3125rem;top:18.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaFAqR8sat7w0BwhadtJPMT0NbQAeJGs { width:9.375rem;height:0.3125rem;top:25.4375rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsqaIq5WyeB13X33J8aG6QSCKLQVIDdM { width:11.25rem;height:8.4375rem;top:26.375rem;left:4.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ptfnkG36CTHmKaMKx3adlWMFHP0oSb2i { width:9.375rem;height:9.375rem;top:37.4375rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI5miQ8tLxg2b8vuMVoKQg7WeL49R5wK { width:9.375rem;height:0.3125rem;top:48.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVoWatLRoHc1OyOFNnKZhWpaqQfRIN4 { width:9.375rem;height:0.3125rem;top:35.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP2NR4qdyDohr7glqUvRCOGSzBfMP4KV { width:15rem;height:2.8125rem;top:49.6875rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdgVGhDKTJVwe3cAs59U08Wb6m2nonhg { width:9.375rem;height:0.3125rem;top:53.1875rem;left:5.3124998807907rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xTJLpbMoCVMfivfOramozWQiS3WTXHVU { display:block; }#xTJLpbMoCVMfivfOramozWQiS3WTXHVU > .row .container { width:20rem;height:121.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDXzpDgPTvc3fwhPmf6x2Tm6VWO4VCqL { width:12.5rem;height:12.5rem;top:4.775rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7eorS5SZWJWT0aR2L18T2teBBdhMwCW { width:12.5rem;height:12.5rem;top:68.1rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAveQi3PzuURfUGKXAo3R1D92nA3cXNm { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKD4T4iIm3g8WtTILoWSZo0MnGeEv9u3 { width:20rem;height:2.275rem;top:64.575rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dtd1hulNOhqJW92yc94UWfMMr4aK7bFg { width:18.75rem;height:44.19333125rem;top:19.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #z6rL1fHl2TSLW8OPx5chhm1TELqkNhVd { width:18.75rem;height:37.694325rem;top:82.45rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO { display:block; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6fMzsBvucHSEIkFvPzEvWpgn7xTRDvQ { width:12.5rem;height:1.625rem;top:1.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG3m1pf61spMrhv8exz3uUwvKbx0LLtC { width:20rem;height:6.046875rem;top:7.60000038147rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kH51e8S61ZKvbi173i7WhEo4dCf5QUMn { width:20rem;height:3.49375rem;top:2.8750553131104rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqsZqgidWTWlJgxQPuIlL2dBm4JCcAaZ { width:20rem;height:11.25rem;top:15.475001335144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx { display:block; }#gWJfMfN5vE4Ja0FU1SNqMxZJ4TiTXRdx > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U297uysGTPK6ZVD6Q74vfZpmTp0vliFC { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzgqCbbNw20b23vR1OrnSKChUW793xar { display:block; }#BzgqCbbNw20b23vR1OrnSKChUW793xar > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp0AA4tRsMLtEmA2P1u3fT5JVIK07Gaa { width:12.5rem;height:1.3rem;top:2.5484352111816rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sv9sXLCKBwReT552lHll1KCxQrlUwbp4 { width:12.5rem;height:1.3rem;top:32.487499237061rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXN53EX6pL0bTPuR9OBIJGEDRseFT4TF { width:12.5rem;height:1.3rem;top:65.237501144406rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpNoqsHTQnNUcwSPRWC8eDkq59NPCVMZ { width:20rem;height:5.199225rem;top:3.8rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSIv0Vw0zgAyK0df1rtMkcEw6nasnO6U { width:20rem;height:5.199225rem;top:33.7375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfOeQSZHvEsNXzQ998mSDbg1KwnUgLOe { width:20rem;height:5.199225rem;top:66.4875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfqTqfPJhfcA4x7Gl8IIplevu5wH9XS7 { width:18.75rem;height:19.6875rem;top:10.25rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xt8Tu3o1uZ0inFmAwaTh7h3rNlt7ccf6 { width:18.75rem;height:22.5rem;top:40.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xiF6GVoGw6eJVEzC0Hv3K7gHZNHcTgvZ { width:18.75rem;height:21.09375rem;top:72.9375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 { display:block; }#rXgJZ9p2WGuxRuyHG2QKZNUtiSiAMyo3 > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR7nB7tkC2FFgFG5BwlG4ku7F1ZtS6sM { width:12.5rem;height:1.3rem;top:1.0625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQnerydbT9TqUD7wfJum35H7fu5ulsGL { width:12.5rem;height:1.3rem;top:25.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pug2e1urKMoabsTkXImL7pAPdJhIMUS9 { width:12.5rem;height:1.3rem;top:51.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpxRwFuw4WiIn8tUCXamQWOB1dpKRNll { width:20rem;height:5.199225rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiPvg6fRk2xXkm0OCrvmqZrvxRy0id8v { width:20rem;height:5.199225rem;top:26.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a59aUB0eGSWfBfHDTNTherVQr8RusGvv { width:20rem;height:5.199225rem;top:52.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOQ5S57LKdgMBTUeGGURHiJ6TCTl542X { width:18.75rem;height:13.125rem;top:8.75rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwmSNwCgvJJhbdzWomxSBT7gPTkPpzJb { width:18.75rem;height:15.46875rem;top:32.875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4G50cGLKn2nQZ379dG8Orh4J5yhGFSr { width:18.75rem;height:36.5625rem;top:59.1875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 { display:block; }#EMrnw4DvhpleHp0KMGqJarANGOrf7Jo4 > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLafxz3iq2USVrZp138nih4LA0QaESDu { width:12.5rem;height:1.3rem;top:2.5484390258789rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7ilkGIa4lKdNwhLHmgSMrfovCIHV0oR { width:12.5rem;height:1.3rem;top:44.299999237061rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWqKIzdTQK28FPR1Ate9zxymPGihw8BL { width:12.5rem;height:1.3rem;top:70.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gctHhSe0yBqT5Jn24Gp1IaD7I5bxfCoB { width:20rem;height:5.199225rem;top:3.8rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x11gMG9nd3pEcg7URmSb1Zl2ARK1fRLl { width:20rem;height:5.199225rem;top:45.55rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCtSfMXzpay36rkOcv16WODSJEEIbJVl { width:20rem;height:5.199225rem;top:71.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwF3DlerL9yi5AZKITxfM3xdUJv8kTKt { width:18.75rem;height:30.1875rem;top:10.25rem;left:0.625rem;font-size:0.875rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TscDDsBxScCaepDurb3RO6DeXwhyTbT5 { width:18.75rem;height:15.46875rem;top:52rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHKoR0HWP9I9x7mgT6aA3S1l7s7C55kL { width:18.75rem;height:19.6875rem;top:78.3125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 { display:block; }#FmGE7LilAQpNe0r7wKraOvRHWJViVAN4 > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LheZlVdDpfwurhzBbgVRT87PIoUcRVT7 { width:12.5rem;height:1.3rem;top:5.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHLztq9KPl5yqSCNatiMOyJWdweGmwRJ { width:12.5rem;height:1.3rem;top:39.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooOW320n1aRbEHlmziKcdPaIqNLwo3Kz { width:12.5rem;height:1.3rem;top:74.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANd99xg0lUI2SWxvxCQqdSwymFSv5FBh { width:20rem;height:5.199225rem;top:6.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bK5t4nhblD0oh6xGzTTFhwxTzscEDb5t { width:20rem;height:5.199225rem;top:41.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeQfpvI5Pt0LQ3HwUFMzD0ZTTA2dPkMU { width:20rem;height:5.199225rem;top:75.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8P4WO2FWualIN2E27ZOR3tA2Je9Cye7 { width:18.75rem;height:19.6875rem;top:13.375rem;left:0.625rem;font-size:0.875rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FOgg3HGGI7UQZOGaWNkxOr5G7hwme3nI { width:18.75rem;height:19.6875rem;top:47.6875rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMU3SI5TfNwo5GCr2HN5iGL7NyIkgTVW { width:18.75rem;height:8.4375rem;top:82rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IZeiymbUFIMLwtZVUQE3SRnIT6vpQJhW { display:flex;width:3.125rem;height:3.125rem;top:2.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TDPUBrmU9Rbg0AOMPNPFtx05TiCo2cEb { display:flex;width:3.125rem;height:3.125rem;top:36.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HwGSJtJ1xDmlI9nKEGVGtNdkpkJyoUm9 { display:flex;width:3.125rem;height:3.125rem;top:71.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql { display:block; }#BZLfXOEhyO6STobTy3TzB1AM1knxJ7Ql > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP70ebabnHByBpzO4Jux4k0pDivM6ckf { width:12.5rem;height:1.3rem;top:6.9234352111819rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht1qeKedT4s5gW3TTLS8NX5NKeGmKzVu { width:12.5rem;height:1.3rem;top:28.13671875rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiOpaeXsmfZdx33SakP9heB4CP2x7Ilz { width:12.5rem;height:1.3rem;top:51.199996948243rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4VfM65oymc7GCe0EXKa4fP1TT8fQzwG { width:20rem;height:2.6rem;top:8.175rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qctUO3iqkeuzNSlNUEDNX29bDFEwGfEm { width:20rem;height:5.199225rem;top:29.3875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTMs5JA88DRHqSaOvva1lUQLU7sttMBh { width:20rem;height:5.2rem;top:52.45rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSWGrL6o4OZ2K175qR4QCvgWi4tzQ7wx { width:18.75rem;height:9.1875rem;top:12.025rem;left:0.625rem;font-size:0.875rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tWfz5cBc4e4RUA7NwFbrU7L1cmXdV12X { width:18.75rem;height:8.4375rem;top:35.8375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aevW40wrBo7dASFUgBielZ08KFtuhkqC { width:18.75rem;height:23.90625rem;top:58.9rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFw2LRlqSGlFaCCcTVfMZiVfLMmc7reO { display:flex;width:3.125rem;height:3.125rem;top:3.8rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pUfpXCKpFP3tuVCaAmmebc4K8fT8PvIo { display:flex;width:3.125rem;height:3.125rem;top:25.0125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rEk6vLMP94Z6OWJEuagrd97AXPODFD6T { display:flex;width:3.125rem;height:3.125rem;top:48.075rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon { display:block; }#m29Aa2LnDShT3MP5aWLl4Zf8PFgXLlon > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb0IquCJkT0skC2uR0WmEWP3U4bk3TVN { width:20rem;height:8.24925rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4Lu2ALd03RCXzzTliacflq9OyGlfud { display:block; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItcbmTV0fVm7SJ8CpPfX6M0DtJPVy5o4 { width:20rem;height:4.48359375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo { display:block; }#GxwCFTrvSNJe1z4OJ3pbd9kd3L9W2mbo > .row .container { width:20rem;height:149.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eazxGrWXFfIuR1X4mg1CdRhgdKzuXbia { width:20rem;height:16.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJqoak3X6FBQ46L1QO668KO2nFVmgnhX { width:20rem;height:5.9375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHE56G5VO6QM8hcLMkcNV0BuMl5JzdW { width:12.5rem;height:5.2rem;top:3.8554725646973rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNscgoT51sqErgS8lfa49MQUX40mHVNe { width:18.75rem;height:18.75rem;top:18.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei614X4tMz66Cy4snhEAowigCwK9ENOA { width:20rem;height:130.625rem;top:17.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zWWFdEmk17RTyTJA3lrwJfBcfgmTsFXL { width:18.75rem;height:99.17578125rem;top:38.749999046326rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PXiafrD8lxTbEtMD1NZ6r16lXZ4VmdcZ { width:18.75rem;height:4.2rem;top:142.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2M6WA9Pmq22TkT50Pq9TdTKWHbwn30 { width:18.75rem;height:6.29883125rem;top:10.273426055908rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh { display:block; }#fAdHJGSlxM2XpqNVeAUmyIlylKIpWHAh > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myTzTTs39HLBeGkXyLtO3o4qZExSN8uE { width:20rem;height:28.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buPmukLUaPPxOS85xlGAEtupqF2bTc1o { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFHb6Pk5MUUDxaMJWBv3ZLPDqzK9HEDF { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aO8dTLZzxRTzusXczwxEQlapU9EQE9 { width:20rem;height:8.1875rem;top:19.043748855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd79V764IHq1SDJM7r8O91MFNaVlbN9L { width:20rem;height:74.375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm0V0LzJP0vhM8yTAaeJy5JRWeTuSO8k { width:18.75rem;height:3.1484375rem;top:32.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTqBqPQEcKlXMm0MHTIXsdwiH1SLfJBA { width:18.75rem;height:10.49803125rem;top:37.875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCQMy5fGDQwq7XuK48nhVkfFR3QdKpZ { width:18.75rem;height:7.871125rem;top:50.500001907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDNu5uscoUPXrAvT01PNJmzxSudhXgiy { width:18.75rem;height:28.3359375rem;top:68.62500190735rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T13sdhVH1qH7SctfWkdUcofT64mveUGS { width:18.75rem;height:4.2rem;top:97.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkoWVuUslx2DTvW83iKwQVHK5yEHGw90 { width:20rem;height:9.5976625rem;top:7.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJSCnXrEJ8LkmvTfks41yDR7hQr7NEG { width:18.75rem;height:6.6875rem;top:60.000001907349rem;left:0.57500004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8oAgXAq0lEP6F9604eOTIA82DCJTv0x { width:20rem;height:3.41015625rem;top:104.91250228882rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB { display:none; }#XW9QuNdcH4rrgRmnOmJMbX7NiH5nvpnB > .row .container { width:20rem;height:116.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DwhVEKWqMNMMkE88yLhC8TqwQdPIIlhx { width:20rem;height:28.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HP0PFC4NKImL43qlAeuBByePAMffLb { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpnfsELuyymbgyAnAntv1ZIdkBdzGQ4u { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTgOVCVTJ0dx2QGUNxyQW0O9JSzqrPd { width:20rem;height:7.2rem;top:7.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9uFlQQDEChOU0ihkPb2LoBD7Hc0MwND { width:20rem;height:14.9375rem;top:14.762502670288rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhkclr2Nmyt49Fq3gkIJ7gAZGEPGTuoJ { width:20rem;height:85.3125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6vRNk9MEhco9zQDa3magTwNOQSTyexT { width:18.75rem;height:4.725rem;top:32rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAJZ0JgKhfvIml0NGXnhwqTtfSpuTid { width:18.75rem;height:6.3rem;top:37.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGd1stv84xQdHrEXJPhT5Q2Iw2uICR1Z { width:20rem;height:8.4rem;top:46.562501907349rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIe1k77sg7PpxdTTAR3wDmts8lekbHhs { width:18.75rem;height:7.875rem;top:56.862500667572rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK061XoQRt7aQH1y1mt8DyZ7LE830FpP { width:18.75rem;height:40.95rem;top:67.00000190735rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5KCT5twg9xbrppTKx1o4FvD0z5E4TAT { width:18.75rem;height:4.2rem;top:108.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts { display:block; }#nwk3fTTpbSrcTvNPMky3kCbMnMCGPTts > .row .container { width:20rem;height:114.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnZoqvNNBK8Ixg8Z2m7NEcQGa24pHZkG { width:20rem;height:28rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWUEU7AtlTpG6eBTQEZt61OlPKKq3t84 { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4f2uwAXtC0drJl1iIObx3bAyCMQydLH { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLm7yrgPzLgoTQi2FkcEeIagVGCCMzou { width:20rem;height:7.19825rem;top:7.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQ8oXefvfMACvI8fJ5KR3zcFXwMT88Q { width:20rem;height:13.3125rem;top:15.312622070312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9BxILepSVxW0WKMpIaWOrMSBsJMoKk1 { width:20rem;height:84.1875rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICELRpRHM3EdTQosy3So8H15nI5Bvqwh { width:18.75rem;height:7.87109375rem;top:30.312501907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxMwS7Hh121G6tHJ68tebxRnQBqq6CgT { width:20rem;height:8.3984375rem;top:39.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHkzG0uq1wmbzGV6MXnglGtvaZC3pg9u { width:18.75rem;height:7.871125rem;top:49.750001907349rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odg2JxeskVTDKEPtTa6a24IJTdg0B8KE { width:18.75rem;height:45.65234375rem;top:60.062501549721rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXeIvXWacIMGvWXWqWKaiWi0yXU0VuVg { width:18.75rem;height:4.2rem;top:107.37487792969rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt32PdO1oDHTgTCUJQWLau0MJTypFVQL { display:block; }#vt32PdO1oDHTgTCUJQWLau0MJTypFVQL > .row .container { width:20rem;height:248.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeuyUcbDO518DpuaNAAU1prUqu9Nxlcu { width:20rem;height:24.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryXXDgrcQG2e6VPu5V9NOmRTXa4iHasq { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1kkyh04sMO11lNaUCh6RZVp8ilhRF6z { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh0pmVPD6ebk1ngcHAF3eByQViUz3FNI { width:20rem;height:4.798825rem;top:8.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #se9w2dV0oA2y9nWqOqiDmrXNgD2r8FOw { width:19.75rem;height:13.125rem;top:12.612499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFtTFzy7CWMDv9xZt3FEKMTN5nZr1T6T { width:20rem;height:221.5rem;top:25.6875rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #pduNioH66ZhvMHOAeAC69cSL6RH7TGk5 { width:18.75rem;height:3.1484375rem;top:27.437501907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7EEGnSX1qxlHkVbZtBGBCsbxVc3IfTr { width:18.75rem;height:7.871125rem;top:110.5000038147rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wseD8tzCuCg3L9RnyZTZTMeGVsR1cCkS { width:18.75rem;height:6.2988125rem;top:102.09922027588rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9RXyWkiJbxPHsghsG0H4yuJGP8WRuVv { width:18.75rem;height:1.925rem;top:120.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfsTztamWTSbGXTWFCLmFuILigFpUAa2 { width:18.75rem;height:17.3164375rem;top:130.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyCsG79FvPV06sOLswGKmHFhshxqIi3 { width:18.75rem;height:6.0625rem;top:123.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxFvFWFiFvthpW4WvAmlUJ8HZd3l854G { width:18.75rem;height:1.575rem;top:149rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLyEEuIEgPLnhkfuIJxGwTOhArfxudgf { width:18.75rem;height:1.925rem;top:153rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44ERXPDSX5qVVORtgwyfcFTHEI6a3Z2 { width:18.75rem;height:14.16796875rem;top:161.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3y5BEPxihl74q81RTy2dPlo8hmWELq { width:18.75rem;height:4.1875rem;top:156.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI3bKX2VJ0vWcA5U99Twb8MAyAnoGRT6 { width:18.75rem;height:1.575rem;top:177.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2bmdDRF7oDcnBK3a8nfQmaUqnn2SAox { width:18.75rem;height:3.85rem;top:209.25rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1DxRmTtMVk8SwluNpumDCIO24WLv4R { width:18.75rem;height:14.16796875rem;top:221.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng7pKALT5BTVTLWmawMldeHtw4Rr89wu { width:18.75rem;height:5.8125rem;top:214.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMIf7VtL1gxpvECs4mypTs3vre1r2DE { width:18.75rem;height:1.575rem;top:237.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2S5HNn4LBVo5nMV03mvQhur78zhdzz { width:20rem;height:2.1rem;top:100rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJEigFZnJKaEHpPCsN0ZHDRlroZVTPd { width:20rem;height:2.4rem;top:32.187501907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhAbXGJR0hFKJwX6zfd4m8TuHog3Ct11 { width:20rem;height:1.625rem;top:37.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o30Iwm5ynJEIGRhWZmdpJxnLLvlnGc8C { width:18.75rem;height:12.59378125rem;top:54.625001907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCBG7QCE5EQsdPVw4giy4p75JvWUdpro { width:20rem;height:10rem;top:41.300001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVX7ON6u72x87OayGVA4uup1hX7gXap { width:18.75rem;height:29.91015625rem;top:68.25000190735rem;left:0.625rem;font-size:1.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #aPGinbMmNIkTgruV2VhkbOmKnt2saE2I { width:18.75rem;height:1.925rem;top:51.300001144409rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWKuMF49TQU6XTd5qeeosGZ9btLsg5RS { width:18.75rem;height:4.2rem;top:240.8125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzeDEMtyvXV9XC8hn7SGB8pXoQbtqKE4 { width:18.75rem;height:4.3125rem;top:184.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN6S8ABOSExNXsParshE42JmsO9FpluR { width:3.125rem;height:3.125rem;top:59.625rem;left:12.812498092651rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAOZg3rUI5he1TtXIgUaNpr7aDK4UaLN { width:19.375rem;height:2.4375rem;top:43.3125rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv6HbvuXMBdTUqz8DLAan6VvULOvqFE5 { width:18.75rem;height:4.4375rem;top:36.262502670288rem;left:0.32500004768372rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #abAtk4zBC2pxkVHg8d52OqUmKuZG7iT7 { width:20rem;height:1.625rem;top:38.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3oJAPTTsgUSIRCgyVpNAunneCrefkII { width:18.75rem;height:1.925rem;top:181.0625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6alV5tWK55Ch8pN1aMeQOVNaDHsWLbA { width:18.75rem;height:14.16796875rem;top:189.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuBC67u75pT6ywFLChbtvfDdLQc1lPPq { width:18.75rem;height:1.575rem;top:205rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u { display:block; }#Fkt9qWDPgOxzdmclewtcN1oNLp7OL38u > .row .container { width:20rem;height:347.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDF1hOeKC3h4O9ocrKRR8Xk8rqW1Iu82 { width:20rem;height:24.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQQ8ogL4HsTzbKsZ6ssbgq6W7WTfoVTJ { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkFXZDmRsDwnObAQN1TrXRtJrsTahTQL { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1dCKy3KMuii1BwvCNe7J9ZEPtqUCrfQ { width:20rem;height:4.798825rem;top:8.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsb8aaIBqFRuinUKgOqZ37RRqli7T7sh { width:19.75rem;height:13.1875rem;top:12.987499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJiBtDbLOcdcgR2qbQb2Q9ZggrXPm3s { width:20rem;height:319.9375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdlBSoiOHxMDDB5HUqFx3Lv6TtrDemQt { width:18.75rem;height:3.1484375rem;top:27.562501430511rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqITgJDNCtPC9zEpG32Xrat07IL632Pm { width:20rem;height:4.2rem;top:156.66172790528rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUb8P36q9NvEKDzInhV7IgVeGOegDWAs { width:18.75rem;height:1.575rem;top:189.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9QKI0s8iWLMfCfGFF87T1dTlVxVusQq { width:18.75rem;height:1.925rem;top:163.0625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWdm0um6slFQcuoJhbVhJ7iGVHdcIdC { width:18.75rem;height:15.7421875rem;top:173.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9hFZNB7DMyEudz7XhcLF6GLJx6uTF7f { width:18.75rem;height:5.0625rem;top:166.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKOiqX628TT1tWebqhU3Xn608ATR7GEF { width:18.75rem;height:1.925rem;top:194.125rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7k13HbU6xEKCG4R4kJrRpVfxmmkVFo { width:18.75rem;height:18.890625rem;top:204.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4m5v9p7Rqnb8GPN1woUwSr1fggTD5U { width:18.75rem;height:4.5rem;top:197.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ4RR0qflarW9BeRJ3AeMvmiNE9tqPfC { width:18.75rem;height:1.575rem;top:224.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAf3PQF5CdNAancJGBrabfEIzyITWCCN { width:18.75rem;height:1.925rem;top:228.50000953674rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FBo2UrDInCQMoXpsQgasKRPihuKmUw { width:18.75rem;height:14.168rem;top:238.50001144409rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgMbkzFe2LzZs1cWE2pot4IihSeXIhD { width:20rem;height:5.7140625rem;top:231.31250953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKQB5y9FfmwfkFmTqzk2cHgPIlu7wwU { width:18.75rem;height:1.575rem;top:254.06251144409rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecUOTpHqrliIvxa4sBMEDWd9lqkozAx8 { width:18.75rem;height:3.85rem;top:258.18751144409rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZBEh9vlesTWC67kdUOIMkpAc5iQcRXP { width:18.75rem;height:23.61328125rem;top:271.81251144409rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuM9doethwzLbVXhTk7bkcpGkA9Eqf9 { width:20rem;height:6.615625rem;top:263.56251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNz059q8VurtBTNHTnRoEQAqgi3a2Eq7 { width:18.75rem;height:1.575rem;top:296.56250762939rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNCU3vaQSck4qRMbXgcDEqPOVW7ERuAM { width:18.75rem;height:3.85rem;top:301.50001144409rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xXID7BIbqtyNLQs0oiUIba3AcqeNCV { width:18.75rem;height:15.74221875rem;top:319.7499961853rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpGyJeOn9WJ96ZbpZoGAbx617mTklImT { width:13.75rem;height:13.75rem;top:305.9999961853rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OniCku5B1AC7ysdlLrkzSawB3JSliRbK { width:18.75rem;height:1.575rem;top:336.81249237061rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbfim1AnibAsbMHUXCleWeA4Mvrn6uCR { width:20rem;height:2.1rem;top:154.5624961853rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZZLTkS2qUzPTuOTs12D0EnUaLeVv8H7 { width:18.75rem;height:7.19825rem;top:32.062501430511rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfHtZv5SNBOy3uNBbODvCqg6ze19hlym { width:18.75rem;height:15.7421875rem;top:54.062501907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEN1calunT2pNlKwoAgFrZMsygL5qCWf { width:18.75rem;height:7.5625rem;top:40.875001430511rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9pNDq0k8wTlhTTSEZKnJOgulMA7woJI { width:18.75rem;height:15.7421875rem;top:73.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHtpuZdaKVuPovtprUn3Wfr6MkOe54P { width:18.75rem;height:1.925rem;top:50.187501430511rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKywAltbuqQIiycsLMSiRBi3W3OVQDiN { width:18.75rem;height:4.2rem;top:340.31230545044rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6te6nkNMZ1vNZrXQXKxbgu6nwquPv75 { width:18.75rem;height:1.575rem;top:71.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0HL0DzaMOSqEW3JDa5uo8tKqbxda8iF { width:20rem;height:9.59765rem;top:92.187374114988rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU3r9b1rAsIEvRfrbaBbvfxmvhCd6Qet { width:18.75rem;height:3.75rem;top:103.1250038147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN9qIhFqzbzudOv4TarTXXsxAd2ptIhf { width:18.75rem;height:1.925rem;top:108.0000038147rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiO1QimHQiZCxTHgAiuvAf1U5SVak8I4 { width:18.75rem;height:17.3164375rem;top:111.1250038147rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESpqAJswAHZwZws7LrcpaC1gt88sXDm5 { width:18.75rem;height:1.575rem;top:129.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmZ26yXhsqfZIEOPNai7P7W1lQJmTs9c { width:18.75rem;height:18.890625rem;top:132.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns { display:block; }#Zeg4bq7NZaMLPMKcDgMEpJAkIIh5lCns > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPy6OUwVLLVpV7LAAvonKlnuwqMm8JVt { width:20rem;height:26rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOqJsipivHwso9WJBRw2lcZvJ0sQhfd { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3db7GndDwkAcNaaDzNWTVcs8nT7n1l { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQkHNUTEcgmUGaaUlMscz12NePSqTAWx { width:12.5rem;height:9rem;top:15.436717987061rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwuZyfnJuoaZ42J0tEGUou6Poe4nmVHl { width:20rem;height:56.5625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzJdWDt92XVLsfKLw5sa1VbsQS3gm4Je { width:18.75rem;height:4.72265625rem;top:29.062501907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNOqBlKzdHwWzlH7axCs6m8eXczH5b5l { width:18.75rem;height:4.72265625rem;top:35.250001907349rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0AazastRfWZCBTMDDFA9M4QfrIJyD7T { width:20rem;height:6.2988125rem;top:41.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xusp6eqegBNNZ5bhsQs8Tyys5rU5gIXr { width:18.75rem;height:26.76171875rem;top:49.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0C4UpbOmb4JM5dFeaBhZ9clqTzZudGz { width:18.75rem;height:4.2rem;top:77.5rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke5Afd34zaX9Uyub4yEGMgLKLsMT8ZVe { width:20rem;height:4.798825rem;top:8rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q { display:block; }#iF7cNsJ1DWQOV0MhmpneRgLZSDTPaI3Q > .row .container { width:20rem;height:203.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwK76insxEAiyxk3M2Km7xrSSyxLNAk8 { width:20rem;height:24.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w45mH3HnpC97U82xrRCv0TciuNtNnb1T { width:20rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe1B6f1KZQMQGi0Dxe7LRZszzJ8lAWX { width:12.5rem;height:2.6rem;top:3.9375rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvkF9R7IMzBMfdaiUPJJD5KxGnaEvqDD { width:12rem;height:9rem;top:14.874996185302rem;left:3.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhPiuc0WmaNdS6Tq42gaiohKtNcWiZNl { width:20rem;height:175.6875rem;top:26.186767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqw7Ig9rakdHOf6ho0qxqPsHqQNpRskQ { width:18.75rem;height:4.2rem;top:195.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhgNWEDWADN2nnKH0OBEDdlOh12hA6h { width:20rem;height:4.798825rem;top:8rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTlc037b99M6EO4yCVllN4lEPaH1JN0 { width:18.75rem;height:20.25rem;top:38.375002384186rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTRrrLamoEL1Q5KmAQzkT6UJDg0F22RN { width:18.75rem;height:13.5rem;top:71.749998569488rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxsCpwFlZNgoSsVSVgSQCTHcSLdpfPfh { width:18.75rem;height:21.9375rem;top:98.362503051756rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAWWSw8O6FTRLb9rnm6sSE6apmIueRR7 { width:18.75rem;height:11.8125rem;top:133.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrcnTHOX4Hn13vmUwAxsyt1ecJi1Lif { width:18.75rem;height:11.8125rem;top:157.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxnaMLX3o8TUWVP3Ovvae6JrNcSzifQh { width:18.75rem;height:11.8125rem;top:182.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWy1LeoXvMx8Cx1g5D6LFI2Jzz7a5F2 { width:15.625rem;height:9.375rem;top:146.81249809265rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #balxVFxf5R6uKdVEiiOuCUA5UlLUQQ6J { width:15.625rem;height:9.375rem;top:171.125rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzArOka3ryoaIDtb2WW5eTAv7c03x1Nr { width:15.625rem;height:9.375rem;top:27.812500476837rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDmnxWhrzhNp0dIJ03H4N7anK65i2JKV { width:15.625rem;height:9.375rem;top:60.875002384186rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or4kHBwavcGZeN1mIH424c2p8hwchTCh { width:15.625rem;height:9.375rem;top:87.06249809265rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yFFJg1Lz3u9O6zNChZ5Bmm81d9IDiQ { width:15.625rem;height:9.375rem;top:122.125rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { display:block; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container { width:20rem;height:169.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQrNzKVT6xvHnBEEfMydGPsX95adPTUE { width:19.875rem;height:58.5625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91s2m7rxodCf1XRWeNaGBvDT5UbV6Mz { width:19.6875rem;height:22rem;top:87.2rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfphtu6WNfNsTLI3q02RyzzoVllc3gpT { width:19.6875rem;height:31.5rem;top:110.55rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzMAWZRNTGUL9VenyLAmL2xAT5Og5J0 { width:19.625rem;height:25.1875rem;top:143.4rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiDdXQGbPTQvI4kQFP9bIgG0cHl3p1hP { width:19.75rem;height:24.6875rem;top:61.1625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection { display:block; } #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection *:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="text"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="email"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection input[type="tel"]:focus-visible, #DZszOevS9E2mode6nWRXsnAqlAs2ER85.widget-smartsection textarea:focus-visible { outline: none; } #TKozc5v2t3BI7x3DASdIpHg2tFNC8MLt > .row .container { width:20rem;height:136.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx { display:block; }#e9oWoOiyToxgUmB7eS0ukBa7QRaVnDvx > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUewS9hGTZd6ufnynw1IClZE2To478VC { width:18.75rem;height:33rem;top:1.25rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zeQmg1cU5FCeUnmtfXmt4daKwUg0ZPUV { width:18.75rem;height:4.3984375rem;top:35.5rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqT4gA66i5hHC5irX2uC9caSsLU8q3QF { width:18.75rem;height:4.125rem;top:41.15rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo { display:block; }#sN381XTQGrpnpzL5wx1Mv2p1dSO4MqDo > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d16wSZF1kJxegBBB5MBkh4axSfKMmvuG { height:11.25rem;width:19.875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAXbOIcRPZOuutpsvxZutaH4TWF7del { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #beTPw3eMr2K7wxELcli6VbvlS2WQGzwz { width:20rem;height:11.228125rem;top:19.325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G { display:block; }#NiqwgRLy7H1OuihT36iHPWvfKnsMPA7G > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection { display:block; } #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection *:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="text"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="email"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection input[type="tel"]:focus-visible, #c2Acuwb0ZvIaq0DU5mSM8AN57VaOgNL0.widget-smartsection textarea:focus-visible { outline: none; } #AI8tQteKVGhGnlqIL129BbfuTirH5O29 > .row .container { width:20rem;height:263.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwaX6G7esSymEKnzdRKEqERrtdCS9GCy { display:block; }#KwaX6G7esSymEKnzdRKEqERrtdCS9GCy > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXv4mBM1ETEH834zbK52i4oNTNaHxtTV { width:19rem;height:5rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwWwIevVETAJ9PFkEZbcLIa8VaoTqNBd { display:block; }
 }@media only screen and (max-width: 763px) { #zwul6zgewPpK7ZKG94liQmD1MwVsMUnh { display:block; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTG7zG40M5C5nIQXDOE60o6mpdR92Tb2 { width:18.75rem;height:10.398425rem;top:1.25rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbalMDUJsLnDrAT6IkPS6ODLL85bTn93 { width:18.75rem;height:33.62398125rem;top:12.9rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMZBhxvHJp3cGcHztlNfO86esKASfzSw { display:block; }#nMZBhxvHJp3cGcHztlNfO86esKASfzSw > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyTxacM6tA0B5ClVnToCwpiqKZ2cLXuS { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v51LGJupohMNO8CrRrIU4G49ci1INfag { width:20rem;height:4.225rem;top:6.2375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXc48ldvCStbuHME6ItFHDo1hPCe9flR { width:6rem;height:8rem;top:11.7125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwF1fpWT5dSkGKzHfTP4tidnFRtpbgy { width:19.9375rem;height:24.9375rem;top:20.9625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csx5I8vGFB8rdw30gtcG2rN8JzerMNVE { width:19.9375rem;height:26.625rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ { display:none; }#LZ9i4BTKP7yn3Uclt9xagdsBn6xzWMKJ > .row .container { width:20rem;height:113.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMpF5f1PPUw7mM4HqtL7dB9nUrGekLH5 { width:20rem;height:28rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAXWIwlrsMPmUO7SuLk6xTlbV9qEoNd { width:20rem;height:7.5625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuJzX61lfT6EpUX92pbVZOFElZqR5cQH { width:18.75rem;height:7.7988125rem;top:3.8125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWf7T7OXWtlwLTQC3bJJQdqtBk6O77c { width:20rem;height:0;top:21.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hi5Sk9ZCFJe3QmB6yoB05GZ03sPGPtRu { width:20rem;height:82.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfRKaNJPHFoBIHx8D69I9SoyCP8ImDe { width:18.75rem;height:15.296875rem;top:54.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZl4soVVJeJdzDMsQ490g2bqntzXUTsN { width:18.75rem;height:1.65rem;top:91.9375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RpZZgZJeNXIkGbIU3W7RS5Wh0KDCVP { width:18.75rem;height:4.2rem;top:102.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUChno7kzhbRMUlfvaJr0HEs85xviFAd { width:18.75rem;height:22.875rem;top:30.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8lvlxZxcDLKqVyWzIPcQzAsvTO4ePP { width:18.75rem;height:2.4375rem;top:109.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGzayK2JZukn3K9pT5noM1BmXcVwOLzn { width:18.75rem;height:7.1982375rem;top:13.37486076355rem;left:0.625rem;font-size:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-text.counter-number { padding-top:0.565625rem;padding-right:0.49375rem;padding-bottom:0.565625rem;padding-left:0.49375rem;width:2.95875rem;min-width:2.95875rem;height:3.039375rem;font-size:2.2625rem;line-height:48.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #1faaff;border-right:0.0625rem solid #1faaff;border-bottom:0.0625rem solid #1faaff;border-left:0.0625rem solid #1faaff; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.945rem;height:0.848125rem;font-size:0.84875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OoQhWhLTGu5peXGz71FOCVneFiPWtG9m { width:14.5625rem;height:5.4375rem;display:flex;top:22rem;left:2.4375rem;z-index:15010;padding-top:0.310625rem;padding-right:0.31rem;padding-bottom:0.310625rem;padding-left:0.31rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #L5Rh07FB6nVZlOaKdqRZqrT3UrwLOfw2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #w1sCSfarJzxpzhXoT1r9RAkcQJEwogu5 {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #nfgi5zoBHToyZoSl80iluXhNHFKxnrX5 {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #mHSxgQ9KkXDwV1UvxyIaHn8voZzOMWBB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #R7u1e1ZsMkf5BX2EqUzx7HPXTWIMoQip {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #sHM8DmMKGZrcURxNEnbCEuIDdgp33vxm {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #msUwRifeg9y3rxZI6kGRbHz74KJ7UQAF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #ffgMk9vs07VZP72SAaC8VRVv0FldLQBK {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #ErHHwTVrTQ6lAzcxL8BOc1NZbNtq7yGE {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #IR5lebZS4qN2f9b3qiQwNQgkbqVNP4QH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #Cvk14miOXdaTGwQZQNCw21iC8yVCKrg8 {  }
 }@media only screen and (max-width: 763px) { #OoQhWhLTGu5peXGz71FOCVneFiPWtG9m #lgyHFxEstzwxDBeLFLJVgCw4LXE7Vuh3 {  }
 }@media only screen and (max-width: 763px) { #EG1mkCALLxcHhMdJL5s0EmtfDAf4VcpD { width:18.75rem;height:2.4rem;top:93.75rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcAqFv9PXDvL9b6cA6bWfDyLXG76Tgdx { width:18.75rem;height:2.1rem;top:96.125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiuR3a2T00W1MUlbrJlEyrACl8NBKliq { width:18.75rem;height:17.834rem;top:71.0625rem;left:0.625rem;font-size:1.125rem;display:block; }#TiuR3a2T00W1MUlbrJlEyrACl8NBKliq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #V5JP07Mb8SV68LTV5vtMiGWMQRcxOFhW { width:18.75rem;height:8.9375rem;top:90.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection { display:block; } #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection *:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="text"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="email"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection input[type="tel"]:focus-visible, #e99ffad24788d354366738465873bb39b6776cf5.widget-smartsection textarea:focus-visible { outline: none; } #Z6sk7ObErS9HlmiHri8CEThx0ZJvJ1DA > .row .container { width:20rem;height:132.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFK4R84y3cRxg256QDHvVC4CSU8UzV7d { display:none; }#gFK4R84y3cRxg256QDHvVC4CSU8UzV7d > .row .container { width:20rem;height:113.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fs8BMOK2S0ayw5TLePVDXAK2P9WMXVim { width:19.75rem;height:15.0625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utWF5zqm3TrgMFkZFNcgf39IzZVQaLV4 { width:18.75rem;height:4.0625rem;top:3.9054698944092rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDuKGHJRFbJBxJfdT3uT8gJor7T0awSW { width:18.75rem;height:3.9rem;top:4.0859317779541rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNSiVRMoyxIzu2LDO6wCAw6yCNAEDNEz { width:18.75rem;height:6rem;top:9.23046875rem;left:0.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIEZw7lKUOQIhMJznosrQm8akpS2CBXE { width:20rem;height:95.625rem;top:16.512512207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ2QAWUTt8sB8gs9tNxlpqnVzt14yifq { width:18.75rem;height:0;top:42.7625rem;left:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v30T3s7712duT7Jlc4cDz2umx8VvdFkw { width:18.1875rem;height:12.125rem;top:17.700000762939rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgGhSIEKL7UQgRW1z1kbTpghOotTeLCQ { width:18.75rem;height:3.16875rem;top:108.6875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS { width:18.75rem;height:19.2rem;top:65.31250190735rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }#E8TUfLd3eVrAHVrcFS5n9aDryKvP6roS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #EONU9mxhTFyUCb1qPXgTB8TSLqUd6m47 { width:20rem;height:7.65rem;top:88.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elGxv6CyCc9kSHn2BWczeOuEL6HT9gK7 { width:17.5rem;height:5.6rem;top:100.6875rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWWEuGt8apCv4hlIuXfm9dMOoPF0oN8C { width:16.3125rem;height:9.4375rem;top:87.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWetSCtrsMIGw7pb2SqTys2vxL0fXi9V { width:18.75rem;height:8.5rem;top:55.949220657349rem;left:0.625rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pp4tAI8XVl9GcJTTqKVIf9bZQX0ogMIQ { width:18.75rem;height:12.6rem;top:31.500002861023rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd2s3hHSJPAyqxTrLmvyZ16UUtJ3XiLX { width:20rem;height:6.3rem;top:46.812501907349rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk { display:none; }#LSSpE4TcTOTStkEUSWw2L1CtwIQG7yTk > .row .container { width:20rem;height:108.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTzqkNCJHaPcruiVrlu9POCxtR8cMFa8 { width:20rem;height:28rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf4vd6Pu65W5i4tDZUw8ra4rVU0DkQn0 { width:20rem;height:7.5625rem;top:3.2209053039551rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvXOR395N5Cc5TEyPODts4yQJFQUTi1l { width:18.75rem;height:6.58125rem;top:3.8125rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8anSAbyUcASwmdNyUCtFNMyDHSW6lva { width:17.5rem;height:6.3rem;top:20.437500476837rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSiUxQ9laDDzRVue4L8BFPiUbSqwTPSv { width:20rem;height:77.1875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNCQPiJcdqTAzBG1Xgf1RFXTCpICJBxs { width:18.75rem;height:11.9rem;top:64.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGoTZMqu8qllOccVCbrXPic7EpzPZx75 { width:18.75rem;height:22.875rem;top:40.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RevDRETTd6HqxKZbqJlWXSRQA8q4FZ6u { width:18.75rem;height:2.275rem;top:103.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-text.counter-number { padding-top:0.565625rem;padding-right:0.49375rem;padding-bottom:0.565625rem;padding-left:0.49375rem;width:2.95875rem;min-width:2.95875rem;height:3.039375rem;font-size:2.2625rem;line-height:48.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #1faaff;border-right:0.0625rem solid #1faaff;border-bottom:0.0625rem solid #1faaff;border-left:0.0625rem solid #1faaff; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.945rem;height:0.848125rem;font-size:0.84875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB { width:15.1875rem;height:5.4975rem;display:flex;top:12.502344608307rem;left:2.0953124761581rem;z-index:15010;padding-top:0.310625rem;padding-right:0.31rem;padding-bottom:0.310625rem;padding-left:0.31rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #CasyTXUEc1RX3XkzZVmqqkkcEaqtROQo { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #exJwFkrbESpTgNloxuEQD5IBwckQpXwe {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #DMfh5P4bQOyrvZnucgcigSuS3GrH8x0Q {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #fnBzyWN0FnO2HGJXVsNiF5nOMBvK3dWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #bTSz6XvhVdp70IMJmQqph1KRA830wn5e {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #vSBvNcrN9AxhC1FC9xosUHJlucuTrgT6 {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #dOOzMAf2SODvCgu4N4k2RE1yWWeKh8bA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #Zz9PZc3klFmCGmh9zTykKuf2XElePpLE {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #xKczD5PTHSRgx3ZEfXu7GiCGrBVLptxk {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #JnhahNDJM8MZHS1AouX51AzFCyH5u0sC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #K2J1WXNxC0Jw5swM4c6wIxrkmg0UNoSw {  }
 }@media only screen and (max-width: 763px) { #hAXfMk3JO8seqF747ysF9Bcnyd1o3yRB #ogAR5GF96rXI20RdDUIyc2U6iqK8lC1s {  }
 }@media only screen and (max-width: 763px) { #AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m { width:18.75rem;height:15.825rem;top:78.3125rem;left:0.625rem;font-size:1rem;display:block; }#AR3bu0Z72911cIaUNo2T9Fn9RKRuTC1m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #QmCzfV1eAxfcAZnBVgWpJp2k8AoLUxZx { width:18.75rem;height:4.8rem;top:33.4375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO4lBBTmvksRKwGcU9gCoIp8IfCdGa2d { width:18.75rem;height:6.5625rem;top:32.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfaIbxyHob8cui52D4BX57VAKHezBO0 { width:18.75rem;height:5.25rem;top:95.75rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCNvcVwbF3HXqugylhPcAWthFfJtEJKl { display:none; }#VCNvcVwbF3HXqugylhPcAWthFfJtEJKl > .row .container { width:20rem;height:239.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BotoaBdKyMveBtaTQpHL8HGSxEGQgmG3 { width:20rem;height:31.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IayNlQwUvmeCArzBZRbO7Fe7WrqphkB7 { width:20rem;height:7.5625rem;top:3.2209053039551rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kccVCzqedWRAJyLegvXtM0ExApzq99dK { width:18.75rem;height:6.58125rem;top:3.8125rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZXvCJQkSZATBpaSfLf6B7qZeaVQ9bK7 { width:18.75rem;height:11.25rem;top:19.750000476837rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTIMNSRt18qwXO54Vuv9iPDK5T5vaDp { width:20rem;height:206.375rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPsu3ob3ly8ilDNZMcyq2q3GQzJa3cSU { width:18.75rem;height:11.9rem;top:66.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA8br7P1hher5rvTWT5ETTOEBaOSSNKy { width:18.75rem;height:8.25rem;top:210.6875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Jf1JEvxKSkugPcIcpLw3KAn86oNusc { width:18.75rem;height:22.875rem;top:42.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1KRoJNeTFs8GiTbGTCqpMco3fBPTT6t { width:18.75rem;height:3.4125rem;top:233rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-text.counter-number { padding-top:0.565625rem;padding-right:0.49375rem;padding-bottom:0.565625rem;padding-left:0.49375rem;width:2.95875rem;min-width:2.95875rem;height:3.039375rem;font-size:2.2625rem;line-height:48.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #1faaff;border-right:0.0625rem solid #1faaff;border-bottom:0.0625rem solid #1faaff;border-left:0.0625rem solid #1faaff; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.945rem;height:0.848125rem;font-size:0.84875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX { width:15.1875rem;height:5.4975rem;display:flex;top:12.502344608307rem;left:2.0953124761581rem;z-index:15010;padding-top:0.310625rem;padding-right:0.31rem;padding-bottom:0.310625rem;padding-left:0.31rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #CGFUTQeT50FAVwsbMDkbGmlbz1s0q741 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #vhSCw9G3xHH1IeI03yis7noQQ47g7n9W {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #KRXMkQCrl6pPLxcmgN3eahBsUt3JOHgV {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #sMc0sID4KQ48HkZLctwmEZzqWwh7wQry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #vTk2TCf9nI0BiyM5urB24WP3b61OJ8yH {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #otq3INfkoCmdNv2T41KsBONOAtvZ43qu {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #dqyBk6bvqPyX9pPP5tNfTpG6lu6yf8ly { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #TiqzN7FKhn3XeOK7ZTvpV9MKKIK5t3iQ {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #QZeH1Kzg94D49ZChe9xlvFU0I2G3uR3d {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #VGoZelfTrMoSeSgDTiU0B7bIs0ZsTrMx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #bSzignbFxEpVryQaqTaVoOLfhTWX8QBK {  }
 }@media only screen and (max-width: 763px) { #EoZxGzxKP5xkaCr8xf7omHLhsEvQa4GX #IJnz2fRmsRwPozOirUNuzTmKHXSfgTeO {  }
 }@media only screen and (max-width: 763px) { #tuytoxwuwKwNIVw6Q1WmXOfVwbE6UmJl { width:18.75rem;height:2.625rem;top:219.54972076416rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoyH1ZproUE7KvSqNPRNV4XJ8VTapy0L { width:18.75rem;height:2.1rem;top:222.125rem;left:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 { width:18.75rem;height:15.825rem;top:80.312501430512rem;left:0.625rem;font-size:1rem;display:block; }#O6bxqev0LTcJnmN83d2pGd8aIKNTFqU8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #uAwvAevXv6z7oTnxcJv7LmNMiQCtD4OL { width:18.75rem;height:14.8125rem;top:209.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScxX9zVUh1NacM9p3F7ZFnwlkSW3hJT { width:18.75rem;height:10.5rem;top:112.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF619LTPGADbx7Jce9k9M22RmZskeyPC { width:18.75rem;height:3.75rem;top:124.375rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psObtt76FzVvIsUMqLQOknL8HevMseus { width:20rem;height:auto;top:42.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx { width:18.75rem;height:13.075rem;top:129.375rem;left:0.625rem;font-size:1rem;line-height:1.4;display:block; }#dfVTkQI7TTWU8k6qiIlHTxeTssDGutKx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #vB7zeKzV41r2edDyZdD1QSTcELQlqiAs { width:15.625rem;height:5.25rem;top:145.0625rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UInyaQ3XVPqktWf42IDNOPgLzuAVAvFN { width:18.75rem;height:4.875rem;top:151.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEneXJ4zp5zy4Mre8iEmtnThObUrT4be { width:20rem;height:2.4rem;top:108.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2tb4oOMbUxMLh8C3eCDFwE0EtGMo2G9 { width:18.75rem;height:3.3125rem;top:107.54375076294rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFHaXSZzwDLXVwrCSflz2GSl01zRMF1 { width:18.75rem;height:4.8rem;top:35.4375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbnUVkDPsNklhCWTFpB9JbmZz9LuGrcM { width:18.75rem;height:6.5625rem;top:34.306250572204rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyN8lBB6COeXbMOPAOsEHicsI3zFTp6N { width:18.75rem;height:5.25rem;top:97.75rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR4VuWeeKCsqedRHPMxCmiqheW0GqdF0 { width:18.75rem;height:5.25rem;top:226.625rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9XHDgzxBiNJSUEmMW7qbJDlxWHNhgGy { width:18.75rem;height:4.8rem;top:159.31250143051rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBJFhME7ra4v9g6APv8MgZP9qrGn0bgs { width:18.75rem;height:6.375rem;top:158.27499771118rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJ7xfBIkqoaEn5ewBwVV5gFQAQqxVkU { width:18.75rem;height:17.0625rem;top:166.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsJqxt8d5RdZwXXrFx2X53W9z0MvoUmg { width:18.75rem;height:5.25rem;top:196.1875rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHOf9p4w3wePTdW2yUnHsILFPfgTUfAu { width:18.75rem;height:3.4125rem;top:202.3125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxJQm1Fx7agTLTpgaBk3OzUWPHSb3HQm { width:18.75rem;height:9rem;top:185.06249809265rem;left:0.52421879768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk19bLqTqvgag67MtnHmJAsn84iIp7RX { width:18.75rem;height:0;top:207.87500762939rem;left:0.52421879768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO5kl2QKgUC0LGDDXStiQT6JvD9G30WQ { width:18.75rem;height:2.275rem;top:103.6875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n { display:none; }#GHU98gyUr9tSTMmrqWwoo3UcNA3L2H3n > .row .container { width:20rem;height:121.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l0aTeSAtZniPipoe5pfP29gOf2rHkADh { width:18.75rem;height:4.0625rem;top:3.4125022888184rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMqgQQNq2vof45JbVurHSHrLNZ3gaNU { width:18.75rem;height:0;top:4.0625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uchQEmXFH90oNQbrFIlEKm2FLg8mTwwF { width:17.5rem;height:9rem;top:8.25rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9xvLcRFcovd5bvh5M445JZ3iyZ5FLvc { width:20rem;height:102.5625rem;top:17.71630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwDn4XBGWImbxaskcxpJkkWApIDvJkQ6 { width:20rem;height:13.3125rem;top:19.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3uf80vPLZSq6JnJtbWcnv4CTiBwhpZs { width:17.5rem;height:5.6rem;top:112.32500457764rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXuem4TT8WK4sqDHbkXb5lupxm0HMVtV { width:18.75rem;height:4.6875rem;top:33.75rem;left:0.625rem;font-size:1.5625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ME4uwv8QM4ghLIeOAd3rpm2h9bu1dHEX { width:18.75rem;height:43.3125rem;top:39.5rem;left:0.625rem;font-size:0.9375rem;font-family:montserrat;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o1GKHtLLTzzrUC0y2FuupfHDlTJqmx7g { width:18.75rem;height:1.5625rem;top:82.81250190735rem;left:0.625rem;font-size:1.5625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bVvVNpWV3Tim7kMdi2acTSxu1UctotR1 { width:18.75rem;height:23.625rem;top:86.43750190735rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:montserrat;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EvwltlgBTAgbxcubvODrDiAAeyvIoJWK { width:18.75rem;height:3.9rem;top:3.5920906066894rem;left:0.625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #iSxKi74nhi6o86JR5ooKmVdnnS2eR4x8 { width:19.75rem;height:16.3125rem;top:1.25rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qs4KUx6AqDNGxCI27dr0694qSDb2sI2w { display:block; }#qs4KUx6AqDNGxCI27dr0694qSDb2sI2w > .row .container { width:20rem;height:94.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lo4cWkl0LtWB3f4tOwze0Cly2Da5u88w { width:18.75rem;height:4.0625rem;top:3.5804691314698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPm4ckGhMcpyPzM9xLnaR7gLFIBS7rKi { width:18.75rem;height:0;top:3.9000244140625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRT6Iks55kZMKU4oyhM9PvW5ElhPMa8X { width:20rem;height:2.4rem;top:9.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w99uc6fatUhJmznvTdhtOr9bnPAvcKCd { width:20rem;height:76.625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFmGkCsFmmIpq4pQZx3ZvFzfL3mGe3gy { width:18.75rem;height:4.2rem;top:86.5rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia2m5hz6BTtayUuKlD4VTS0svyJMfhif { width:18.75rem;height:18.5rem;top:18.198438644409rem;left:0.52421879768372rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #b6SMyLeOUbCJpmSpK3pSPOAq54FUcClX { width:18.75rem;height:4.225rem;top:106.0625038147rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jc8qC8vyqOpguTnf18DP1PzFdm7ypF5v { width:18.75rem;height:1.95rem;top:4.7367191314697rem;left:0.625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PJNntdca4kQfQlRtVSgHVgqSn6KitnPU { width:18.75rem;height:2.35625rem;top:77.625rem;left:0.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Wa0CwAXlkw6bCoTW7WfIJ3LfNtwXcNX5 { width:19.75rem;height:15.5625rem;top:1.25rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #m7QR7f8ziv0RsbD6PJzwy211xTg4tyiU { width:15.625rem;height:3rem;top:12.3125rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmFEpd1InZVBxcT3xi29E4cOtUI3NnO3 { width:18.75rem;height:4.225rem;top:38.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl { width:18.75rem;height:30.2841875rem;top:44rem;left:0.625rem;font-size:1.0625rem;line-height:1.4;display:block; }#cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#cV5v0Mt4iUg4vkCWtJvWyN7RyVqaLQNl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2dcdc6e0-a8bc-468c-aeeb-d7307efd525f/strzaka.png); }
 }@media only screen and (max-width: 763px) { #Oebo5sST5ehF9KAvwDIT2cSflqoJGtT8 { width:20rem;height:1.21875rem;top:82.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #NKTGfwp9JHsK5BdDu2W1o2iRyQxJuiuo { width:20rem;height:2.84375rem;top:80rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW { display:none; }#f1RM8nxTkDLmpsaKKQCfidJfpR2MRbAW > .row .container { width:20rem;height:115.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZRXLHVSU8AFtP9LysCKpw1CsEE7i6XrP { width:18.75rem;height:4.0625rem;top:3.5804691314698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIXNqMEL5pcOaEsD6S5np2F7ErVqOAIT { width:18.75rem;height:0;top:3.9000244140625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAM7Dk5EyVQnKLMyMyOg5RA0QbetnEXM { width:20rem;height:7.2rem;top:8.668749809265rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oru9Dq9mulDi4M76NQsvMmDeeP3SPJQd { width:20rem;height:96.8125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyPySiRytmVtWLFAfN8pN6Bo0sM8ugE { width:18.75rem;height:27rem;top:47.875rem;left:0.625rem;font-size:1.125rem;font-family:montserrat;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SnqDhIAZ4hci2RD33196ICTAEhxp1wXf { width:18.75rem;height:4.2rem;top:106.68750143051rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZZLorRZfaTBd4SVQQT07cG5W8PfZXwQ { width:18.75rem;height:28.125rem;top:18.761719703674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyCGVTfBXSbvf77G0u8TOHglBrl2nhqB { width:18.75rem;height:4.225rem;top:106.0625038147rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQ6aalFZtVHPN5RQnGNFaX2ZtR136gcq { width:18.75rem;height:1.95rem;top:4.7367191314697rem;left:0.625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #f9XHkVfvUA2k9bqCso8SE6Fy3ZU4gNe2 { width:18.75rem;height:7.06875rem;top:77.374992370606rem;left:0.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n { width:18.75rem;height:17.1875rem;top:86.4375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:block; }#ASWUygQoCmmPLqqmnbX3HEvb48AhAy5n li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #Q8bs5f01AhEK7aDpAF0xu7neTbJ1p3J8 { width:19.75rem;height:15.5625rem;top:1.25rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q { display:none; }#CGh2W9ggb7zyvgCqSxRQqotobLHWO64Q > .row .container { width:20rem;height:112rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lDxNuNcHGbTTpn3uJdErqwXrMuv1TdlV { width:18.75rem;height:4.0625rem;top:3.5804691314698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHXqgGdtsSHhB7BL6srllcVducozeyP { width:18.75rem;height:0;top:3.9000244140625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAV79VWEFF6Pyxpo0VI55T4qauqnaOat { width:15.625rem;height:6rem;top:9.2937507629394rem;left:2.1875001192093rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0B2DX4SdCZ0aTviAFtmnv7LxS8Ux0eS { width:20rem;height:93.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLoeQFRUUIF9n0LzvEa0F6ZtKtTPBW63 { width:18.75rem;height:57.8rem;top:18.187501907349rem;left:0.625rem;font-size:1.0625rem;font-family:"open sans";line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UKaiDZsEeLAsWFATHdwua9mQn21kHgw1 { width:18.75rem;height:4.2rem;top:103.3125rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA2x21xelwvfRUrd85mPHrtCsADOUCQF { width:11.875rem;height:16.75rem;top:77.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMLlF90ga3KiXowFLPBJviAS2u8qEuxc { width:18.75rem;height:4.225rem;top:106.0625038147rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtWkQFwEJc9aMpdZkxVCfZuKCQT9EfmK { width:18.75rem;height:1.95rem;top:4.7367191314697rem;left:0.625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Xs3iTveMzOzmtmst81a1eazBP3Vf1iMb { width:15.625rem;height:4.875rem;top:96.75rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hJnyqF4RGAyH7iFViyvLddHukZP9pJi3 { width:19.75rem;height:15.5625rem;top:1.25rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TTxDWKh6VzmlMe99fqg9NzMO4hVPyaON { width:5.625rem;height:3.65625rem;top:85.875rem;left:13.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #h5GWldeJctrPQPpc4u9m5aM3yS3E6TJc { display:flex;width:3.125rem;height:3.125rem;top:82.8125rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #vQ2qP7fT92GrapTlFavdPbMxrWChD5vO { display:none; }#vQ2qP7fT92GrapTlFavdPbMxrWChD5vO > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PiQqfy2LLzHwnsDOJ6h8zT7TyyZG4kTy { width:18.75rem;height:5.85rem;top:2.25rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiqpXECiWgJLaEOXqA5LdhAQE6AMzCWQ { width:20rem;height:32.25rem;top:18.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tphDf6C2Fh8s1Gh2G7d0LyKJF5GOA010 { height:11.20625rem;width:20rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdOtPNKHUxm1DL6hkfa0yppFPG8NBeiH { width:20rem;height:32.25rem;top:60.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9zZskRrkqwrUpX3Q6COxsfd8ZVozxrz { height:11.1953125rem;width:20rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTv5VOnumvTxzFdJv3iXLHbOyRlPPE8S { width:20rem;height:1.5rem;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8nmqaqG0XlOdKA7RCSqRxq7MkEoE96m { width:20rem;height:1.5rem;top:26.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee { display:block; }#Z5OpCvGtaUMHkxyJZKy4bNlThaM0sWee > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZZ3LE1vOGOtDIkOA8dVh82wI1CoS8u4 { height:33.3125rem;width:18.75rem;top:27.950000762939rem;left:0.52421879768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnON4pycEQ5z7vSmMX71ZypHOLSAmLq { width:20rem;height:27.125rem;top:0.82500076293944rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SCTEZtHdJ7iDMzAPz1DJmEoq4e7A1vqC { width:20rem;height:41.8125rem;top:2.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwAJgsxELD5bc60iwEXrI4En6LFkpAov { display:none; }#IwAJgsxELD5bc60iwEXrI4En6LFkpAov > .row .container { width:20rem;height:109.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3AgzHsFbg9TLgmh0lOCRX9UA6E0QP5Q { width:18.75rem;height:4.0625rem;top:3.5804691314698rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO9znMfSGhr2zT27Qk8Ti4asanMqlfXF { width:18.75rem;height:0;top:3.9000244140625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVMT05rqRQ8R2rTo2tIW8yexalhKTpwP { width:18.75rem;height:5.85rem;top:9.4804706573488rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPygHkgyVZ1531JJnBHVHScXgpx6ZiDg { width:20rem;height:90.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yz6ACLyBOT8TTuuMC2z6PV9bXMuuZ9 { width:18.75rem;height:74.8rem;top:30.312501907349rem;left:0.625rem;font-size:1.0625rem;font-family:"open sans";line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wd1fhyuQOGi1FyZPnW73wwGKsWTJ8tqN { width:18.75rem;height:4.225rem;top:106.0625038147rem;left:0.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxr43LPX1XLvody6x312TFWnzOLfBLQV { width:18.75rem;height:1.95rem;top:4.7367191314697rem;left:0.625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Qwos5gTy8eJKadXTVsbZeuqzgiixzOuy { width:19.75rem;height:15.5625rem;top:1.25rem;left:0.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #DRhdZIFhTgUHENfMDIW6s5e9MxuwtVLz { width:19.375rem;height:12.8125rem;top:16.875000476837rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUxsBnZngUpu2ESxs72OGNco2UfNIRq1 { width:19.375rem;height:41.5625rem;top:16.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImNSFifKidVwLuGKhyvTo32qABNe5Nr { display:block; }#uImNSFifKidVwLuGKhyvTo32qABNe5Nr > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUW7EmqkROuUK3w1oD9FXvcSBHOedvsg { height:11.25rem;width:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEKidECTbLwW0iSlpwtewB6OWemJS6an { height:10.933035714286rem;width:19.75rem;top:13.95rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection { display:block; } #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection *:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="text"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="email"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection input[type="tel"]:focus-visible, #mSe1OOdDuxiVLlVlndlEBNJzhMVX6iBe.widget-smartsection textarea:focus-visible { outline: none; } #N5N6uEK5rRppceoZN2I8Vy9ZtAvNUF9d > .row .container { width:20rem;height:150.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 { display:block; }#Qo1OI0Rs9Wq4TLxG3DMqICPLUBX3pnh4 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZioVrSDyiXfI42xIKbKdH3crdwVkgTW { display:none; }#GZioVrSDyiXfI42xIKbKdH3crdwVkgTW > .row .container { width:20rem;height:230.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XKitEiZiFTCylHDqxZNChTQaIKXhvfZi { width:18.75rem;height:8.125rem;top:2.8109436035156rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrsS0X4wnr8QT5BoVhOTgOrCZIuDsQx { width:18.25rem;height:45.5625rem;top:109.875rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #rJxoaSETzKGAf3DIV4MeHxQ3ukJRQLy5 { width:20rem;height:1.3rem;top:118.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1bUiOcoAo2Dh8SR01Fdcu1McRrC94n { width:20rem;height:1.625rem;top:110.5000038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DbpydBEGN2ukI6a4EJ6aaA57MUohApxr { width:20rem;height:4.875rem;top:113.75rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwBWeeT6w0Apns72oRdV4t4bvv8Hk5Fm { width:20rem;height:2.4375rem;top:22.906982421875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MRl969kGErB20kFsTn2Ca92miTaZFSeP { width:18.75rem;height:2.925rem;top:71.875rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L027ETHAh5eVs3Xv2IXrP4BCK8VQi0T0 { width:16.25rem;height:3.75rem;top:101.6875rem;left:1.875rem;z-index:14999;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzClAz1gEJhbzaqqwoIl0chroSeKode { display:block; }
 }@media only screen and (max-width: 763px) { #ekWT6OpBf3dg3C2o1dxQv4kyfSFlK1wA { width:16.25rem;height:0;top:6.585156440735rem;left:1.8750001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TsLmTenlIsAwWT6EczK1h1454w0nrfxc { width:20rem;height:1.625rem;top:112.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAVd7dX1p2XM2wrCyZxDWnRVCJl5w9ve { width:16.25rem;height:3.75rem;top:149.3125rem;left:1.875rem;z-index:14999;font-weight:700;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smb43uRE77oTgUXB4Cr17RGt7XUaH7gk { display:block; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-text.counter-number { padding-top:0.4425rem;padding-right:0.385625rem;padding-bottom:0.4425rem;padding-left:0.385625rem;width:2.315625rem;min-width:2.315625rem;height:2.37875rem;font-size:1.77rem;line-height:38.06px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.176875rem solid #000000;border-right:0.17625rem solid #000000;border-bottom:0.176875rem solid #000000;border-left:0.17625rem solid #000000; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0875rem;height:0.940625rem;font-size:0.66375rem;line-height:15.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#opZcWyf22T4PZSi9WnX1dczbeW5x056u { width:17.75rem;height:4.835rem;display:flex;top:77.3125rem;left:1.125rem;z-index:15089;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #vMB3rnwuDNFpogFAvIVTtLgKiKI5endB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #UFnuARAWTMJbvQihWiWtccOc8b08MEUw {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #sq7BmqKZBMboeo80M3A13W801TDyZXsT {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #lrkiaxOZHXPi9qTXhUsAQTqc8qip9l4W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #iMQbll5uEHASTAe9PzkfbQ1wEXGwrsSQ {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #u4OUGxBfnUDk7RtmwTcbK7EWwE3sPhGL {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #vF5aFmZcoT1EByzIVIlZKvEku98KFCg2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #QsA4KnsImBVFoI00lA5LDlIZVfCkpGAz {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #fb0RBFCbw7C48V3EFFL2a6rbEHiSIWDL {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #Nkoe67zxAHrFs4ctwxbCBhxaNqpVNNut { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #Lgz0niPKIEX0btOPct4VKPDdB9xt2a1u {  }
 }@media only screen and (max-width: 763px) { #opZcWyf22T4PZSi9WnX1dczbeW5x056u #lxOrPzTRzTPTCc3ar3bxEnEKEsZvLwym {  }
 }@media only screen and (max-width: 763px) { #XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 { width:13.3125rem;height:0;top:132.75rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#XpVErFGkhu81yKCxtm35qnkd1DFlvcD9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #KJvGze9fITn6kkWHaImQZfdlnHxDUIEN { width:18.125rem;height:22.8125rem;top:85.125rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ePP81IrtXT9wkUeIEwlrPEQeLHCKiFtJ { width:20rem;height:1.625rem;top:87.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ua3nuVTJg6LLGyCcmPZReRP5v5nsET81 { width:20rem;height:4.0625rem;top:89.375rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eH8wdv5yCIOQJTxDtbrMFr2OrpanNbgN { width:20rem;height:1.3rem;top:93.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOlS8bPECft8BuPtm9mEsAleR8dmZTZB { width:19.625rem;height:220.4375rem;top:0.75rem;left:0.0234375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #kamakd6JE6xi2OenJLIfm63qvppzhfNZ { width:15rem;height:1.95rem;top:112.125rem;left:2.5000001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA { width:14.5rem;height:6.9625rem;top:131.625rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#m7xk6pOMhPse8eA6fPsZDZoIeFypn1NA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #kAWdyZo7MPeQi8MFZWLnNlbQU3ZqLHcX { width:18.75rem;height:6.825rem;top:223.0000038147rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAPuXANDpkPWfuC3GZnQo4VeLAscy8xu { width:20rem;height:20rem;top:134.51875rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 { width:17.5rem;height:37.5rem;top:12.4375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;overflow:hidden;line-height:1.8;display:block; }#RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#RzQJvy6v6PpVLVGMAAt8fUz99rVdvCV7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #WWP50oWa1IT5QChR6dNgzuJldDa8QS51 { width:18.125rem;height:62.3125rem;top:157.4375rem;left:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qpsbl0k9XqMraPop92sM8Vv8nvCIKuyu { width:18.75rem;height:1.625rem;top:160.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNF5Kx5zKFEEJ9Xk437bZdy91t74zEUM { width:18.75rem;height:4.0625rem;top:162.625rem;left:0.625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbu0hz4eO8a4VzVOHd4xooR5M3fFHG0B { width:18.75rem;height:1.3rem;top:167.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GksL6hsbnUCtB7v6m3mMza4TEhaIl3iX { width:16.25rem;height:4.375rem;top:212.9375rem;left:1.9375rem;z-index:14999;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTvHCzacWhAtovxQfOaCKWeVpyntTEm { display:block; }
 }@media only screen and (max-width: 763px) { #eTZb2MsQO3HuRwkqGq4fVEAdDwT3wSN6 { width:17.5rem;height:0;top:58.37109375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mCLG6Du05dllTddCE1x7x0xaVelG7Fbn { width:18.75rem;height:2.5rem;top:51.0625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQgINhrRbfQT2ItNs1zHHS5OOsAZNHkL { width:16.25rem;height:0;top:77.5625rem;left:1.8750001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BH9QJ9KTvUke1ZAIl6Ke8LDTwLpSUyTW { width:20rem;height:2.5rem;top:61.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsuX9fz6iybnZA68d53Glh5f6LKXRDk8 { width:17.5625rem;height:9.3125rem;top:60.6875rem;left:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh { width:16.25rem;height:4.3875rem;top:188.125rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#b7Dfw2hBgihNDCS9oql89xbX2bxI6XKh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN { width:14.5rem;height:12.24375rem;top:193.375rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#kns14uk7HfJK3p8lb4TZJFP8PQUWFQXN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu { width:16.25rem;height:0;top:173.875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#HvwUXIBTHoa5K3ink6Wqvq2uEDtcq2Mu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR { width:16.25rem;height:4.3875rem;top:206.625rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bXV7uH1AWKPWtfClKvuN7p6TRsndzqqR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #qomIfyJtBk9xgmBnrJeX867MSZeU1bMt { width:16.25rem;height:3.75rem;top:65.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K { width:16.25rem;height:4.3875rem;top:126.25rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15089;display:block; }#VSwi0PmZfdpRIkJlQnoZJilrS1NA6T1K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq { width:16.25rem;height:4.3875rem;top:174.9375rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15090;color:#000000;display:block; }#rywbaLPQNCTyvWoTaf0OgGJyTixPH9Lq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ { width:16.25rem;height:2.925rem;top:96.6875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Z934buTnTVJJfzvOXFSfH7rz89V9d0CQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX { width:16.25rem;height:2.925rem;top:121.9375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Cw4sT1pTFrN2TqfQBJruPD6HeUnhtnRX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei { width:16.25rem;height:2.925rem;top:170.5625rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#b04J5C8edyUERfg6ZuvUXfPNQXgz2Kei li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu { width:14.5rem;height:6.9625rem;top:180.125rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#J54a7nQkqAFaDgtCXXOAQIHKmZnq7LRu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #ndELaCMCbigyCxpcqrqJEGFixtTa49t6 { width:17.5rem;height:0;top:58.183595657349rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #R4WCEDuqmk6uuTC9O6dNTByAi668xDad { width:16.25rem;height:0;top:61.933595657349rem;left:2.6750000715256rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Tq0PcGKBGH2cmPP6N47GHGLhNZCcQ7hd { width:17.5rem;height:3.75rem;top:55.25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SCvlb3SNVMeTCNdUp3PdXhVI7tufaiI0 { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #upxlCls1Rqx8xtWrfcUHqdTVJKSrsE17 { width:20rem;height:auto;top:40.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T5dLHtIr9hHIwm4upsSTImxInq0pse2y { width:16.25rem;height:2.925rem;top:139.8125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#T5dLHtIr9hHIwm4upsSTImxInq0pse2y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC { width:14.5rem;height:3.48125rem;top:143.5625rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#cGJuyGUKEckEwQ7QvE0vkgtyiEkJ4ohC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm { display:block; }#y4RKIAzxPJPRv9L7VPw6e2V2K8QPTzrm > .row .container { width:20rem;height:225.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuoZeTTQWRlcuTxm5s4RW7d5Q58TdAcR { width:18.75rem;height:8.125rem;top:2.8109436035156rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhEtbWVsd3IrN3WTpZoHKqT75Da3t4Gf { width:18.25rem;height:43.1875rem;top:101.3125rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #zASbPduw9TtTJs8pMKPsrKR3SKITIMmy { width:20rem;height:1.3rem;top:110rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D627ubH3kxfKTO2iHzOu1bcKqcTDDU1O { width:20rem;height:1.625rem;top:110.5000038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WiENp6GCBknvicp4ltTrpOt6zXbmzopq { width:20rem;height:4.875rem;top:105.1875rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAGPfhcdSskCdWRy8dCrygtPdM9nDh2l { width:20rem;height:2.4375rem;top:22.906982421875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fgETwDzOi1okl1IoDQK6fh1yUXIpRVdU { width:18.75rem;height:2.923825rem;top:60.6875rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFPfg7E4RVP3674lzpNl5TkhJUIZGC8A { width:16.25rem;height:3.75rem;top:92.8125038147rem;left:1.8750000596046rem;z-index:14999;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkidlXfPN3xg5tJpbL9kP4XXDP4T9pS6 { display:block; }
 }@media only screen and (max-width: 763px) { #aQAKmHmhoydMNandmRP50X7MMSe5hn7E { width:16.25rem;height:0;top:6.585156440735rem;left:1.8750001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fQ8wuxm3sdWveR9avyecnE3fLFvdLPQ4 { width:20rem;height:1.625rem;top:103.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzE7urrWeWbcJ13lBDKs1mfpfgiqm779 { width:16.25rem;height:3.75rem;top:138.1875038147rem;left:1.8750000596046rem;z-index:14999;font-weight:700;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXCWKXXPp9J9MsTlXF6pAF6fUmCH0ZiT { display:block; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-text.counter-number { padding-top:0.4425rem;padding-right:0.385625rem;padding-bottom:0.4425rem;padding-left:0.385625rem;width:2.315625rem;min-width:2.315625rem;height:2.37875rem;font-size:1.77rem;line-height:38.06px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.176875rem solid #000000;border-right:0.17625rem solid #000000;border-bottom:0.176875rem solid #000000;border-left:0.17625rem solid #000000; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0875rem;height:0.940625rem;font-size:0.66375rem;line-height:15.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x7XAuSVfN9CutwJPy0wy4doWATHSXrXi { width:17.75rem;height:4.835rem;display:flex;top:66.0625rem;left:1.125rem;z-index:15089;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #ZBg5gGIA0OC6mxsmKlfD7liHE0treJTh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #D9W3aFp9ULfzZENVTk7Qa2UPy2aCsXCO {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #WM7b8VmRlTP5ANVOUyP8TIOuXahh1bFI {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #UNUvoGImivDKPXPlK0EetNgvQz239TNT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #wn9oeytxHiNpU77J4M0JUnawcsur17nz {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #c3mvuC0C6tgJUZDOGohahBS0q2WWa7Re {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #VpdHwVFI841VQJTC9WWFRZksI0wEtCJn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #xcbIiPk74evJnKnu55Z7WB9LpzgO8TKN {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #p7M6nc0w6BTFKPMuyDHdFnRf2cnuQo77 {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #aUcWSKn8ic4kxNiVf8NJEQOAx5xOG8vo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #IAeIdg0eH6VZSDE7ZMA6Hg8PPEiT5nxe {  }
 }@media only screen and (max-width: 763px) { #x7XAuSVfN9CutwJPy0wy4doWATHSXrXi #ycXoak4LXO0h3lgZ2uqL7CGF7ZUGE5d5 {  }
 }@media only screen and (max-width: 763px) { #NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq { width:13.3125rem;height:0;top:132.75rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#NvFr4v8VShhafq8GpRfHEsQt6I66ZcLq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #bOxW7VfPhSdiWoSTimgXfwWBqUzSiS6J { width:18.25rem;height:25.3125rem;top:73.8125rem;left:0.81249994039537rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wvmnKPfnb0HVJlDHUfsNcGDBIOv1pKXG { width:20rem;height:1.625rem;top:76.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxJnOhGQor7GuOK7XdDHbungo2XkWgNO { width:20rem;height:4.0625rem;top:78.0625rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0GRhfe6lKKCULGTnSXa1yCtg9lA3V3 { width:20rem;height:1.3rem;top:82.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WErFIEBn9Z3QSfaA1kCLfLvQUeOxXcmT { width:19.75rem;height:213.125rem;top:0.79373168945312rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #lCQDF0SRBhBgMi2RMS1JVHAtMPKhipOT { width:15rem;height:1.95rem;top:112.125rem;left:2.5000001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax { width:14.5rem;height:10.0078125rem;top:125.75rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#Tg5nbRqZfzpnZTA4KWAZgOA5BHuiXTax li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #RdPe5QR7SwQIThelxTI5y4sGyFr1QvgE { width:18.75rem;height:6.8203125rem;top:216.87501144409rem;left:0.62421876192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGsNTNepqKi5m06yTzdKpazPSnozXsFa { width:20rem;height:20rem;top:134.51875rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc { width:17.5rem;height:39.29593125rem;top:12.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;overflow:hidden;line-height:1.8;display:block; }#aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#aAtCbehKbZkaGP4ctg3dnvNKoJDTN0Fc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #TafV2UsyAzRK7RyPKKPhO2IsZcyqgh1r { width:18.3125rem;height:64.75rem;top:147.1875rem;left:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WCMozOnzvZUunAa2TZ5AkWxLg7dnZO63 { width:18.75rem;height:1.625rem;top:150.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcrxkGg7En5a3c9BapIFa63wcmGxybd5 { width:18.75rem;height:4.0625rem;top:152.375rem;left:0.625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqwFnUpM7cyuJsTp8vaq2OLtJdbS7whR { width:18.75rem;height:1.3rem;top:156.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ou49DFu2JTu36f4Ft1o0ePLSh2rZluVH { width:16.25rem;height:4.375rem;top:205.0625rem;left:1.875rem;z-index:14999;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH4n5XnZDQxo2y1qXhCyGtN5X7nJ18yL { display:block; }
 }@media only screen and (max-width: 763px) { #RclrohX0XS7T2eBQITCMmngC6MgegXnK { width:17.5rem;height:0;top:58.37109375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kgAobpzpd0822fJiqE1uzh66PxROy2DE { width:18.75rem;height:2.5rem;top:51.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHeLISkqQCBcxn9afQI88s6TTcshATUX { width:16.25rem;height:4.38574375rem;top:180.25rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#rHeLISkqQCBcxn9afQI88s6TTcshATUX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs { width:14.5rem;height:12.2373125rem;top:185.5rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#QPIt2EJEWM3thcopEAV9TEtR3nU9ovFs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF { width:16.25rem;height:0;top:173.875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#GkhoSM5zDSAzR61nOuFPngRCrnLWCHyF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #XD9GIh0UA245xozXMqRssFX5NBtwxTkb { width:16.25rem;height:4.38574375rem;top:198.75rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#XD9GIh0UA245xozXMqRssFX5NBtwxTkb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh { width:16.25rem;height:4.38574375rem;top:120.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15089;display:block; }#H2tRvVMwmTGNv28pMTqO6la4ogpLQcnh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #ADy0n99Jowad8Qme3310z1SlhUURCp1i { width:16.25rem;height:4.38574375rem;top:167.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15090;color:#000000;display:block; }#ADy0n99Jowad8Qme3310z1SlhUURCp1i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #I5VSLhS8HQxvpL4ca527iC5ayXMJECJx { width:16.25rem;height:2.923825rem;top:85.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#I5VSLhS8HQxvpL4ca527iC5ayXMJECJx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE { width:16.25rem;height:2.923825rem;top:113.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ntNQLpTigxbJ998ZRoSfoHiaXVVT9UXE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ { width:16.25rem;height:2.923825rem;top:160.3125rem;left:1.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#KRSbNFz7XRGrkGFLFVam35LF4vrSCaHZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 { width:14.5rem;height:6.959rem;top:172.25rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#hyoC6MIHHNJDhD48be7F5mM0LyM9EfI9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #MqXKpUn3V1pdOnnbHMXn9DG2femXQHPq { width:17.5rem;height:0;top:58.183595657349rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #VKcG8JL12eT32AhTeAzCDekDFmL4g2s1 { width:16.25rem;height:0;top:61.933595657349rem;left:2.6750000715256rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #KoEc1KCeoIX6rIXNJnDDWvs5w4vTxmze { width:17.5rem;height:3.75rem;top:55.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PEP5X6oxJtVR6RTMI5u37zUCPSHgPpkR { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eecKz7u4QXIDPFqXu6t0Qfgt6yFofVsO { width:20rem;height:auto;top:40.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x39ZdWe5mboutIQvfItw97GvM2W1RDrn { width:16.25rem;height:1.4625rem;top:117.4375038147rem;left:1.8750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#x39ZdWe5mboutIQvfItw97GvM2W1RDrn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD { width:16.25rem;height:1.4625rem;top:89.18750190735rem;left:1.8750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#oOJRZf6T4T2yCTD1lZv2fHzQDgPvVGlD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF { width:16.25rem;height:1.4625rem;top:164.3125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#A4VAkVAywfnMLWwnRABiNPbyAfmsRNxF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 { display:none; }#dwWHwuXvtA1kwybvBo7TVI9TkiRz07B5 > .row .container { width:20rem;height:150rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZnSf7f9gC7NSH997kT3B2wXXAOKNuHTS { width:18.75rem;height:8.125rem;top:2.8109436035156rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urrM3DSk5nTTRTt6thlZsILgqiARCQK8 { width:18.3125rem;height:50.1875rem;top:68.9375rem;left:0.57500004768372rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #VDyd3PoeLWUiX9vB6stVhaA9NozBWeEB { width:20rem;height:1.3rem;top:77.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZb9WzwnNLc1xqxDOTnKzrE0DNgsKIxg { width:20rem;height:1.625rem;top:110.5000038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oF0H3lAFQsCNfdSEPibvHorZhS1PKQ0S { width:20rem;height:4.875rem;top:72.5rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4cBX5b2S0UhdExehh4dxfct7T1weceb { width:20rem;height:2.4375rem;top:22.906982421875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xZiVsTwEWTrmPzQt1AvHc8EMe6JCDENx { width:18.75rem;height:2.925rem;top:54.9375rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBJWSzqpObuyT7oN4AKLTqbRHyKnwCRq { width:16.25rem;height:3.75rem;top:133.0625rem;left:1.875rem;z-index:14999;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyPmanwOGOzqHZBsSwzDcdzRNCKg0wbe { display:block; }
 }@media only screen and (max-width: 763px) { #Kbrd0As4Xs2Ozfv3ATTm2xDnKbsF4Rox { width:16.25rem;height:0;top:6.585156440735rem;left:1.8750001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ENxbFiuBdC4ZEHmsAfpSPoNtuS525BJL { width:20rem;height:1.625rem;top:70.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEecZvw8M9MaJkRrsFXgVJzai4SHFyy0 { width:16.25rem;height:3.75rem;top:109.0625rem;left:1.875rem;z-index:14999;font-weight:700;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKEhJXZIfrLzvrCUtDm9QR7rlMo8uc3R { display:block; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-text.counter-number { padding-top:0.4425rem;padding-right:0.385625rem;padding-bottom:0.4425rem;padding-left:0.385625rem;width:2.315625rem;min-width:2.315625rem;height:2.37875rem;font-size:1.77rem;line-height:38.06px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.176875rem solid #000000;border-right:0.17625rem solid #000000;border-bottom:0.176875rem solid #000000;border-left:0.17625rem solid #000000; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0875rem;height:0.940625rem;font-size:0.66375rem;line-height:15.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 { width:17.75rem;height:4.835rem;display:flex;top:60.625rem;left:1.125rem;z-index:15089;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #t4ci1f5weNgllvqPBU06TplRAik9Cm2G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #Om34S3GxgfEeKuTErTVOm5zTKKaVpcW8 {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #AD53TJySS3okUXP6n3o5csaq1gCIApoC {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #iWKyixtCPm0GdbXbimWKkFaONkpMImsO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #vwTH9IhihTRrkSsEnw4TZa80ZXznE0QX {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #KeVgH37gxuKNQNIbchN7QTHwVhsck35A {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #qDgQVwV6I5JrA3eSbEubX03cBnUyim11 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #O7R5oXmlJskPk5uWsTcC6JIzZWPxZd1a {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #mwaM6ZHmonr1h869xMkeze9G8bbVDJnu {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #NARzyJnEpiybrcxX9EQI1hNJWGKBelgT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #zL6Dxsu5Hg0ATCsKfL7MFEqBZIVpZ4DB {  }
 }@media only screen and (max-width: 763px) { #ebXTc6xZ6Zv5d9fUiHZrmZz3MVBAzw22 #LoNwgttGxCenubeVRfdw3wBLubhR7nOo {  }
 }@media only screen and (max-width: 763px) { #zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT { width:13.3125rem;height:4.3875rem;top:80.5625rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#zA6DdB4z87uJ0HwU7EPwgmNGlbzBV3LT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #HkA26JFPHRZ1a6BhF5RUMM3yVvtTS2Fv { width:18.4375rem;height:18.1875rem;top:121rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VVo5RgOBrCf1vIJL2Bdx1zgZIlc98Q6v { width:20rem;height:1.625rem;top:123.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTZX5MTMRiBdNz8Tsq8WyKGTwaU5Gs6U { width:20rem;height:4.875rem;top:125rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTn1fvcvik4ITKiuuuHAA4sdEQPK42DJ { width:20rem;height:1.3rem;top:129.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkUzSHdKbyqDkkdyLTAg5E3rXEu85T8e { width:20.125rem;height:139.4375rem;top:1.25rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #hBJH0SP7VFJ3H47S3eA79WNBZmkW8bAF { width:15rem;height:1.95rem;top:112.125rem;left:2.5000001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM { width:13.75rem;height:3.48125rem;top:85.25rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#lt0JGZnXyBiTUPzDcrDCiI7V3UT0gUHM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #aqOvm6WDSpdbVQBCX6sCTInl72bNLzEW { width:18.75rem;height:6.825rem;top:142.51874923706rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BV6goh27yyk3FciQQTPuuCQ6dMyPhcHE { width:15.625rem;height:2.925rem;top:115rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Kuf410a3CMl6eXRJTCqTtayHTZV2CXgr { width:20rem;height:20rem;top:134.51875rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq { width:15.625rem;height:5.85rem;top:101.125rem;left:2.1875001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#TZRZ9PXSJLFImt6xkKBeQ8WzTiF9Qplq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU { width:15.625rem;height:9.4rem;top:90.06249809265rem;left:2.1875001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#QGgZchPNwiuGKoUTXkrzGzo0DbRUr1vU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav { width:17.5rem;height:41.2875rem;top:12.812500476837rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;overflow:hidden;line-height:1.8;display:block; }#OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#OqiJpxvBPB8PBGM9TKLzlEPIDao9CPav li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #q4A4otQVBda5rHEU89OGVqVTtJuu99Qb { display:none; }#q4A4otQVBda5rHEU89OGVqVTtJuu99Qb > .row .container { width:20rem;height:138.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CaXU8Hs2NEhQvuKKUNnQeaIntOFAqdTP { width:18.75rem;height:8.125rem;top:2.8109436035156rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3UlXUVnWK1BTdpLdZJXl3TSCcyyiSB { width:18.25rem;height:38.8125rem;top:68.75rem;left:0.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #QuxAnex1hqov6c3wDSA9fAkJAir2yOkv { width:20rem;height:1.3rem;top:77.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKTgqGggM5LxFTBi85Fs35uxDTs3iBhZ { width:20rem;height:1.625rem;top:110.5000038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LsIwQAd8QJ2DhLWoySANW0JeH2oycLeL { width:20rem;height:4.875rem;top:72.5rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W52NsvbnnIHosoAf4UEg86hu7spGIthn { width:20rem;height:2.4375rem;top:22.906982421875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B5hNV73fhNszAA1IuGoS0LmRwhNRXiTc { width:18.75rem;height:2.925rem;top:54.9375rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ho8IBI6kPIVepx3MoyivB9y9tBlfpCGM { width:16.25rem;height:3.75rem;top:121.5rem;left:1.875rem;z-index:14999;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMi7wftVvk4wVTkbPoTrSv8RAxrvzGQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Xmv4PSqJLacnE4R1uTFHk6RTp2n9dppP { width:16.25rem;height:0;top:6.585156440735rem;left:1.8750001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wQChTLveZ9TcQc9R9CBFDO6H88FsAJpm { width:20rem;height:1.625rem;top:70.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZ3TMXn9u6oeqHTpl7rqdxo8futar471 { width:16.25rem;height:3.75rem;top:97.8125rem;left:1.875rem;z-index:14999;font-weight:700;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKXObVndrH10icQGMqbL30XFc7aZIhp0 { display:block; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-text.counter-number { padding-top:0.4425rem;padding-right:0.385625rem;padding-bottom:0.4425rem;padding-left:0.385625rem;width:2.315625rem;min-width:2.315625rem;height:2.37875rem;font-size:1.77rem;line-height:38.06px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.176875rem solid #000000;border-right:0.17625rem solid #000000;border-bottom:0.176875rem solid #000000;border-left:0.17625rem solid #000000; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0875rem;height:0.940625rem;font-size:0.66375rem;line-height:15.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn { width:17.75rem;height:4.835rem;display:flex;top:60.625rem;left:1.125rem;z-index:15089;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #IRNIawthDWypZTwqutToHetMnzduVQec { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #oHTwPRFf7b4HhJTOBIOIGp5o30ttP0Ea {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #yp1apkQCw1hRIto5ilyx3NyZnnk6p1bJ {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #TbMuZiXE3Xrsn2rblMSGwSSSZFTIFxOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #S4ZNh3EvWhqcEObMNHItQyHUIV9Hn33Q {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #JTJzkyti3eXWP1oOvZNoTKTHa2Q1D9zQ {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #hbtQFbVW9iw2dIfnM2CMLFcSVA4p62uw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #ZVdy9CWExRWLshPugafCLggqk2qoPVvr {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #KoaeCcKg17wSnKzL7cUKdlnKJwix6rIF {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #H78nEAODXwqLBREJyZA6yZsTX9TPod5R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #lOKUkPlDx0bBFiOgAUADpcdoJndAb3KR {  }
 }@media only screen and (max-width: 763px) { #XXEaweXHB4e8oATRbgWO2Gqs80qUCTZn #nemqTfutmynaiuvEWAhBxf35epDD5wAn {  }
 }@media only screen and (max-width: 763px) { #OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF { width:13.3125rem;height:4.3875rem;top:80.5625rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#OUGgu97os1rPVM1XiPAw0ShuwXOZ4RdF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #QNVCm40yB6z6b4atHS7UAgEN1mcUR9Hz { width:18.4375rem;height:18.1875rem;top:109.4375rem;left:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #y3pw63FsKfqQcsszJtATpzTrQ4Too55A { width:20rem;height:1.625rem;top:111.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATi73wr4ruJNCkbVx0URWBOfrhLOaKyE { width:20rem;height:4.875rem;top:113.4375rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T129xqlIlqn6p1OTD5xeLSMceei9TKgq { width:20rem;height:1.3rem;top:118.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAytNshgXgCsG1rWFvAbT7XeoM2rvpZ4 { width:20rem;height:127.8125rem;top:1.25rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TH9ChpwnIP5tQAOGwyd0LAK4XLTiymmc { width:15rem;height:1.95rem;top:112.125rem;left:2.5000001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dys26WhuJhsFG6M19UnZO55N9FTUBx2I { width:13.75rem;height:3.48125rem;top:85.25rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#dys26WhuJhsFG6M19UnZO55N9FTUBx2I li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #KBwxfGWbQ6CLFdelZI8SZfzZazfp2srz { width:18.75rem;height:6.825rem;top:131.08125686646rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #St32IgpxtIK7QgWeGh3w6UlBFOy69oe3 { width:15.625rem;height:2.925rem;top:103.75rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DkQULoUdgcv26FLroD3uBr1nmA1rxlWz { width:20rem;height:20rem;top:134.51875rem;left:0rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn { width:15.625rem;height:5.85rem;top:90.1875rem;left:2.1875001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Sbwn1yw6AHSJvqO2N79tR3bbUZm7UCFn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0a29f8be-e761-42b0-bec6-8883708a0a37/plus304947_640.png); }
 }@media only screen and (max-width: 763px) { #R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu { width:17.5rem;height:41.2875rem;top:12.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;overflow:hidden;line-height:1.8;display:block; }#R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0HqpmPIIO2eOOOIJIrBCrNVgQ4Qvzqu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #AbB133ErC2EBsrThwvEshXMqJrKU2EPw { display:block; }#AbB133ErC2EBsrThwvEshXMqJrKU2EPw > .row .container { width:20rem;height:115.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXd30ZcCr46cohNhxsX5kVKvPfk9ZH5u { width:20rem;height:5.2rem;top:88.425rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgFQ5tlVod8JOKTIOpQqch1VVAAf608u { width:20rem;height:3.8984375rem;top:94.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zelJQcOFJ7ifwitpph0m8QVu6qefMZFd { width:15.125rem;height:14.5625rem;top:100.025rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUISeydaG4OqmrCy7mxHTFAETzFNlp5z { width:20rem;height:5.2rem;top:41.725rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmaeFOJGaWPb0EyXckcTuONztoqe7TME { width:18.75rem;height:38.99418125rem;top:48.175rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ss8ngWNtsGJRQ7x51Mk8KJM6th1ToW6B { width:20rem;height:39.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khnfPM2xpu3se8fC74a8btU2sSywU3T9 { display:block; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHmcdLitllPrsCxBl2LSoEu4zgkqikO4 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC5nh41haKJbBgTwKwpxblf3dpWE3QDa { display:block; }#kC5nh41haKJbBgTwKwpxblf3dpWE3QDa > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8Nxr8NTThoDDrNARFB4qPBNK9nP5G2A { width:18.75rem;height:1.4625rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpneuOp0rsA6CFOoL8Z3H1uSbzFnfhfT { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7RgzliPTIFurSzRAmRzlehiusHJkWGe { display:block; }#I7RgzliPTIFurSzRAmRzlehiusHJkWGe > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWpQ99OxsIQklx5kzlSU9PRC7W3d3UUT { width:18.75rem;height:48.09271875rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR { display:none; }#v9f2t14mUezLl5h7ng9aAzZxIqCDx0PR > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IXk0CnACBKTPUbH5iiuoEMbHdnbCKmaT { height:11.103125rem;width:19.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC4eEmRoOilkiTmSoXL1DxweB9JG5skX { display:block; }#NC4eEmRoOilkiTmSoXL1DxweB9JG5skX > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPP44hpNfLHTlutgqee8TeTtKVxLwTAS { width:18.75rem;height:2.923825rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nscZPicD62Sydi0qpeSlW5ghhK4zTTD6 { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EczSTtAtmlyX0PElenDb9zv5CoeD9ESw { display:block; }#EczSTtAtmlyX0PElenDb9zv5CoeD9ESw > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4TwspduBxLN4VcqVS7qSEUASUz54xxx { width:18.75rem;height:20.79688125rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMOXMmXyxIzmkILI5f6LEH7A86aMWat0 { width:20rem;height:10.65rem;top:23.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE { display:none; }#GTVuVTrcJH88n0NMWV0oUTh5ClwyBIEE > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cv5z2D6pUccukO5MnoS7q5cu4HWvQzOM { height:11.103125rem;width:19.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLeknoJffdelFuqhXN8dmVrmlLoTzabU { display:block; }#yLeknoJffdelFuqhXN8dmVrmlLoTzabU > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1GFwpxzHSVPcbZ1lSzLgu6SANrEGBRz { width:18.75rem;height:2.923825rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVEWq3KTtVNfaOXyIIktdGUAkOdLqFsv { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf { display:block; }#T6UzGOeRO7bQBF0UPFueiKWc4RT60LDf > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Po2dbLO6X2TxonFMuXV16xSdw1RduxNt { width:18.75rem;height:10.398425rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RAREHRcBtNChnGBsGwD7T3UTqMCqUZ5t { width:18.75rem;height:10.3125rem;top:12.9rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Kfs6tQbmupm81c1fEGkuCORXSv2Hum { width:18.75rem;height:14.29785rem;top:24.4625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w0E5VvAl1B9HzD3FwvXE0rMt89JTSPDK { width:18.75rem;height:12.1875rem;top:40.0125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf3hZJIX99ZpyHa8O0ePJMQg0q2wOmKx { width:18.75rem;height:12.998025rem;top:53.45rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N34Hq321UAFoFtwzFAzLXc96CCmlymc5 { display:none; }#N34Hq321UAFoFtwzFAzLXc96CCmlymc5 > .row .container { width:20rem;height:12.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oEgA7BR6QOKZJR3s4sJLixTelbaZxkXQ { height:9.9625rem;width:19.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 { display:block; }#CSSvAIRDSLr6vo6B8GzH12R3dJExWlO9 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2lAmWqko4CCSHzPxRqJ4h59TTEEdT85 { width:18.75rem;height:1.4625rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7fOWDekQQZMNPSmXx8Ttw08JSRddWV { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeXx8U89XvB5i51t8OIoZoxlJMikZmvs { display:block; }#MeXx8U89XvB5i51t8OIoZoxlJMikZmvs > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT { width:18.75rem;height:17.5224375rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }#bx7W6Kre3OgSMWsEOoUJna6GmhutZ3rT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2d8662ee-efb6-4a68-ad6b-960ce4ff72ee/okejka.png); }
 }@media only screen and (max-width: 763px) { #B0N8XddXJHIDdl3kgV9MMXWbuWgQukDE { width:18.75rem;height:6.499rem;top:20.025rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX { display:none; }#CroW9pCI0v7v4x4dn5K3ViXODZ3y4tDX > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyU3iTXxER5Og7iDZF92WNuA5Ox4BC03 { height:11.103125rem;width:19.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ { display:block; }#mpV6Qgwpaxim4EanSB5Rsa6MFpi3C7lZ > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37IJL2rL13fQNl9debdsizlnCF9dBcq { width:18.75rem;height:2.923825rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzorwgtPgETUmwhmuU6mrDCT8PgPAF1M { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu { display:block; }#ActZPvtW0CTCEG0ecM1wefd6h1LaF9Vu > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTrcodc7zNV4KHOSRKbRcJpb8OHE4fg { width:18.75rem;height:38.9941375rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HpC79Ts1gp3mcphSWLKVoEgwle69Ep6Z { width:20rem;height:7.4rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd { display:none; }#dazJE0KAP0fNM8cNNQvmpbT7U2xOOfsd > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wRcz4dZ8K91qN1qBya92ca6fMc4pTmDt { height:11.103125rem;width:19.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp { display:block; }#cSOrHGFEUMwtUG4p9ommtmJGTecMQvFp > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF2znJ5IQFAhQoRAClBC8f69s2kLF4oo { width:18.75rem;height:2.923825rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QW1bCChSGhcBzZ1FlTNEEOlbKuiLFy9y { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVGlMWyPCJa167snAsEmEclH7Pndhgwe { display:block; }#DVGlMWyPCJa167snAsEmEclH7Pndhgwe > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcbI6HhhhwwM7XFEHqchJAaTMTixgDUn { width:18.75rem;height:32.49508125rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV { display:none; }#O7lXd1cdtsymf0bl5J0K84MnTGdIdpCV > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a8gZLZCLbGQQyA0eUo9gJWT6K7dI2UKK { height:11.103125rem;width:19.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 { display:block; }#LyHQy1KKAE3XRaBzBz6rvGlnFCAdkZs6 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #netPUlonB3E7fJMSwHBNynkX9AvEPTyU { width:18.75rem;height:1.4625rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6CAhPMxI2OEZL1yotyiugV1KlRGcnFA { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 { display:block; }#ULZ0qJWTNed7JJ4FWmA2Cw5NnT0bH7z3 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAdJGLKDwJPMB8zi5ToQ4iGbI3Szzqyu { width:18.75rem;height:16.89745625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi { display:block; }#t7lbzdE4RwI9obnrRxbmEJQwQkyURzPi > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwxrC2HPVcCU9lBhb4C54u2f3qIEIach { width:18.75rem;height:1.4625rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCZnmSGvoktNwNlox2LMJUZncofJ9i6E { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQElGobCa93X8nPqbuvJarVHNKoUV3em { display:block; }#OQElGobCa93X8nPqbuvJarVHNKoUV3em > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZf7zpPidoNKr21TDUkUR7oZvJnpdMdg { width:18.75rem;height:12.99805625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 { display:block; }#pn5fVrKaUz4B0k87WrGfSdH5rFzpPzR3 > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSxk5DnnFWWST9otQkyhccI7TTgSCuSQ { width:18.75rem;height:2.923825rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT53tyF2Z4WoThNo61GWHNUa0LR8X6ae { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 { display:block; }#hVyr0CqB7irA2rU9mZovPG2syBMmT6z9 > .row .container { width:20rem;height:127.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdzV8mkvXWwHVMcNfEeurQBwcTc6bybJ { width:18.75rem;height:16.897475rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ { width:18.75rem;height:8.1113125rem;top:22rem;left:0.625rem;font-size:1rem;display:block; }#n9BpwMRI3g6suD23GCxAbu8ynRfKe7bQ li:before{  }
 }@media only screen and (max-width: 763px) { #JXbeEVHmMAusETsbyn6gWehPgraq8QQX { width:18.75rem;height:46.5rem;top:31.3625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3cX3msQRedmo01U4cTN0lMTRQ3D1u5y { width:18.75rem;height:46.5625rem;top:79.2125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea { display:block; }#w30xepWeQFP1lEA3yWsb5IRvcUDL52Ea > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbUGuJbzQXWtlMTD5NZUShFlWalAfII3 { width:18.75rem;height:2.923825rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDGJ366xGdNZrpVvH0SLCSgbnNZxq8ch { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l { display:block; }#FSpg7wTHWBIzmis1qzzNhKmhaCFoOc2l > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUeim7cys4NiLUhiJQKwVBwXfvKTsTJW { width:18.75rem;height:12.99805625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW { display:block; }#XWflgeEAPZGVrW1VUIk9G6HUy9AS2dTW > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNvgynXU2k3V6ZcMwidPSt7BWZed0uSV { width:18.75rem;height:4.38574375rem;top:5.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3boUxr5vz3GzCzINIcnEtAfp14OHghw { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIMHfkya20WPg3UD6dgOXR447AQR3hee { display:block; }#bIMHfkya20WPg3UD6dgOXR447AQR3hee > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3yVNJWOzTWWVSt7AbWUirtkGtgNaAPx { width:18.75rem;height:10.3984375rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh { display:block; }#sib53gKiTb1xoacSI3xWkP8Ztnpnv8Dh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection { display:block; } #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection *:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="text"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="email"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection input[type="tel"]:focus-visible, #i6wCpzJxEwlXE7G1cHnM8wRCNxi4iBRk.widget-smartsection textarea:focus-visible { outline: none; } #GcwgwcIutsmsNTzxT8hCglHksWSwx6aO > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ { position:relative;z-index:auto;display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOL5HNSIf0MTXkU5cMZbQUAS3aCii66C { width:20rem;height:2.2734375rem;top:11.825rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVKwax7xlWnBUpMfW7M5AuCOFZ8SzBpm { width:20rem;height:2.2734375rem;top:8.3rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmxw5H5TIFxvoxSXHCUVlohLcH5HEzIS { width:20rem;height:2.2734375rem;top:4.775rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lURvgsfl1fNkbxUde6vBt98XptxypSeA { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }