.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b23;background-image:none;position:relative;display:block; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { background-color: transparent; background-image: none; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container > .video-iframe-container { display: none; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row > .video-iframe-container { display: none; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .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); }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { border-width: 0; border-radius: 0; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#35ca00;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.6875rem;left:35.875rem;z-index:100008; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #bhJPMztsou1gPKvTuJ6CkHtkXspsmtTc { display:flex;position:relative;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #cIrkqldE6eGtsZPnkm9bXmGZ3qLGmzRc { width:auto; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #XBzJqNBH3r7FomMf4OTv9W2kVvWrI5R3 {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #lmws0uZoTNTKanpzhPudV5gceP7Cbo2F { display:flex;position:relative;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #y4zST2FWvmbuuevZ0TQdgZo4Fbkl0nT3 {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #kEWIm6aZ6oMfEDewoTkIV7RC7GmKAfNq {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #OWl9p6FX9LTA58s0LCVqB65ibwDKAABT { display:flex;position:relative;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #Fz7JuiBVLcIMRJ2c7AfQEmZzzG0DHduK {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #z6FREkls1iGXxRM3lUcTi42W5VxAgfcT {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #gI83c0XTWcuFUeL2STIvdck6AvhdNiEI { display:flex;position:relative;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #TL9PNW4oTTPKkfSWimv25kIMLWTbwnxP {  }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW #JW6oCl9zarTxpCSZBu2pH5P4T0xFiHvI {  }
#pS4CDTUGzxeVhWMwUIqvJnLxqgiPRr2M { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:2.1875rem;left:9.75rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3b8bd6a-e077-4594-b18b-281dfe3c5313/lpprzedszkolowo.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { color:#0290ff;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:5.875rem;left:19.8125rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { color:#0290ff;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:20.875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TprUwnUauSgCDnVmb78fDh84D5i4CFLv { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:12.75rem;top:26.875rem;left:36.5625rem;overflow:hidden;display:block; }
#s6v7umaTQXiEtZmU7ion22mi8Ciw4shp { z-index:100001;top:14.9375rem;left:25.3125rem;background-color:#35ca00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HMJbe7NEpSHduDAHFbfulmkaMcWspgmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xasTrxcH744TpkdMnTHDWIcFZHqfiPGb { color:#0290ff;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:19.9375rem;left:24.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8TIDAu7DInTTGC2h4mM5U6IyOQ0r6iS { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:9.147656440735rem;left:32.375rem;height:2.15rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#irMP4Roou4pBfU15y1R5ZfgtwIgUAUD3 { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:9.147656440735rem;left:32.375rem;height:2.15rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#e4WNl8Vwoi8X6QkLZU3HpQw35KDkn6PH { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:6.8125rem;top:26.8125rem;left:25.75rem;overflow:hidden;display:block; }
#iSexa6RkpR26iIP13sXAPqxtqe779S1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { background-color: transparent; background-image: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row > .video-iframe-container { display: none; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .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); }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { border-width: 0; border-radius: 0; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#dyS2lyGPmQA9z7zDE0cbN5iV6stMuqZB { position:absolute;display:block;z-index:100010;background-color:#0290ff;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;height:0.625rem;width:37.5rem;top:23.875rem;left:18.75rem;display:block; }
#KznOnB99WT2Oa4iZnWckv8qplk0ouN9S { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.7;letter-spacing:0;top:3.1865234375rem;left:11.8125rem;height:16.2509875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTOtklCOpKaUGpNSaRVXp8iQkwlyRSNb { color:#000000;display:block;width:56.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:26.5rem;left:9.0625rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsnJPWkOX1rAmeTCvM0cUTIVdEcUlv8W { z-index:100002;top:32.4375rem;left:25.3125rem;background-color:#35ca00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.375rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bw5soMlH6U8ZF1e8VTQQLwE9IgS7sWuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lh851bud2u3erbO2BQv4pwpdXWa0eAhD { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:13.25rem;top:0rem;left:51.71875rem;overflow:hidden;display:block; }
#yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN { position:relative;display:none; }#yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN { border-width: 0; border-radius: 0; }#yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { background-color: transparent; background-image: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .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); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { border-width: 0; border-radius: 0; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#S3oQVskCyOO9wS1yiCTQCmQUbsmTvTJb { color:#319cd7;display:block;width:49.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:.9;letter-spacing:0;top:1.5500001907349rem;left:12.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { background-color: transparent; background-image: none; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container > .video-iframe-container { display: none; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row > .video-iframe-container { display: none; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .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); }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { border-width: 0; border-radius: 0; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD { color:#000000;display:block;width:61.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100007;line-height:2.1;letter-spacing:0;top:4.3623046875rem;left:6.71875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:before{  }
#LfmL4QVfzgDidiwfIOThIaccqZeGxKom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b23;background-image:none;position:relative;display:block; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { background-color: transparent; background-image: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .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); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { border-width: 0; border-radius: 0; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#iTaez2DOTuFBP72PDqsTc2UACrDcItux { color:#ffffff;display:block;width:52.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:15.375001907349rem;left:11.4375rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCchWxoRIF2N4Fg20fXvHTHo6ipPikAP { z-index:100002;top:6.0625rem;left:43rem;background-color:#35ca00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.625rem;height:5.06225625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kRMORQ1Bmqso7Iu1mfSkmbF6PiQ2gFHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s5boOGmnia4RHHRvB4Ufo6ogwFCccOh2 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:8.875rem;left:13.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ8FnkCDWmVWxQgD509GAWEXgSbpDZeS { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.625rem;left:17.375rem;display:block; }
#FQv2PlfJdChLbzb26SZFBhdEtW9mczcc { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:4rem;left:30.1875rem;display:block; }
#NtrmuJtxwlp0b0rptRlu2DQ8qmVXMSW1 { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:10.0625rem;left:25.625rem;height:1.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { background-color: transparent; background-image: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container > .video-iframe-container { display: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row > .video-iframe-container { display: none; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .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); }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { border-width: 0; border-radius: 0; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;position:relative;display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { background-color: transparent; background-image: none; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container > .video-iframe-container { display: none; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row > .video-iframe-container { display: none; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .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); }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { border-width: 0; border-radius: 0; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#XVfUowRv3bCK9WgErmcIadHu1pVvIXeD { color:#0290ff;display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:100005;line-height:.9;letter-spacing:0;top:2.75rem;left:20.375rem;height:1.7431625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQUdyIzXWBkQ4sg2GJvEpTFiaiLpfzHZ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:17.0625rem;top:8.6875rem;left:48.4375rem;overflow:hidden;display:block; }
#CP4dZmqHrJwJvhNRqMzliRbBGAwF8lc2 { color:#003b6a;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:11.89453125rem;left:9.5625rem;height:16.89745625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5yE2RKPwseO5E3pT5iHfUNOGkR9aTbM { color:#0290ff;display:block;width:32.6248125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:9.5625rem;height:2.03125rem;font-style:normal;display:block; }
#TfWf6PfbiHL9VeUxKps59PVG6HwV1qtT { color:#003b6a;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:41.2734375rem;left:29.4375rem;height:7.7988125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#A0xcVQaGdrCZ39d8lLH1SqeXuEkOn6XA { color:#0290ff;display:block;width:32.6248125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:36.75rem;left:29.3125rem;height:2.03125rem;font-style:normal;display:block; }
#SnKCgCPZM0r1kUZsKNWHJC7p6lgXXKG4 { color:#0290ff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:39.25rem;left:29.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#LMiCbAaBJ1VqssP74L56ICa4LNiI7NqR { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:17.0625rem;top:36.75rem;left:9.5625rem;overflow:hidden;display:block; }
#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:url("https://images.assets-landingi.com/UOwri8R4/Obraz1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ.adaptive-delivery-prevent-bg, #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ.lazyload, #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ.lazyloading { background-image: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { background-color: transparent; background-image: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container > .video-iframe-container { display: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row > .video-iframe-container { display: none; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .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); }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { border-width: 0; border-radius: 0; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#BKwG7dIt2Ni1qZymftTiHk9DrT0k2TNI { z-index:100003;top:3.4375038146973rem;left:25.5625rem;background-color:#35ca00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.8125rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fIL3mGbnkG1KzyCUfPo8pX23MmWzoQdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { background-color: transparent; background-image: none; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container > .video-iframe-container { display: none; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row > .video-iframe-container { display: none; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .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); }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { border-width: 0; border-radius: 0; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#PIK5E15nnlUHvvBU7Pk5te5V2OE4FZJb { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:7.125rem;top:1.1875rem;left:33.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH { display:block; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW { display:flex;width:18rem;height:5.0625rem;top:1.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #bhJPMztsou1gPKvTuJ6CkHtkXspsmtTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #cIrkqldE6eGtsZPnkm9bXmGZ3qLGmzRc {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #XBzJqNBH3r7FomMf4OTv9W2kVvWrI5R3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #lmws0uZoTNTKanpzhPudV5gceP7Cbo2F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #y4zST2FWvmbuuevZ0TQdgZo4Fbkl0nT3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #kEWIm6aZ6oMfEDewoTkIV7RC7GmKAfNq {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #OWl9p6FX9LTA58s0LCVqB65ibwDKAABT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #Fz7JuiBVLcIMRJ2c7AfQEmZzzG0DHduK {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #z6FREkls1iGXxRM3lUcTi42W5VxAgfcT {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #gI83c0XTWcuFUeL2STIvdck6AvhdNiEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #TL9PNW4oTTPKkfSWimv25kIMLWTbwnxP {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #JW6oCl9zarTxpCSZBu2pH5P4T0xFiHvI {  }
 }@media only screen and (max-width: 763px) { #pS4CDTUGzxeVhWMwUIqvJnLxqgiPRr2M { width:35.4375rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { width:35.4375rem;height:6.5625rem;top:5.875rem;left:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:33.25rem;height:2.1875rem;top:3.0625rem;left:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprUwnUauSgCDnVmb78fDh84D5i4CFLv { top:26.875rem;left:22.9375rem;width:12.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6v7umaTQXiEtZmU7ion22mi8Ciw4shp { top:14.9375rem;left:11.6875rem;width:24.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJbe7NEpSHduDAHFbfulmkaMcWspgmT { display:block; }
 }@media only screen and (max-width: 763px) { #xasTrxcH744TpkdMnTHDWIcFZHqfiPGb { width:25.0625rem;height:1.875rem;top:19.9375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8TIDAu7DInTTGC2h4mM5U6IyOQ0r6iS { width:9.875rem;height:1.25rem;top:9.125rem;left:18.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #irMP4Roou4pBfU15y1R5ZfgtwIgUAUD3 { width:9.875rem;height:1.25rem;top:9.125rem;left:18.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4WNl8Vwoi8X6QkLZU3HpQw35KDkn6PH { top:26.8125rem;left:12.125rem;width:6.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyS2lyGPmQA9z7zDE0cbN5iV6stMuqZB { top:23.875rem;left:5.125rem;width:37.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KznOnB99WT2Oa4iZnWckv8qplk0ouN9S { width:36.6875rem;height:18rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOtklCOpKaUGpNSaRVXp8iQkwlyRSNb { width:47.75rem;height:3.8125rem;top:26.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsnJPWkOX1rAmeTCvM0cUTIVdEcUlv8W { top:32.4375rem;left:11.6875rem;width:24.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5soMlH6U8ZF1e8VTQQLwE9IgS7sWuG { display:block; }
 }@media only screen and (max-width: 763px) { #lh851bud2u3erbO2BQv4pwpdXWa0eAhD { top:0rem;left:34.5rem;width:13.25rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN { display:none; }#yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOl4GX8oHS9n99k9fXttimW64DKufqo1 { display:block; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3oQVskCyOO9wS1yiCTQCmQUbsmTvTJb { width:47.75rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 { display:block; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thmHhdgCbE273bhvLsUcJXCBL8I5UxXD { width:47.75rem;height:7.6875rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:before{  }
 }@media only screen and (max-width: 763px) { #LfmL4QVfzgDidiwfIOThIaccqZeGxKom { display:block; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTaez2DOTuFBP72PDqsTc2UACrDcItux { width:47.75rem;height:1.625rem;top:15.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCchWxoRIF2N4Fg20fXvHTHo6ipPikAP { top:6.0625rem;left:27.125rem;width:20.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRMORQ1Bmqso7Iu1mfSkmbF6PiQ2gFHT { display:block; }
 }@media only screen and (max-width: 763px) { #s5boOGmnia4RHHRvB4Ufo6ogwFCccOh2 { width:12.6875rem;height:3.5625rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8FnkCDWmVWxQgD509GAWEXgSbpDZeS { top:3.625rem;left:3.75rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQv2PlfJdChLbzb26SZFBhdEtW9mczcc { top:4rem;left:16.5625rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtrmuJtxwlp0b0rptRlu2DQ8qmVXMSW1 { width:14.375rem;height:1.875rem;top:10.0625rem;left:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 { display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVfUowRv3bCK9WgErmcIadHu1pVvIXeD { width:34.25rem;height:1.6875rem;top:2.75rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUdyIzXWBkQ4sg2GJvEpTFiaiLpfzHZ { top:8.6875rem;left:30.6875rem;width:17.0625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP4dZmqHrJwJvhNRqMzliRbBGAwF8lc2 { top:11.875rem;left:0rem;width:36.125rem;height:16.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yE2RKPwseO5E3pT5iHfUNOGkR9aTbM { top:8.6875rem;left:0rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWf6PfbiHL9VeUxKps59PVG6HwV1qtT { top:41.25rem;left:11.625rem;width:36.125rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xcVQaGdrCZ39d8lLH1SqeXuEkOn6XA { top:36.75rem;left:15.1875rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnKCgCPZM0r1kUZsKNWHJC7p6lgXXKG4 { top:39.25rem;left:12rem;width:35.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMiCbAaBJ1VqssP74L56ICa4LNiI7NqR { top:36.75rem;left:0rem;width:17.0625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ { display:block; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKwG7dIt2Ni1qZymftTiHk9DrT0k2TNI { top:3.4375rem;left:11.9375rem;width:23.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIL3mGbnkG1KzyCUfPo8pX23MmWzoQdD { display:block; }
 }@media only screen and (max-width: 763px) { #wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu { display:block; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIK5E15nnlUHvvBU7Pk5te5V2OE4FZJb { top:1.1875rem;left:20.3125rem;width:7.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH { display:block; }#AsrB3gJwOpXZpGVBeAwqBcPOSoWuabeH > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-number { padding-top:0.2875rem;padding-right:0.26125rem;padding-bottom:0.2875rem;padding-left:0.26125rem;width:1.565rem;min-width:1.565rem;height:1.543125rem;font-size:1.14875rem;line-height:24.69px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.086875rem;height:0.61rem;font-size:0.430625rem;line-height:9.76px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KtPRFwigw6KugAGNR5yebFPP6x8bRecW { display:flex;width:11.8125rem;height:2.9375rem;top:3.3603515625rem;left:3.7197265625rem;padding-top:0.35875rem;padding-right:0.3725rem;padding-bottom:0.35875rem;padding-left:0.3725rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #bhJPMztsou1gPKvTuJ6CkHtkXspsmtTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #cIrkqldE6eGtsZPnkm9bXmGZ3qLGmzRc {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #XBzJqNBH3r7FomMf4OTv9W2kVvWrI5R3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #lmws0uZoTNTKanpzhPudV5gceP7Cbo2F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #y4zST2FWvmbuuevZ0TQdgZo4Fbkl0nT3 {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #kEWIm6aZ6oMfEDewoTkIV7RC7GmKAfNq {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #OWl9p6FX9LTA58s0LCVqB65ibwDKAABT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #Fz7JuiBVLcIMRJ2c7AfQEmZzzG0DHduK {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #z6FREkls1iGXxRM3lUcTi42W5VxAgfcT {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #gI83c0XTWcuFUeL2STIvdck6AvhdNiEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #TL9PNW4oTTPKkfSWimv25kIMLWTbwnxP {  }
 }@media only screen and (max-width: 763px) { #KtPRFwigw6KugAGNR5yebFPP6x8bRecW #JW6oCl9zarTxpCSZBu2pH5P4T0xFiHvI {  }
 }@media only screen and (max-width: 763px) { #pS4CDTUGzxeVhWMwUIqvJnLxqgiPRr2M { width:9.9375rem;height:1.6621125rem;top:1.125rem;left:5.03125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a493a0a6-22cf-4469-91ed-bb611c87e0cf/lptelefon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oat1IEJbquyKQ5ZE5kKiuIdl3VPu8zSR { width:18.375rem;height:3.324225rem;top:6rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QbxcH5qhyJADklFpZAOS2IxvpSFgTtHO { width:9.875rem;height:0;top:2.0250000953674rem;left:9.3750003576281rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TprUwnUauSgCDnVmb78fDh84D5i4CFLv { width:8.9375rem;height:1.875rem;top:16.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6v7umaTQXiEtZmU7ion22mi8Ciw4shp { top:9.875rem;left:2rem;width:16rem;height:3.5rem;font-size:0.875rem;background-color:#ff0000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HMJbe7NEpSHduDAHFbfulmkaMcWspgmT { display:block; }
 }@media only screen and (max-width: 763px) { #xasTrxcH744TpkdMnTHDWIcFZHqfiPGb { width:20rem;height:1.3125rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k8TIDAu7DInTTGC2h4mM5U6IyOQ0r6iS { width:9.875rem;height:1.3125rem;top:2.875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100003;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #irMP4Roou4pBfU15y1R5ZfgtwIgUAUD3 { width:9.875rem;height:1.3125rem;top:4.125rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100004;color:#252525;display:block; }
 }@media only screen and (max-width: 763px) { #e4WNl8Vwoi8X6QkLZU3HpQw35KDkn6PH { width:5rem;height:2.1875rem;top:19.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSexa6RkpR26iIP13sXAPqxtqe779S1c { display:block; }#iSexa6RkpR26iIP13sXAPqxtqe779S1c > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyS2lyGPmQA9z7zDE0cbN5iV6stMuqZB { width:0.75rem;height:15rem;top:13.375rem;left:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KznOnB99WT2Oa4iZnWckv8qplk0ouN9S { width:17.375rem;height:25.28415rem;top:9.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOtklCOpKaUGpNSaRVXp8iQkwlyRSNb { width:20rem;height:7.871125rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsnJPWkOX1rAmeTCvM0cUTIVdEcUlv8W { top:45.1875rem;left:3.125rem;width:13.8125rem;height:3.0625rem;font-size:0.875rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5soMlH6U8ZF1e8VTQQLwE9IgS7sWuG { display:block; }
 }@media only screen and (max-width: 763px) { #lh851bud2u3erbO2BQv4pwpdXWa0eAhD { width:5.9375rem;height:10.0625rem;top:0rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN { display:block; }#yzmQB2tTXRdbcsaU6TWzguFm9Xv6ZntN > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOl4GX8oHS9n99k9fXttimW64DKufqo1 { background-color:#ffffff;background-image:none;display:block; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { background-color: transparent; background-image: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row > .video-iframe-container { display: none; }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .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); }#QOl4GX8oHS9n99k9fXttimW64DKufqo1 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3oQVskCyOO9wS1yiCTQCmQUbsmTvTJb { width:20rem;height:3.25rem;top:0.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 { display:block; }#VkcQClJWcBz7DrgOC2lzD45sbaXny6N2 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thmHhdgCbE273bhvLsUcJXCBL8I5UxXD { width:19.25rem;height:16.375rem;top:1.34375rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2;display:block; }#thmHhdgCbE273bhvLsUcJXCBL8I5UxXD li:before{  }
 }@media only screen and (max-width: 763px) { #LfmL4QVfzgDidiwfIOThIaccqZeGxKom { background-color:#000b23;background-image:none;display:block; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { background-color: transparent; background-image: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row > .video-iframe-container { display: none; }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .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); }#LfmL4QVfzgDidiwfIOThIaccqZeGxKom > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTaez2DOTuFBP72PDqsTc2UACrDcItux { width:18.125rem;height:3rem;top:21.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCchWxoRIF2N4Fg20fXvHTHo6ipPikAP { top:16.0625rem;left:3.3749998807907rem;width:13.25rem;height:3.8125rem;font-size:1.0625rem;background-color:#ff002d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kRMORQ1Bmqso7Iu1mfSkmbF6PiQ2gFHT { display:block; }
 }@media only screen and (max-width: 763px) { #s5boOGmnia4RHHRvB4Ufo6ogwFCccOh2 { width:10.5625rem;height:3rem;top:4.9992198944092rem;left:4.7187498807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8FnkCDWmVWxQgD509GAWEXgSbpDZeS { width:4.1875rem;height:4.1875rem;top:0.8125rem;left:7.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQv2PlfJdChLbzb26SZFBhdEtW9mczcc { width:4.1875rem;height:4.1875rem;top:9rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtrmuJtxwlp0b0rptRlu2DQ8qmVXMSW1 { width:14.375rem;height:1.5rem;top:13.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 { display:block; }#t2sNrlahyHO1Wh2Uco5tZp65PADMzIa7 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 { display:block; }#ArHuVKUOcxe3xVl68iI7ewHeG5wU3Pk3 > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVfUowRv3bCK9WgErmcIadHu1pVvIXeD { width:15.375rem;height:3.125rem;top:1.1220703125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yQUdyIzXWBkQ4sg2GJvEpTFiaiLpfzHZ { width:15rem;height:20.5rem;top:5.9072265625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP4dZmqHrJwJvhNRqMzliRbBGAwF8lc2 { width:18.8125rem;height:21.1132625rem;top:29.6259765625rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yE2RKPwseO5E3pT5iHfUNOGkR9aTbM { width:20rem;height:2.03125rem;top:27.5947265625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfWf6PfbiHL9VeUxKps59PVG6HwV1qtT { width:18.8125rem;height:7.796875rem;top:82.04296875rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0xcVQaGdrCZ39d8lLH1SqeXuEkOn6XA { width:20rem;height:2.03125rem;top:78.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnKCgCPZM0r1kUZsKNWHJC7p6lgXXKG4 { width:19.625rem;height:1.13671875rem;top:80.90625rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMiCbAaBJ1VqssP74L56ICa4LNiI7NqR { width:17.0625rem;height:23.3125rem;top:54.0009703125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ { display:block; }#XBUSyvdWHqk51UfFcEKams0wMCx2FSEQ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKwG7dIt2Ni1qZymftTiHk9DrT0k2TNI { top:1.6875rem;left:1.40625rem;width:17.1875rem;height:2.875rem;font-size:0.9375rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fIL3mGbnkG1KzyCUfPo8pX23MmWzoQdD { display:block; }
 }@media only screen and (max-width: 763px) { #wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu { display:block; }#wedE2ZSqzOSxpAfo9imcUC8Q2hAkB7Wu > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIK5E15nnlUHvvBU7Pk5te5V2OE4FZJb { width:4.1875rem;height:1.9375rem;top:1.6875rem;left:7.9062503576281rem;display:block; }
 }