.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:#f1f1f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP { 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;z-index:auto;display:none; }#oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP > .row .container { border-width: 0; border-radius: 0; }#oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:none; }#qALe2egCH7BJlkKRDHnxkDszscusyzPh { 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.5rem;width:7rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#oG3hXT4dEwqOJ0Z809VTq1JGGKufwRaN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:11.3125rem;display:block; }
#T0oXqq2D7WUnszFFekLtfSsXRckDF9Fp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfJTBRRb3THOySlGaBVaHAHl4i5ugnVR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.53125rem;left:20.3125rem;display:block; }
#rvzOibFN7DucTvZimhDuqciGq3kPZeRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4RiW3iWhHB9ZCV8niR8QFgQ5wgDh7QT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.53125rem;left:29.3125rem;display:block; }
#tSUyTRoeVTSpHn4toeTsEENRqGXOybTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5VBknmmgqO8Aa6kGH7Ki1WZ7DXOMa3X { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.53125rem;left:47.3125rem;display:block; }
#vXwdTLvtPC2q8Vskp7qD0zLVPkch6QwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsBTv6hFaPhRSFJoNmE2nQVSUXWLuEeP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.53125rem;left:56.3125rem;display:block; }
#ApTt56VWixHIIlU2qklNd5isQHvzQrZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4rSVpc3BB9ivArf1mGzAMH7vmSoIozh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:65.3125rem;display:block; }
#Q8Sa0qhlFHJTZ6Zuvkaa1Va0b5bT2Nev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMNMcNNOTQ3y2JmATalhlzss64loSrzy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.53125rem;left:38.3125rem;display:block; }
#JfeOOB7E5sDwZ2LdWBN09HqDrAISeRKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 { 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;z-index:auto;display:block; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container { background-color: transparent; background-image: none; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container > .video-iframe-container { display: none; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row > .video-iframe-container { display: none; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .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); }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container { border-width: 0; border-radius: 0; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#Vr3IO69GyCU50yTRuT12TggJsOaJVkaA { 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.5rem;width:7rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#EuTzCmnP8C34NbipBSyJcNQ61DrKeVkQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:20.875rem;display:block; }
#WfPVw66qU2V5P5ryr5OCTdTxXFCTpsbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2nyVVkKxvILGctG0GpI2B2CwrurHUqp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:29.875rem;display:block; }
#UOEimJnKHoqEfPIp9K40R0EoervfS6Su { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bASGJ7szKs4nWymkCCvo9AJBRRMLDd5K { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:38.875rem;display:block; }
#NUOIM6cQCtBSrq5r8CwdI9WqnNuT4L3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lm6bWaLdfFsEGFxpdc2W28G7AsIehxKp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5rem;left:47.9375rem;display:block; }
#rKbr8fTzomgATXkGh0AoARB4NuV98PkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvmIMMOlPH5wqOBd86yQBu691su5i9Dv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:56.9375rem;display:block; }
#BXolTWZxicOkAZJXt5T0RxTp8dwTzakO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCBywKiUNWZWUydpzCDxUPaVcO2pN0Jl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:65.9375rem;display:block; }
#qhyiEeJhR9s27a8fZTsSKrVl8ARJLIvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09792b32-8bb5-4ef6-bc18-436adc90ca12/08_new_skoda_enyaq_455d6ec8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;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; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0.adaptive-delivery-prevent-bg, #bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0.lazyload, #bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0.lazyloading { background-image: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container { background-color: transparent; background-image: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container > .video-iframe-container { display: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row > .video-iframe-container { display: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .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); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container { border-width: 0; border-radius: 0; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;overflow:visible;position:relative;display:block; }#RxeeZGCPyTAP4HaFHbeFDSgFm0g0EQhC { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"skoda next 01";font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.0625rem;left:0rem;height:7.9619375rem;font-style:normal;display:block; }
#GCuBphZ9ZdmOqym2Fclyf7T4Jiuk7s6D { background-color:#78faae;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0e3a2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:44.4375rem;left:0rem;display:block; }
#nrfVyv0UTcIyTurdZfSuTVyFTquSeDCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFCsLfvOWtn3qWZvdcxGl5c3QbLlvgc2 { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:39.5625rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#T61sfX88z4ggQGSS40KizcQpXv7kmPyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { background-color: transparent; background-image: none; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container > .video-iframe-container { display: none; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row > .video-iframe-container { display: none; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .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); }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { border-width: 0; border-radius: 0; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container { background-color: transparent; background-image: none; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container > .video-iframe-container { display: none; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row > .video-iframe-container { display: none; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .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); }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container { border-width: 0; border-radius: 0; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#GTB3VaaWzAD6Q03G5AuVTTonpOZAVa2R { 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.625rem;width:17.125rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#LzOoyTLAIqzOkIDHR3in9o0DyiVaTBwn { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.78125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwhFWAy6eJhycUP20ERJhXWaURe3NAd5 { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.8125rem;left:18.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyMg5BdcXazESQlUlZTDqwRq0GysB4dn { 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:9.625rem;width:17.125rem;top:0.8125rem;left:18.75rem;overflow:hidden;display:block; }
#dEcN01UkfEcKEnDtWBiKwiIqQTASPCxv { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11rem;left:38.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ar8Ma4IMApu0i4DkK1U2QasHAroFg68a { 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:9.625rem;width:17.125rem;top:0rem;left:38.25rem;overflow:hidden;display:block; }
#lrwrxBu9rwXfONlQwsXKIUzVHHDBmJ98 { 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.625rem;width:17.125rem;top:0rem;left:57rem;overflow:hidden;display:block; }
#eLrXfd0poF6UAKTwrKoi7AWtNdFAZrl4 { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:57rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container { background-color: transparent; background-image: none; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container > .video-iframe-container { display: none; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row > .video-iframe-container { display: none; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .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); }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container { border-width: 0; border-radius: 0; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#dU752nlWUUJC4AFfndSDFpzxKKL3H8kQ { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11rem;left:0.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqrwAbAcXqEJSPWvEhpOq9MZ9A8Be13F { 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:9.625rem;width:17.125rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#rTy2DfmWQWTUpXyiJEBzWGwH7mrQBKmF { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11rem;left:19.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5mmJdC8urFNhCxwaDGiVxRXOHgmDag4 { 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:9.625rem;width:17.125rem;top:0rem;left:19.5rem;overflow:hidden;display:block; }
#Tptid3z0JaIpR5iy7k2fxwMkKEtzzIZ5 { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:38.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnfOL4TfeXHXKOMdXEzk7vTi51rSJovi { 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:9.625rem;width:17.125rem;top:0rem;left:38.25rem;overflow:hidden;display:block; }
#kkH1QpdCbDbRdJexG8HGLSaCJyz8BMA8 { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.75rem;left:56.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpQfATnn0aL1NkUJaR4ROUB61dTz4L0o { 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:9.625rem;width:17.125rem;top:0.75rem;left:56.25rem;overflow:hidden;display:block; }
#vH7uqV0p7EgweVBglWSMgeSIcfaRLxNE { color:#a2a2a2;display:block;width:3.9375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:56.25rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container { background-color: transparent; background-image: none; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container > .video-iframe-container { display: none; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row > .video-iframe-container { display: none; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .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); }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container { border-width: 0; border-radius: 0; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#AwNw4Vpw20xrBUkDpZyaTKmJxKiVeSkL { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdofG1GlB1mCtZ3HoLETE6C2EAblE7Pu { 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:9.625rem;width:17.125rem;top:1.05517578125rem;left:0rem;overflow:hidden;display:block; }
#NWye7wVTVcsBgR2wUppBtOJOmx0g0coz { color:#a2a2a2;display:block;width:3.9375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XwhdMINTGxhB59WQzDZaHMfi2A9kaD6E { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11rem;left:18.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Np4uAT81ET10p9FDRtr0n9mVz1rZKnSg { 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.8125rem;width:15.75rem;top:1.75rem;left:19.5rem;overflow:hidden;display:block; }
#DAwNBXzBB6zvc7nuh6yQVTJPTxKNCOGP { color:#a2a2a2;display:block;width:3.9375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:18.75rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icV5sk4vmDaS6xFNFxZaIpTEkBgFuilX { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11rem;left:37.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deDxOSl2iTT5QrlpcokgTTl0AoOFu59H { 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.0625rem;width:16.1875rem;top:1.15625rem;left:38.03125rem;overflow:hidden;display:block; }
#OpJp3Wb9iSknPxPvkNTutfZH9LW6VomH { color:#a2a2a2;display:block;width:3.9375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:37.5rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUXApy6T0qo9cF6JanORiZrZ2T2LxCVb { color:#0e3a2f;display:block;width:17.25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11rem;left:56.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWDWQJD2icmzLoSJwdepTZVoP3zv8Q6N { color:#a2a2a2;display:block;width:3.9375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:56.25rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSXbgap7lcFLozJW2MclSCgKLRq45PGl { 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.25rem;width:16.625rem;top:1.24267578125rem;left:57.3125rem;overflow:hidden;display:block; }
#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container { background-color: transparent; background-image: none; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container > .video-iframe-container { display: none; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row > .video-iframe-container { display: none; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .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); }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container { border-width: 0; border-radius: 0; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/919442ca-f0ee-4200-8bc1-3fc7a8c6f989/4c0b28ab9d4734ab40ea217660d5a7d3.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc.adaptive-delivery-prevent-bg, #PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc.lazyload, #PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc.lazyloading { background-image: none; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container { background-color: transparent; background-image: none; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container > .video-iframe-container { display: none; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row > .video-iframe-container { display: none; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .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); }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container { border-width: 0; border-radius: 0; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#uvXd7gKH6uZhK4HliU5pUGM5dPTPChn3 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"skoda next 01";font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.546875rem;left:0rem;height:3.0874rem;font-style:normal;display:block; }
#Txpamy3DTCKCqW2i3Qur2dVIXR5uxaGm { box-sizing:content-box;height:25.5625rem;width:75rem;position:absolute;display:block;z-index:15012;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:9.65625rem;left:37.34375rem;display:block; }
#eQnuZ2Ls4rAScLZ0BzaTXiX0Ii7CQPTW { box-sizing:content-box;height:25.5625rem;width:75rem;position:absolute;display:block;z-index:15014;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:9.65625rem;left:-37.59375rem;display:block; }
#AXfniEnpWRutpCOlx4WfMcxWFsmT4DBt { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.40625rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD > .row .container { border-width: 0; border-radius: 0; }#ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:none; }#RmMLnz07PVH8JstJyc4tSE73EW2VkQZc { color:#0e3a2f;display:block;width:23.3125rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.03125rem;left:25.84375rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfMDLhTH0xxJQ0SKpBUADq2mbDM3nmEQ { color:#0e3a2f;display:block;width:23.3125rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.80517578125rem;left:25.84375rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfH1HT0RfMl33XUKeI19JZO6crrEGl8C { color:#acacac;display:block;width:23.3125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.48095703125rem;left:25.84375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qr6TiIwe0eHBF8GE9StdZIQkItcViEUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#qr6TiIwe0eHBF8GE9StdZIQkItcViEUk > .row .container { border-width: 0; border-radius: 0; }#qr6TiIwe0eHBF8GE9StdZIQkItcViEUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qr6TiIwe0eHBF8GE9StdZIQkItcViEUk > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#F6GAnXrddkt4Ers5kbyh0rPQBoL5bbRV { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.875rem;left:0rem;display:block; }
#iUTrp3EgzxTTbLfBzuOVlL1DTpt5qdhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQSDLbCOULzkWkL8JGyzaCxfv6y6MAgI { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QLD15kuFIgsDwbhuQgFMDamkmvGTyRe3 { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fm0MxcVGluD9dUOuA6GpoFKZl3qnn0v5 { 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:2.4375rem;width:7rem;top:13.5rem;left:9.5625rem;overflow:hidden;display:block; }
#U5WgZ5l1CBHTFzEsWXCd4K0DccWh4xTA { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:10rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uZ6z6ci1pL8zapTUygfnaRLCDoCxJtHz { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKcbminRHPs1CnS4R3t72zdcU4sB7I5Z { 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.5rem;width:16.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#t6g1aBo2HxCpoWDFHamv5M7znJLtrAcZ { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.125rem;left:18.75rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P36vyToMigdpGUnABK0Tg6c29E7Rywlu { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.6875rem;left:18.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3DkyoTRJ4yEuW4Gtdbzv0ElnmzCxokd { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.875rem;left:18.75rem;display:block; }
#TG5aLxOk3hFJNhA6FnslmTxOTlIQGTwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0INZmOsTpVTq7yxEVIUaMJTx8Z6CISP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7rem;top:13.5rem;left:28.3125rem;overflow:hidden;display:block; }
#Ay9URfqIwBhxPswnmRTQl2GpguJ7KJ13 { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.75rem;left:18.75rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7aecDER1MmdWsl0pICovB3OAraiddqg { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:13.9375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VQduz4uBO4UV42M8rfaaBkuKaXAkt4OM { 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:11.4375rem;width:16.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#QQVTRhU4ZpIiG5S1FTalQWJHn0IkzJl6 { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.5rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lwt7G3uHeOPNW0ogVLK3MV3UnskbX6ta { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a6TUNF3WcqEIz2Ecisa1xvLGT3alsv69 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:20.875rem;left:37.5rem;display:block; }
#FTEiZBm4SOEhvgBTINrpTS6iZ7gBUxzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocZ6zTPGWUtkafB39prCFOV0SWDtEI5H { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7rem;top:13.5rem;left:47.0625rem;overflow:hidden;display:block; }
#JH1LtgdWJDMNzE4p9e2TAeNhrcbVtsTt { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.75rem;left:37.5rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XFEgt8BGUD8qwVZPIxabOzuNmqJtCp14 { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.9375rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gAILTtkPCAMf2LWafsnN9rEPbQeewSMR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:16.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#L00Nu54mb8rzfkERTqarnUpN8CTMQ8zz { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:18.125rem;left:56.25rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qE72csN0LRmuwBELw4iph3LMPVpUf5bF { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:15.6875rem;left:56.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DyAQHagvcbdrFfQmDks4m73NRcXK5BE8 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:20.875rem;left:56.25rem;display:block; }
#XxtS6POdylVxGhJTEn06ZEnwU1tlZbBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pd7WmcptWFUc1TbTtuNpNCm0r1nXES1C { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7rem;top:13.5rem;left:65.8125rem;overflow:hidden;display:block; }
#enXeebOaLI0LQkgmIxp1kCJlLgdEXxaT { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.75rem;left:56.25rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBhR7Z1endITWRQ25sOoxEhftahhs92q { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:13.9375rem;left:66.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ezTGQlM8XfJAOWeakncqInKZ3LtNfL84 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:16.5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#eXXCVpU1g7Gdyh6oFblIgtwNLEBa68HR { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:12.156250953674rem;left:10rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RJ3SewbkhwAmuc8CXEmWl1ZxCLeHQWLd { box-sizing:content-box;height:0.0625rem;width:3.5rem;position:absolute;display:block;z-index:15048;background-color:#ff0043;background-image:none;top:12.734375953674rem;left:12.6875rem;display:block; }
#ots1S1S94hCo9C3l3hq41SV3Bw7rLqiv { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:12.125rem;left:28.75rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RwvP5CEw7aKQWfpEMGplmv597xMqwH7h { box-sizing:content-box;height:0.0625rem;width:3.5rem;position:absolute;display:block;z-index:15050;background-color:#ff0043;background-image:none;top:12.6875rem;left:31.4375rem;display:block; }
#EtUgrTTVsf2KfTkBMDKtd7oTusxx76dd { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.25rem;left:47.5rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ukz6T6CPsuE4sFoLMs2UXD2JlCcZnEwV { box-sizing:content-box;height:0.0625rem;width:3.5rem;position:absolute;display:block;z-index:15052;background-color:#ff0043;background-image:none;top:12.8125rem;left:50.1875rem;display:block; }
#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container { background-color: transparent; background-image: none; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container > .video-iframe-container { display: none; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row > .video-iframe-container { display: none; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .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); }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container { border-width: 0; border-radius: 0; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#UdEAuh7yZCfTc7XlZXf79bBttnExftga { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:5.8125rem;left:24rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXu52ITCrpexGnsC8c6cfoEW7l8ozPfN { color:#0e3a2f;display:block;width:47rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQXQNa9vgcLBhU7S2WRzKsGzPwUywGlS { color:#acacac;display:block;width:23.3125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5625rem;left:25.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas { position:relative;display:block; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas { background-color: transparent; background-image: none; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row .container > .video-iframe-container { display: none; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row > .video-iframe-container { display: none; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .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); }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas { border-width: 0; border-radius: 0; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yi9hTkNbeQeOwf4vR7EgIRfHv4eRvorA { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"skoda next 01";font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.625rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MbxRHL73B5Cbuv2JKhitZIVbK1GN042M { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pg3Pn0Fc0EcxXKAo6LSVg2kOk4zo1ZLu { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HSS5k4LcizGs8cdVMs4bIWRTzTwOMGa5 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.0625rem;left:40.625rem;display:block; }
#OJcfhJl0elK87NhIur44nrfNNmg2TlPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xn1UMCZBzNcNITlLVe8Epmc8TnGfoU6y { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vn0dqXUrlhB8hmHKlaOxTOkXTeq45M53 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.625rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zMTp9p61z9rSStILG0rXJ8el3mKvpzCn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S29GqsdzotElR3u2bROAd8sowI5MNqWT { position:relative;display:block; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT { background-color: transparent; background-image: none; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row .container > .video-iframe-container { display: none; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row > .video-iframe-container { display: none; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .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); }#S29GqsdzotElR3u2bROAd8sowI5MNqWT { border-width: 0; border-radius: 0; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .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; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#qPpNS7bdIKuueB57afIea0CknvxmPrko { position:relative;display:block; }#qPpNS7bdIKuueB57afIea0CknvxmPrko { background-color: transparent; background-image: none; }#qPpNS7bdIKuueB57afIea0CknvxmPrko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row .container > .video-iframe-container { display: none; }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row > .video-iframe-container { display: none; }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .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); }#qPpNS7bdIKuueB57afIea0CknvxmPrko { border-width: 0; border-radius: 0; }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IE6DTs78zIneFPAw9ftwtOF9EkLapgOy { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"skoda next 01";font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.625rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oygNIT4tZ2D5kTRxSo4fhn20q0C2rOOK { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nG06v3V3eqyMWzGnFUS3IULS7004Rb02 { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#efVCiWUv2FXbbfUc4OFLRJTX7i5HHses { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.0625rem;left:40.625rem;display:block; }
#e9JqsVMLK9Ua3fVWLUgLDLQQDn5qJLb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcprHpH89XCWdJQdPFDUcRcuTRDwKHIA { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATFuxCo3DhtSatBaZRO9udBOUHNaDPoJ { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.625rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5R2hEmXhtLHVKNcKeMhCJLK3kap2vuc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf { position:relative;display:block; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf { background-color: transparent; background-image: none; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row .container > .video-iframe-container { display: none; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row > .video-iframe-container { display: none; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .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); }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf { border-width: 0; border-radius: 0; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .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; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa { position:relative;display:block; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa { background-color: transparent; background-image: none; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row .container > .video-iframe-container { display: none; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row > .video-iframe-container { display: none; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .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); }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa { border-width: 0; border-radius: 0; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kA47rFxB4Lq0PdqxWbRCWQslQADpTWgq { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"skoda next 01";font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.625rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HZU34a6mxhvqGcuawIKWyZBzE0aQfg3I { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGCowKsrFFGtgigdpGHEyrrdeTXvNN9O { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vg9o2SBr4h85qe3XFqqJnGiBa8qrVASE { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.0625rem;left:40.625rem;display:block; }
#fodk9GkX45XVg5VkhQUXMUGzyTlUZpvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqfknOrRNFrktmrh3XzGXJedzzrOVDwQ { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwLbTSdH8BiRRlTCoRdgcySRDqf6WJLZ { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.625rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JdVQseltR4qsJhBqZoT8XuiIvSVkR39g { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA { position:relative;display:block; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA { background-color: transparent; background-image: none; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row .container > .video-iframe-container { display: none; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row > .video-iframe-container { display: none; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .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); }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA { border-width: 0; border-radius: 0; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .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; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL { position:relative;display:block; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL { background-color: transparent; background-image: none; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row .container > .video-iframe-container { display: none; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row > .video-iframe-container { display: none; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .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); }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL { border-width: 0; border-radius: 0; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#w3lwll80QWU3pJIQfiu9oeDIb9XMthCq { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"skoda next 01";font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.625rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRhyPKIeWQq0v6szxvonlocIgxOrZ1Aw { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZpgIoXD2zKGi3NyT2uEoEOU602vDg0f { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#m1qKGriAhyXPwzugHpdoJkqESSxSOhLK { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.0625rem;left:40.625rem;display:block; }
#RWiHf4L70X36q3FX1cyQMZuCMpxz7DxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUv2a017EPlp23A4lolQh3otDqpUTbH6 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W7TyqXWlO544ig4uTOGBT4EatqsTfgRJ { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.625rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbWrWsdmrEnafHFl1BySc5G3Ab6F2VII { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK { position:relative;display:block; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK { background-color: transparent; background-image: none; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row .container > .video-iframe-container { display: none; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row > .video-iframe-container { display: none; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .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); }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK { border-width: 0; border-radius: 0; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .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; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR { position:relative;display:block; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR { background-color: transparent; background-image: none; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row .container > .video-iframe-container { display: none; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row > .video-iframe-container { display: none; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .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); }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR { border-width: 0; border-radius: 0; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#v1DvdhZaHhRqWbaw8RVMUWoIRBR5UBiT { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"skoda next 01";font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.625rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bcipZ1yhWU1SsVFM04I6BydXOWxFfZW3 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpgnqqWykbVmLTRGTBp0RoARhn3cZxaA { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TeNuEbvDlvsx05yf2SA2RcMEnPDrnvXd { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:20.0625rem;left:40.625rem;display:block; }
#zSroDPc7bWhZMSrDXV7wPuXTCs0fzKPH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysO3nIH5RAcnQJLNzkxrTw1DDxAi38Qs { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"skoda next 01";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9VOB7F920rJGKOUZmg85eraxynaVALl { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.625rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LoTFTlrlhJvTJfBHNt27DVMgTDupK2Zx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:37.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container { background-color: transparent; background-image: none; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container > .video-iframe-container { display: none; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row > .video-iframe-container { display: none; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .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); }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container { border-width: 0; border-radius: 0; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#fLudQO5czDMuJz3XSwn9OuIpllE3Ill4 { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:8.09375rem;left:24rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqdxSPoEEDzUx0IBZIFvL25276AATkZU { color:#0e3a2f;display:block;width:47rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.86767578125rem;left:14rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzXLpb8ZN6Qwb7rArrymnc2pyBhNpuMd { box-sizing:content-box;height:2.75rem;width:25.9375rem;position:absolute;display:block;z-index:15018;background-color:#78faae;background-image:none;top:14.7685546875rem;left:24.53125rem;display:block; }
#y4LJwM1vxwGNT75OLE8pLKRJfExEFRgJ { color:#0e3a2f;display:block;width:21.875rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:15.24951171875rem;left:26.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnPinw7hNdMrwT6OcJJlC68ENJ4b5ZCv { color:#acacac;display:block;width:23.3125rem;position:absolute;font-family:"skoda next 01";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.83203125rem;left:25.84375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container { background-color: transparent; background-image: none; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container > .video-iframe-container { display: none; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row > .video-iframe-container { display: none; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .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); }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container { border-width: 0; border-radius: 0; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#DfQxBgaEgCzV8Qk7WarF9tZPH3RsXmk8 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:0.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4ywlIp6xqqP84xntAvIvIIHVHKZPvsK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.6875rem;top:2.92431640625rem;left:1.65625rem;overflow:hidden;display:block; }
#mOoPGJD1lGqX82B3AomFuiKC3qQh0JQP { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQquP0Ac7STHGewzZkNvFidRF8zcoqqH { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XpU7D7iJkuuQgyZyoz3DD9Q9kP77BaTq { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.5625rem;left:4.90625rem;display:block; }
#X0U8JHUU4E26E3BBC6eSQtvkR9Teq6en { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWBtQDp1qGecTJrsAfXCBsZB7QaCfn6t { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppHUpXP5z6RRyzz0zTvCpaR5tSVDq5Sm { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTcDhrTdJZz3DgCghEgZqdfCLzeZMNUA { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.5rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8l5pMXNTVkgp85UcFBH3fa1af44C2iA { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkNe89mh9c6rUHBZcFyHgdoDhPx8s5yr { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5625rem;left:29.9375rem;display:block; }
#hDelcL993sAThIFFt4fBG8aPIS8liwTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSTUphX0TvlWuB0uv809SoBRUqLkJ919 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.5rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkmraDJGTt1uabHKaWfgXcuoLC2SeqfR { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7gygfJNLCxc3LwFtTXeLR7XCmd641um { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.25rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXF8Slm8i87ZqC1umLG9kyeJZAo2FMlb { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.375rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G3cTG5kk79vMbN1GkS6sC1wHg37IJiuy { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.9375rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNLQiSUrao5mzbzXrprqpQrkleyxbp9R { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.0625rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiv8Ruf7R5W48xdu8f3qQxQtyAQ2P2D9 { position:absolute;display:block;z-index:15031;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.125rem;width:21.5625rem;top:2.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#vyk3JhypkIrD8pQ5HQ7uGvdZVATgTf1m { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:25.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zb9yfSlESIEZRo00RPLZA1rOyT3xl5wW { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:28.5625rem;left:54.875rem;display:block; }
#td2vmLyH8RVISW2oRTtSldOqDd9kvv06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFhTqC3wFTCve4klDrfMTZ2C4OmaHTdC { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:25rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i02PQ6vqbOmJsickUdIs4aRLLxmhitCg { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:23.6875rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kK0m88dLcnC2DUKmtk3NUpNde8RBPGCT { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:20.75rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rw5RBlkPlDOcZTPvS6qWbSzxOMJXt7Bq { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:19.4375rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uH5T9oIFFvx83sZ136TqTZsNaVZiWtSf { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.375rem;left:49.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BEHif0kgvXGVsOLRepxFegioGdWyF4Hw { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:15.0625rem;left:49.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDKlQW9xZesvXbfCzuUMp1xTKRuT5lp5 { position:absolute;display:block;z-index:15049;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.125rem;width:21.5625rem;top:2.9375rem;left:51.625rem;overflow:hidden;display:block; }
#TvthXuqQMAZMXCT3GT6o6pg4DKTNUOnT { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container { background-color: transparent; background-image: none; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container > .video-iframe-container { display: none; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row > .video-iframe-container { display: none; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .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); }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container { border-width: 0; border-radius: 0; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#TbhVAs6ufnmcpvVJ53wIHlEV76WzLVBX { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:0.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtGJge6kxl2VafhdH67M1IrOPO9zOxxW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:2.92431640625rem;left:1.65625rem;overflow:hidden;display:block; }
#PBAFkfTNBbGXw8DkSay87cQ1IcJ7GDq5 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVpaDuNLTZIipmlaUoJZTnDNNf8s0XO0 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kg1GsI1m7aG96NJQ3BOvp9hHe0PmnTv9 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.5625rem;left:4.90625rem;display:block; }
#SJVI6a4llsTG943lvLSLscUpoJLNZwTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yZbB4JkNUqrK5k2LuhWeQL3UdlT58c1I { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPAwd0t9Vq2GibMhWVM6hlPEBJbAzN20 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Id8ah6RGGvRbSCvA0ZQ0NPTg00OTmmp0 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.5rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPG8DmLvH770NPKn0ahxKlefKqnrTWtL { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWMtXD8oRZDoUdhTIH5BN4dmntdf2SNa { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5625rem;left:29.9375rem;display:block; }
#GVAe5n22v2fTCytynC6JWqWG8UJXT37h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDrGsu7vtgiDAa3sA0MQozPG0ksucPLP { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.5rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOIKLQ2H6u0AihzPsOpQTf7AL2zbtCi0 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ap3gRJQxN6DSAZwWnCiQ7hrmSrKpCKVr { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.25rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQ8xklA5dQgtULTBh4uHNvuPTaw2F1od { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.375rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#to0LWx5cxdR9yJZiiTqck28rElanhuXn { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.9375rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ci6G5NZO0e5Lzw72yQPy2EblELNrH2y5 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.0625rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qvq17srp0bTdn19RvKzE1mcpXWRoc49K { position:absolute;display:block;z-index:15031;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.125rem;width:21.5625rem;top:2.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#pe39A6IldaWoBuWwfFqPTqh8goaubueG { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:25.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3TLrvzfHmceS0aTt1Q3bSGlDroqBhf8 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:28.5625rem;left:54.875rem;display:block; }
#VghiP3q560W37oOpksAo8bKfdcbzIwts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKQ93lRBzPmRmRMsapUwhCZAL85UtpNC { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.375rem;left:49.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VCOm9mg4QNG0NgdEMwfcg6qeyX9t00zq { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.0625rem;left:49.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQSp2paeeEAbzqT3lL08WkT1lzHM0z2Z { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:2.9375rem;left:51.625rem;overflow:hidden;display:block; }
#GkP58Rm516FrUk2TLVBl4P5OmPmyPveE { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGgeEnpBLWSxDGg0gOJMgBMTAgZCxG8B { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:24.5625rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2Z2cfBN2fTJcdWcHRCKJ5N5r41aDZxH { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:23.25rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMT8zDn7lZUPNGftmbT2U8Uyq1EFy7Lx { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.3125rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqKsUt3JcFeDh5k2ns1cIVJyBz99ZtTC { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:19rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container { background-color: transparent; background-image: none; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container > .video-iframe-container { display: none; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row > .video-iframe-container { display: none; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .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); }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container { border-width: 0; border-radius: 0; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#NO2i0ZuBBAUC0x3g3670gQRwyz0PlTOw { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:0.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6zhqbfLXmgyzkFGnuwiveAa20TpLe0S { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:2.92431640625rem;left:1.65625rem;overflow:hidden;display:block; }
#lBBsMvDWzUDRy0V0zTernWPPWby7avQw { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sn89QnNR14yCqRCf178yfPWPTcUNyXro { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtevZCsJlIAwCzq98CegSXtaHKrcU764 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.5625rem;left:4.90625rem;display:block; }
#wvsHxdrpLoPk72E8vWrI8zXuov9736dl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uG1Zzqv6T2c6d7a5IB4Bch0h6sDoRm2g { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvXsDAa2TEpazE0VxB5r51kGXv3RZT05 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ3iFrPRtprKe8oKzQQ2ZcqP9z4daM0m { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.5rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#isEsRy7aD7PI4FpTgyWN37XQkK9uF01w { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Stp5WKyJRO7E3zgkHzTKseID9IgPTGPa { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5625rem;left:29.9375rem;display:block; }
#skLqpiu9WD5xD8vCc3h7XDKHcwOS3myx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAfpKpcnbH3cWvKPgSIutUTiGzkgcGk8 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.5rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMRGWURLSQqlDr9VtpDmQt5dAHUqH6BG { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkbAGyaX3TH3MwzVCtJiuzT1r65xQ7ib { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.25rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhUp9TcnGH4RmbsUHdst93PCOQRAxEgv { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.375rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J09NNtVB3TS4PvnBB7K7RLVFvzFQOpQc { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.9375rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5oKOP18TJALxFRfTrrNrJBJBmA3Ldk5 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.0625rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1w6zeMQsBrxnTo4TOaEz79gDCVvH52h { position:absolute;display:block;z-index:15031;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.4375rem;width:21.5625rem;top:5.26806640625rem;left:26.71875rem;overflow:hidden;display:block; }
#H2T9oibVvVuhkqoySKE9da6mVZTVqBmC { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:25.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwMrM6uagq1NKmPX9ZMO1y50keEQaLm7 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:28.5625rem;left:54.875rem;display:block; }
#k8oIKN5RIkOVmXWmZvvxfTQT6bKTyBTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIsk0ifuyDPu01lbQTAk3Uce7c6WBiUD { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.375rem;left:49.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aHQNlHh1NIAhaTlRIGHaa0NRR43ibo31 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.0625rem;left:49.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIVMHXdcItVl0NCN0FSbGJNuHuS049pk { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:21.5625rem;top:2.92431640625rem;left:51.71875rem;overflow:hidden;display:block; }
#UfuGGAK3FSKNrX5MKnGoUfMt3T9iXTsM { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIcMzbAh1dMdVN6LFITyCsvokdMmTlM5 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:24.5625rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MU0ome1NuwldHvWHbnIAqqpBbiAw7Ga5 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:23.25rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkIi2vO4EhvQGkBpXl9P7sQkTnoIQT6a { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.3125rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwubH1s5NFLZ7mzJQlnkscZ4KdE6E5d9 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:19rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container { background-color: transparent; background-image: none; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container > .video-iframe-container { display: none; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row > .video-iframe-container { display: none; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .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); }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container { border-width: 0; border-radius: 0; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#JC8NLOPTuBIzPQBD7a7ebMMZST0PRzgR { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:0.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1kr5zfkdhimZeWtXTqH38ksoxf2qQou { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:2.92431640625rem;left:1.71875rem;overflow:hidden;display:block; }
#p22l0NNQeAsxOvuKkwavRqP0cGw5bFe4 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PctWALbHMzePwwffRsTytQOx2b2KlTF3 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a358T5lAJw7cgnrdCpNTmh8Z25JE5ta6 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.5625rem;left:4.90625rem;display:block; }
#rDXTT6xfp9Iyr2iPJxHt3lwPFripTdgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USoryLnkuuWSZZQ6HJeCcT3ls0BwS1G9 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6J89xpTD7O0dIINhTBhLqB9XPZQ0TgD { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3PeKH8InTrE7dlUI78EQzyVrRh3n2PJ { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:24.5rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1kQ1Pgs2r34sfxZmKe5apiG46uBi4rl { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDFg8R0CqgL4eWXTX8neaMbp61aliQGR { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5625rem;left:29.9375rem;display:block; }
#wNZExAapE6uGM2H16mIau4w2ZapA3zgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTnmE2SDlkEdOh2BkcxLecZQvnNoiKsv { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.5rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLnJkyogDqLilbEKTMXAUkso3cSP1coI { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1U1fTLAt3CKSS1xUvCiQSrTIDCTJNwr { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.25rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJrxJSbpiLOHDisccN34lk21VOLIRGVX { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.375rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KO5heU1ato44Gg0zZIGAnkheCsZfcv1O { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.9375rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2zdz1hKKtrwwyAyzCFK2epRZmbz2X8X { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.0625rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLSfBTis8rkwc38yfAaytaxZRmK4ezLx { position:absolute;display:block;z-index:15031;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.125rem;width:21.5625rem;top:2.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#xSkOP8NkSQ6fkZCnPppBxVzy8uFfFc7J { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:25.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTUiwtbsrnGgIVZTwt8cIsSlFCAFXaIN { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:28.5625rem;left:54.875rem;display:block; }
#wPDq3mvIDPal0MqJR2Irdv1ZQBHTB8Jv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTwcFUdOT0nKMVTMyCJqXFUsaOJUVfHX { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:16.375rem;left:49.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8wnHoIf1vdJEXaHHffTuwqh8y85c0PC { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.0625rem;left:49.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueLEs1N5hmGLfdDJkLtRwOZsvWT3EZvZ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:2.92431640625rem;left:51.71875rem;overflow:hidden;display:block; }
#L0bpyzTo0Tq0LxzBwh1I42x68nd029IG { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fipCr5BNclklratGZQG3uthBA0DXDGyc { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:24.5625rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGx7lTAci7DhcXg0VmGsAL0TBcuVmPbX { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:23.25rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yS6b95WVTRv5T9NL54GSv21a35PV980L { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.3125rem;left:50rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcHtX8gsZfvOLIaTiexdN0JkATu3IUFa { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:19rem;left:50rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container { background-color: transparent; background-image: none; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container > .video-iframe-container { display: none; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row > .video-iframe-container { display: none; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .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); }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container { border-width: 0; border-radius: 0; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#yXipTevJN6GGsE1EpIQ5knXfx7IlCpP4 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.6875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5625rem;left:29.9375rem;display:block; }
#SNlVL8EHOGAvXr7R64RPLXlxZsUSrST5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxzGVa99PSystDogD05J26Rn73UMwD0I { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.5rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCn8V0w1GHTJtx4ITxVFhPxoC3mV3l1K { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSZkCgTqipeSihydVBxeqAvw9F2QZIdR { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.25rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJVuE4OFbx9yXTUrwL6NCJas3O2gzMkt { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.375rem;left:25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prHGlCWVSxAqqayqPOSqGIX2GQNqqmDe { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:18.9375rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vop6zqGWuKdmvaHuh9QwTzxL8gD4BrFE { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.0625rem;left:25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZFKlKnTKGPwL7zUZqP4yT527URWIUXW { position:absolute;display:block;z-index:15031;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.125rem;width:21.5625rem;top:2.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#gL72V1nPKwsOTf0QSQD4a8RnVTfrBqz8 { color:#0e3a2f;display:block;width:25rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:25.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J { position:relative;display:block; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J { background-color: transparent; background-image: none; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row .container > .video-iframe-container { display: none; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row > .video-iframe-container { display: none; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .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); }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J { border-width: 0; border-radius: 0; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .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; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo { position:relative;display:none; }#xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo { border-width: 0; border-radius: 0; }#xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo > .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; }#xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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:none; }#I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw { position:relative;display:none; }#I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw { border-width: 0; border-radius: 0; }#I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#sH9IPpIlBugD3Dadsk8ChvnZculrdUDB { 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:21rem;width:37.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nywhTmMH7CkuyV5TnNVGOLnFnycpWnrb { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.11767578125rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GSfUyAgi64r3c64dP45HIofxW9fU5uaB { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.43017578125rem;left:40.6875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R9rfdvN1yfMTgDZaafKtdxT8Q9ca0qXC { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.94970703125rem;left:40.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdyX1AEb1OcUlzVwv31tklZIhB4fHBgP { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.8125rem;left:40.6875rem;display:block; }
#l3wQAT0LKUynGFzqQByI36OkUxRlL9mS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 { position:relative;display:none; }#pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 { border-width: 0; border-radius: 0; }#pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 > .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; }#pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:7.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:none; }#Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI > .row .container { border-width: 0; border-radius: 0; }#Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#aHPMucfxfTJFG0yaEbTzX2UF5TedgQMD { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.875rem;left:0rem;display:block; }
#bdPfXtiJO7z2J4t0BvDkQo2eZWNMW00l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tprx2ICDoicRKzaMrX8XRDzBvamnMirk { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtAgvTZw8wPG3UXdzcIeJnMuQFDyDCF5 { color:#0e3a2f;display:block;width:7.0625rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekzxvQdcmvZl0Evsdq0Jp8gNX8eu5ni2 { 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:2.4375rem;width:7rem;top:13.5rem;left:9.5625rem;overflow:hidden;display:block; }
#k3PUF9M1xSeu7EbKLw6mHdyDVPOErk5J { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:10rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BCX2otvxgq8Oui0nJvfnx26DCCHtSz3L { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGcRktABZC3H9QIF7NwQBROlkgWZDwM2 { 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.5rem;width:16.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nALAg4nTIOJ75tHg7ixmxsWqsW0Fqgf8 { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.9375rem;left:9.875rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PypD68NNxcBRAtGLw5GlhxFw53rAaztt { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:18.125rem;left:18.75rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vLbSKT3cqXnTOfHtpsoldqBmeRoykVcZ { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qVyfAd6aJmfg2AUNwReAJX0gTSPBCFao { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7rem;top:13.5rem;left:28.3125rem;overflow:hidden;display:block; }
#SWBVfzBXRNf8o09xRLXoPPCpvdIOVifk { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.9375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AQFvLIbcbTwd8LKbcVF3Wy5S6B6Tn6EZ { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.75rem;left:18.75rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ikEOL3HWD5u1a4TVt1xzLmE1h1ViH6Iw { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:20.875rem;left:18.75rem;display:block; }
#WJM3Tl4s8WyG1BemuvVZX2IMEUaUF8yf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3S9BoI9rVSlAX3s07pHMLIEVfCRWkhk { color:#0e3a2f;display:block;width:8.6875rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.6875rem;left:18.75rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toecQMq3GOcBmDNbH6mmwZ3RH5Gx5mdd { 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:11.4375rem;width:16.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#fnuRXeTtBoslpmpACuCvSvUssC0u9gVz { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.5rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ir4DPqQ0cNGFisZ4WcUTM2TTME8LEKUU { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.9375rem;left:47.375rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Hpn0gZMVF49IUfKUBcqOE7MH9V2hKqeU { position:absolute;display:block;z-index:15023;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.4375rem;width:7rem;top:13.5rem;left:47.0625rem;overflow:hidden;display:block; }
#oFyvoxGgOw7lpu5DE9UzNLq6rsBO96Aw { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.9375rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TT47TKPa9532TEmRGr17HVSKIkoOMzM9 { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:13.75rem;left:37.5rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DWcbPAfJUiyl5XxDGb3sumAMVxfwIitH { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:20.875rem;left:37.5rem;display:block; }
#OTETbMS89q7IT1m0fiDkAB1ctqxU7Cxz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wETw4FbubDJLRum8WJZJ0ch5ZkaXzKdh { color:#0e3a2f;display:block;width:7.0625rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37.5rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lDKTuRt49MEaVAg9On6bJ38MzeIJCAaa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:16.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#WB3AhOThua8KTtXAwg1WsNrDTqx7oegc { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:18.125rem;left:56.25rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXpT4vwwaPzR1wKZEo9zDKD9nDXFAUQ9 { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:15.9375rem;left:66.125rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u91CWX8HdW8nKzzS7cUezVHThdfiOsyI { position:absolute;display:block;z-index:15031;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.4375rem;width:7rem;top:13.5rem;left:65.8125rem;overflow:hidden;display:block; }
#kiPd5LmmTvUSXdpRnOgcPufl341n3uOi { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:13.9375rem;left:66.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yOkCIZslAhnE4xsvGVuAVx6F7I1LsoJs { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:13.75rem;left:56.25rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i67u1JlJyGT6TTo3tvEJL5doW0DdMV5i { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:20.875rem;left:56.25rem;display:block; }
#Zxnyykk9eFTc1PhhTwMH74nds4TB8ZX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6Ob1T3dqp5rdbLbBpwRl3uwwe5Rl8Bv { color:#0e3a2f;display:block;width:9.0625rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:15.6875rem;left:56.25rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rw3ubmZ3v7a4AJC0okzvy559ihVMsBTy { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:16.5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#t80V7U6G7izdAaf0PD1d7fuD66plb3yt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#t80V7U6G7izdAaf0PD1d7fuD66plb3yt > .row .container { border-width: 0; border-radius: 0; }#t80V7U6G7izdAaf0PD1d7fuD66plb3yt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t80V7U6G7izdAaf0PD1d7fuD66plb3yt > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:none; }#vH3iZ3Nuw5I0gOzrJaPTEyC18m5q4OWc { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20.875rem;left:0rem;display:block; }
#mTh4wTx4srWXT7ro96RWK48FpT69xEMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNsEA1TC2NVryAzGB40aNqtcKMzSsbTH { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Se4qsGBFNM1hTR0LJHt9DiCGmZpbRBT9 { color:#0e3a2f;display:block;width:8.375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBwLEvrTT7FzqsTQEanHDWGeQlIAaHN6 { 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:2.4375rem;width:7rem;top:13.5rem;left:9.5625rem;overflow:hidden;display:block; }
#LzT4uAuNUgUCzOTfBbshhWsHNK7mGo34 { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:10rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VmnP4Wfqps9V5HaxqWaSHNf2EAPPTB9b { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7VSFdZnzXbpxoXpJFPA3C4xTGSP3K7f { 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.4375rem;width:16.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IGrJk1I1wAeC92AL099CktrNxAKr3BpU { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.9375rem;left:9.875rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WQcy7DIFOTVroKT4BNnoO2ut02PqT2ZV { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:18.125rem;left:18.75rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNtpq8rVONhPeTp0TMMTiCLAQ80qKTH2 { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.9375rem;left:28.625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hnebMf3ITtFVx3Em08GE80BoopSTrTm2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7rem;top:13.5rem;left:28.3125rem;overflow:hidden;display:block; }
#lQIoqNbwztPKnLKIBU5tole5pTpxP9Fq { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.9375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cvhCEcIzxO7CF0Hm8oXzl3uTUBd7HANU { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.75rem;left:18.75rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyHZxq6Qlecmzaw1MEWZ1TTAPMq4Iwc3 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:20.875rem;left:18.75rem;display:block; }
#BnVI59TRQFaUsV9qrKrWLt1FzgWvMvhx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tv6bXpc2R48WAsxfa9ugWTncsczkk0ZC { color:#0e3a2f;display:block;width:8.6875rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:15.6875rem;left:18.75rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#To1pOyJAd4AMsWWuuOrpJNkCmdkdwKKp { 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:11.4375rem;width:16.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#y1VkGOVxE2VJIoO0lRAJwPoHdP5yRb88 { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.5rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAw1VQipgJnVX4AcNvsxHKVDGVM41UFQ { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15.9375rem;left:47.375rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vu19k9mnFHlHBVT1GgDeT2UahVB0r0qc { position:absolute;display:block;z-index:15023;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.4375rem;width:7rem;top:13.5rem;left:47.0625rem;overflow:hidden;display:block; }
#ntgAyDcy1ftsMs0EBt10Z2U0igWF0TwU { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.9375rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yZD3xLhWQ3x54RtIdtJKFzGvBxwCRA8G { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:13.75rem;left:37.5rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7Wy5ToZRyJgTskoD8xLwXD0vp9wVlrZ { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:20.875rem;left:37.5rem;display:block; }
#uraHoTg3BTqgOcJI4oJqcC6BCgI7pMf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ad0weXXorzQwE5H74Ti2HTM0rMMoZheS { color:#0e3a2f;display:block;width:11.375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37.5rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Odbuf8RM7ZCBN035EBUzpc4tlAO55JAm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:16.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#SM7xlXEbNZLFpI2pi8xMAIoWdPeefNgR { color:#0e3a2f;display:block;width:14.75rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:18.125rem;left:56.25rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rl7stKsMTTM6yCIPKbXQSipx3tU38TZK { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:15.9375rem;left:66.125rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vg1uTNQZ54lvdSLrKwbxT26kmoWKiQSA { position:absolute;display:block;z-index:15031;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.4375rem;width:7rem;top:13.5rem;left:65.8125rem;overflow:hidden;display:block; }
#kkDxnViTaHgp0uPk6NIlsbfqg1tI71pt { color:#0e3a2f;display:block;width:6.125rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:13.9375rem;left:66.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TZXApH5EZVxqZ19hEmFvuIsrkvR0cMHc { color:#0e3a2f;display:block;width:10.8125rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:13.75rem;left:56.25rem;height:1.7874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iEZsUMouxOoA98ux6TVEARQDvMsu4lgM { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:20.875rem;left:56.25rem;display:block; }
#nFT8ZDJkdpOTRRL6vEINk4TTN08eRyPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCkFmzntxwvSVBiLeiwt4t4QxGoPmION { color:#0e3a2f;display:block;width:10.375rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:15.6875rem;left:56.25rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rn8n7tvFLAFkKUP7QDyNXRer1FTJdip9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:16.5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#wZq7khOe1cFSdooNc7JZXI6DT9bf9nyD { color:#0e3a2f;display:block;width:12.125rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:16.74267578125rem;left:37.5rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tt0pTc1WBCoFTsDXNbXO3oxsaDQTZJ2U { color:#0e3a2f;display:block;width:12.125rem;position:absolute;font-family:"skoda next 01";font-size:0.8125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:16.74267578125rem;left:56.25rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/510923b6-3034-4da5-a3c7-f67e7ec8db1b/169josefaautoskodakaroqandcoldwaterhardeningh1_6e2e6961.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w.adaptive-delivery-prevent-bg, #MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w.lazyload, #MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w.lazyloading { background-image: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container { background-color: transparent; background-image: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container > .video-iframe-container { display: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row > .video-iframe-container { display: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .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); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container { border-width: 0; border-radius: 0; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#Sk0Vx0LvKOSEIGnJSwmRzKZTsWCWwppb { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.92138671875rem;left:40.0625rem;height:2.76236875rem;font-style:normal;display:block; }
#tox9tCP7W1Tmu8JFRyoaCO1n5bABDd1F { box-sizing:content-box;height:53rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:rgba(14,58,47,0.63);background-image:none;top:0.03125rem;left:37.34375rem;display:block; }
#taBHwvltpTmRSlRm5TBXT4mrzxw1bLpn { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1953125rem;left:40.09375rem;height:1.29980625rem;font-style:normal;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-form-header {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { height:auto;display:block;font-family:skoda;font-size:0.875rem;font-weight:300;color:#ffffff;width:27.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:skoda;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#78faae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.5625rem;margin-bottom:0.25rem;margin-left:7.5625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#0e3a2f;width:12.375rem;height:2.8125rem;font-family:skoda;overflow:hidden;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-moz-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-moz-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:skoda;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.25rem;overflow:hidden;font-style:normal;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:skoda;font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:first-of-type{padding-top:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-container:last-of-type{padding-bottom:0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.1611328125rem;left:39.0625rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5rem;display:block;vertical-align:top; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.1611328125rem;left:39.0625rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw .container-column{width:50%;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #N8LOi3TzZ11IdEBDnKwT7QnDHc1axIBq { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #SOIMgPJo4LX0iCtXMmV9h3AaG2uWg9Qi { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #PHM8sCXSp9BNzX3HZkwB9oqBT0Xem5ur { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #oshOVfsJoD1lIf9b8JCEuzsSx2JvyxPi { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XEtoa1z2IpNrlAePGOS90mg2dJeMJuu3 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc { position:relative;display:none; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #aBI2RNsBUko47o311N0hUGmgAmiSTAen { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #kHM1bPzgqanPftml7owCltF0nsSTh74l { position:relative;z-index:2; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #AwkF2lOA3B6OrsrxDnthZ6aG9fRXetTi { position:relative; }
#PUyLuKqhNHt7cvb9ZUFNlihvUk81ETQa { position:relative;display:block; }
#qAAqxvOXE9D46SkopOTZu75TV3byNq12 { position:relative;display:block; }
#q0IPPhbvVDEorFkCTfkJiMxBIZ4JTFaX { position:relative;display:block; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ { position:relative; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 { position:relative; }
#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container { background-color: transparent; background-image: none; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container > .video-iframe-container { display: none; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row > .video-iframe-container { display: none; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .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); }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container { border-width: 0; border-radius: 0; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#UvNOxwfJp8c7zo8rVky98btWkcNcVwyC { color:#0e3a2f;display:block;width:44.1875rem;position:absolute;font-family:"skoda next 01";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:15.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0BPkBlz3JTiSU7osS54DHeRO5XaLbsD { color:#0e3a2f;display:block;width:47rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:14rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SL2f4Hch563satOBXKzWaIWEAU6SgbAL { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.38671875rem;left:24.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container { background-color: transparent; background-image: none; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container > .video-iframe-container { display: none; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row > .video-iframe-container { display: none; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .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); }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container { border-width: 0; border-radius: 0; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#RqPr8zsU1FnC6hc2gTJe0ETsrfHMXP97 { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.51171875rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cHR9X8atmoZEltT9DLOeLdSzzbd4ztqJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.625rem;top:3.44921875rem;left:0rem;overflow:hidden;display:block; }
#mZGWXEtprAKMAvfAhQSzzF69bg5AAFC7 { color:#0e3a2f;display:block;width:29rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.19921875rem;left:6.25rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlMRQB1RUbwfglWfR9tAfpdroEmUgll0 { color:#0e3a2f;display:block;width:29rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:7.1875rem;left:43.75rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ph7op4XnEpp3vKHpGowUkPm4vQt83Kcy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.4375rem;left:37.5rem;overflow:hidden;display:block; }
#lac8MrOy6zRSO55iHJtntW1BlDT141qa { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.5rem;left:43.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container { background-color: transparent; background-image: none; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container > .video-iframe-container { display: none; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row > .video-iframe-container { display: none; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .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); }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container { border-width: 0; border-radius: 0; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#ZcHqTWxdUkdyNZww3tE5SZSaB0UDJcXN { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.51171875rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MfA6oJGiDHZkMiNZvMTXCuLQ5OGnpNEn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.0625rem;top:3.44921875rem;left:0rem;overflow:hidden;display:block; }
#pqxElc1xQVhEhHTeQtHXoHPTzzldPPQs { color:#0e3a2f;display:block;width:29rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.19921875rem;left:6.25rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMtqEXTKrykXg82DpGqiXbWr5ZPcIUaF { color:#0e3a2f;display:block;width:29rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:7.1875rem;left:43.75rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yhzUN002nR33EGKnPQ4Pqt0n3Ey3gOrh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.75rem;top:3.4375rem;left:37.5rem;overflow:hidden;display:block; }
#RyRJgB8bZ5xe5Jf6lCClpOSwwLkxKxLN { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.5rem;left:43.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container { background-color: transparent; background-image: none; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container > .video-iframe-container { display: none; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row > .video-iframe-container { display: none; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .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); }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container { border-width: 0; border-radius: 0; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#GKOeKwVa6d9d7KmobHKKJkLaDgzSmQ9V { color:#0e3a2f;display:block;width:27rem;position:absolute;font-family:"skoda next 01";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.88671875rem;left:24rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container { background-color: transparent; background-image: none; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container > .video-iframe-container { display: none; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row > .video-iframe-container { display: none; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .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); }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container { border-width: 0; border-radius: 0; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#B5yMWmwAmpmtxszSJmOu0MDTETiXRTWT { color:#0e3a2f;display:block;width:20.1875rem;position:absolute;font-family:"skoda next 01";font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLTcF6GTdHgfZXzOJpOP9o65wWwmXhZW { color:#0e3a2f;display:block;width:22.5rem;position:absolute;font-family:"skoda next 01";font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPKMlw5q0ud0DNJZTwgheeZACMzcHbaG { color:#0e3a2f;display:block;width:23rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:6.49903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9QpNnN3mwG3Vf6AwwQTcXvl3ZTPBy79 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:13.34375rem;left:0rem;display:block; }
#Rd9yA6vbaiixeS69kk9mspTbziJBFJ1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAESaHRdNXiRBiBgmdf06HoKEW0ITKTW { color:#0e3a2f;display:block;width:23.8125rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.6875rem;left:25rem;height:7.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pKT1Qvz6CqLDCQs8Bg7Ib1MyfoncAW29 { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:13.375rem;left:25rem;display:block; }
#ovvO4hOJXesJosJRTnWaCkOfQCE28Xvn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vw5nNImr9uZVKg8a4Q9ncv2BApyk2RXh { color:#0e3a2f;display:block;width:20.1875rem;position:absolute;font-family:"skoda next 01";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WT0q3ukfWo8EA01NkSWaWEqQyxugMF7M { color:#0e3a2f;display:block;width:22.5rem;position:absolute;font-family:"skoda next 01";font-size:1.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVudpEo2cNQJnl0gkuci7XZEnQNSynfq { color:#0e3a2f;display:block;width:21.3125rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:4.6875rem;left:50rem;height:6.49903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i5k9Et8ETze6kxhyvlx5Qu3tT0nFJkkQ { background-color:#0e3a2f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#78faae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"skoda next 01";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.6875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:13.375rem;left:50rem;display:block; }
#sfgeDekcDrxoesWBv8OT0kVI8FfQv1oX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJ4yrEyqtcK9aFRSrd6T6BMigKclO357 { color:#0e3a2f;display:block;width:22.1875rem;position:absolute;font-family:"skoda next 01";font-size:0.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.4375rem;left:50rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sckmp5yD0RySRNm2KV2fspzUUBoRZyES { color:#0e3a2f;display:block;width:22.5rem;position:absolute;font-family:"skoda next 01";font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:0rem;left:50rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODJxGVK4FOyuMZLwG911BJynSTmS6drF { color:#0e3a2f;display:block;width:20.1875rem;position:absolute;font-family:"skoda next 01";font-size:0.625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:17.5625rem;left:25rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15a1d188-3cb9-4193-bd64-d4323546e6fd/192a7474_491e2f88.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ.adaptive-delivery-prevent-bg, #fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ.lazyload, #fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ.lazyloading { background-image: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container { background-color: transparent; background-image: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container > .video-iframe-container { display: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row > .video-iframe-container { display: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .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); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container { border-width: 0; border-radius: 0; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#O98umoMSBHPZWaWC2QDJ1uxoxDrtKZn6 { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"skoda next 01";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.92138671875rem;left:40.0625rem;height:2.76236875rem;font-style:normal;display:block; }
#mO2GlNGD26TELfQJr7vx5cXE3n3uk3JS { box-sizing:content-box;height:45.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(14,58,47,0.63);background-image:none;top:0.03125rem;left:37.34375rem;display:block; }
#SNIIhSuBiRnJczTZmqvDdt6mkSKEGOrV { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1953125rem;left:40.09375rem;height:2.5996125rem;font-style:normal;display:block; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-form-header {  }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { height:auto;display:block;font-family:seat;font-size:0.875rem;font-weight:300;color:#000000;width:25.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.8;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:skoda;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#78faae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:7rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#0e3a2f;width:11.4375rem;height:2.8125rem;font-family:skoda;overflow:hidden;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]:-moz-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]::-moz-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:skoda;font-size:0.875rem;font-weight:300;font-style:normal; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:skoda;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal;float:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:seat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container:first-of-type{padding-top:0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-container:last-of-type{padding-bottom:0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.6533203125rem;left:38.5625rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.6533203125rem;left:38.5625rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ssFdmPExItvNNvx7ZwbQuHw9vxO49By4 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #gCsM4oVdzF5SpTnTodKMC7tnwgv3wWwP { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #T5h0QrehyEugL60gluIH79kOVwOqrPpy { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay { position:relative;display:none; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi { position:relative;z-index:2; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mQQ6ZVpTKfcWIW32dxZTduk2QWuSs8n6 { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #iZcQMieTFeegCHuKOTyLQGO7adebRftp { position:relative;z-index:2; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #L83T4TeCz8I7iPSAyyoayvTyNzqPRkwf { position:relative; }
#hTOfoeemDqtnoGn0sarK0RTmzAuLar0e { position:relative;display:block; }
#OW4STdql8I1gcoouVgSMpmRv61woKVa5 { position:relative;display:block; }
#s50Lln7gIQEsbxkPKE0FLn96e79xzFrC { position:relative;display:block; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F { position:relative; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 { position:relative; }
#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { background-color: transparent; background-image: none; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container > .video-iframe-container { display: none; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row > .video-iframe-container { display: none; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .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); }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { border-width: 0; border-radius: 0; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#wTTg1mKBzqVaCTnglNErkwAB3EhHAlyn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gEkcvMrWVmB4apoXGzm8dXhAKG00qV3u { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:skoda;font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:27.625rem;left:48.8125rem;height:4.19765625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ll2fvofIPw7K8EO4T1T44o6a5wKRZVSI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.375rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.25rem;left:57.6875rem;display:none; }
#krAT6myvnUPAzqlTqiUrrRWJz1TIDu08 { color:#0e3a2f;display:block;width:37.5rem;position:absolute;font-family:skoda;font-size:2.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.76236875rem;font-style:normal;display:block; }
#lqFstTtAgwgmmRpsKJelpw67dmz6XhOy { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#yLQQhWky1Gh0cBQ41VDaf9uTQ8TwzSZg { color:#000000;display:block;width:20.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhALyVO6IDy9QUStU0qAecsw86hlHD9l { color:#000000;display:block;width:19.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QyEk2f2msIPADnet8TIXwcbsX6sM99ye { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.3125rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#kN58vwVNtt3gi1tls5rC5HgrZgqpT61A { color:#000000;display:block;width:20.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.25rem;left:0rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3hJXcF2ZKWGII6WeVQ2aiwZufTDa92W { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#LbxIXEGCpntJV6KUrS8r2HAyAtpqEmSv { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.3125rem;left:23.25rem;height:1.4624rem;font-style:normal;display:block; }
#I1mrOSFNcEeSPMUZSzd0cN7hM5CulW4b { color:#000000;display:block;width:20.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.25rem;left:23.25rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrSQ69ArTlVdaoDGTTEOShUW2qPkF0La { color:#000000;display:block;width:19.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.8125rem;left:23.25rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6dW92aCsLCL3aeDc21poyFm3cGASyup { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.25rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EitxDrRsaOk4AD7UDBhrP7f0UPnDsVau { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.6875rem;left:23.25rem;height:1.4624rem;font-style:normal;display:block; }
#RpUpavQk1nUT3Pz6u2WDC5ckDN78QXxA { color:#000000;display:block;width:20.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:45.75rem;left:23.25rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#haUzXK28Hqke3zFTZl8UF74QpglVzvew { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:43.8125rem;left:23.25rem;height:1.4624rem;font-style:normal;display:block; }
#G1mebORC9xSyAtySvEIrRexZ2F9NovrX { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:45.75rem;left:0rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PbCUNPV037x4CcROvg0L3OTTdL91n5vG { color:#000000;display:block;width:17.625rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.3125rem;left:0rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWPwPhPKUvoeDI5vmaA83s5wK4A3Fmqq { color:#000000;display:block;width:19.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:39.3125rem;left:23.25rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ao5gTUwnJzRHq6J5OlXm6v1JsWGbTRbR { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:43.8125rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#DsUBGRQz09cRZ3gCodw64Iklcx1yeBFd { color:#000000;display:block;width:17.75rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQAhKBb8FUxdB70R9KPwf9wmgWvX6t2w { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:37.1875rem;left:23.25rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0QyKVhMxbaCzhG2XIrx9y649UPc7rTJ { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.1875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#kgrvT6TkMBwvxunTSK5OCOKsnW2ZHI85 { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:35.1875rem;left:23.25rem;height:1.4624rem;font-style:normal;display:block; }
#VBJWy0THrGE5edcTHkyHTQ4T5Hmhl4Tb { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#ocbk3Rt5pAM04xDbuuEJngOTOoZVdJt8 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:46.5rem;left:50.5625rem;height:3.41161875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvTDr4A7PJrK4CCx7CbsTUXHcZlxMGdF { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:44.5625rem;left:50.5625rem;height:1.4624rem;font-style:normal;display:block; }
#A5WprLIeF2a5NaSdUrA1CgJRL92E8kn6 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:40.0625rem;left:50.5625rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AhR6NwaPo8VCLX4cdKn7JWVnTVCGnHnP { color:#000000;display:block;width:23.125rem;position:absolute;font-family:skoda;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:37.9375rem;left:50.5625rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScAhXXa69uxwO4Zmh9ywxG8FGCDT7w3R { color:#0e3a2f;display:block;width:11.5625rem;position:absolute;font-family:"skoda next 01";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:35.9375rem;left:50.5625rem;height:1.4624rem;font-style:normal;display:block; }
#cmfq2HIWCRSAi1pbt39d1TNGeIHGm55g { box-sizing:content-box;height:15.625rem;width:0.0625rem;position:absolute;display:block;z-index:15033;background-color:#0e3a2f;background-image:none;top:12.64892578125rem;left:20.125rem;display:block; }
#nk6EbMAHJnT8QsyE5OPrbvntTDCoi8Lb { box-sizing:content-box;height:15.625rem;width:0.0625rem;position:absolute;display:block;z-index:15034;background-color:#0e3a2f;background-image:none;top:34.7744140625rem;left:20.25rem;display:block; }
#L0qVJIPpyiZvkAZKm37c9WpyfTNq8m8h { box-sizing:content-box;height:15.625rem;width:0.0625rem;position:absolute;display:block;z-index:15035;background-color:#0e3a2f;background-image:none;top:34.875rem;left:48rem;display:block; }
#Av9Lx1FKRz7lnIN3KJObwmJS2LfN4PnX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uH5LqgXFRrbDyiWBH3s64cheUzmc3EaE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yGvdE9zDXAQA3OCqlcHbPaJE8tLq8Mz2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#z3MbDcitkB2hvt4NFAgekA9lotkIKodR { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FKfCxXclWPDAgv9sgP192GwhX7fIEL3o { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:58.125rem;left:2.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IwqzATAco4viTH4LCrJX7RXeiR1asaaW { box-sizing:content-box;height:2.5rem;width:10.1875rem;position:absolute;display:block;z-index:15007;background-color:#0e3a2f;background-image:none;top:57.5625rem;left:0rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#pssfcbqWPuOIsxzm3T5vDw4FzdhVmNbk { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"skoda next 01";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:54.125rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#C1C4lDw433sQNkIL37QKxGlkVUdWfVfi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:57.8125rem;left:0.25rem; }
#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e3a2f;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; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { background-color: transparent; background-image: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container > .video-iframe-container { display: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container { display: none; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .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); }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { border-width: 0; border-radius: 0; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:75rem;position:relative;display:block; }#HnlFo5qI7VqJqth92wi3dtSTEKNBKDF9 { 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:2.3125rem;width:6.125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:skoda;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiLmK07PuU949aEJX7SqkezNtq9U3dnf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.75rem;left:72.5rem; }
#oiLmK07PuU949aEJX7SqkezNtq9U3dnf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#eD0Z50auW5Z5TwM05xcJexpe0T9BW0Xg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:69rem; }
#eD0Z50auW5Z5TwM05xcJexpe0T9BW0Xg > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Ge2ntQZ6h4D70qhprv5ivpw4oEHfTTLX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.75rem;left:65.625rem; }
#Ge2ntQZ6h4D70qhprv5ivpw4oEHfTTLX > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#r0JRmCbviDtTsXVfRrb4Tg1H3dbGBDpo { color:#d7d7d7;display:block;width:75rem;position:absolute;font-family:skoda;font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.19970703125rem;left:0rem;height:65rem;font-style:normal;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) { #oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP { display:block; }#oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qALe2egCH7BJlkKRDHnxkDszscusyzPh { top:2rem;left:0rem;width:7rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG3hXT4dEwqOJ0Z809VTq1JGGKufwRaN { width:9.0625rem;height:3.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0oXqq2D7WUnszFFekLtfSsXRckDF9Fp { display:block; }
 }@media only screen and (max-width: 763px) { #AfJTBRRb3THOySlGaBVaHAHl4i5ugnVR { width:9.0625rem;height:3.4375rem;top:1.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvzOibFN7DucTvZimhDuqciGq3kPZeRK { display:block; }
 }@media only screen and (max-width: 763px) { #o4RiW3iWhHB9ZCV8niR8QFgQ5wgDh7QT { width:9.0625rem;height:3.4375rem;top:1.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSUyTRoeVTSpHn4toeTsEENRqGXOybTQ { display:block; }
 }@media only screen and (max-width: 763px) { #l5VBknmmgqO8Aa6kGH7Ki1WZ7DXOMa3X { width:9.0625rem;height:3.4375rem;top:1.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXwdTLvtPC2q8Vskp7qD0zLVPkch6QwK { display:block; }
 }@media only screen and (max-width: 763px) { #XsBTv6hFaPhRSFJoNmE2nQVSUXWLuEeP { width:9.0625rem;height:3.4375rem;top:1.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTt56VWixHIIlU2qklNd5isQHvzQrZP { display:block; }
 }@media only screen and (max-width: 763px) { #f4rSVpc3BB9ivArf1mGzAMH7vmSoIozh { width:9.0625rem;height:3.4375rem;top:1.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Sa0qhlFHJTZ6Zuvkaa1Va0b5bT2Nev { display:block; }
 }@media only screen and (max-width: 763px) { #qMNMcNNOTQ3y2JmATalhlzss64loSrzy { width:9.0625rem;height:3.4375rem;top:1.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfeOOB7E5sDwZ2LdWBN09HqDrAISeRKe { display:block; }
 }@media only screen and (max-width: 763px) { #o29FcU2vh5kATyZitD4rzfxlK25hGKP2 { display:block; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr3IO69GyCU50yTRuT12TggJsOaJVkaA { top:2rem;left:0rem;width:7rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuTzCmnP8C34NbipBSyJcNQ61DrKeVkQ { width:9.0625rem;height:3.4375rem;top:1.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfPVw66qU2V5P5ryr5OCTdTxXFCTpsbq { display:block; }
 }@media only screen and (max-width: 763px) { #f2nyVVkKxvILGctG0GpI2B2CwrurHUqp { width:9.0625rem;height:3.4375rem;top:1.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOEimJnKHoqEfPIp9K40R0EoervfS6Su { display:block; }
 }@media only screen and (max-width: 763px) { #bASGJ7szKs4nWymkCCvo9AJBRRMLDd5K { width:9.0625rem;height:3.4375rem;top:1.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUOIM6cQCtBSrq5r8CwdI9WqnNuT4L3y { display:block; }
 }@media only screen and (max-width: 763px) { #lm6bWaLdfFsEGFxpdc2W28G7AsIehxKp { width:9.0625rem;height:3.4375rem;top:1.5rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKbr8fTzomgATXkGh0AoARB4NuV98PkQ { display:block; }
 }@media only screen and (max-width: 763px) { #cvmIMMOlPH5wqOBd86yQBu691su5i9Dv { width:9.0625rem;height:3.4375rem;top:1.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXolTWZxicOkAZJXt5T0RxTp8dwTzakO { display:block; }
 }@media only screen and (max-width: 763px) { #nCBywKiUNWZWUydpzCDxUPaVcO2pN0Jl { width:9.0625rem;height:3.4375rem;top:1.5625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhyiEeJhR9s27a8fZTsSKrVl8ARJLIvF { display:block; }
 }@media only screen and (max-width: 763px) { #bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 { display:block; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxeeZGCPyTAP4HaFHbeFDSgFm0g0EQhC { top:30.0625rem;left:0rem;width:28.4375rem;height:7.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCuBphZ9ZdmOqym2Fclyf7T4Jiuk7s6D { width:9.75rem;height:2.9375rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrfVyv0UTcIyTurdZfSuTVyFTquSeDCI { display:block; }
 }@media only screen and (max-width: 763px) { #PFCsLfvOWtn3qWZvdcxGl5c3QbLlvgc2 { top:39.5625rem;left:0rem;width:34.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61sfX88z4ggQGSS40KizcQpXv7kmPyq { display:block; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf9Fv77WQiVmLZKQsqkycNvWgRk1652A { display:block; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTB3VaaWzAD6Q03G5AuVTTonpOZAVa2R { top:0.8125rem;left:0rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzOoyTLAIqzOkIDHR3in9o0DyiVaTBwn { top:11.75rem;left:0rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwhFWAy6eJhycUP20ERJhXWaURe3NAd5 { top:11.8125rem;left:6.625rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyMg5BdcXazESQlUlZTDqwRq0GysB4dn { top:0.8125rem;left:6.75rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEcN01UkfEcKEnDtWBiKwiIqQTASPCxv { top:11rem;left:18.5625rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8Ma4IMApu0i4DkK1U2QasHAroFg68a { top:0rem;left:18.6875rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwrxBu9rwXfONlQwsXKIUzVHHDBmJ98 { top:0rem;left:30.625rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrXfd0poF6UAKTwrKoi7AWtNdFAZrl4 { top:11rem;left:30.5rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO { display:block; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dU752nlWUUJC4AFfndSDFpzxKKL3H8kQ { top:11rem;left:0rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqrwAbAcXqEJSPWvEhpOq9MZ9A8Be13F { top:0rem;left:0rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTy2DfmWQWTUpXyiJEBzWGwH7mrQBKmF { top:11rem;left:6.625rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5mmJdC8urFNhCxwaDGiVxRXOHgmDag4 { top:0rem;left:6.75rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tptid3z0JaIpR5iy7k2fxwMkKEtzzIZ5 { top:11rem;left:18.5625rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnfOL4TfeXHXKOMdXEzk7vTi51rSJovi { top:0rem;left:18.6875rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkH1QpdCbDbRdJexG8HGLSaCJyz8BMA8 { top:11.75rem;left:30.5rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpQfATnn0aL1NkUJaR4ROUB61dTz4L0o { top:0.75rem;left:30.625rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH7uqV0p7EgweVBglWSMgeSIcfaRLxNE { top:0rem;left:35.8125rem;width:3.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv { display:block; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwNw4Vpw20xrBUkDpZyaTKmJxKiVeSkL { top:11.875rem;left:0rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdofG1GlB1mCtZ3HoLETE6C2EAblE7Pu { top:1rem;left:0rem;width:17.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWye7wVTVcsBgR2wUppBtOJOmx0g0coz { top:0rem;left:0rem;width:3.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwhdMINTGxhB59WQzDZaHMfi2A9kaD6E { top:11rem;left:6.625rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np4uAT81ET10p9FDRtr0n9mVz1rZKnSg { top:1.75rem;left:8.125rem;width:15.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAwNBXzBB6zvc7nuh6yQVTJPTxKNCOGP { top:0rem;left:11.9375rem;width:3.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icV5sk4vmDaS6xFNFxZaIpTEkBgFuilX { top:11rem;left:18.5625rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deDxOSl2iTT5QrlpcokgTTl0AoOFu59H { top:1.125rem;left:19.625rem;width:16.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpJp3Wb9iSknPxPvkNTutfZH9LW6VomH { top:0rem;left:23.875rem;width:3.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUXApy6T0qo9cF6JanORiZrZ2T2LxCVb { top:11rem;left:30.5rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWDWQJD2icmzLoSJwdepTZVoP3zv8Q6N { top:0rem;left:35.8125rem;width:3.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSXbgap7lcFLozJW2MclSCgKLRq45PGl { top:1.1875rem;left:31.125rem;width:16.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T { display:block; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc { display:block; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvXd7gKH6uZhK4HliU5pUGM5dPTPChn3 { top:22.5rem;left:0rem;width:21.1875rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txpamy3DTCKCqW2i3Qur2dVIXR5uxaGm { top:9.625rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnuZ2Ls4rAScLZ0BzaTXiX0Ii7CQPTW { top:9.625rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXfniEnpWRutpCOlx4WfMcxWFsmT4DBt { top:26.375rem;left:0rem;width:38.6875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD { display:block; }#ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmMLnz07PVH8JstJyc4tSE73EW2VkQZc { top:8rem;left:12.21875rem;width:23.3125rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfMDLhTH0xxJQ0SKpBUADq2mbDM3nmEQ { top:10.75rem;left:12.21875rem;width:23.3125rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfH1HT0RfMl33XUKeI19JZO6crrEGl8C { top:6.4375rem;left:12.21875rem;width:23.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr6TiIwe0eHBF8GE9StdZIQkItcViEUk { display:block; }#qr6TiIwe0eHBF8GE9StdZIQkItcViEUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6GAnXrddkt4Ers5kbyh0rPQBoL5bbRV { width:7.875rem;height:2.6875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTrp3EgzxTTbLfBzuOVlL1DTpt5qdhe { display:block; }
 }@media only screen and (max-width: 763px) { #vQSDLbCOULzkWkL8JGyzaCxfv6y6MAgI { top:18.125rem;left:0rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLD15kuFIgsDwbhuQgFMDamkmvGTyRe3 { top:15.6875rem;left:0rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm0MxcVGluD9dUOuA6GpoFKZl3qnn0v5 { top:13.5rem;left:4.9375rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5WgZ5l1CBHTFzEsWXCd4K0DccWh4xTA { top:13.9375rem;left:5.8125rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6z6ci1pL8zapTUygfnaRLCDoCxJtHz { top:13.75rem;left:0rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcbminRHPs1CnS4R3t72zdcU4sB7I5Z { top:0rem;left:0rem;width:16.8125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6g1aBo2HxCpoWDFHamv5M7znJLtrAcZ { top:18.125rem;left:9.125rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P36vyToMigdpGUnABK0Tg6c29E7Rywlu { top:15.6875rem;left:11.9375rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3DkyoTRJ4yEuW4Gtdbzv0ElnmzCxokd { width:7.875rem;height:2.6875rem;top:20.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5aLxOk3hFJNhA6FnslmTxOTlIQGTwy { display:block; }
 }@media only screen and (max-width: 763px) { #l0INZmOsTpVTq7yxEVIUaMJTx8Z6CISP { top:13.5rem;left:16.875rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay9URfqIwBhxPswnmRTQl2GpguJ7KJ13 { top:13.75rem;left:11.9375rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7aecDER1MmdWsl0pICovB3OAraiddqg { top:13.9375rem;left:17.75rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQduz4uBO4UV42M8rfaaBkuKaXAkt4OM { top:0rem;left:7.0625rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQVTRhU4ZpIiG5S1FTalQWJHn0IkzJl6 { top:18.125rem;left:21.0625rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwt7G3uHeOPNW0ogVLK3MV3UnskbX6ta { top:15.6875rem;left:23.875rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6TUNF3WcqEIz2Ecisa1xvLGT3alsv69 { width:7.875rem;height:2.6875rem;top:20.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTEiZBm4SOEhvgBTINrpTS6iZ7gBUxzL { display:block; }
 }@media only screen and (max-width: 763px) { #ocZ6zTPGWUtkafB39prCFOV0SWDtEI5H { top:13.5rem;left:28.8125rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1LtgdWJDMNzE4p9e2TAeNhrcbVtsTt { top:13.75rem;left:23.875rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFEgt8BGUD8qwVZPIxabOzuNmqJtCp14 { top:13.9375rem;left:29.6875rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAILTtkPCAMf2LWafsnN9rEPbQeewSMR { top:0rem;left:19rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L00Nu54mb8rzfkERTqarnUpN8CTMQ8zz { top:18.125rem;left:33rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE72csN0LRmuwBELw4iph3LMPVpUf5bF { top:15.6875rem;left:35.8125rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyAQHagvcbdrFfQmDks4m73NRcXK5BE8 { width:7.875rem;height:2.6875rem;top:20.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtS6POdylVxGhJTEn06ZEnwU1tlZbBk { display:block; }
 }@media only screen and (max-width: 763px) { #Pd7WmcptWFUc1TbTtuNpNCm0r1nXES1C { top:13.5rem;left:40.75rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXeebOaLI0LQkgmIxp1kCJlLgdEXxaT { top:13.75rem;left:35.8125rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhR7Z1endITWRQ25sOoxEhftahhs92q { top:13.9375rem;left:41.625rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezTGQlM8XfJAOWeakncqInKZ3LtNfL84 { top:0rem;left:30.9375rem;width:16.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXXCVpU1g7Gdyh6oFblIgtwNLEBa68HR { top:12.125rem;left:5.8125rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ3SewbkhwAmuc8CXEmWl1ZxCLeHQWLd { top:12.6875rem;left:8.4375rem;width:3.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ots1S1S94hCo9C3l3hq41SV3Bw7rLqiv { top:12.125rem;left:17.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvP5CEw7aKQWfpEMGplmv597xMqwH7h { top:12.6875rem;left:20.375rem;width:3.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUgrTTVsf2KfTkBMDKtd7oTusxx76dd { top:12.25rem;left:29.6875rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukz6T6CPsuE4sFoLMs2UXD2JlCcZnEwV { top:12.8125rem;left:32.3125rem;width:3.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadcMPXTbrO71cTo98h7iNsw9ETFsTTL { display:block; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdEAuh7yZCfTc7XlZXf79bBttnExftga { top:5.8125rem;left:10.375rem;width:27rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXu52ITCrpexGnsC8c6cfoEW7l8ozPfN { top:8.625rem;left:0.375rem;width:47rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQXQNa9vgcLBhU7S2WRzKsGzPwUywGlS { top:4.5625rem;left:12.25rem;width:23.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas { display:block; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi9hTkNbeQeOwf4vR7EgIRfHv4eRvorA { top:2.625rem;left:13.375rem;width:34.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbxRHL73B5Cbuv2JKhitZIVbK1GN042M { top:8.5rem;left:18.4375rem;width:29.3125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg3Pn0Fc0EcxXKAo6LSVg2kOk4zo1ZLu { top:11.0625rem;left:20.1875rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSS5k4LcizGs8cdVMs4bIWRTzTwOMGa5 { width:13.25rem;height:2.75rem;top:20.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJcfhJl0elK87NhIur44nrfNNmg2TlPN { display:block; }
 }@media only screen and (max-width: 763px) { #Xn1UMCZBzNcNITlLVe8Epmc8TnGfoU6y { top:6.375rem;left:23.875rem;width:18.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn0dqXUrlhB8hmHKlaOxTOkXTeq45M53 { top:11.5625rem;left:23.875rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTp9p61z9rSStILG0rXJ8el3mKvpzCn { top:0rem;left:0rem;width:37.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S29GqsdzotElR3u2bROAd8sowI5MNqWT { display:block; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPpNS7bdIKuueB57afIea0CknvxmPrko { display:block; }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE6DTs78zIneFPAw9ftwtOF9EkLapgOy { top:2.625rem;left:13.375rem;width:34.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oygNIT4tZ2D5kTRxSo4fhn20q0C2rOOK { top:8.5rem;left:18.4375rem;width:29.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG06v3V3eqyMWzGnFUS3IULS7004Rb02 { top:11.0625rem;left:20.1875rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVCiWUv2FXbbfUc4OFLRJTX7i5HHses { width:13.25rem;height:2.75rem;top:20.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9JqsVMLK9Ua3fVWLUgLDLQQDn5qJLb9 { display:block; }
 }@media only screen and (max-width: 763px) { #pcprHpH89XCWdJQdPFDUcRcuTRDwKHIA { top:6.375rem;left:19.625rem;width:28.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFuxCo3DhtSatBaZRO9udBOUHNaDPoJ { top:11.5625rem;left:23.875rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5R2hEmXhtLHVKNcKeMhCJLK3kap2vuc { top:0rem;left:0rem;width:37.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf { display:block; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa { display:block; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kA47rFxB4Lq0PdqxWbRCWQslQADpTWgq { top:2.625rem;left:13.375rem;width:34.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZU34a6mxhvqGcuawIKWyZBzE0aQfg3I { top:8.5rem;left:18.4375rem;width:29.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGCowKsrFFGtgigdpGHEyrrdeTXvNN9O { top:11.0625rem;left:20.1875rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg9o2SBr4h85qe3XFqqJnGiBa8qrVASE { width:13.25rem;height:2.75rem;top:20.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fodk9GkX45XVg5VkhQUXMUGzyTlUZpvC { display:block; }
 }@media only screen and (max-width: 763px) { #fqfknOrRNFrktmrh3XzGXJedzzrOVDwQ { top:6.375rem;left:19.625rem;width:28.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwLbTSdH8BiRRlTCoRdgcySRDqf6WJLZ { top:11.5625rem;left:23.875rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVQseltR4qsJhBqZoT8XuiIvSVkR39g { top:0rem;left:0rem;width:37.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA { display:block; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL { display:block; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3lwll80QWU3pJIQfiu9oeDIb9XMthCq { top:2.625rem;left:13.375rem;width:34.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRhyPKIeWQq0v6szxvonlocIgxOrZ1Aw { top:8.5rem;left:18.4375rem;width:29.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpgIoXD2zKGi3NyT2uEoEOU602vDg0f { top:11.0625rem;left:20.1875rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1qKGriAhyXPwzugHpdoJkqESSxSOhLK { width:13.25rem;height:2.75rem;top:20.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWiHf4L70X36q3FX1cyQMZuCMpxz7DxX { display:block; }
 }@media only screen and (max-width: 763px) { #nUv2a017EPlp23A4lolQh3otDqpUTbH6 { top:6.375rem;left:19.625rem;width:28.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TyqXWlO544ig4uTOGBT4EatqsTfgRJ { top:11.5625rem;left:23.875rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbWrWsdmrEnafHFl1BySc5G3Ab6F2VII { top:0rem;left:0rem;width:37.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK { display:block; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR { display:block; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1DvdhZaHhRqWbaw8RVMUWoIRBR5UBiT { top:2.625rem;left:13.375rem;width:34.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcipZ1yhWU1SsVFM04I6BydXOWxFfZW3 { top:8.5rem;left:18.4375rem;width:29.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpgnqqWykbVmLTRGTBp0RoARhn3cZxaA { top:11.0625rem;left:20.1875rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeNuEbvDlvsx05yf2SA2RcMEnPDrnvXd { width:13.25rem;height:2.75rem;top:20.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSroDPc7bWhZMSrDXV7wPuXTCs0fzKPH { display:block; }
 }@media only screen and (max-width: 763px) { #ysO3nIH5RAcnQJLNzkxrTw1DDxAi38Qs { top:6.375rem;left:19.625rem;width:28.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9VOB7F920rJGKOUZmg85eraxynaVALl { top:11.5625rem;left:23.875rem;width:18.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTFTlrlhJvTJfBHNt27DVMgTDupK2Zx { top:0rem;left:0rem;width:37.5625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O { display:block; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLudQO5czDMuJz3XSwn9OuIpllE3Ill4 { top:8.0625rem;left:10.375rem;width:27rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqdxSPoEEDzUx0IBZIFvL25276AATkZU { top:10.8125rem;left:0.375rem;width:47rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzXLpb8ZN6Qwb7rArrymnc2pyBhNpuMd { top:14.75rem;left:10.90625rem;width:25.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4LJwM1vxwGNT75OLE8pLKRJfExEFRgJ { top:15.1875rem;left:12.9375rem;width:21.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnPinw7hNdMrwT6OcJJlC68ENJ4b5ZCv { top:6.8125rem;left:12.21875rem;width:23.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T { display:block; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfQxBgaEgCzV8Qk7WarF9tZPH3RsXmk8 { top:0rem;left:0rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ywlIp6xqqP84xntAvIvIIHVHKZPvsK { top:2.875rem;left:0rem;width:21.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOoPGJD1lGqX82B3AomFuiKC3qQh0JQP { top:15.0625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQquP0Ac7STHGewzZkNvFidRF8zcoqqH { top:16.375rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpU7D7iJkuuQgyZyoz3DD9Q9kP77BaTq { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0U8JHUU4E26E3BBC6eSQtvkR9Teq6en { display:block; }
 }@media only screen and (max-width: 763px) { #DWBtQDp1qGecTJrsAfXCBsZB7QaCfn6t { top:20.25rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppHUpXP5z6RRyzz0zTvCpaR5tSVDq5Sm { top:18.9375rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTcDhrTdJZz3DgCghEgZqdfCLzeZMNUA { top:24.5rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8l5pMXNTVkgp85UcFBH3fa1af44C2iA { top:23.1875rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkNe89mh9c6rUHBZcFyHgdoDhPx8s5yr { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDelcL993sAThIFFt4fBG8aPIS8liwTB { display:block; }
 }@media only screen and (max-width: 763px) { #MSTUphX0TvlWuB0uv809SoBRUqLkJ919 { top:24.5rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkmraDJGTt1uabHKaWfgXcuoLC2SeqfR { top:23.1875rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gygfJNLCxc3LwFtTXeLR7XCmd641um { top:20.25rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXF8Slm8i87ZqC1umLG9kyeJZAo2FMlb { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cTG5kk79vMbN1GkS6sC1wHg37IJiuy { top:18.9375rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLQiSUrao5mzbzXrprqpQrkleyxbp9R { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiv8Ruf7R5W48xdu8f3qQxQtyAQ2P2D9 { top:2.9375rem;left:10.0625rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyk3JhypkIrD8pQ5HQ7uGvdZVATgTf1m { top:0rem;left:6.75rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9yfSlESIEZRo00RPLZA1rOyT3xl5wW { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2vmLyH8RVISW2oRTtSldOqDd9kvv06 { display:block; }
 }@media only screen and (max-width: 763px) { #kFhTqC3wFTCve4klDrfMTZ2C4OmaHTdC { top:25rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02PQ6vqbOmJsickUdIs4aRLLxmhitCg { top:23.6875rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK0m88dLcnC2DUKmtk3NUpNde8RBPGCT { top:20.75rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw5RBlkPlDOcZTPvS6qWbSzxOMJXt7Bq { top:19.4375rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH5T9oIFFvx83sZ136TqTZsNaVZiWtSf { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEHif0kgvXGVsOLRepxFegioGdWyF4Hw { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDKlQW9xZesvXbfCzuUMp1xTKRuT5lp5 { top:2.9375rem;left:26.0625rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvthXuqQMAZMXCT3GT6o6pg4DKTNUOnT { top:0rem;left:22.625rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn { display:block; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbhVAs6ufnmcpvVJ53wIHlEV76WzLVBX { top:0rem;left:0rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtGJge6kxl2VafhdH67M1IrOPO9zOxxW { top:2.875rem;left:0rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBAFkfTNBbGXw8DkSay87cQ1IcJ7GDq5 { top:15.0625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVpaDuNLTZIipmlaUoJZTnDNNf8s0XO0 { top:16.375rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg1GsI1m7aG96NJQ3BOvp9hHe0PmnTv9 { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVI6a4llsTG943lvLSLscUpoJLNZwTx { display:block; }
 }@media only screen and (max-width: 763px) { #yZbB4JkNUqrK5k2LuhWeQL3UdlT58c1I { top:20.25rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPAwd0t9Vq2GibMhWVM6hlPEBJbAzN20 { top:18.9375rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id8ah6RGGvRbSCvA0ZQ0NPTg00OTmmp0 { top:24.5rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPG8DmLvH770NPKn0ahxKlefKqnrTWtL { top:23.1875rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWMtXD8oRZDoUdhTIH5BN4dmntdf2SNa { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVAe5n22v2fTCytynC6JWqWG8UJXT37h { display:block; }
 }@media only screen and (max-width: 763px) { #EDrGsu7vtgiDAa3sA0MQozPG0ksucPLP { top:24.5rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOIKLQ2H6u0AihzPsOpQTf7AL2zbtCi0 { top:23.1875rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap3gRJQxN6DSAZwWnCiQ7hrmSrKpCKVr { top:20.25rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8xklA5dQgtULTBh4uHNvuPTaw2F1od { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to0LWx5cxdR9yJZiiTqck28rElanhuXn { top:18.9375rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6G5NZO0e5Lzw72yQPy2EblELNrH2y5 { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq17srp0bTdn19RvKzE1mcpXWRoc49K { top:2.9375rem;left:10.0625rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe39A6IldaWoBuWwfFqPTqh8goaubueG { top:0rem;left:6.75rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TLrvzfHmceS0aTt1Q3bSGlDroqBhf8 { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VghiP3q560W37oOpksAo8bKfdcbzIwts { display:block; }
 }@media only screen and (max-width: 763px) { #uKQ93lRBzPmRmRMsapUwhCZAL85UtpNC { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCOm9mg4QNG0NgdEMwfcg6qeyX9t00zq { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQSp2paeeEAbzqT3lL08WkT1lzHM0z2Z { top:2.9375rem;left:25.9375rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkP58Rm516FrUk2TLVBl4P5OmPmyPveE { top:0rem;left:22.625rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgeEnpBLWSxDGg0gOJMgBMTAgZCxG8B { top:24.5625rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Z2cfBN2fTJcdWcHRCKJ5N5r41aDZxH { top:23.25rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMT8zDn7lZUPNGftmbT2U8Uyq1EFy7Lx { top:20.3125rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqKsUt3JcFeDh5k2ns1cIVJyBz99ZtTC { top:19rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG { display:block; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NO2i0ZuBBAUC0x3g3670gQRwyz0PlTOw { top:0rem;left:0rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zhqbfLXmgyzkFGnuwiveAa20TpLe0S { top:2.875rem;left:0rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBsMvDWzUDRy0V0zTernWPPWby7avQw { top:15.0625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn89QnNR14yCqRCf178yfPWPTcUNyXro { top:16.375rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtevZCsJlIAwCzq98CegSXtaHKrcU764 { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvsHxdrpLoPk72E8vWrI8zXuov9736dl { display:block; }
 }@media only screen and (max-width: 763px) { #uG1Zzqv6T2c6d7a5IB4Bch0h6sDoRm2g { top:20.25rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvXsDAa2TEpazE0VxB5r51kGXv3RZT05 { top:18.9375rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3iFrPRtprKe8oKzQQ2ZcqP9z4daM0m { top:24.5rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isEsRy7aD7PI4FpTgyWN37XQkK9uF01w { top:23.1875rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stp5WKyJRO7E3zgkHzTKseID9IgPTGPa { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skLqpiu9WD5xD8vCc3h7XDKHcwOS3myx { display:block; }
 }@media only screen and (max-width: 763px) { #lAfpKpcnbH3cWvKPgSIutUTiGzkgcGk8 { top:24.5rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMRGWURLSQqlDr9VtpDmQt5dAHUqH6BG { top:23.1875rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkbAGyaX3TH3MwzVCtJiuzT1r65xQ7ib { top:20.25rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhUp9TcnGH4RmbsUHdst93PCOQRAxEgv { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09NNtVB3TS4PvnBB7K7RLVFvzFQOpQc { top:18.9375rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5oKOP18TJALxFRfTrrNrJBJBmA3Ldk5 { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1w6zeMQsBrxnTo4TOaEz79gDCVvH52h { top:5.25rem;left:10.1875rem;width:21.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2T9oibVvVuhkqoySKE9da6mVZTVqBmC { top:0rem;left:6.75rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwMrM6uagq1NKmPX9ZMO1y50keEQaLm7 { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8oIKN5RIkOVmXWmZvvxfTQT6bKTyBTU { display:block; }
 }@media only screen and (max-width: 763px) { #hIsk0ifuyDPu01lbQTAk3Uce7c6WBiUD { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHQNlHh1NIAhaTlRIGHaa0NRR43ibo31 { top:15.0625rem;left:6.75rem;width:25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIVMHXdcItVl0NCN0FSbGJNuHuS049pk { top:2.875rem;left:26.0625rem;width:21.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfuGGAK3FSKNrX5MKnGoUfMt3T9iXTsM { top:0rem;left:22.625rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIcMzbAh1dMdVN6LFITyCsvokdMmTlM5 { top:24.5625rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0ome1NuwldHvWHbnIAqqpBbiAw7Ga5 { top:23.25rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkIi2vO4EhvQGkBpXl9P7sQkTnoIQT6a { top:20.3125rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwubH1s5NFLZ7mzJQlnkscZ4KdE6E5d9 { top:19rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk { display:block; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC8NLOPTuBIzPQBD7a7ebMMZST0PRzgR { top:0rem;left:0rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1kr5zfkdhimZeWtXTqH38ksoxf2qQou { top:2.875rem;left:0rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22l0NNQeAsxOvuKkwavRqP0cGw5bFe4 { top:15.0625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PctWALbHMzePwwffRsTytQOx2b2KlTF3 { top:16.375rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a358T5lAJw7cgnrdCpNTmh8Z25JE5ta6 { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDXTT6xfp9Iyr2iPJxHt3lwPFripTdgT { display:block; }
 }@media only screen and (max-width: 763px) { #USoryLnkuuWSZZQ6HJeCcT3ls0BwS1G9 { top:20.25rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6J89xpTD7O0dIINhTBhLqB9XPZQ0TgD { top:18.9375rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PeKH8InTrE7dlUI78EQzyVrRh3n2PJ { top:24.5rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1kQ1Pgs2r34sfxZmKe5apiG46uBi4rl { top:23.1875rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDFg8R0CqgL4eWXTX8neaMbp61aliQGR { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNZExAapE6uGM2H16mIau4w2ZapA3zgg { display:block; }
 }@media only screen and (max-width: 763px) { #XTnmE2SDlkEdOh2BkcxLecZQvnNoiKsv { top:24.5rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnJkyogDqLilbEKTMXAUkso3cSP1coI { top:23.1875rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1U1fTLAt3CKSS1xUvCiQSrTIDCTJNwr { top:20.25rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJrxJSbpiLOHDisccN34lk21VOLIRGVX { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO5heU1ato44Gg0zZIGAnkheCsZfcv1O { top:18.9375rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2zdz1hKKtrwwyAyzCFK2epRZmbz2X8X { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLSfBTis8rkwc38yfAaytaxZRmK4ezLx { top:2.9375rem;left:10.0625rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSkOP8NkSQ6fkZCnPppBxVzy8uFfFc7J { top:0rem;left:6.75rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUiwtbsrnGgIVZTwt8cIsSlFCAFXaIN { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPDq3mvIDPal0MqJR2Irdv1ZQBHTB8Jv { display:block; }
 }@media only screen and (max-width: 763px) { #HTwcFUdOT0nKMVTMyCJqXFUsaOJUVfHX { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8wnHoIf1vdJEXaHHffTuwqh8y85c0PC { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueLEs1N5hmGLfdDJkLtRwOZsvWT3EZvZ { top:2.875rem;left:26.0625rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0bpyzTo0Tq0LxzBwh1I42x68nd029IG { top:0rem;left:22.625rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fipCr5BNclklratGZQG3uthBA0DXDGyc { top:24.5625rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGx7lTAci7DhcXg0VmGsAL0TBcuVmPbX { top:23.25rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS6b95WVTRv5T9NL54GSv21a35PV980L { top:20.3125rem;left:22.625rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHtX8gsZfvOLIaTiexdN0JkATu3IUFa { top:19rem;left:22.625rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl { display:block; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXipTevJN6GGsE1EpIQ5knXfx7IlCpP4 { width:15.3125rem;height:2.6875rem;top:28.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNlVL8EHOGAvXr7R64RPLXlxZsUSrST5 { display:block; }
 }@media only screen and (max-width: 763px) { #UxzGVa99PSystDogD05J26Rn73UMwD0I { top:24.5rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCn8V0w1GHTJtx4ITxVFhPxoC3mV3l1K { top:23.1875rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSZkCgTqipeSihydVBxeqAvw9F2QZIdR { top:20.25rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVuE4OFbx9yXTUrwL6NCJas3O2gzMkt { top:16.375rem;left:6.75rem;width:25rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prHGlCWVSxAqqayqPOSqGIX2GQNqqmDe { top:18.9375rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vop6zqGWuKdmvaHuh9QwTzxL8gD4BrFE { top:15.0625rem;left:6.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZFKlKnTKGPwL7zUZqP4yT527URWIUXW { top:2.9375rem;left:10.0625rem;width:21.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL72V1nPKwsOTf0QSQD4a8RnVTfrBqz8 { top:0rem;left:6.75rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J { display:block; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo { display:block; }#xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw { display:block; }#I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH9IPpIlBugD3Dadsk8ChvnZculrdUDB { top:0rem;left:0rem;width:37.4375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #nywhTmMH7CkuyV5TnNVGOLnFnycpWnrb { top:2.0625rem;left:20.1875rem;width:27.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSfUyAgi64r3c64dP45HIofxW9fU5uaB { top:6.375rem;left:20.1875rem;width:27.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9rfdvN1yfMTgDZaafKtdxT8Q9ca0qXC { top:8.9375rem;left:20.1875rem;width:27.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdyX1AEb1OcUlzVwv31tklZIhB4fHBgP { width:7.875rem;height:2.6875rem;top:14.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3wQAT0LKUynGFzqQByI36OkUxRlL9mS { display:block; }
 }@media only screen and (max-width: 763px) { #pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 { display:block; }#pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI { display:block; }#Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHPMucfxfTJFG0yaEbTzX2UF5TedgQMD { width:7.875rem;height:2.6875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdPfXtiJO7z2J4t0BvDkQo2eZWNMW00l { display:block; }
 }@media only screen and (max-width: 763px) { #Tprx2ICDoicRKzaMrX8XRDzBvamnMirk { top:18.125rem;left:0rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtAgvTZw8wPG3UXdzcIeJnMuQFDyDCF5 { top:15.6875rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekzxvQdcmvZl0Evsdq0Jp8gNX8eu5ni2 { top:13.5rem;left:4.9375rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PUF9M1xSeu7EbKLw6mHdyDVPOErk5J { top:13.9375rem;left:5.8125rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCX2otvxgq8Oui0nJvfnx26DCCHtSz3L { top:13.75rem;left:0rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGcRktABZC3H9QIF7NwQBROlkgWZDwM2 { top:0rem;left:0rem;width:16.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nALAg4nTIOJ75tHg7ixmxsWqsW0Fqgf8 { top:15.9375rem;left:5.8125rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PypD68NNxcBRAtGLw5GlhxFw53rAaztt { top:18.125rem;left:9.125rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLbSKT3cqXnTOfHtpsoldqBmeRoykVcZ { top:15.9375rem;left:17.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVyfAd6aJmfg2AUNwReAJX0gTSPBCFao { top:13.5rem;left:16.875rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWBVfzBXRNf8o09xRLXoPPCpvdIOVifk { top:13.9375rem;left:17.75rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQFvLIbcbTwd8LKbcVF3Wy5S6B6Tn6EZ { top:13.75rem;left:11.9375rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEOL3HWD5u1a4TVt1xzLmE1h1ViH6Iw { width:7.875rem;height:2.6875rem;top:20.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM3Tl4s8WyG1BemuvVZX2IMEUaUF8yf { display:block; }
 }@media only screen and (max-width: 763px) { #U3S9BoI9rVSlAX3s07pHMLIEVfCRWkhk { top:15.6875rem;left:11.9375rem;width:8.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toecQMq3GOcBmDNbH6mmwZ3RH5Gx5mdd { top:0rem;left:7.375rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuRXeTtBoslpmpACuCvSvUssC0u9gVz { top:18.125rem;left:21.0625rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir4DPqQ0cNGFisZ4WcUTM2TTME8LEKUU { top:15.9375rem;left:29.6875rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpn0gZMVF49IUfKUBcqOE7MH9V2hKqeU { top:13.5rem;left:28.8125rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyvoxGgOw7lpu5DE9UzNLq6rsBO96Aw { top:13.9375rem;left:29.6875rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT47TKPa9532TEmRGr17HVSKIkoOMzM9 { top:13.75rem;left:23.875rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWcbPAfJUiyl5XxDGb3sumAMVxfwIitH { width:7.875rem;height:2.6875rem;top:20.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTETbMS89q7IT1m0fiDkAB1ctqxU7Cxz { display:block; }
 }@media only screen and (max-width: 763px) { #wETw4FbubDJLRum8WJZJ0ch5ZkaXzKdh { top:15.6875rem;left:23.875rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDKTuRt49MEaVAg9On6bJ38MzeIJCAaa { top:0rem;left:19.3125rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB3AhOThua8KTtXAwg1WsNrDTqx7oegc { top:18.125rem;left:33rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXpT4vwwaPzR1wKZEo9zDKD9nDXFAUQ9 { top:15.9375rem;left:41.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u91CWX8HdW8nKzzS7cUezVHThdfiOsyI { top:13.5rem;left:40.75rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPd5LmmTvUSXdpRnOgcPufl341n3uOi { top:13.9375rem;left:41.625rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOkCIZslAhnE4xsvGVuAVx6F7I1LsoJs { top:13.75rem;left:35.8125rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i67u1JlJyGT6TTo3tvEJL5doW0DdMV5i { width:7.875rem;height:2.6875rem;top:20.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxnyykk9eFTc1PhhTwMH74nds4TB8ZX1 { display:block; }
 }@media only screen and (max-width: 763px) { #A6Ob1T3dqp5rdbLbBpwRl3uwwe5Rl8Bv { top:15.6875rem;left:35.8125rem;width:9.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3ubmZ3v7a4AJC0okzvy559ihVMsBTy { top:0rem;left:31.25rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80V7U6G7izdAaf0PD1d7fuD66plb3yt { display:block; }#t80V7U6G7izdAaf0PD1d7fuD66plb3yt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH3iZ3Nuw5I0gOzrJaPTEyC18m5q4OWc { width:7.875rem;height:2.6875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh4wTx4srWXT7ro96RWK48FpT69xEMA { display:block; }
 }@media only screen and (max-width: 763px) { #gNsEA1TC2NVryAzGB40aNqtcKMzSsbTH { top:18.125rem;left:0rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se4qsGBFNM1hTR0LJHt9DiCGmZpbRBT9 { top:15.6875rem;left:0rem;width:8.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwLEvrTT7FzqsTQEanHDWGeQlIAaHN6 { top:13.5rem;left:4.9375rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzT4uAuNUgUCzOTfBbshhWsHNK7mGo34 { top:13.9375rem;left:5.8125rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmnP4Wfqps9V5HaxqWaSHNf2EAPPTB9b { top:13.75rem;left:0rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7VSFdZnzXbpxoXpJFPA3C4xTGSP3K7f { top:0rem;left:0rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGrJk1I1wAeC92AL099CktrNxAKr3BpU { top:15.9375rem;left:5.8125rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQcy7DIFOTVroKT4BNnoO2ut02PqT2ZV { top:18.125rem;left:9.125rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNtpq8rVONhPeTp0TMMTiCLAQ80qKTH2 { top:15.9375rem;left:17.75rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnebMf3ITtFVx3Em08GE80BoopSTrTm2 { top:13.5rem;left:16.875rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIoqNbwztPKnLKIBU5tole5pTpxP9Fq { top:13.9375rem;left:17.75rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvhCEcIzxO7CF0Hm8oXzl3uTUBd7HANU { top:13.75rem;left:11.9375rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyHZxq6Qlecmzaw1MEWZ1TTAPMq4Iwc3 { width:7.875rem;height:2.6875rem;top:20.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnVI59TRQFaUsV9qrKrWLt1FzgWvMvhx { display:block; }
 }@media only screen and (max-width: 763px) { #tv6bXpc2R48WAsxfa9ugWTncsczkk0ZC { top:15.6875rem;left:11.9375rem;width:8.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1pOyJAd4AMsWWuuOrpJNkCmdkdwKKp { top:0rem;left:7.375rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1VkGOVxE2VJIoO0lRAJwPoHdP5yRb88 { top:18.125rem;left:21.0625rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAw1VQipgJnVX4AcNvsxHKVDGVM41UFQ { top:15.9375rem;left:29.6875rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu19k9mnFHlHBVT1GgDeT2UahVB0r0qc { top:13.5rem;left:28.8125rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntgAyDcy1ftsMs0EBt10Z2U0igWF0TwU { top:13.9375rem;left:29.6875rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZD3xLhWQ3x54RtIdtJKFzGvBxwCRA8G { top:13.75rem;left:23.875rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Wy5ToZRyJgTskoD8xLwXD0vp9wVlrZ { width:7.875rem;height:2.6875rem;top:20.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uraHoTg3BTqgOcJI4oJqcC6BCgI7pMf9 { display:block; }
 }@media only screen and (max-width: 763px) { #ad0weXXorzQwE5H74Ti2HTM0rMMoZheS { top:15.6875rem;left:23.875rem;width:11.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odbuf8RM7ZCBN035EBUzpc4tlAO55JAm { top:0rem;left:19.3125rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM7xlXEbNZLFpI2pi8xMAIoWdPeefNgR { top:18.125rem;left:33rem;width:14.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7stKsMTTM6yCIPKbXQSipx3tU38TZK { top:15.9375rem;left:41.625rem;width:6.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1uTNQZ54lvdSLrKwbxT26kmoWKiQSA { top:13.5rem;left:40.75rem;width:7rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkDxnViTaHgp0uPk6NIlsbfqg1tI71pt { top:13.9375rem;left:41.625rem;width:6.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXApH5EZVxqZ19hEmFvuIsrkvR0cMHc { top:13.75rem;left:35.8125rem;width:10.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEZsUMouxOoA98ux6TVEARQDvMsu4lgM { width:7.875rem;height:2.6875rem;top:20.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFT8ZDJkdpOTRRL6vEINk4TTN08eRyPP { display:block; }
 }@media only screen and (max-width: 763px) { #KCkFmzntxwvSVBiLeiwt4t4QxGoPmION { top:15.6875rem;left:35.8125rem;width:10.375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn8n7tvFLAFkKUP7QDyNXRer1FTJdip9 { top:0rem;left:31.25rem;width:16.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZq7khOe1cFSdooNc7JZXI6DT9bf9nyD { top:16.6875rem;left:23.6875rem;width:12.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt0pTc1WBCoFTsDXNbXO3oxsaDQTZJ2U { top:16.6875rem;left:35.625rem;width:12.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w { display:block; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sk0Vx0LvKOSEIGnJSwmRzKZTsWCWwppb { top:3.875rem;left:16.9375rem;width:30.8125rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tox9tCP7W1Tmu8JFRyoaCO1n5bABDd1F { top:0rem;left:0rem;width:47.75rem;height:53rem;display:block; }
 }@media only screen and (max-width: 763px) { #taBHwvltpTmRSlRm5TBXT4mrzxw1bLpn { top:7.1875rem;left:23.875rem;width:18.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.5625rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:27.5rem;height:auto;top:11.125rem;left:17.75rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:27.5rem;height:auto;top:11.125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #N8LOi3TzZ11IdEBDnKwT7QnDHc1axIBq {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #SOIMgPJo4LX0iCtXMmV9h3AaG2uWg9Qi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #PHM8sCXSp9BNzX3HZkwB9oqBT0Xem5ur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #oshOVfsJoD1lIf9b8JCEuzsSx2JvyxPi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XEtoa1z2IpNrlAePGOS90mg2dJeMJuu3 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #aBI2RNsBUko47o311N0hUGmgAmiSTAen {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #kHM1bPzgqanPftml7owCltF0nsSTh74l {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #AwkF2lOA3B6OrsrxDnthZ6aG9fRXetTi {  }
 }@media only screen and (max-width: 763px) { #PUyLuKqhNHt7cvb9ZUFNlihvUk81ETQa { display:block; }
 }@media only screen and (max-width: 763px) { #qAAqxvOXE9D46SkopOTZu75TV3byNq12 { display:block; }
 }@media only screen and (max-width: 763px) { #q0IPPhbvVDEorFkCTfkJiMxBIZ4JTFaX { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht { display:block; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvNOxwfJp8c7zo8rVky98btWkcNcVwyC { top:12.1875rem;left:1.78125rem;width:44.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BPkBlz3JTiSU7osS54DHeRO5XaLbsD { top:8.75rem;left:0.375rem;width:47rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL2f4Hch563satOBXKzWaIWEAU6SgbAL { top:19.375rem;left:10.4375rem;width:27rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy { display:block; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqPr8zsU1FnC6hc2gTJe0ETsrfHMXP97 { top:4.5rem;left:0rem;width:27rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHR9X8atmoZEltT9DLOeLdSzzbd4ztqJ { top:3.4375rem;left:0rem;width:4.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZGWXEtprAKMAvfAhQSzzF69bg5AAFC7 { top:7.1875rem;left:0rem;width:29rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlMRQB1RUbwfglWfR9tAfpdroEmUgll0 { top:7.1875rem;left:18.75rem;width:29rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph7op4XnEpp3vKHpGowUkPm4vQt83Kcy { top:3.4375rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lac8MrOy6zRSO55iHJtntW1BlDT141qa { top:4.5rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL { display:block; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcHqTWxdUkdyNZww3tE5SZSaB0UDJcXN { top:4.5rem;left:0rem;width:27rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfA6oJGiDHZkMiNZvMTXCuLQ5OGnpNEn { top:3.4375rem;left:0rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxElc1xQVhEhHTeQtHXoHPTzzldPPQs { top:7.1875rem;left:0rem;width:29rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMtqEXTKrykXg82DpGqiXbWr5ZPcIUaF { top:7.1875rem;left:18.75rem;width:29rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhzUN002nR33EGKnPQ4Pqt0n3Ey3gOrh { top:3.4375rem;left:23.875rem;width:3.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRJgB8bZ5xe5Jf6lCClpOSwwLkxKxLN { top:4.5rem;left:20.75rem;width:27rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG { display:block; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKOeKwVa6d9d7KmobHKKJkLaDgzSmQ9V { top:6.875rem;left:10.375rem;width:27rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou { display:block; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5yMWmwAmpmtxszSJmOu0MDTETiXRTWT { top:2.4375rem;left:0rem;width:20.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLTcF6GTdHgfZXzOJpOP9o65wWwmXhZW { top:0rem;left:0rem;width:22.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPKMlw5q0ud0DNJZTwgheeZACMzcHbaG { top:4.6875rem;left:0rem;width:23rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9QpNnN3mwG3Vf6AwwQTcXvl3ZTPBy79 { width:7.875rem;height:2.6875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd9yA6vbaiixeS69kk9mspTbziJBFJ1S { display:block; }
 }@media only screen and (max-width: 763px) { #oAESaHRdNXiRBiBgmdf06HoKEW0ITKTW { top:4.6875rem;left:7.9375rem;width:23.8125rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKT1Qvz6CqLDCQs8Bg7Ib1MyfoncAW29 { width:7.875rem;height:2.6875rem;top:13.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovvO4hOJXesJosJRTnWaCkOfQCE28Xvn { display:block; }
 }@media only screen and (max-width: 763px) { #vw5nNImr9uZVKg8a4Q9ncv2BApyk2RXh { top:2.4375rem;left:11.5625rem;width:20.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0q3ukfWo8EA01NkSWaWEqQyxugMF7M { top:0rem;left:9.25rem;width:22.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVudpEo2cNQJnl0gkuci7XZEnQNSynfq { top:4.6875rem;left:24.625rem;width:21.3125rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k9Et8ETze6kxhyvlx5Qu3tT0nFJkkQ { width:7.875rem;height:2.6875rem;top:13.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfgeDekcDrxoesWBv8OT0kVI8FfQv1oX { display:block; }
 }@media only screen and (max-width: 763px) { #xJ4yrEyqtcK9aFRSrd6T6BMigKclO357 { top:2.4375rem;left:25.4375rem;width:22.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sckmp5yD0RySRNm2KV2fspzUUBoRZyES { top:0rem;left:25.125rem;width:22.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODJxGVK4FOyuMZLwG911BJynSTmS6drF { top:17.5625rem;left:11.5625rem;width:20.1875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ { display:block; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O98umoMSBHPZWaWC2QDJ1uxoxDrtKZn6 { top:3.875rem;left:16.9375rem;width:30.8125rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO2GlNGD26TELfQJr7vx5cXE3n3uk3JS { top:0rem;left:0rem;width:47.75rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNIIhSuBiRnJczTZmqvDdt6mkSKEGOrV { top:7.1875rem;left:23.875rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { width:11.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { width:25.4375rem;height:auto;top:11.625rem;left:19.8125rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { width:25.4375rem;height:auto;top:11.625rem;left:19.8125rem; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ssFdmPExItvNNvx7ZwbQuHw9vxO49By4 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #gCsM4oVdzF5SpTnTodKMC7tnwgv3wWwP {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #T5h0QrehyEugL60gluIH79kOVwOqrPpy {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mQQ6ZVpTKfcWIW32dxZTduk2QWuSs8n6 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #iZcQMieTFeegCHuKOTyLQGO7adebRftp {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #L83T4TeCz8I7iPSAyyoayvTyNzqPRkwf {  }
 }@media only screen and (max-width: 763px) { #hTOfoeemDqtnoGn0sarK0RTmzAuLar0e { display:block; }
 }@media only screen and (max-width: 763px) { #OW4STdql8I1gcoouVgSMpmRv61woKVa5 { display:block; }
 }@media only screen and (max-width: 763px) { #s50Lln7gIQEsbxkPKE0FLn96e79xzFrC { display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 {  }
 }@media only screen and (max-width: 763px) { #mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { display:block; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTTg1mKBzqVaCTnglNErkwAB3EhHAlyn { display:none; }
 }@media only screen and (max-width: 763px) { #gEkcvMrWVmB4apoXGzm8dXhAKG00qV3u { top:27.625rem;left:26.5625rem;width:21.1875rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll2fvofIPw7K8EO4T1T44o6a5wKRZVSI { top:24.25rem;left:44.0625rem;width:2.5rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #krAT6myvnUPAzqlTqiUrrRWJz1TIDu08 { top:5.8125rem;left:0rem;width:37.5rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFstTtAgwgmmRpsKJelpw67dmz6XhOy { top:11.1875rem;left:0rem;width:11.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLQQhWky1Gh0cBQ41VDaf9uTQ8TwzSZg { top:15.6875rem;left:0rem;width:20.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhALyVO6IDy9QUStU0qAecsw86hlHD9l { top:17.8125rem;left:0rem;width:19.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyEk2f2msIPADnet8TIXwcbsX6sM99ye { top:22.3125rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN58vwVNtt3gi1tls5rC5HgrZgqpT61A { top:24.25rem;left:0rem;width:20.375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3hJXcF2ZKWGII6WeVQ2aiwZufTDa92W { top:13.6875rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbxIXEGCpntJV6KUrS8r2HAyAtpqEmSv { top:22.3125rem;left:9.625rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1mrOSFNcEeSPMUZSzd0cN7hM5CulW4b { top:24.25rem;left:9.625rem;width:20.375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrSQ69ArTlVdaoDGTTEOShUW2qPkF0La { top:17.8125rem;left:9.625rem;width:19.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6dW92aCsLCL3aeDc21poyFm3cGASyup { top:15.6875rem;left:9.625rem;width:27.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitxDrRsaOk4AD7UDBhrP7f0UPnDsVau { top:13.6875rem;left:9.625rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpUpavQk1nUT3Pz6u2WDC5ckDN78QXxA { top:45.75rem;left:9.625rem;width:20.375rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haUzXK28Hqke3zFTZl8UF74QpglVzvew { top:43.8125rem;left:9.625rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1mebORC9xSyAtySvEIrRexZ2F9NovrX { top:45.75rem;left:0rem;width:18.4375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbCUNPV037x4CcROvg0L3OTTdL91n5vG { top:39.3125rem;left:0rem;width:17.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWPwPhPKUvoeDI5vmaA83s5wK4A3Fmqq { top:39.3125rem;left:9.625rem;width:19.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao5gTUwnJzRHq6J5OlXm6v1JsWGbTRbR { top:43.8125rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsUBGRQz09cRZ3gCodw64Iklcx1yeBFd { top:37.1875rem;left:0rem;width:17.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQAhKBb8FUxdB70R9KPwf9wmgWvX6t2w { top:37.1875rem;left:9.625rem;width:27.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QyKVhMxbaCzhG2XIrx9y649UPc7rTJ { top:35.1875rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgrvT6TkMBwvxunTSK5OCOKsnW2ZHI85 { top:35.1875rem;left:9.625rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBJWy0THrGE5edcTHkyHTQ4T5Hmhl4Tb { top:32.6875rem;left:0rem;width:11.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocbk3Rt5pAM04xDbuuEJngOTOoZVdJt8 { top:46.5rem;left:27.375rem;width:20.375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTDr4A7PJrK4CCx7CbsTUXHcZlxMGdF { top:44.5625rem;left:36.1875rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5WprLIeF2a5NaSdUrA1CgJRL92E8kn6 { top:40.0625rem;left:28.375rem;width:19.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhR6NwaPo8VCLX4cdKn7JWVnTVCGnHnP { top:37.9375rem;left:24.625rem;width:23.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScAhXXa69uxwO4Zmh9ywxG8FGCDT7w3R { top:35.9375rem;left:36.1875rem;width:11.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmfq2HIWCRSAi1pbt39d1TNGeIHGm55g { top:12.625rem;left:6.5rem;width:0.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk6EbMAHJnT8QsyE5OPrbvntTDCoi8Lb { top:34.75rem;left:6.625rem;width:0.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0qVJIPpyiZvkAZKm37c9WpyfTNq8m8h { top:34.875rem;left:34.375rem;width:0.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9Lx1FKRz7lnIN3KJObwmJS2LfN4PnX { display:none; }
 }@media only screen and (max-width: 763px) { #uH5LqgXFRrbDyiWBH3s64cheUzmc3EaE { display:none; }
 }@media only screen and (max-width: 763px) { #yGvdE9zDXAQA3OCqlcHbPaJE8tLq8Mz2 { display:none; }
 }@media only screen and (max-width: 763px) { #z3MbDcitkB2hvt4NFAgekA9lotkIKodR { display:none; }
 }@media only screen and (max-width: 763px) { #FKfCxXclWPDAgv9sgP192GwhX7fIEL3o { top:58.125rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwqzATAco4viTH4LCrJX7RXeiR1asaaW { top:57.5625rem;left:0rem;width:10.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssfcbqWPuOIsxzm3T5vDw4FzdhVmNbk { top:54.125rem;left:0rem;width:18.4375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1C4lDw433sQNkIL37QKxGlkVUdWfVfi { top:57.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { display:block; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnlFo5qI7VqJqth92wi3dtSTEKNBKDF9 { top:1.75rem;left:0rem;width:6.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { top:5.625rem;left:0rem;width:19.625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiLmK07PuU949aEJX7SqkezNtq9U3dnf { top:1.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#oiLmK07PuU949aEJX7SqkezNtq9U3dnf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #eD0Z50auW5Z5TwM05xcJexpe0T9BW0Xg { top:1.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#eD0Z50auW5Z5TwM05xcJexpe0T9BW0Xg > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Ge2ntQZ6h4D70qhprv5ivpw4oEHfTTLX { top:1.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#Ge2ntQZ6h4D70qhprv5ivpw4oEHfTTLX > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #r0JRmCbviDtTsXVfRrb4Tg1H3dbGBDpo { top:9.1875rem;left:0rem;width:47.75rem;height:65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-size:auto !important;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP { position:relative;z-index:auto;display:block; }#oT8fo8G6iGPwnl7uTfybfTAFDyXQEypP > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qALe2egCH7BJlkKRDHnxkDszscusyzPh { width:6.125rem;height:2.3125rem;top:1.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG3hXT4dEwqOJ0Z809VTq1JGGKufwRaN { width:9.6875rem;height:3.4375rem;top:5.625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0oXqq2D7WUnszFFekLtfSsXRckDF9Fp { display:block; }
 }@media only screen and (max-width: 763px) { #AfJTBRRb3THOySlGaBVaHAHl4i5ugnVR { width:9.6875rem;height:3.4375rem;top:10.3125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvzOibFN7DucTvZimhDuqciGq3kPZeRK { display:block; }
 }@media only screen and (max-width: 763px) { #o4RiW3iWhHB9ZCV8niR8QFgQ5wgDh7QT { width:9.6875rem;height:3.4375rem;top:15rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSUyTRoeVTSpHn4toeTsEENRqGXOybTQ { display:block; }
 }@media only screen and (max-width: 763px) { #l5VBknmmgqO8Aa6kGH7Ki1WZ7DXOMa3X { width:9.6875rem;height:3.4375rem;top:19.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXwdTLvtPC2q8Vskp7qD0zLVPkch6QwK { display:block; }
 }@media only screen and (max-width: 763px) { #XsBTv6hFaPhRSFJoNmE2nQVSUXWLuEeP { width:9.6875rem;height:3.4375rem;top:24.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApTt56VWixHIIlU2qklNd5isQHvzQrZP { display:block; }
 }@media only screen and (max-width: 763px) { #f4rSVpc3BB9ivArf1mGzAMH7vmSoIozh { width:9.6875rem;height:3.4375rem;top:29.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8Sa0qhlFHJTZ6Zuvkaa1Va0b5bT2Nev { display:block; }
 }@media only screen and (max-width: 763px) { #qMNMcNNOTQ3y2JmATalhlzss64loSrzy { width:9.0625rem;height:3.4375rem;top:1.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfeOOB7E5sDwZ2LdWBN09HqDrAISeRKe { display:block; }
 }@media only screen and (max-width: 763px) { #o29FcU2vh5kATyZitD4rzfxlK25hGKP2 { position:relative;z-index:auto;display:block; }#o29FcU2vh5kATyZitD4rzfxlK25hGKP2 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr3IO69GyCU50yTRuT12TggJsOaJVkaA { width:6.125rem;height:2.3125rem;top:1.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuTzCmnP8C34NbipBSyJcNQ61DrKeVkQ { width:9.6875rem;height:3.4375rem;top:5.625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfPVw66qU2V5P5ryr5OCTdTxXFCTpsbq { display:block; }
 }@media only screen and (max-width: 763px) { #f2nyVVkKxvILGctG0GpI2B2CwrurHUqp { width:9.6875rem;height:3.4375rem;top:10.3125rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOEimJnKHoqEfPIp9K40R0EoervfS6Su { display:block; }
 }@media only screen and (max-width: 763px) { #bASGJ7szKs4nWymkCCvo9AJBRRMLDd5K { width:9.6875rem;height:3.4375rem;top:15rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUOIM6cQCtBSrq5r8CwdI9WqnNuT4L3y { display:block; }
 }@media only screen and (max-width: 763px) { #lm6bWaLdfFsEGFxpdc2W28G7AsIehxKp { width:9.6875rem;height:3.4375rem;top:19.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKbr8fTzomgATXkGh0AoARB4NuV98PkQ { display:block; }
 }@media only screen and (max-width: 763px) { #cvmIMMOlPH5wqOBd86yQBu691su5i9Dv { width:9.6875rem;height:3.4375rem;top:24.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXolTWZxicOkAZJXt5T0RxTp8dwTzakO { display:block; }
 }@media only screen and (max-width: 763px) { #nCBywKiUNWZWUydpzCDxUPaVcO2pN0Jl { width:9.6875rem;height:3.4375rem;top:29.0625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhyiEeJhR9s27a8fZTsSKrVl8ARJLIvF { display:block; }
 }@media only screen and (max-width: 763px) { #bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bafe563-ae75-42b8-b92f-dace8633dabe/08_new_skoda_enyaq_455d6ec8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0.adaptive-delivery-prevent-bg, #bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0.lazyload, #bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0.lazyloading { background-image: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container { background-color: transparent; background-image: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container > .video-iframe-container { display: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row > .video-iframe-container { display: none; }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .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); }#bvQgLXiZyOvPIsg7nRdbq4AvuanL2We0 > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxeeZGCPyTAP4HaFHbeFDSgFm0g0EQhC { width:20rem;height:3.57421875rem;top:19.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GCuBphZ9ZdmOqym2Fclyf7T4Jiuk7s6D { width:9.5rem;height:2.375rem;top:24.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrfVyv0UTcIyTurdZfSuTVyFTquSeDCI { display:block; }
 }@media only screen and (max-width: 763px) { #PFCsLfvOWtn3qWZvdcxGl5c3QbLlvgc2 { width:20rem;height:1.13720625rem;top:21.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T61sfX88z4ggQGSS40KizcQpXv7kmPyq { display:block; }#T61sfX88z4ggQGSS40KizcQpXv7kmPyq > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf9Fv77WQiVmLZKQsqkycNvWgRk1652A { display:block; }#xf9Fv77WQiVmLZKQsqkycNvWgRk1652A > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTB3VaaWzAD6Q03G5AuVTTonpOZAVa2R { width:17.125rem;height:9.625rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzOoyTLAIqzOkIDHR3in9o0DyiVaTBwn { width:17.25rem;height:1.4624rem;top:11.625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwhFWAy6eJhycUP20ERJhXWaURe3NAd5 { width:17.25rem;height:1.4624rem;top:26.375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyMg5BdcXazESQlUlZTDqwRq0GysB4dn { width:17.125rem;height:9.625rem;top:16rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEcN01UkfEcKEnDtWBiKwiIqQTASPCxv { width:17.25rem;height:1.4624rem;top:56.375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ar8Ma4IMApu0i4DkK1U2QasHAroFg68a { width:17.125rem;height:9.625rem;top:45.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwrxBu9rwXfONlQwsXKIUzVHHDBmJ98 { width:17.125rem;height:9.625rem;top:31.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrXfd0poF6UAKTwrKoi7AWtNdFAZrl4 { width:17.25rem;height:1.4624rem;top:41.3125rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO { display:block; }#AkPFMQ4VMK5JoT1Hf9ApTc3zpafLywDO > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dU752nlWUUJC4AFfndSDFpzxKKL3H8kQ { width:17.25rem;height:1.4624rem;top:11.04833984375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqrwAbAcXqEJSPWvEhpOq9MZ9A8Be13F { width:17.125rem;height:9.625rem;top:1.42333984375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTy2DfmWQWTUpXyiJEBzWGwH7mrQBKmF { width:17.25rem;height:1.4624rem;top:25.375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5mmJdC8urFNhCxwaDGiVxRXOHgmDag4 { width:17.125rem;height:9.625rem;top:14.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tptid3z0JaIpR5iy7k2fxwMkKEtzzIZ5 { width:17.25rem;height:1.4624rem;top:40.0625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnfOL4TfeXHXKOMdXEzk7vTi51rSJovi { width:17.125rem;height:9.625rem;top:29.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkH1QpdCbDbRdJexG8HGLSaCJyz8BMA8 { width:17.25rem;height:1.4624rem;top:54.5rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpQfATnn0aL1NkUJaR4ROUB61dTz4L0o { width:17.125rem;height:9.625rem;top:43.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH7uqV0p7EgweVBglWSMgeSIcfaRLxNE { width:3.9375rem;height:1.05615rem;top:38.04833984375rem;left:12.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv { display:block; }#bqKFrOBBTOlhAIVKA7oXFZPq6Wr3PiPv > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwNw4Vpw20xrBUkDpZyaTKmJxKiVeSkL { width:17.25rem;height:1.4624rem;top:10.4375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdofG1GlB1mCtZ3HoLETE6C2EAblE7Pu { width:17.125rem;height:9.625rem;top:0rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWye7wVTVcsBgR2wUppBtOJOmx0g0coz { width:3.9375rem;height:1.05615rem;top:55.59716640625rem;left:8rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XwhdMINTGxhB59WQzDZaHMfi2A9kaD6E { width:17.25rem;height:1.4624rem;top:25.4375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Np4uAT81ET10p9FDRtr0n9mVz1rZKnSg { width:15.875rem;height:8.875rem;top:15.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAwNBXzBB6zvc7nuh6yQVTJPTxKNCOGP { width:3.9375rem;height:1.05615rem;top:14.9375rem;left:8.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icV5sk4vmDaS6xFNFxZaIpTEkBgFuilX { width:17.25rem;height:1.4624rem;top:41.1875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deDxOSl2iTT5QrlpcokgTTl0AoOFu59H { width:16.1875rem;height:9.0625rem;top:30.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpJp3Wb9iSknPxPvkNTutfZH9LW6VomH { width:3.9375rem;height:1.05615rem;top:29.875rem;left:8.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUXApy6T0qo9cF6JanORiZrZ2T2LxCVb { width:17.25rem;height:1.4624rem;top:57.5625rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWDWQJD2icmzLoSJwdepTZVoP3zv8Q6N { width:3.9375rem;height:1.05615rem;top:46.625rem;left:8.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSXbgap7lcFLozJW2MclSCgKLRq45PGl { width:16.625rem;height:9.25rem;top:47.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T { display:block; }#me7TI8TkqcKZnKrFb79Wsip4uQ1WWb5T > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc { display:block; }#PyyCxwv1EbqtIpCQ6mzLs0hEVxKKCDsc > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvXd7gKH6uZhK4HliU5pUGM5dPTPChn3 { width:20rem;height:2.11230625rem;top:8.787109375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Txpamy3DTCKCqW2i3Qur2dVIXR5uxaGm { width:20rem;height:14.0625rem;top:5.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnuZ2Ls4rAScLZ0BzaTXiX0Ii7CQPTW { width:20rem;height:25.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXfniEnpWRutpCOlx4WfMcxWFsmT4DBt { width:17.6875rem;height:5.84765625rem;top:11.78515625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD { display:none; }#ngVAlT6XqV5y4ugGQeaBaOLuacGg5TzD > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RmMLnz07PVH8JstJyc4tSE73EW2VkQZc { width:20rem;height:2.11230625rem;top:4.48681640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfMDLhTH0xxJQ0SKpBUADq2mbDM3nmEQ { width:20rem;height:2.11230625rem;top:6.537109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfH1HT0RfMl33XUKeI19JZO6crrEGl8C { width:20rem;height:0.9746125rem;top:3.16259765625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qr6TiIwe0eHBF8GE9StdZIQkItcViEUk { display:none; }#qr6TiIwe0eHBF8GE9StdZIQkItcViEUk > .row .container { width:20rem;height:122.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F6GAnXrddkt4Ers5kbyh0rPQBoL5bbRV { width:7.875rem;height:2.6875rem;top:22.88037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTrp3EgzxTTbLfBzuOVlL1DTpt5qdhe { display:block; }
 }@media only screen and (max-width: 763px) { #vQSDLbCOULzkWkL8JGyzaCxfv6y6MAgI { width:14.75rem;height:0.8125rem;top:20.19287109375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QLD15kuFIgsDwbhuQgFMDamkmvGTyRe3 { width:10.8125rem;height:1.21875rem;top:17.09912109375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fm0MxcVGluD9dUOuA6GpoFKZl3qnn0v5 { width:7rem;height:2.4375rem;top:15rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5WgZ5l1CBHTFzEsWXCd4K0DccWh4xTA { width:6.125rem;height:1.625rem;top:15.4375rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uZ6z6ci1pL8zapTUygfnaRLCDoCxJtHz { width:4.625rem;height:1.7871125rem;top:15.31201171875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKcbminRHPs1CnS4R3t72zdcU4sB7I5Z { width:20rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6g1aBo2HxCpoWDFHamv5M7znJLtrAcZ { width:14.75rem;height:0.8125rem;top:49.34375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P36vyToMigdpGUnABK0Tg6c29E7Rywlu { width:7.8125rem;height:1.21875rem;top:46.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X3DkyoTRJ4yEuW4Gtdbzv0ElnmzCxokd { width:7.875rem;height:2.6875rem;top:52.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG5aLxOk3hFJNhA6FnslmTxOTlIQGTwy { display:block; }
 }@media only screen and (max-width: 763px) { #l0INZmOsTpVTq7yxEVIUaMJTx8Z6CISP { width:7rem;height:2.4375rem;top:44.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay9URfqIwBhxPswnmRTQl2GpguJ7KJ13 { width:10.8125rem;height:1.7871125rem;top:44.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f7aecDER1MmdWsl0pICovB3OAraiddqg { width:6.125rem;height:1.625rem;top:44.625rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VQduz4uBO4UV42M8rfaaBkuKaXAkt4OM { width:20rem;height:13.75rem;top:28.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQVTRhU4ZpIiG5S1FTalQWJHn0IkzJl6 { width:14.75rem;height:0.8125rem;top:78.4375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lwt7G3uHeOPNW0ogVLK3MV3UnskbX6ta { width:10.8125rem;height:1.21875rem;top:75.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6TUNF3WcqEIz2Ecisa1xvLGT3alsv69 { width:7.875rem;height:2.6875rem;top:81.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTEiZBm4SOEhvgBTINrpTS6iZ7gBUxzL { display:block; }
 }@media only screen and (max-width: 763px) { #ocZ6zTPGWUtkafB39prCFOV0SWDtEI5H { width:7rem;height:2.4375rem;top:73.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1LtgdWJDMNzE4p9e2TAeNhrcbVtsTt { width:10.8125rem;height:1.7871125rem;top:73.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFEgt8BGUD8qwVZPIxabOzuNmqJtCp14 { width:6.125rem;height:1.625rem;top:73.625rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gAILTtkPCAMf2LWafsnN9rEPbQeewSMR { width:20rem;height:13.75rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L00Nu54mb8rzfkERTqarnUpN8CTMQ8zz { width:14.75rem;height:0.8125rem;top:108.09375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qE72csN0LRmuwBELw4iph3LMPVpUf5bF { width:10.8125rem;height:1.21875rem;top:105rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DyAQHagvcbdrFfQmDks4m73NRcXK5BE8 { width:7.875rem;height:2.6875rem;top:110.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtS6POdylVxGhJTEn06ZEnwU1tlZbBk { display:block; }
 }@media only screen and (max-width: 763px) { #Pd7WmcptWFUc1TbTtuNpNCm0r1nXES1C { width:7rem;height:2.4375rem;top:102.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXeebOaLI0LQkgmIxp1kCJlLgdEXxaT { width:10.8125rem;height:1.7871125rem;top:103.1875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBhR7Z1endITWRQ25sOoxEhftahhs92q { width:6.125rem;height:1.625rem;top:103.3125rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ezTGQlM8XfJAOWeakncqInKZ3LtNfL84 { width:20rem;height:13.8125rem;top:87.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXXCVpU1g7Gdyh6oFblIgtwNLEBa68HR { width:5.625rem;height:1.21875rem;top:17.4375rem;left:13.9375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RJ3SewbkhwAmuc8CXEmWl1ZxCLeHQWLd { width:3.5rem;height:0.0625rem;top:17.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ots1S1S94hCo9C3l3hq41SV3Bw7rLqiv { width:6.125rem;height:1.21875rem;top:46.5625rem;left:13.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RwvP5CEw7aKQWfpEMGplmv597xMqwH7h { width:3.5rem;height:0.0625rem;top:47.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUgrTTVsf2KfTkBMDKtd7oTusxx76dd { width:6.125rem;height:1.21875rem;top:75.625rem;left:13.5rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ukz6T6CPsuE4sFoLMs2UXD2JlCcZnEwV { width:3.5rem;height:0.0625rem;top:76.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadcMPXTbrO71cTo98h7iNsw9ETFsTTL { display:none; }#uadcMPXTbrO71cTo98h7iNsw9ETFsTTL > .row .container { width:20rem;height:8.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdEAuh7yZCfTc7XlZXf79bBttnExftga { width:20rem;height:2.11230625rem;top:2.54931640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXu52ITCrpexGnsC8c6cfoEW7l8ozPfN { width:15.0625rem;height:2.11230625rem;top:4.599609375rem;left:2.46875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQXQNa9vgcLBhU7S2WRzKsGzPwUywGlS { width:20rem;height:0.9746125rem;top:1.16259765625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas { display:block; }#JfGg5kTIgwNB8h2cn6AtlpHWrnRkZaas > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi9hTkNbeQeOwf4vR7EgIRfHv4eRvorA { width:20rem;height:3.57421875rem;top:15.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbxRHL73B5Cbuv2JKhitZIVbK1GN042M { width:19.375rem;height:1.29980625rem;top:21.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pg3Pn0Fc0EcxXKAo6LSVg2kOk4zo1ZLu { width:20rem;height:1.29980625rem;top:21.9794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HSS5k4LcizGs8cdVMs4bIWRTzTwOMGa5 { width:13.125rem;height:2.8125rem;top:33.81640625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJcfhJl0elK87NhIur44nrfNNmg2TlPN { display:block; }
 }@media only screen and (max-width: 763px) { #Xn1UMCZBzNcNITlLVe8Epmc8TnGfoU6y { width:20rem;height:1.7871125rem;top:20.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vn0dqXUrlhB8hmHKlaOxTOkXTeq45M53 { width:18.125rem;height:6.8232375rem;top:24.716796875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMTp9p61z9rSStILG0rXJ8el3mKvpzCn { width:20rem;height:14.276206322796rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S29GqsdzotElR3u2bROAd8sowI5MNqWT { display:none; }#S29GqsdzotElR3u2bROAd8sowI5MNqWT > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qPpNS7bdIKuueB57afIea0CknvxmPrko { display:block; }#qPpNS7bdIKuueB57afIea0CknvxmPrko > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE6DTs78zIneFPAw9ftwtOF9EkLapgOy { width:16.375rem;height:3.57421875rem;top:16.0625rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oygNIT4tZ2D5kTRxSo4fhn20q0C2rOOK { width:18.6875rem;height:1.29980625rem;top:23.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nG06v3V3eqyMWzGnFUS3IULS7004Rb02 { width:20rem;height:1.29980625rem;top:21.9794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #efVCiWUv2FXbbfUc4OFLRJTX7i5HHses { width:13.125rem;height:2.8125rem;top:34.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9JqsVMLK9Ua3fVWLUgLDLQQDn5qJLb9 { display:block; }
 }@media only screen and (max-width: 763px) { #pcprHpH89XCWdJQdPFDUcRcuTRDwKHIA { width:20rem;height:1.7871125rem;top:21.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATFuxCo3DhtSatBaZRO9udBOUHNaDPoJ { width:18.125rem;height:6.8232375rem;top:25.904296875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5R2hEmXhtLHVKNcKeMhCJLK3kap2vuc { width:20rem;height:14.276206322796rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf { display:none; }#JnBaTu5rEcxiagMZVpCewV3lWRaPiCrf > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa { display:block; }#QFL3aHLLkpAPsMV2vLnTdmpgyiqO3rCa > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kA47rFxB4Lq0PdqxWbRCWQslQADpTWgq { width:16.375rem;height:3.57421875rem;top:16rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZU34a6mxhvqGcuawIKWyZBzE0aQfg3I { width:19.125rem;height:1.29980625rem;top:24.125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGCowKsrFFGtgigdpGHEyrrdeTXvNN9O { width:20rem;height:1.29980625rem;top:21.9794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vg9o2SBr4h85qe3XFqqJnGiBa8qrVASE { width:13.125rem;height:2.8125rem;top:35.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fodk9GkX45XVg5VkhQUXMUGzyTlUZpvC { display:block; }
 }@media only screen and (max-width: 763px) { #fqfknOrRNFrktmrh3XzGXJedzzrOVDwQ { width:15.0625rem;height:3.57421875rem;top:20.5rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwLbTSdH8BiRRlTCoRdgcySRDqf6WJLZ { width:18.125rem;height:6.8232375rem;top:26.6875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdVQseltR4qsJhBqZoT8XuiIvSVkR39g { width:20rem;height:14.276206322796rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA { display:none; }#yp7rq6fTPl009CtwsIB5AHvWyGMaxFpA > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL { display:block; }#KXSVhBM8WATc1J3wk8Kwi4KBQlHf6DdL > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3lwll80QWU3pJIQfiu9oeDIb9XMthCq { width:15.625rem;height:3.57421875rem;top:15.5rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRhyPKIeWQq0v6szxvonlocIgxOrZ1Aw { width:17.6875rem;height:1.29980625rem;top:23.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZpgIoXD2zKGi3NyT2uEoEOU602vDg0f { width:20rem;height:1.29980625rem;top:21.9794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m1qKGriAhyXPwzugHpdoJkqESSxSOhLK { width:13.125rem;height:2.8125rem;top:34.94140625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWiHf4L70X36q3FX1cyQMZuCMpxz7DxX { display:block; }
 }@media only screen and (max-width: 763px) { #nUv2a017EPlp23A4lolQh3otDqpUTbH6 { width:14.5625rem;height:3.57421875rem;top:20.125rem;left:2.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7TyqXWlO544ig4uTOGBT4EatqsTfgRJ { width:18.125rem;height:6.8232375rem;top:26.341796875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbWrWsdmrEnafHFl1BySc5G3Ab6F2VII { width:20rem;height:14.276206322796rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK { display:none; }#TwW9DBkRa1BxT2OKPplSlNFkDVPvsIFK > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR { display:block; }#UOlHBHcv3mMxFtn1bNRVACVvJXTgAxyR > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1DvdhZaHhRqWbaw8RVMUWoIRBR5UBiT { width:15.625rem;height:3.57421875rem;top:15.5rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcipZ1yhWU1SsVFM04I6BydXOWxFfZW3 { width:17.6875rem;height:1.29980625rem;top:23.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpgnqqWykbVmLTRGTBp0RoARhn3cZxaA { width:20rem;height:1.29980625rem;top:21.9794921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TeNuEbvDlvsx05yf2SA2RcMEnPDrnvXd { width:13.125rem;height:2.8125rem;top:34.94140625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSroDPc7bWhZMSrDXV7wPuXTCs0fzKPH { display:block; }
 }@media only screen and (max-width: 763px) { #ysO3nIH5RAcnQJLNzkxrTw1DDxAi38Qs { width:14.5625rem;height:3.57421875rem;top:20.125rem;left:2.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9VOB7F920rJGKOUZmg85eraxynaVALl { width:18.125rem;height:6.8232375rem;top:26.341796875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LoTFTlrlhJvTJfBHNt27DVMgTDupK2Zx { width:20rem;height:14.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O { display:block; }#KlDvC4EFKOvaCQ2DaTyHAPeyqANyl36O > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLudQO5czDMuJz3XSwn9OuIpllE3Ill4 { width:20rem;height:2.11230625rem;top:2.54931640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqdxSPoEEDzUx0IBZIFvL25276AATkZU { width:15.0625rem;height:4.2246125rem;top:4.599609375rem;left:2.46875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzXLpb8ZN6Qwb7rArrymnc2pyBhNpuMd { width:16.4375rem;height:2.375rem;top:10.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4LJwM1vxwGNT75OLE8pLKRJfExEFRgJ { width:20rem;height:1.29980625rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnPinw7hNdMrwT6OcJJlC68ENJ4b5ZCv { width:20rem;height:0.9746125rem;top:1.16259765625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T { display:block; }#LzLbDGyBaOL7IuG8Fu5VEubOA5MI7m5T > .row .container { width:20rem;height:102rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DfQxBgaEgCzV8Qk7WarF9tZPH3RsXmk8 { width:20rem;height:2.9248rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4ywlIp6xqqP84xntAvIvIIHVHKZPvsK { width:19.5rem;height:10.875rem;top:4.17431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOoPGJD1lGqX82B3AomFuiKC3qQh0JQP { width:20rem;height:1.29980625rem;top:15.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQquP0Ac7STHGewzZkNvFidRF8zcoqqH { width:20rem;height:1.7871125rem;top:16.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpU7D7iJkuuQgyZyoz3DD9Q9kP77BaTq { width:20rem;height:2.6875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0U8JHUU4E26E3BBC6eSQtvkR9Teq6en { display:block; }
 }@media only screen and (max-width: 763px) { #DWBtQDp1qGecTJrsAfXCBsZB7QaCfn6t { width:20rem;height:1.7871125rem;top:19.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppHUpXP5z6RRyzz0zTvCpaR5tSVDq5Sm { width:20rem;height:1.29980625rem;top:18.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTcDhrTdJZz3DgCghEgZqdfCLzeZMNUA { width:20rem;height:1.7871125rem;top:22.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8l5pMXNTVkgp85UcFBH3fa1af44C2iA { width:20rem;height:1.29980625rem;top:21.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkNe89mh9c6rUHBZcFyHgdoDhPx8s5yr { width:20rem;height:2.6875rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDelcL993sAThIFFt4fBG8aPIS8liwTB { display:block; }
 }@media only screen and (max-width: 763px) { #MSTUphX0TvlWuB0uv809SoBRUqLkJ919 { width:20rem;height:1.7871125rem;top:55.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkmraDJGTt1uabHKaWfgXcuoLC2SeqfR { width:20rem;height:1.29980625rem;top:54.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7gygfJNLCxc3LwFtTXeLR7XCmd641um { width:20rem;height:1.7871125rem;top:52.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXF8Slm8i87ZqC1umLG9kyeJZAo2FMlb { width:20rem;height:1.7871125rem;top:49.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3cTG5kk79vMbN1GkS6sC1wHg37IJiuy { width:20rem;height:1.29980625rem;top:51.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNLQiSUrao5mzbzXrprqpQrkleyxbp9R { width:20rem;height:1.29980625rem;top:48.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fiv8Ruf7R5W48xdu8f3qQxQtyAQ2P2D9 { width:19.75rem;height:11.125rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyk3JhypkIrD8pQ5HQ7uGvdZVATgTf1m { width:20rem;height:2.9248rem;top:34.0126953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9yfSlESIEZRo00RPLZA1rOyT3xl5wW { width:15.3125rem;height:2.6875rem;top:93.80615234375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2vmLyH8RVISW2oRTtSldOqDd9kvv06 { display:block; }
 }@media only screen and (max-width: 763px) { #kFhTqC3wFTCve4klDrfMTZ2C4OmaHTdC { width:20rem;height:1.7871125rem;top:90.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i02PQ6vqbOmJsickUdIs4aRLLxmhitCg { width:20rem;height:1.29980625rem;top:89.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kK0m88dLcnC2DUKmtk3NUpNde8RBPGCT { width:20rem;height:1.7871125rem;top:86.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rw5RBlkPlDOcZTPvS6qWbSzxOMJXt7Bq { width:20rem;height:1.29980625rem;top:85.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uH5T9oIFFvx83sZ136TqTZsNaVZiWtSf { width:20rem;height:1.7871125rem;top:82.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEHif0kgvXGVsOLRepxFegioGdWyF4Hw { width:20rem;height:1.29980625rem;top:81.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDKlQW9xZesvXbfCzuUMp1xTKRuT5lp5 { width:20rem;height:11.246376811594rem;top:69.88623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvthXuqQMAZMXCT3GT6o6pg4DKTNUOnT { width:20rem;height:2.9248rem;top:66.9619140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn { display:block; }#AXiPVGvQNFgbxg0CFZWSQ6XPc9TXfHQn > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbhVAs6ufnmcpvVJ53wIHlEV76WzLVBX { width:20rem;height:2.9248rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtGJge6kxl2VafhdH67M1IrOPO9zOxxW { width:19.5rem;height:10.9375rem;top:4.17431640625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBAFkfTNBbGXw8DkSay87cQ1IcJ7GDq5 { width:20rem;height:1.29980625rem;top:14.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVpaDuNLTZIipmlaUoJZTnDNNf8s0XO0 { width:20rem;height:1.7871125rem;top:15.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kg1GsI1m7aG96NJQ3BOvp9hHe0PmnTv9 { width:20rem;height:2.6875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVI6a4llsTG943lvLSLscUpoJLNZwTx { display:block; }
 }@media only screen and (max-width: 763px) { #yZbB4JkNUqrK5k2LuhWeQL3UdlT58c1I { width:20rem;height:1.7871125rem;top:18.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPAwd0t9Vq2GibMhWVM6hlPEBJbAzN20 { width:20rem;height:1.29980625rem;top:17.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Id8ah6RGGvRbSCvA0ZQ0NPTg00OTmmp0 { width:20rem;height:1.7871125rem;top:21.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPG8DmLvH770NPKn0ahxKlefKqnrTWtL { width:20rem;height:1.29980625rem;top:20.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWMtXD8oRZDoUdhTIH5BN4dmntdf2SNa { width:20rem;height:2.6875rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVAe5n22v2fTCytynC6JWqWG8UJXT37h { display:block; }
 }@media only screen and (max-width: 763px) { #EDrGsu7vtgiDAa3sA0MQozPG0ksucPLP { width:20rem;height:1.7871125rem;top:55.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOIKLQ2H6u0AihzPsOpQTf7AL2zbtCi0 { width:20rem;height:1.29980625rem;top:54.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ap3gRJQxN6DSAZwWnCiQ7hrmSrKpCKVr { width:20rem;height:1.7871125rem;top:52.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8xklA5dQgtULTBh4uHNvuPTaw2F1od { width:20rem;height:1.7871125rem;top:49.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to0LWx5cxdR9yJZiiTqck28rElanhuXn { width:20rem;height:1.29980625rem;top:51.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6G5NZO0e5Lzw72yQPy2EblELNrH2y5 { width:20rem;height:1.29980625rem;top:48.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq17srp0bTdn19RvKzE1mcpXWRoc49K { width:19.75rem;height:11.0625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe39A6IldaWoBuWwfFqPTqh8goaubueG { width:20rem;height:2.9248rem;top:34.0126953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3TLrvzfHmceS0aTt1Q3bSGlDroqBhf8 { width:20rem;height:2.6875rem;top:92.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VghiP3q560W37oOpksAo8bKfdcbzIwts { display:block; }
 }@media only screen and (max-width: 763px) { #uKQ93lRBzPmRmRMsapUwhCZAL85UtpNC { width:20rem;height:1.7871125rem;top:82.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCOm9mg4QNG0NgdEMwfcg6qeyX9t00zq { width:20rem;height:1.29980625rem;top:81.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQSp2paeeEAbzqT3lL08WkT1lzHM0z2Z { width:19.75rem;height:11.0625rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkP58Rm516FrUk2TLVBl4P5OmPmyPveE { width:20rem;height:2.9248rem;top:67.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGgeEnpBLWSxDGg0gOJMgBMTAgZCxG8B { width:20rem;height:1.7871125rem;top:88.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2Z2cfBN2fTJcdWcHRCKJ5N5r41aDZxH { width:20rem;height:1.29980625rem;top:87.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMT8zDn7lZUPNGftmbT2U8Uyq1EFy7Lx { width:20rem;height:1.7871125rem;top:85.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqKsUt3JcFeDh5k2ns1cIVJyBz99ZtTC { width:20rem;height:1.29980625rem;top:84.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG { display:block; }#pOq4z69oPcq4Vy0paZJDpS0EMmmS0axG > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NO2i0ZuBBAUC0x3g3670gQRwyz0PlTOw { width:20rem;height:2.9248rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6zhqbfLXmgyzkFGnuwiveAa20TpLe0S { width:17.875rem;height:10rem;top:4.17431640625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBsMvDWzUDRy0V0zTernWPPWby7avQw { width:20rem;height:1.29980625rem;top:14.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sn89QnNR14yCqRCf178yfPWPTcUNyXro { width:20rem;height:1.7871125rem;top:15.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtevZCsJlIAwCzq98CegSXtaHKrcU764 { width:20rem;height:2.6875rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvsHxdrpLoPk72E8vWrI8zXuov9736dl { display:block; }
 }@media only screen and (max-width: 763px) { #uG1Zzqv6T2c6d7a5IB4Bch0h6sDoRm2g { width:20rem;height:1.7871125rem;top:18.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvXsDAa2TEpazE0VxB5r51kGXv3RZT05 { width:20rem;height:1.29980625rem;top:17.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3iFrPRtprKe8oKzQQ2ZcqP9z4daM0m { width:20rem;height:1.7871125rem;top:21.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isEsRy7aD7PI4FpTgyWN37XQkK9uF01w { width:20rem;height:1.29980625rem;top:20.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Stp5WKyJRO7E3zgkHzTKseID9IgPTGPa { width:20rem;height:2.6875rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skLqpiu9WD5xD8vCc3h7XDKHcwOS3myx { display:block; }
 }@media only screen and (max-width: 763px) { #lAfpKpcnbH3cWvKPgSIutUTiGzkgcGk8 { width:20rem;height:1.7871125rem;top:55.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMRGWURLSQqlDr9VtpDmQt5dAHUqH6BG { width:20rem;height:1.29980625rem;top:54.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkbAGyaX3TH3MwzVCtJiuzT1r65xQ7ib { width:20rem;height:1.7871125rem;top:52.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhUp9TcnGH4RmbsUHdst93PCOQRAxEgv { width:20rem;height:1.7871125rem;top:49.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J09NNtVB3TS4PvnBB7K7RLVFvzFQOpQc { width:20rem;height:1.29980625rem;top:51.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5oKOP18TJALxFRfTrrNrJBJBmA3Ldk5 { width:20rem;height:1.29980625rem;top:48.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1w6zeMQsBrxnTo4TOaEz79gDCVvH52h { width:19.75rem;height:6.8125rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2T9oibVvVuhkqoySKE9da6mVZTVqBmC { width:20rem;height:2.9248rem;top:34.0126953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwMrM6uagq1NKmPX9ZMO1y50keEQaLm7 { width:20rem;height:2.6875rem;top:92.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8oIKN5RIkOVmXWmZvvxfTQT6bKTyBTU { display:block; }
 }@media only screen and (max-width: 763px) { #hIsk0ifuyDPu01lbQTAk3Uce7c6WBiUD { width:20rem;height:1.7871125rem;top:82.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHQNlHh1NIAhaTlRIGHaa0NRR43ibo31 { width:20rem;height:1.29980625rem;top:81.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIVMHXdcItVl0NCN0FSbGJNuHuS049pk { width:19.1875rem;height:10.625rem;top:70.75rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfuGGAK3FSKNrX5MKnGoUfMt3T9iXTsM { width:20rem;height:4.38720625rem;top:67.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIcMzbAh1dMdVN6LFITyCsvokdMmTlM5 { width:20rem;height:1.7871125rem;top:88.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MU0ome1NuwldHvWHbnIAqqpBbiAw7Ga5 { width:20rem;height:1.29980625rem;top:87.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkIi2vO4EhvQGkBpXl9P7sQkTnoIQT6a { width:20rem;height:1.7871125rem;top:85.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwubH1s5NFLZ7mzJQlnkscZ4KdE6E5d9 { width:20rem;height:1.29980625rem;top:84.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk { display:block; }#X7rxnLi71hzmNMzZydaGrM8ToHFXqlrk > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC8NLOPTuBIzPQBD7a7ebMMZST0PRzgR { width:15.6875rem;height:2.9248rem;top:0rem;left:2.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1kr5zfkdhimZeWtXTqH38ksoxf2qQou { width:19.5rem;height:11rem;top:4.32421875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22l0NNQeAsxOvuKkwavRqP0cGw5bFe4 { width:20rem;height:1.29980625rem;top:15.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PctWALbHMzePwwffRsTytQOx2b2KlTF3 { width:20rem;height:1.7871125rem;top:17.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a358T5lAJw7cgnrdCpNTmh8Z25JE5ta6 { width:20rem;height:2.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDXTT6xfp9Iyr2iPJxHt3lwPFripTdgT { display:block; }
 }@media only screen and (max-width: 763px) { #USoryLnkuuWSZZQ6HJeCcT3ls0BwS1G9 { width:20rem;height:1.7871125rem;top:20.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6J89xpTD7O0dIINhTBhLqB9XPZQ0TgD { width:20rem;height:1.29980625rem;top:19.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3PeKH8InTrE7dlUI78EQzyVrRh3n2PJ { width:20rem;height:1.7871125rem;top:23.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1kQ1Pgs2r34sfxZmKe5apiG46uBi4rl { width:20rem;height:1.29980625rem;top:22.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDFg8R0CqgL4eWXTX8neaMbp61aliQGR { width:20rem;height:2.6875rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNZExAapE6uGM2H16mIau4w2ZapA3zgg { display:block; }
 }@media only screen and (max-width: 763px) { #XTnmE2SDlkEdOh2BkcxLecZQvnNoiKsv { width:20rem;height:1.7871125rem;top:55.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLnJkyogDqLilbEKTMXAUkso3cSP1coI { width:20rem;height:1.29980625rem;top:54rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1U1fTLAt3CKSS1xUvCiQSrTIDCTJNwr { width:20rem;height:1.7871125rem;top:52.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJrxJSbpiLOHDisccN34lk21VOLIRGVX { width:20rem;height:1.7871125rem;top:49.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KO5heU1ato44Gg0zZIGAnkheCsZfcv1O { width:20rem;height:1.29980625rem;top:50.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2zdz1hKKtrwwyAyzCFK2epRZmbz2X8X { width:20rem;height:1.29980625rem;top:47.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLSfBTis8rkwc38yfAaytaxZRmK4ezLx { width:19.5rem;height:10.875rem;top:37.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSkOP8NkSQ6fkZCnPppBxVzy8uFfFc7J { width:20rem;height:2.9248rem;top:34.0126953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTUiwtbsrnGgIVZTwt8cIsSlFCAFXaIN { width:20rem;height:2.6875rem;top:92.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPDq3mvIDPal0MqJR2Irdv1ZQBHTB8Jv { display:block; }
 }@media only screen and (max-width: 763px) { #HTwcFUdOT0nKMVTMyCJqXFUsaOJUVfHX { width:20rem;height:1.7871125rem;top:82.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8wnHoIf1vdJEXaHHffTuwqh8y85c0PC { width:20rem;height:1.29980625rem;top:81.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueLEs1N5hmGLfdDJkLtRwOZsvWT3EZvZ { width:19.5rem;height:10.9375rem;top:70.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0bpyzTo0Tq0LxzBwh1I42x68nd029IG { width:20rem;height:2.9248rem;top:67.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fipCr5BNclklratGZQG3uthBA0DXDGyc { width:20rem;height:1.7871125rem;top:88.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGx7lTAci7DhcXg0VmGsAL0TBcuVmPbX { width:20rem;height:1.29980625rem;top:87.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yS6b95WVTRv5T9NL54GSv21a35PV980L { width:20rem;height:1.7871125rem;top:85.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcHtX8gsZfvOLIaTiexdN0JkATu3IUFa { width:20rem;height:1.29980625rem;top:84.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl { display:block; }#cgvqnOhmrUfU8TSsm2TUKAtTf6FIvWkl > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXipTevJN6GGsE1EpIQ5knXfx7IlCpP4 { width:20rem;height:2.6875rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNlVL8EHOGAvXr7R64RPLXlxZsUSrST5 { display:block; }
 }@media only screen and (max-width: 763px) { #UxzGVa99PSystDogD05J26Rn73UMwD0I { width:20rem;height:1.7871125rem;top:21.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCn8V0w1GHTJtx4ITxVFhPxoC3mV3l1K { width:20rem;height:1.29980625rem;top:20rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSZkCgTqipeSihydVBxeqAvw9F2QZIdR { width:20rem;height:1.7871125rem;top:18.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJVuE4OFbx9yXTUrwL6NCJas3O2gzMkt { width:20rem;height:1.7871125rem;top:15.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prHGlCWVSxAqqayqPOSqGIX2GQNqqmDe { width:20rem;height:1.29980625rem;top:16.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vop6zqGWuKdmvaHuh9QwTzxL8gD4BrFE { width:20rem;height:1.29980625rem;top:13.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZFKlKnTKGPwL7zUZqP4yT527URWIUXW { width:19.5rem;height:10.875rem;top:3.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL72V1nPKwsOTf0QSQD4a8RnVTfrBqz8 { width:20rem;height:2.9248rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J { display:none; }#tfyNFJm1Tl63mLXZtCzQSPMuPBc3q50J > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo { display:none; }#xOQgkWsrmELJ7UZa6Huq6rXzSfCOLbvo > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw { display:none; }#I21JKgJqfXvRK2Uoxlgxtx3I1bmFUrMw > .row .container { width:20rem;height:31.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sH9IPpIlBugD3Dadsk8ChvnZculrdUDB { width:20rem;height:11.218697829716rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nywhTmMH7CkuyV5TnNVGOLnFnycpWnrb { width:12rem;height:3.57421875rem;top:13.95166015625rem;left:4rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSfUyAgi64r3c64dP45HIofxW9fU5uaB { width:14.5rem;height:2.5996125rem;top:18.4052734375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9rfdvN1yfMTgDZaafKtdxT8Q9ca0qXC { width:20rem;height:1.29980625rem;top:22.2294921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdyX1AEb1OcUlzVwv31tklZIhB4fHBgP { width:7.875rem;height:2.6875rem;top:25.37890625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3wQAT0LKUynGFzqQByI36OkUxRlL9mS { display:block; }
 }@media only screen and (max-width: 763px) { #pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 { display:none; }#pgSlEJGrp866a7BGZRPPSbDLRxAdwx35 > .row .container { width:20rem;height:7.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI { display:none; }#Oo6Fz6pXNfvPGPL61k8BoLoTOug78pBI > .row .container { width:20rem;height:117.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aHPMucfxfTJFG0yaEbTzX2UF5TedgQMD { width:7.875rem;height:2.6875rem;top:23.80517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdPfXtiJO7z2J4t0BvDkQo2eZWNMW00l { display:block; }
 }@media only screen and (max-width: 763px) { #Tprx2ICDoicRKzaMrX8XRDzBvamnMirk { width:14.75rem;height:0.8125rem;top:21.11767578125rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JtAgvTZw8wPG3UXdzcIeJnMuQFDyDCF5 { width:7.0625rem;height:1.05615rem;top:18.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ekzxvQdcmvZl0Evsdq0Jp8gNX8eu5ni2 { width:7rem;height:2.4375rem;top:15.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PUF9M1xSeu7EbKLw6mHdyDVPOErk5J { width:6.125rem;height:1.625rem;top:16.1875rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BCX2otvxgq8Oui0nJvfnx26DCCHtSz3L { width:10.8125rem;height:1.7871125rem;top:16.07470703125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGcRktABZC3H9QIF7NwQBROlkgWZDwM2 { width:20rem;height:13.8125rem;top:0rem;left:-0.049450549450541rem;display:block; }
 }@media only screen and (max-width: 763px) { #nALAg4nTIOJ75tHg7ixmxsWqsW0Fqgf8 { width:6.125rem;height:1.21875rem;top:18.1875rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PypD68NNxcBRAtGLw5GlhxFw53rAaztt { width:14.75rem;height:0.8125rem;top:50.5556640625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLbSKT3cqXnTOfHtpsoldqBmeRoykVcZ { width:6.125rem;height:1.21875rem;top:47.9375rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qVyfAd6aJmfg2AUNwReAJX0gTSPBCFao { width:7rem;height:2.4375rem;top:45.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWBVfzBXRNf8o09xRLXoPPCpvdIOVifk { width:6.125rem;height:1.625rem;top:45.9375rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AQFvLIbcbTwd8LKbcVF3Wy5S6B6Tn6EZ { width:10.8125rem;height:1.7871125rem;top:45.8125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikEOL3HWD5u1a4TVt1xzLmE1h1ViH6Iw { width:7.875rem;height:2.6875rem;top:53.2431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM3Tl4s8WyG1BemuvVZX2IMEUaUF8yf { display:block; }
 }@media only screen and (max-width: 763px) { #U3S9BoI9rVSlAX3s07pHMLIEVfCRWkhk { width:8.6875rem;height:1.05615rem;top:47.625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #toecQMq3GOcBmDNbH6mmwZ3RH5Gx5mdd { width:20rem;height:13.75rem;top:29.86767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuRXeTtBoslpmpACuCvSvUssC0u9gVz { width:14.75rem;height:0.8125rem;top:79.25rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ir4DPqQ0cNGFisZ4WcUTM2TTME8LEKUU { width:6.125rem;height:1.21875rem;top:77.375rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Hpn0gZMVF49IUfKUBcqOE7MH9V2hKqeU { width:7rem;height:2.4375rem;top:74.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFyvoxGgOw7lpu5DE9UzNLq6rsBO96Aw { width:6.125rem;height:1.625rem;top:75.375rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TT47TKPa9532TEmRGr17HVSKIkoOMzM9 { width:10.8125rem;height:1.7871125rem;top:74.9306640625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWcbPAfJUiyl5XxDGb3sumAMVxfwIitH { width:7.875rem;height:2.6875rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTETbMS89q7IT1m0fiDkAB1ctqxU7Cxz { display:block; }
 }@media only screen and (max-width: 763px) { #wETw4FbubDJLRum8WJZJ0ch5ZkaXzKdh { width:7.0625rem;height:1.05615rem;top:76.7177734375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDKTuRt49MEaVAg9On6bJ38MzeIJCAaa { width:20rem;height:13.75rem;top:59.3056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB3AhOThua8KTtXAwg1WsNrDTqx7oegc { width:14.75rem;height:0.8125rem;top:108.3427734375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXpT4vwwaPzR1wKZEo9zDKD9nDXFAUQ9 { width:6.125rem;height:1.21875rem;top:106.0625rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #u91CWX8HdW8nKzzS7cUezVHThdfiOsyI { width:7rem;height:2.4375rem;top:103.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPd5LmmTvUSXdpRnOgcPufl341n3uOi { width:6.125rem;height:1.625rem;top:104.0625rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yOkCIZslAhnE4xsvGVuAVx6F7I1LsoJs { width:10.8125rem;height:1.7871125rem;top:103.625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i67u1JlJyGT6TTo3tvEJL5doW0DdMV5i { width:7.875rem;height:2.6875rem;top:111.0302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxnyykk9eFTc1PhhTwMH74nds4TB8ZX1 { display:block; }
 }@media only screen and (max-width: 763px) { #A6Ob1T3dqp5rdbLbBpwRl3uwwe5Rl8Bv { width:9.0625rem;height:1.05615rem;top:105.412109375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3ubmZ3v7a4AJC0okzvy559ihVMsBTy { width:20rem;height:13.75rem;top:88rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80V7U6G7izdAaf0PD1d7fuD66plb3yt { display:none; }#t80V7U6G7izdAaf0PD1d7fuD66plb3yt > .row .container { width:20rem;height:121.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vH3iZ3Nuw5I0gOzrJaPTEyC18m5q4OWc { width:7.875rem;height:2.6875rem;top:22.904296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTh4wTx4srWXT7ro96RWK48FpT69xEMA { display:block; }
 }@media only screen and (max-width: 763px) { #gNsEA1TC2NVryAzGB40aNqtcKMzSsbTH { width:14.75rem;height:0.8125rem;top:20.216796875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Se4qsGBFNM1hTR0LJHt9DiCGmZpbRBT9 { width:8.375rem;height:1.05615rem;top:17.28662109375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBwLEvrTT7FzqsTQEanHDWGeQlIAaHN6 { width:7rem;height:2.4375rem;top:15.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzT4uAuNUgUCzOTfBbshhWsHNK7mGo34 { width:6.125rem;height:1.625rem;top:15.9375rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VmnP4Wfqps9V5HaxqWaSHNf2EAPPTB9b { width:10.8125rem;height:1.7871125rem;top:15.49951171875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7VSFdZnzXbpxoXpJFPA3C4xTGSP3K7f { width:20rem;height:13.75rem;top:0rem;left:0.03107734806629rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGrJk1I1wAeC92AL099CktrNxAKr3BpU { width:6.125rem;height:1.21875rem;top:17.9375rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WQcy7DIFOTVroKT4BNnoO2ut02PqT2ZV { width:14.75rem;height:0.8125rem;top:49.21875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNtpq8rVONhPeTp0TMMTiCLAQ80qKTH2 { width:6.125rem;height:1.21875rem;top:47rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hnebMf3ITtFVx3Em08GE80BoopSTrTm2 { width:7rem;height:2.4375rem;top:44.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIoqNbwztPKnLKIBU5tole5pTpxP9Fq { width:6.125rem;height:1.625rem;top:45rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cvhCEcIzxO7CF0Hm8oXzl3uTUBd7HANU { width:10.8125rem;height:1.7871125rem;top:44.5625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UyHZxq6Qlecmzaw1MEWZ1TTAPMq4Iwc3 { width:7.875rem;height:2.6875rem;top:51.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnVI59TRQFaUsV9qrKrWLt1FzgWvMvhx { display:block; }
 }@media only screen and (max-width: 763px) { #tv6bXpc2R48WAsxfa9ugWTncsczkk0ZC { width:8.6875rem;height:1.05615rem;top:46.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #To1pOyJAd4AMsWWuuOrpJNkCmdkdwKKp { width:20rem;height:13.75rem;top:28.966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1VkGOVxE2VJIoO0lRAJwPoHdP5yRb88 { width:14.75rem;height:0.8125rem;top:79.5rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lAw1VQipgJnVX4AcNvsxHKVDGVM41UFQ { width:6.125rem;height:1.21875rem;top:76.0625rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vu19k9mnFHlHBVT1GgDeT2UahVB0r0qc { width:7rem;height:2.4375rem;top:73.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntgAyDcy1ftsMs0EBt10Z2U0igWF0TwU { width:6.125rem;height:1.625rem;top:74.0625rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yZD3xLhWQ3x54RtIdtJKFzGvBxwCRA8G { width:10.8125rem;height:1.7871125rem;top:73.625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f7Wy5ToZRyJgTskoD8xLwXD0vp9wVlrZ { width:7.875rem;height:2.6875rem;top:82.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uraHoTg3BTqgOcJI4oJqcC6BCgI7pMf9 { display:block; }
 }@media only screen and (max-width: 763px) { #ad0weXXorzQwE5H74Ti2HTM0rMMoZheS { width:11.375rem;height:1.05615rem;top:75.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Odbuf8RM7ZCBN035EBUzpc4tlAO55JAm { width:20rem;height:13.75rem;top:57.935546875rem;left:0.031077348066262rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM7xlXEbNZLFpI2pi8xMAIoWdPeefNgR { width:14.75rem;height:0.8125rem;top:110.3369140625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7stKsMTTM6yCIPKbXQSipx3tU38TZK { width:6.125rem;height:1.21875rem;top:106.8125rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vg1uTNQZ54lvdSLrKwbxT26kmoWKiQSA { width:7rem;height:2.4375rem;top:104.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkDxnViTaHgp0uPk6NIlsbfqg1tI71pt { width:6.125rem;height:1.625rem;top:104.8125rem;left:13.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TZXApH5EZVxqZ19hEmFvuIsrkvR0cMHc { width:10.8125rem;height:1.7871125rem;top:104.365234375rem;left:0.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEZsUMouxOoA98ux6TVEARQDvMsu4lgM { width:7.875rem;height:2.6875rem;top:113.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFT8ZDJkdpOTRRL6vEINk4TTN08eRyPP { display:block; }
 }@media only screen and (max-width: 763px) { #KCkFmzntxwvSVBiLeiwt4t4QxGoPmION { width:10.375rem;height:1.05615rem;top:106.15234375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rn8n7tvFLAFkKUP7QDyNXRer1FTJdip9 { width:20rem;height:13.75rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZq7khOe1cFSdooNc7JZXI6DT9bf9nyD { width:12.125rem;height:1.05615rem;top:76.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tt0pTc1WBCoFTsDXNbXO3oxsaDQTZJ2U { width:12.125rem;height:1.05615rem;top:107.40625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7dd9f716-ff91-4844-9774-fda6498a8f09/1080x1080SkodaService.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w.adaptive-delivery-prevent-bg, #MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w.lazyload, #MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w.lazyloading { background-image: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container { background-color: transparent; background-image: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container > .video-iframe-container { display: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row > .video-iframe-container { display: none; }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .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); }#MNh1BQDQSs3q4PzrlydSxTaaGe6npQ9w > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sk0Vx0LvKOSEIGnJSwmRzKZTsWCWwppb { width:15.0625rem;height:4.2246125rem;top:2.86279296875rem;left:2.46875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tox9tCP7W1Tmu8JFRyoaCO1n5bABDd1F { width:20rem;height:52.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #taBHwvltpTmRSlRm5TBXT4mrzxw1bLpn { width:12.125rem;height:2.5996125rem;top:8.07421875rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem;height:2.5rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu  { width:17.5rem;height:auto;top:12.375rem;left:0rem; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu {display:block;}#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu { width:17.5rem;height:auto;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw {  }
#lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #T18FMtbWb7tERdP5dwp8Q4strn1CmMTw .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #N8LOi3TzZ11IdEBDnKwT7QnDHc1axIBq {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #SOIMgPJo4LX0iCtXMmV9h3AaG2uWg9Qi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #PHM8sCXSp9BNzX3HZkwB9oqBT0Xem5ur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #oshOVfsJoD1lIf9b8JCEuzsSx2JvyxPi {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #XEtoa1z2IpNrlAePGOS90mg2dJeMJuu3 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #J2BLlo2nCw3xhH2UMDqxFkOSMmuNTxMH {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QCidya1QurpPigrTyClhHSqfW2Qi4tKV {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #BGRfPldr83h9pwk7lx5KlTe6MatHxktt {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #r2D186ZGvTRaWsCEnQGOvETZndvqCyOa {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #hMaZ3y14p78it4LQLhLB5UXJLARnQQnp {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #u3rkCoreBEin6yxWP13O93AogZrCxVC8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #QeLbaoFTpbTAg1iloAaKwRXPm7laxNFy {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zQhsGdioy5UL7N31AlT98VTCMDdyZdMe {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #fQPuTOIgmhL7pUT7VaIzzZCDUTyiUI87 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #esU9vMePtB9EgcBK1P3z4IMWWcQzBhbQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #mD2JPc52nzrDcp3HU4hdXVNNAQy0QcLk {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #IfKqfvytaXfwBT3pZ6R78UXoFToKThur {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #xXWWCrmZRMFOBvKgtQ4vFx3DQclo2Lz8 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #eXIGgOvZ5rfuTK3mnTbzC2pKheRnxCDM {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #ReAybEhJnFhqbsfMCRbEigtGuRhiwmEf {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uyNT8HqaK6zp8STP7dITBIybfbJT4nKn {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #igxg610RtTBvgLGEdT3HW0OxdTDNIZ0y {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #uERLF5rT1V4y6rLoRlMzsd6OVEFRKtnL {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #zTfHaVd2nv85UhESxca5Jp2UWFPTZnR1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #wP4INBXlCQZIIKvTvCT4hC9okyCFwVlc {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #U0aQm4CQ4nHiRAV3bBqC0GBLW0b9ULTT {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #vRlaTksIrXslmvxlSCHA24dT5Jp4BnuA {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #h1Tkhq0zGZNyZs0boCtdzoSkWL8tK2yz {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #rdTr9LxJKKee3kzBLihATUXeMk13U3w1 {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #aBI2RNsBUko47o311N0hUGmgAmiSTAen {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #kHM1bPzgqanPftml7owCltF0nsSTh74l {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #AwkF2lOA3B6OrsrxDnthZ6aG9fRXetTi {  }
 }@media only screen and (max-width: 763px) { #PUyLuKqhNHt7cvb9ZUFNlihvUk81ETQa { display:block; }
 }@media only screen and (max-width: 763px) { #qAAqxvOXE9D46SkopOTZu75TV3byNq12 { display:block; }
 }@media only screen and (max-width: 763px) { #q0IPPhbvVDEorFkCTfkJiMxBIZ4JTFaX { display:block; }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #DJbSwN6c26ZJ48Ix0gzR9qqQTw2ohJRQ {  }
 }@media only screen and (max-width: 763px) { #lfoEPVeT49itaSXrWZdJ93EBggb8LUSu #UoULeKd8P6Ie6VHBMJ7gVgNZoquXL9D1 {  }
 }@media only screen and (max-width: 763px) { #thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht { display:block; }#thAVJlSLksAT0Ug4Amtc54K3ZSrg1Nht > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvNOxwfJp8c7zo8rVky98btWkcNcVwyC { width:17.0625rem;height:2.5996125rem;top:7.41845703125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0BPkBlz3JTiSU7osS54DHeRO5XaLbsD { width:20rem;height:4.2246125rem;top:2.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SL2f4Hch563satOBXKzWaIWEAU6SgbAL { width:20rem;height:1.625rem;top:13.4609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy { display:block; }#RPNgfes6BqPgU14QAmQq1E4DFhhTXFSy > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqPr8zsU1FnC6hc2gTJe0ETsrfHMXP97 { width:20rem;height:1.4624rem;top:5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHR9X8atmoZEltT9DLOeLdSzzbd4ztqJ { width:4.625rem;height:3.75rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZGWXEtprAKMAvfAhQSzzF69bg5AAFC7 { width:20rem;height:2.5996125rem;top:6.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlMRQB1RUbwfglWfR9tAfpdroEmUgll0 { width:20rem;height:3.8994125rem;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ph7op4XnEpp3vKHpGowUkPm4vQt83Kcy { width:3.75rem;height:3.75rem;top:13.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lac8MrOy6zRSO55iHJtntW1BlDT141qa { width:20rem;height:1.4624rem;top:18.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL { display:block; }#tBUG4a6IJoJNrmDxUkzDC0sngyndd2sL > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcHqTWxdUkdyNZww3tE5SZSaB0UDJcXN { width:20rem;height:1.4624rem;top:6.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfA6oJGiDHZkMiNZvMTXCuLQ5OGnpNEn { width:4.0625rem;height:3.75rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxElc1xQVhEhHTeQtHXoHPTzzldPPQs { width:20rem;height:2.5996125rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMtqEXTKrykXg82DpGqiXbWr5ZPcIUaF { width:20rem;height:3.8994125rem;top:21.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhzUN002nR33EGKnPQ4Pqt0n3Ey3gOrh { width:3.75rem;height:3.4375rem;top:15.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRJgB8bZ5xe5Jf6lCClpOSwwLkxKxLN { width:20rem;height:1.4624rem;top:20.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG { display:block; }#gPtlN3hxSi3EcC4AtCqt7ZSlNxAkWnmG > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKOeKwVa6d9d7KmobHKKJkLaDgzSmQ9V { width:20rem;height:2.11230625rem;top:6.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou { display:block; }#vPAUMQQowcHeufQ2E7HTWTo9eVLi85Ou > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5yMWmwAmpmtxszSJmOu0MDTETiXRTWT { width:20rem;height:0.9746125rem;top:2.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLTcF6GTdHgfZXzOJpOP9o65wWwmXhZW { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPKMlw5q0ud0DNJZTwgheeZACMzcHbaG { width:20rem;height:5.68603125rem;top:4.7490234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9QpNnN3mwG3Vf6AwwQTcXvl3ZTPBy79 { width:7.875rem;height:2.6875rem;top:12.60986328125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd9yA6vbaiixeS69kk9mspTbziJBFJ1S { display:block; }
 }@media only screen and (max-width: 763px) { #oAESaHRdNXiRBiBgmdf06HoKEW0ITKTW { width:20rem;height:6.8232375rem;top:23.85888671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKT1Qvz6CqLDCQs8Bg7Ib1MyfoncAW29 { width:7.875rem;height:2.6875rem;top:32.83251953125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovvO4hOJXesJosJRTnWaCkOfQCE28Xvn { display:block; }
 }@media only screen and (max-width: 763px) { #vw5nNImr9uZVKg8a4Q9ncv2BApyk2RXh { width:20rem;height:0.9746125rem;top:21.60986328125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT0q3ukfWo8EA01NkSWaWEqQyxugMF7M { width:20rem;height:1.625rem;top:19.9853375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVudpEo2cNQJnl0gkuci7XZEnQNSynfq { width:20rem;height:5.68603125rem;top:46.93115234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5k9Et8ETze6kxhyvlx5Qu3tT0nFJkkQ { width:7.875rem;height:2.6875rem;top:55.11767578125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfgeDekcDrxoesWBv8OT0kVI8FfQv1oX { display:block; }
 }@media only screen and (max-width: 763px) { #xJ4yrEyqtcK9aFRSrd6T6BMigKclO357 { width:14.9375rem;height:1.94921875rem;top:43.70751953125rem;left:2.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sckmp5yD0RySRNm2KV2fspzUUBoRZyES { width:20rem;height:1.625rem;top:42.0829875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODJxGVK4FOyuMZLwG911BJynSTmS6drF { width:20rem;height:0.8125rem;top:37.20751953125rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f60233a1-30b9-4c4d-9f25-b7edcb6153b9/1080x1080SkodaHelp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ.adaptive-delivery-prevent-bg, #fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ.lazyload, #fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ.lazyloading { background-image: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container { background-color: transparent; background-image: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container > .video-iframe-container { display: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row > .video-iframe-container { display: none; }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .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); }#fzrd0g7TiTnpoTxDuUaHXJH4OKX9sbzJ > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O98umoMSBHPZWaWC2QDJ1uxoxDrtKZn6 { width:20rem;height:2.11230625rem;top:3.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mO2GlNGD26TELfQJr7vx5cXE3n3uk3JS { width:20rem;height:45.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNIIhSuBiRnJczTZmqvDdt6mkSKEGOrV { width:18.8125rem;height:2.5996125rem;top:6rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:4.8125rem;margin-bottom:0.25rem;margin-left:4.8125rem;height:2.625rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5  { width:17.5rem;height:auto;top:10.125rem;left:0rem; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 {display:block;}#Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 { width:17.5rem;height:auto;top:10.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #h8wmDuwLXBXwvScdFu9xPkqRkpyJhPZT {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #BtmRutgw3W0Vd3VtJdU2hcS5BebL8T85 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Pk81Kl8HXXHJ40dmdbHlwZiilyf7TSBU {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QgPTSScGyv8h5CiKHL4iJAaclcR8SAGq {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #FSvT1TOSCXG3iLJxrvGXQQR5RttfhLHB {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QFug1rJC2GyqRfr8iLDsAkqidXWpaQr3 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qgu4MJ7QE8cIPcvJyOCGGCHVwBwRBu6s {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #agR6TITLCLfGi6uGa00V2HGQexl6AL1q {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #AaLSkyvu7iX3AtDL00DXLcQqkchmSrx5 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #LfFeSdt5Hgeef4xUZBt2PWcwkxNHy6RJ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #McN2qN1UVKUgOeiwNlSMgcU4S9zQGLVk {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MVfVWvtmCssL7L3cEU5uxnSeIZsFCkxe {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ssFdmPExItvNNvx7ZwbQuHw9vxO49By4 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #gCsM4oVdzF5SpTnTodKMC7tnwgv3wWwP {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #T5h0QrehyEugL60gluIH79kOVwOqrPpy {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Ztim0mXld9ELXV2VOSoMFd8SHNdECNtA {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Gf361OXSrfzFbqm18IoR1gtlZ4aTkQay {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #ThITDT0gkzZPBor04q4lGrTdt5cl3BwI {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Qga0TA3cr3tCv5mf4pcf1D6ClF2iILwQ {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #QKgeIwJ84pfZvslw4uIzJfd0eTmy4cNi {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #MHMsKspk5cCLwrCkNiHtcXuUiiUZmZS0 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mQQ6ZVpTKfcWIW32dxZTduk2QWuSs8n6 {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #iZcQMieTFeegCHuKOTyLQGO7adebRftp {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #L83T4TeCz8I7iPSAyyoayvTyNzqPRkwf {  }
 }@media only screen and (max-width: 763px) { #hTOfoeemDqtnoGn0sarK0RTmzAuLar0e { display:block; }
 }@media only screen and (max-width: 763px) { #OW4STdql8I1gcoouVgSMpmRv61woKVa5 { display:block; }
 }@media only screen and (max-width: 763px) { #s50Lln7gIQEsbxkPKE0FLn96e79xzFrC { display:block; }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #mm8GdSJhTET187yHUxWovwB8k88Dys5F {  }
 }@media only screen and (max-width: 763px) { #Pe6y74gT1TflNzV5i84d7iCpSJgzaoX5 #Vr8kRBNG4piJqGNzl4PrmIZavhiAflx7 {  }
 }@media only screen and (max-width: 763px) { #mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 { display:block; }#mMiM41cuqTtbXE1wSUxQVTBPmezzKhR4 > .row .container { width:20rem;height:120.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTTg1mKBzqVaCTnglNErkwAB3EhHAlyn { top:72.870697021488rem;left:6.873046427965rem;width:6.25rem;height:0.25rem;z-index:15016;background-color:#0e3a2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #gEkcvMrWVmB4apoXGzm8dXhAKG00qV3u { width:20rem;height:0;top:106.6875rem;left:0rem;font-size:1rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Ll2fvofIPw7K8EO4T1T44o6a5wKRZVSI { display:flex;width:2.5625rem;height:2.375rem;top:103.0625rem;left:8.6875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #krAT6myvnUPAzqlTqiUrrRWJz1TIDu08 { width:20rem;height:2.11230625rem;top:4.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqFstTtAgwgmmRpsKJelpw67dmz6XhOy { width:20rem;height:1.625rem;top:8.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLQQhWky1Gh0cBQ41VDaf9uTQ8TwzSZg { width:13rem;height:2.2744125rem;top:13.875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhALyVO6IDy9QUStU0qAecsw86hlHD9l { width:19.375rem;height:1.949225rem;top:17.6484375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyEk2f2msIPADnet8TIXwcbsX6sM99ye { width:11.5625rem;height:1.4624rem;top:21.5625rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kN58vwVNtt3gi1tls5rC5HgrZgqpT61A { width:20rem;height:2.9238375rem;top:23.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3hJXcF2ZKWGII6WeVQ2aiwZufTDa92W { width:11.5625rem;height:1.4624rem;top:11.9375rem;left:4.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LbxIXEGCpntJV6KUrS8r2HAyAtpqEmSv { width:11.5625rem;height:1.4624rem;top:40.8125rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1mrOSFNcEeSPMUZSzd0cN7hM5CulW4b { width:20rem;height:2.9238375rem;top:42.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrSQ69ArTlVdaoDGTTEOShUW2qPkF0La { width:19.375rem;height:1.949225rem;top:36.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6dW92aCsLCL3aeDc21poyFm3cGASyup { width:13.75rem;height:2.2744125rem;top:33.125rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EitxDrRsaOk4AD7UDBhrP7f0UPnDsVau { width:11.5625rem;height:1.4624rem;top:31.125rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RpUpavQk1nUT3Pz6u2WDC5ckDN78QXxA { width:20rem;height:2.68066875rem;top:86.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haUzXK28Hqke3zFTZl8UF74QpglVzvew { width:11.5625rem;height:1.4624rem;top:84.375rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1mebORC9xSyAtySvEIrRexZ2F9NovrX { width:18.4375rem;height:2.9238375rem;top:65.0625rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbCUNPV037x4CcROvg0L3OTTdL91n5vG { width:17.625rem;height:1.949225rem;top:59.3125rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWPwPhPKUvoeDI5vmaA83s5wK4A3Fmqq { width:19.375rem;height:1.949225rem;top:80.46142578125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ao5gTUwnJzRHq6J5OlXm6v1JsWGbTRbR { width:11.5625rem;height:1.4624rem;top:63.1875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsUBGRQz09cRZ3gCodw64Iklcx1yeBFd { width:17.75rem;height:1.13720625rem;top:56.375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQAhKBb8FUxdB70R9KPwf9wmgWvX6t2w { width:12.8125rem;height:2.2744125rem;top:76.25rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0QyKVhMxbaCzhG2XIrx9y649UPc7rTJ { width:11.5625rem;height:1.4624rem;top:54.5185546875rem;left:4.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kgrvT6TkMBwvxunTSK5OCOKsnW2ZHI85 { width:11.5625rem;height:1.4624rem;top:74.5rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VBJWy0THrGE5edcTHkyHTQ4T5Hmhl4Tb { width:11.5625rem;height:1.625rem;top:50.67333984375rem;left:4.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocbk3Rt5pAM04xDbuuEJngOTOoZVdJt8 { width:20rem;height:2.9238375rem;top:105rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvTDr4A7PJrK4CCx7CbsTUXHcZlxMGdF { width:11.5625rem;height:1.4624rem;top:103.1875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5WprLIeF2a5NaSdUrA1CgJRL92E8kn6 { width:20rem;height:1.949225rem;top:99.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhR6NwaPo8VCLX4cdKn7JWVnTVCGnHnP { width:14.75rem;height:2.2744125rem;top:95.4619140625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScAhXXa69uxwO4Zmh9ywxG8FGCDT7w3R { width:11.5625rem;height:1.4624rem;top:93.8125rem;left:4.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cmfq2HIWCRSAi1pbt39d1TNGeIHGm55g { width:0.0625rem;height:15.625rem;top:43.43165625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nk6EbMAHJnT8QsyE5OPrbvntTDCoi8Lb { width:0.0625rem;height:15.625rem;top:97.28811875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0qVJIPpyiZvkAZKm37c9WpyfTNq8m8h { width:0.0625rem;height:15.625rem;top:130.04641875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av9Lx1FKRz7lnIN3KJObwmJS2LfN4PnX { top:28.34375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15036;background-color:#0e3a2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uH5LqgXFRrbDyiWBH3s64cheUzmc3EaE { top:71.21875rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15037;background-color:#0e3a2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yGvdE9zDXAQA3OCqlcHbPaJE8tLq8Mz2 { top:49.03125rem;left:1.25rem;width:18.75rem;height:0.0625rem;z-index:15038;background-color:#0e3a2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z3MbDcitkB2hvt4NFAgekA9lotkIKodR { top:91.28125rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15038;background-color:#0e3a2f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FKfCxXclWPDAgv9sgP192GwhX7fIEL3o { width:5.9375rem;height:1.13720625rem;top:114.75rem;left:8.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"audi type normal";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IwqzATAco4viTH4LCrJX7RXeiR1asaaW { width:9.3125rem;height:2.5rem;top:114.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pssfcbqWPuOIsxzm3T5vDw4FzdhVmNbk { width:15.5625rem;height:2.2744125rem;top:111.0625rem;left:2.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C1C4lDw433sQNkIL37QKxGlkVUdWfVfi { display:flex;width:2rem;height:2rem;top:114.3125rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg { display:block; }#KVJ21BW8m1Mdwfw6iM1Wvtla76RzVcGg > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnlFo5qI7VqJqth92wi3dtSTEKNBKDF9 { width:4.25rem;height:1.625rem;top:6.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaMRWoH466Kc9MobVNn09sIcEX5B1iU6 { width:17.125rem;height:0.8125rem;top:9.6875rem;left:1.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiLmK07PuU949aEJX7SqkezNtq9U3dnf { display:flex;width:2.1875rem;height:2.1875rem;top:2.0625rem;left:12rem;font-size:1.5rem; }
#oiLmK07PuU949aEJX7SqkezNtq9U3dnf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #eD0Z50auW5Z5TwM05xcJexpe0T9BW0Xg { display:flex;width:2.1875rem;height:2.1875rem;top:2.0625rem;left:8.9375rem;font-size:1.5rem; }
#eD0Z50auW5Z5TwM05xcJexpe0T9BW0Xg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ge2ntQZ6h4D70qhprv5ivpw4oEHfTTLX { display:flex;width:2.1875rem;height:2.1875rem;top:2.0625rem;left:5.8125rem;font-size:1.5rem; }
#Ge2ntQZ6h4D70qhprv5ivpw4oEHfTTLX > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #r0JRmCbviDtTsXVfRrb4Tg1H3dbGBDpo { width:20rem;height:115.6825125rem;top:11.75rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }