.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,231,221;--color-primary-1:252,182,154;--color-primary-2:250,133,86;--color-primary-3:237,90,10;--color-primary-4:50,27,17;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:151,149,151;--color-tertiary-2:69,69,69;--color-tertiary-3:36,38,41;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2987a383-01d6-4363-bc4f-e560261eee43/OKLADKAYOUTUBE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#sSAEROgNhldkISPQrH5lBeG698H00wvg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;height:33.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CtnVS3RdUqCEWcbRAcXD2u9BaB77zrLa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f6fbfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:2.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.4375rem;left:5.5rem;display:block; }
#Hq2lizc1qMsOqoAnLECuiy830Ju534x9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container { background-color: transparent; background-image: none; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container > .video-iframe-container { display: none; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row > .video-iframe-container { display: none; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .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); }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container { border-width: 0; border-radius: 0; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#Ek2quOTwwwwOxbbQbUFXQvd7mIlONfKM { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51171875rem;left:5.25rem;height:1.29980625rem;font-style:normal;display:block; }
#c11xA45u9SVW9PPhyytn496mZb4iaw5m { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.74951171875rem;left:5.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0d55cLQRcGUaO066ForGdS9h1p1DNSF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75537109375rem;left:9rem;height:1.29980625rem;font-style:normal;display:block; }
#cKxoMKU0C2TliCUPRO2JtHyC2hhVbALI { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9931640625rem;left:6.5625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cq7TfxwOAfyTB6gyV3QByh6KpXe0CVUX { color:rgba(var(--color-tertiary-1),1);display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.05517578125rem;left:35.96875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMnSIbDFmiOyp7C9sVSH1KE4plmJGW9f { color:rgba(var(--color-tertiary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.693359375rem;left:35.375rem;height:1.29980625rem;font-style:normal;display:block; }
#It89MeCIlINsrVxk1kbK0KobB2G1Vsc7 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.51171875rem;left:37.25rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtP6HtGQi3PitBiNoek8alc1cBDJfATJ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.27392578125rem;left:37.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#I2inZxLmx5P76TB5tJcvbdNrMvh6ETJ2 { 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:22.1875rem;width:27.625rem;top:2rem;left:15.3125rem;overflow:hidden;display:block; }
#yM9RHL2KbaumJsGcoh5V25SduJS5yotP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:13.34375rem;left:12.65625rem; }
#G3zINV2nQWWtRi3Tt6eGNrsCBOGLLLvi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:5.38671875rem;left:12.65625rem; }
#pV0NMwrf374enZuSXFT1OCEyn22iXNsC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.625rem;left:45.625rem; }
#TFM5ut3UETQGgg2xTln0bQ4V6oelU15P { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:13.25rem;left:46.5rem; }
#suQXPQrtwWb6TmDvSGXc7m6UOWd8WwLw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1rem;left:22.875rem;height:3.33105625rem;font-style:italic;display:block; }
#OxTgq1JwCA4nKQhx6wQ4WCHsGTZieQzT { color:rgba(var(--color-tertiary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.94970703125rem;left:23.25rem;height:1.29980625rem;font-style:normal;display:block; }
#e9hHOqsb7UA0IlD4TRhXwDpeu5VBwWaQ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:21.875rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3.adaptive-delivery-prevent-bg, #Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3.lazyload, #Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3.lazyloading { background-image: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container { background-color: transparent; background-image: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container > .video-iframe-container { display: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row > .video-iframe-container { display: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .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); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container { border-width: 0; border-radius: 0; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#uHw96qV73lzSLwiqxT3zA9TZmbHR4Q9R { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#s90eZXL5uEWthqvPGa3VuNLdTEgRmATb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.23828125rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#riVqxGdvJXV9wzmCrCZAAgz3SOMdl8HQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.125rem;left:0rem;height:4.7998rem;font-style:normal;display:block; }
#GAHP1RnXESCEZGqTIi2Pr2JE2O72rZmi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:13.6875rem;left:0rem;height:14rem;font-style:normal;display:block; }
#Se9Qt4TTX3h0klxie3vV7lB5Wkcwb308 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.3125rem;left:0rem;display:block; }
#RTzAH9Cl6vIouygApDynTgsbLcQ4y98S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elc8dQnRGi1u9H1TuGLRTopmzIuHmE5V { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:5.53125rem;height:1.94970625rem;display:block; }
#bg5umOyiBIx5f8G9h4cKMo2JZIEDivFT { 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:23.6875rem;width:36.125rem;top:1.375rem;left:23.875rem;overflow:hidden;display:block; }
#A5atpTwcG9gZsewqbXTvntoa4Z80qfOX { 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:24.9375rem;width:31rem;top:9.5rem;left:-12.91266025641rem;overflow:hidden;display:block; }
#X7Wpuur6K90yxlClwIMczbum0Uv2cSag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/2987a383-01d6-4363-bc4f-e560261eee43/OKLADKAYOUTUBE.png");background-position:top 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; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag.adaptive-delivery-prevent-bg, #X7Wpuur6K90yxlClwIMczbum0Uv2cSag.lazyload, #X7Wpuur6K90yxlClwIMczbum0Uv2cSag.lazyloading { background-image: none; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container { background-color: transparent; background-image: none; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container > .video-iframe-container { display: none; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row > .video-iframe-container { display: none; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .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); }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container { border-width: 0; border-radius: 0; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#i1EXZ2KTslnb7cdQffp6TpiwNTGE87xP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5crhwvs8JwVwziJ8hxIvpf9W60Qic3t { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.21875rem;left:1.25rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QirMn0uImRvXq07mcXhG87apld2ZJCAb { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.21875rem;left:16.25rem;height:8.7744rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trEpMTLODyvWz7H9zsX5fW1XwUD2VzR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:16.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ry5PkhWdwcqIpeWGybo44dTVTaS7Gie3 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.21875rem;left:31.25rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2otSBCsT7aHLpnZJP1NNGRMHbRmiNBu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2QUWkiZVmiCldDtAQfaZ6UqITDMtte4 { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.21875rem;left:46.25rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dg7ptafFOSWXP98t0S9Py9w0KMGyAcE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.25rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeNNoRA69506MIb3prNzOcrqvTTcwkTb { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:5.3125rem;display:block; }
#WGIMnWNkWpakNyHvB6TCH2D8HK2s7fXF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:20.3125rem;display:block; }
#TTciXII2KuerUfPQp36MmM1SJbLeqWth { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:35.3125rem;display:block; }
#g55T34NvNJILg27amuABfp6bavAmimGS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:50.3125rem;display:block; }
#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container { background-color: transparent; background-image: none; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container > .video-iframe-container { display: none; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row > .video-iframe-container { display: none; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .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); }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container { border-width: 0; border-radius: 0; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#ARwMG8rT4vNgTLSeOUQKNGMiV4TboTH3 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pdCyWoUhUCRJzCAtxuXMyVErgNvpUHl9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:51.25rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVmIzVfqUW2ifT41MKqT9wpCNb9TkJSE { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:40.625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQbeRoAySt83vKWxk0C9mR2ZMR5PKCQF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:30rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKCKTJ3xxzhd7Qnce7HL6DesI0nMufAL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:18.1875rem;left:43.625rem;overflow:hidden;display:block; }
#hkyULwx5WeSXpdNSmPhESFlEVkSfLEPS { position:absolute;display:block;z-index:15016;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:2.5rem;top:18.1875rem;left:54.25rem;overflow:hidden;display:block; }
#pgo4yFWI34bJHL2rmImV20NbcNK58iAL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.6875rem;top:18.1875rem;left:33rem;overflow:hidden;display:block; }
#hbVOhv7TdIfGf56yZXInlnLUWaryWZTy { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.31298828125rem;left:0rem;height:22.2485625rem;font-style:normal;display:block; }#hbVOhv7TdIfGf56yZXInlnLUWaryWZTy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hbVOhv7TdIfGf56yZXInlnLUWaryWZTy li:before{  }
#RSSC9VNvcGhtdrHNNFnmTI1u16KTmamu { 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:15.1875rem;width:28.5rem;top:9.01171875rem;left:30.75rem;overflow:hidden;display:block; }
#XT68NhGa7b9p4zd1MWGf1sPbTMVHxBqz { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.4365234375rem;left:36rem;display:block; }
#M6egd7rZy7ggFXn0Z2cU8ErbubsXnZhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg { position:relative;display:block; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg { background-color: transparent; background-image: none; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row .container > .video-iframe-container { display: none; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row > .video-iframe-container { display: none; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .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); }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg { border-width: 0; border-radius: 0; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .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; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zFuNb4xDtqFMR0S5XQVZyyzpO3R5MVLJ { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hEfboCyEF8D5550lMKFxQgXdoWPQoaDp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:28.5rem;height:12.99805rem;display:block; }
#eF1wmE8ubElvBiIEoNgaSkI5CLeoPFDl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:21.25rem;top:6.0625rem;left:3.375rem;overflow:hidden;display:block; }
#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6fedee7a-b9af-41ea-9d95-b1acf84c871b/zdjeciecrop_512x412_0194preview.preview.grayscale.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG.adaptive-delivery-prevent-bg, #LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG.lazyload, #LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG.lazyloading { background-image: none; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container { background-color: transparent; background-image: none; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container > .video-iframe-container { display: none; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row > .video-iframe-container { display: none; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .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); }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container { border-width: 0; border-radius: 0; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container { width:60rem;height:74.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UJT0ZU70aF0o16ByHE7yvN14koRzIWnZ { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK { display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:11.1875rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK li:before{  }
#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC { position:relative;display:block; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC { background-color: transparent; background-image: none; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row .container > .video-iframe-container { display: none; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row > .video-iframe-container { display: none; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .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); }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC { border-width: 0; border-radius: 0; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .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; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MJkba7chxKNOM4asy7Z2zhiAxg3SawRS { 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:20.875rem;width:32rem;top:0rem;left:27.713559144295rem;overflow:hidden;display:block; }
#SZTgLxFJxc9vTNuye0SFs30pspKgT9ZL { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.21875rem;left:2.8125rem;display:block; }
#mWeFpRwoFS2unP9CFWibZoneUVRZazpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container { background-color: transparent; background-image: none; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container > .video-iframe-container { display: none; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row > .video-iframe-container { display: none; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .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); }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container { border-width: 0; border-radius: 0; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:block; }#w98996kr6nNW8SktAnveTmDnb9o8KB4h { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb3502;border-left:0.0625rem solid #fb3502;border-right:0.0625rem solid #fb3502;border-bottom:0.0625rem solid #fb3502;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.9375rem;width:13.5rem;top:8.875rem;left:0.75rem;display:block; }
#m7TDy7tT3E2FaaVBE7r4gLxMVMebW8uM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:17.375rem;left:0.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu li:before{  }
#TXbB68lHciXcXTFOm0moypDB0qGJXDuP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:13.125rem;top:8.875rem;left:0.9375rem;overflow:hidden;display:block; }
#TvZNMUF9lbgrXtCoTHJKtiOA6Ti0NS9D { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOudazQaTkdVBBGOJd8gttv6HFvrZdig { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb3502;border-left:0.0625rem solid #fb3502;border-right:0.0625rem solid #fb3502;border-bottom:0.0625rem solid #fb3502;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30rem;width:13.5rem;top:8.8125rem;left:15.75rem;display:block; }
#bTZXkKM36KNpCXrGB32XTbMGEtQgpxpa { 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:7.375rem;width:13.5625rem;top:8.875rem;left:15.71875rem;overflow:hidden;display:block; }
#CmxrxRSDOClcrAVRO1LHEfCSM7gqPQyk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:16.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq { color:#333333;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:17.3125rem;left:15.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq li:before{  }
#AAf29EEg1iwhobFmqNyoFotHUXSbvRUQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb3502;border-left:0.0625rem solid #fb3502;border-right:0.0625rem solid #fb3502;border-bottom:0.0625rem solid #fb3502;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30rem;width:13.5rem;top:8.8125rem;left:30.75rem;display:block; }
#XlSUAgAAIvtpHDc704Rt9v1MW8FQCzgt { 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:7.375rem;width:13.5625rem;top:8.875rem;left:30.71875rem;overflow:hidden;display:block; }
#kDK2WbI6quB1uCkz5dBTUXGNCXXvW7L1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTvB38QQvNkhEawJTOCTLgewoAooMgqm { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:17.3125rem;left:31.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZTvB38QQvNkhEawJTOCTLgewoAooMgqm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTvB38QQvNkhEawJTOCTLgewoAooMgqm li:before{  }
#HtcT3JmrkCJqUwGs9axNyCy5nlI3mfU1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fb3502;border-left:0.0625rem solid #fb3502;border-right:0.0625rem solid #fb3502;border-bottom:0.0625rem solid #fb3502;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.0625rem;width:13.5rem;top:8.8125rem;left:45.75rem;display:block; }
#O2B8yVZ33OTXgHWc27ZuQ4Dya2ffDuXR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cA09MtiCn31Olucrpy3Xw969bIlHHTg9 { color:#333333;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:17.3125rem;left:45.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#cA09MtiCn31Olucrpy3Xw969bIlHHTg9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cA09MtiCn31Olucrpy3Xw969bIlHHTg9 li:before{  }
#FqR8hZ0lwxcsMF908e2fr3HRA0gD0214 { 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:7.375rem;width:13.5625rem;top:8.875rem;left:45.71875rem;overflow:hidden;display:block; }
#pHa7q8pbUvX8UvvSsSGh3gyTNUIun2ui { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.75rem;left:20.6875rem;display:block; }
#ifIcNFwgGGLJf0thr2Nhee9N4pTcWqNc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T76BmBsqGapTM48RCNV1Tay5VNxkUbZg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:46.375rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2987a383-01d6-4363-bc4f-e560261eee43/OKLADKAYOUTUBE.png");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; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh.adaptive-delivery-prevent-bg, #brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh.lazyload, #brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh.lazyloading { background-image: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { background-color: transparent; background-image: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container > .video-iframe-container { display: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row > .video-iframe-container { display: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .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); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { border-width: 0; border-radius: 0; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container { background-color: transparent; background-image: none; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container > .video-iframe-container { display: none; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row > .video-iframe-container { display: none; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .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); }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container { border-width: 0; border-radius: 0; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#cJ9uoqNmhfebC9EeCsr2IdSWEd4kCulO { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FHK2Q7fyOzq5NwBai5QuJZg8MuKCeTh6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.375rem;left:51.25rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbAhGrc8v2hyHBiySp1MX8v6s0NsO0oi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.375rem;left:40.625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvO1CRJDsNDgKzp5VbFf8dPCqcRfFFDN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.375rem;left:30rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTPG2obhdVBG0zHp7NhCwZmGmBN6tMaz { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:18.1875rem;left:43.625rem;overflow:hidden;display:block; }
#u9qffduDAFq8ES7TZNRcGNJFl1wCIdd7 { position:absolute;display:block;z-index:15016;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:2.5rem;top:18.1875rem;left:54.25rem;overflow:hidden;display:block; }
#I7DEN04uL1psxOaNzqbwvZPaJS0pf7m5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.6875rem;top:18.1875rem;left:33rem;overflow:hidden;display:block; }
#TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:11.80029296875rem;left:0rem;height:30.6479375rem;font-style:normal;display:block; }#TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB li:before{  }
#oLnrmddL3NTrbdhOeG95t79M1Z53ceRC { 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:19.6875rem;width:30.0625rem;top:11.90625rem;left:29.9375rem;overflow:hidden;display:block; }
#KQz8tackUL8E6eT84H8PZu42qACU6lTE { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.59375rem;left:36rem;display:block; }
#ruK6rdbHLvT0bwUXWDSzCIO0Bc8XlH5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8b86e5af-0bf9-4b57-b56d-8de9d2430902/postawa.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW.adaptive-delivery-prevent-bg, #sUZACDg99JeIpmIKUVX2FUk7zZQPumwW.lazyload, #sUZACDg99JeIpmIKUVX2FUk7zZQPumwW.lazyloading { background-image: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container { background-color: transparent; background-image: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container > .video-iframe-container { display: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row > .video-iframe-container { display: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .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); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container { border-width: 0; border-radius: 0; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container { width:60rem;height:74.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kfLWX8zMrrPcVcf7CSAyyBIDLyM2u0th { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:7.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt { display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:11.1875rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt li:before{  }
#PIo2H5TesygSivneRfNmlesaqc90kviH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:62.15625rem;left:2.625rem;display:block; }
#ysyVDKUo7TWUtGUDwpCtuE5oTTiGOJ7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J.adaptive-delivery-prevent-bg, #c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J.lazyload, #c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J.lazyloading { background-image: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container { background-color: transparent; background-image: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container > .video-iframe-container { display: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row > .video-iframe-container { display: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .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); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container { border-width: 0; border-radius: 0; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#b4KVLqI5gL5lf3TUBfmHbKBh4bZX4Mtg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#bucJUKB4Xx1DeZCg4rK5ztlaMigWEayZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#suAhOe1w5f3oSC0iPSMwiLifSewkfZdi { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:13.25rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#ppy2h9BW9AwtPuvRskpOeLGXSeAywZ8g { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.125rem;left:0rem;height:8.75rem;font-style:normal;display:block; }
#RcIHk2OXOHF1A761Izo5BQV1zJ7nOyJL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:5.53125rem;height:1.94970625rem;display:block; }
#azka3TGmUKEFbrpJpI5eHkR3yKWFri1y { 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:25.125rem;width:22.1875rem;top:4.44287109375rem;left:33.25rem;overflow:hidden;display:block; }
#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8.adaptive-delivery-prevent-bg, #kcWBia84L4V884FbHsvOf9O7EiM2NcJ8.lazyload, #kcWBia84L4V884FbHsvOf9O7EiM2NcJ8.lazyloading { background-image: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container { background-color: transparent; background-image: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container > .video-iframe-container { display: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row > .video-iframe-container { display: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .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); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container { border-width: 0; border-radius: 0; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#kaQWF4Rv141EC7iQSATTMa74Ib8D3k4x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#rHh4ZJI5lbCJLNBIot6QT5hKU8S2nJfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:27.5rem;height:1.94970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RRvO14ADnV5F0piEsRQTU5W923U6WC0w { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:13.25rem;left:23.5625rem;height:4.19970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mB8NGe0Zk6TOQkDTIU5Iu7D5NdnzSd4U { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.25rem;left:34.875rem;height:8.75rem;font-style:normal;display:block; }
#M07WyNfUy213pO6B4ATPu0TvBmJJhnny { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:5.53125rem;height:1.94970625rem;display:block; }
#zJHTlkCwugMUlMuqJKnDi1RmF1TIcKba { 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:23.8125rem;width:26.25rem;top:6.15625rem;left:0rem;overflow:hidden;display:block; }
#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR.adaptive-delivery-prevent-bg, #UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR.lazyload, #UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR.lazyloading { background-image: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container { background-color: transparent; background-image: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container > .video-iframe-container { display: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row > .video-iframe-container { display: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .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); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container { border-width: 0; border-radius: 0; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#T41srRQkWZECxZ6z4PSetktvVWI7JxkT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#QCHdwpwlAt3gZRJMPCA4cIciPERpbzku { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#qAaFTnwGXwoHdxXEUNpfs6ATLoelT783 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:11.88671875rem;left:0rem;height:4.19970625rem;font-style:normal;display:block; }
#Tgr8mVQxcGoaQbiQhDWnAQ2S2uPPv1TT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:17.1875rem;left:0rem;height:10.5rem;font-style:normal;display:block; }
#Z0OFazZoyiNdNfH1J4lERdy68raZHkmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:5.53125rem;height:1.94970625rem;display:block; }
#Ppra6tfAT49HtrEa75MqMJLahQ82abl7 { 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:27.75rem;width:15.1875rem;top:4.44287109375rem;left:37.6875rem;overflow:hidden;display:block; }
#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6.adaptive-delivery-prevent-bg, #QC4c5CiW71nF7cx9eO6swAmRaG9O2as6.lazyload, #QC4c5CiW71nF7cx9eO6swAmRaG9O2as6.lazyloading { background-image: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container { background-color: transparent; background-image: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container > .video-iframe-container { display: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row > .video-iframe-container { display: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .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); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container { border-width: 0; border-radius: 0; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#X60FTSnUppr1A6OFirbrb8E7abMLWkDV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#WKhyAXtaFhlFCXIDP12JTZKoe4nMHydp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:3.46875rem;left:27.75rem;height:43.75rem;font-style:normal;display:block; }
#EX4ybn0Vbl7S03h8hnXAHm7rs4oeTCmx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:5.53125rem;height:1.94970625rem;display:block; }
#MnL79FLfBHMGiuHinUED0Huw7kteLWpw { 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:15.3125rem;width:27.4375rem;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#sOogPlaZVSX4FfhR9Gy19qbaxS6bpnH7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.8125rem;left:4.1875rem;display:block; }
#GgiMp21Q8UFrJ0UntuJ9ETZKI1L94Lff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB { position:relative;display:block; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB { background-color: transparent; background-image: none; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row .container > .video-iframe-container { display: none; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row > .video-iframe-container { display: none; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .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); }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB { border-width: 0; border-radius: 0; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .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; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sr1xlpFpeungnqiHiDP3M0EIKWByGeUE { 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:31.9375rem;width:27.0625rem;top:22.3125rem;left:0rem;overflow:hidden;display:block; }
#C7uhwocPutiUrAGzdGi74CUNysiLNgJT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1923828125rem;left:28.125rem;height:43.30231875rem;display:block; }
#AEyrVxd8hfqXnB12TSAnapFTtN2DRNxB { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:6.1923828125rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 { position:relative;display:block; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 { background-color: transparent; background-image: none; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row .container > .video-iframe-container { display: none; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row > .video-iframe-container { display: none; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .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); }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 { border-width: 0; border-radius: 0; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .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; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G9OtnscoEPgMpXKTA2RPNFSSyzmy7p4J { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.4375rem;height:1.29980625rem;display:block; }
#T6OxNcAVTDts4TGAzQzFFAXA2rzei7IH { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:24rem;height:13.64455625rem;display:block; }
#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 { position:relative;display:block; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 { background-color: transparent; background-image: none; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row .container > .video-iframe-container { display: none; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row > .video-iframe-container { display: none; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .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); }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 { border-width: 0; border-radius: 0; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .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; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UCPfuJTRXl6VAgDWiqtQgP862TCLD0La { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:1.5673828125rem;left:0rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#JSTUiTsErcIebt1AUnhsPzD32BOVXPkg { 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:4.75rem;width:33.8125rem;top:7.5673828125rem;left:2.0625rem;overflow:hidden;display:block; }
#zahf7HdW4yJqAkoIxVVyzxQa4UmgF70a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:18.9375rem;top:3.5rem;left:20.206495098039rem;overflow:hidden;display:block; }
#iBoJWJPWALLD7KbI1oO197I6EIZnAhym { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15rem;width:19.6875rem;top:12.6923828125rem;left:38.0625rem;overflow:hidden;display:block; }
#APXotWiQXVi1zEBgEwZrHRMXKXo0wR1G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.375rem;width:20.8125rem;top:30.1298828125rem;left:2.2347636815921rem;overflow:hidden;display:block; }
#V9Z4IB0a1hLARwBt1wqbITcyUFIPgyxA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:19.6875rem;top:33.7548828125rem;left:35.5625rem;overflow:hidden;display:block; }
#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp { position:relative;display:block; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp { background-color: transparent; background-image: none; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row .container > .video-iframe-container { display: none; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row > .video-iframe-container { display: none; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .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); }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp { border-width: 0; border-radius: 0; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .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; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vSQTHC7n2Kd6nCefaplppI8LXtArrz3G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:21.5625rem;width:16.125rem;top:4.09375rem;left:40.603515625rem;overflow:hidden;display:block; }
#TcWvB01uMoCZA3srrCc2kUEPWJOcgdb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:29.572225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JqdEzB0sPPq7WlzCJXaWf41PyJMyEtXJ { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.21875rem;left:0rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TIHBCZP0iEn1xwyhQNE8PKid047H4rwv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.9375rem;width:32.25rem;top:35.96875rem;left:0rem;overflow:hidden;display:block; }
#LppuSvi4UK1LSJDehRauQnAlV39eG3h6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:42.3125rem;left:33.4375rem;height:11.61766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WySRDqbThV3Txu7JgRwZ3AnWUMA83r9q { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.18115234375rem;left:39.103515625rem;display:block; }
#imhpE0UNTtORRvOf5lX3TQNQlPIcBvXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T11JtqdThPFdosenJtQDs8uxdhgHuFir { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.5rem;height:3.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:56.61865234375rem;left:1.478515625rem;display:block; }
#ZryU19GmKHteZeBcR1hExtx4HETKv7Cd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/uc/2987a383-01d6-4363-bc4f-e560261eee43/OKLADKAYOUTUBE.png");background-position:center !important;background-repeat: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; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq.adaptive-delivery-prevent-bg, #d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq.lazyload, #d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq.lazyloading { background-image: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container { background-color: transparent; background-image: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container > .video-iframe-container { display: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row > .video-iframe-container { display: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .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); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container { border-width: 0; border-radius: 0; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#a3t5cTBTgWXWOkeb5mrSRQE4mKOG8Xpx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MsTzPx4KTnStUi7DdJsvzGdUaeMsAJq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSlrNRA5kU0tdio2ho1ZBrW5xOz1AzCQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.34375rem;left:35.25rem; }
#lSlrNRA5kU0tdio2ho1ZBrW5xOz1AzCQ > img { max-width: 100%;max-height:100%; width:3.875rem; height:3.875rem; }#sM0CxtGE8PfErFNa24o2H7Ffkus23Caf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.28125rem;left:24.75rem; }
#sM0CxtGE8PfErFNa24o2H7Ffkus23Caf > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; }#JifeFusmbDLfu2gCFSvODINrqAVDHcx0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.28125rem;left:29.8125rem; }
#JifeFusmbDLfu2gCFSvODINrqAVDHcx0 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; }@media only screen and (max-width: 763px) { body { position:relative;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) { #sSAEROgNhldkISPQrH5lBeG698H00wvg { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtnVS3RdUqCEWcbRAcXD2u9BaB77zrLa { width:26.875rem;height:2.9375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq2lizc1qMsOqoAnLECuiy830Ju534x9 { display:block; }
 }@media only screen and (max-width: 763px) { #sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM { display:block; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek2quOTwwwwOxbbQbUFXQvd7mIlONfKM { width:19.625rem;height:1.25rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c11xA45u9SVW9PPhyytn496mZb4iaw5m { width:17rem;height:2.0625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0d55cLQRcGUaO066ForGdS9h1p1DNSF { width:12.125rem;height:1.25rem;top:15.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKxoMKU0C2TliCUPRO2JtHyC2hhVbALI { width:16.25rem;height:3.1875rem;top:16.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7TfxwOAfyTB6gyV3QByh6KpXe0CVUX { width:23.4375rem;height:2.0625rem;top:17rem;left:24.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMnSIbDFmiOyp7C9sVSH1KE4plmJGW9f { width:24.625rem;height:1.25rem;top:15.6875rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #It89MeCIlINsrVxk1kbK0KobB2G1Vsc7 { width:16.9375rem;height:3.125rem;top:7.5rem;left:30.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtP6HtGQi3PitBiNoek8alc1cBDJfATJ { width:17.8125rem;height:1.25rem;top:6.25rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2inZxLmx5P76TB5tJcvbdNrMvh6ETJ2 { width:27.625rem;height:22.1875rem;top:2rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yM9RHL2KbaumJsGcoh5V25SduJS5yotP { top:13.3125rem;left:6.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3zINV2nQWWtRi3Tt6eGNrsCBOGLLLvi { top:5.375rem;left:6.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV0NMwrf374enZuSXFT1OCEyn22iXNsC { top:3.625rem;left:39.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFM5ut3UETQGgg2xTln0bQ4V6oelU15P { top:13.25rem;left:40.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQXPQrtwWb6TmDvSGXc7m6UOWd8WwLw { top:1rem;left:16.75rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTgq1JwCA4nKQhx6wQ4WCHsGTZieQzT { width:24.625rem;height:1.25rem;top:22.9375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9hHOqsb7UA0IlD4TRhXwDpeu5VBwWaQ { width:15.4375rem;height:3.125rem;top:24.1875rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 { display:block; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHw96qV73lzSLwiqxT3zA9TZmbHR4Q9R { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90eZXL5uEWthqvPGa3VuNLdTEgRmATb { top:5.1875rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVqxGdvJXV9wzmCrCZAAgz3SOMdl8HQ { top:7.125rem;left:0rem;width:34.25rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAHP1RnXESCEZGqTIi2Pr2JE2O72rZmi { top:13.6875rem;left:0rem;width:25.125rem;height:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9Qt4TTX3h0klxie3vV7lB5Wkcwb308 { width:18rem;height:4.1875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTzAH9Cl6vIouygApDynTgsbLcQ4y98S { display:block; }
 }@media only screen and (max-width: 763px) { #elc8dQnRGi1u9H1TuGLRTopmzIuHmE5V { width:12.5rem;height:1.9375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg5umOyiBIx5f8G9h4cKMo2JZIEDivFT { width:36.125rem;height:23.6875rem;top:1.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5atpTwcG9gZsewqbXTvntoa4Z80qfOX { width:31rem;height:24.9375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Wpuur6K90yxlClwIMczbum0Uv2cSag { display:block; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1EXZ2KTslnb7cdQffp6TpiwNTGE87xP { width:12.5rem;height:4.9375rem;top:5.0625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5crhwvs8JwVwziJ8hxIvpf9W60Qic3t { width:12.5rem;height:5.8125rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QirMn0uImRvXq07mcXhG87apld2ZJCAb { width:12.5rem;height:8.75rem;top:12.1875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trEpMTLODyvWz7H9zsX5fW1XwUD2VzR4 { width:12.5rem;height:4.9375rem;top:5.0625rem;left:11.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5PkhWdwcqIpeWGybo44dTVTaS7Gie3 { width:12.5rem;height:4.375rem;top:12.1875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2otSBCsT7aHLpnZJP1NNGRMHbRmiNBu { width:12.5rem;height:4.9375rem;top:5.0625rem;left:23.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QUWkiZVmiCldDtAQfaZ6UqITDMtte4 { width:12.5rem;height:2.875rem;top:12.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg7ptafFOSWXP98t0S9Py9w0KMGyAcE2 { width:12.5rem;height:4.9375rem;top:5.0625rem;left:35.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeNNoRA69506MIb3prNzOcrqvTTcwkTb { top:10.875rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGIMnWNkWpakNyHvB6TCH2D8HK2s7fXF { top:10.875rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTciXII2KuerUfPQp36MmM1SJbLeqWth { top:10.875rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55T34NvNJILg27amuABfp6bavAmimGS { top:10.875rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF { display:block; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARwMG8rT4vNgTLSeOUQKNGMiV4TboTH3 { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdCyWoUhUCRJzCAtxuXMyVErgNvpUHl9 { width:8.75rem;height:2.75rem;top:21.375rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVmIzVfqUW2ifT41MKqT9wpCNb9TkJSE { width:8.75rem;height:2.75rem;top:21.375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQbeRoAySt83vKWxk0C9mR2ZMR5PKCQF { width:8.75rem;height:2.75rem;top:21.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCKTJ3xxzhd7Qnce7HL6DesI0nMufAL { width:2.3125rem;height:2.5rem;top:18.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkyULwx5WeSXpdNSmPhESFlEVkSfLEPS { width:2.5rem;height:2.5rem;top:18.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgo4yFWI34bJHL2rmImV20NbcNK58iAL { width:2.6875rem;height:2.5rem;top:18.1875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVOhv7TdIfGf56yZXInlnLUWaryWZTy { width:30rem;height:22.1875rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }#hbVOhv7TdIfGf56yZXInlnLUWaryWZTy li:before{  }
 }@media only screen and (max-width: 763px) { #RSSC9VNvcGhtdrHNNFnmTI1u16KTmamu { top:9rem;left:19.25rem;width:28.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT68NhGa7b9p4zd1MWGf1sPbTMVHxBqz { width:18rem;height:4.1875rem;top:26.375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6egd7rZy7ggFXn0Z2cU8ErbubsXnZhJ { display:block; }
 }@media only screen and (max-width: 763px) { #TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg { display:block; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFuNb4xDtqFMR0S5XQVZyyzpO3R5MVLJ { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEfboCyEF8D5550lMKFxQgXdoWPQoaDp { top:10.6875rem;left:20.6875rem;width:27.0625rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF1wmE8ubElvBiIEoNgaSkI5CLeoPFDl { top:6.0625rem;left:0rem;width:21.25rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG { display:block; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJT0ZU70aF0o16ByHE7yvN14koRzIWnZ { width:42.0625rem;height:;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK { width:33.75rem;height:;top:11.1875rem;left:0rem;font-size:1.25rem;display:block; }#FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK li:before{  }
 }@media only screen and (max-width: 763px) { #hKpM7REVlA1kcBveThwBbSpE0mUFtUCC { display:block; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJkba7chxKNOM4asy7Z2zhiAxg3SawRS { top:0rem;left:15.75rem;width:32rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTgLxFJxc9vTNuye0SFs30pspKgT9ZL { width:18.625rem;height:3.3125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWeFpRwoFS2unP9CFWibZoneUVRZazpT { display:block; }
 }@media only screen and (max-width: 763px) { #dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf { display:block; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w98996kr6nNW8SktAnveTmDnb9o8KB4h { width:13.5rem;height:29.9375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TDy7tT3E2FaaVBE7r4gLxMVMebW8uM { width:13.125rem;height:1.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu { width:13.375rem;height:;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }#C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu li:before{  }
 }@media only screen and (max-width: 763px) { #TXbB68lHciXcXTFOm0moypDB0qGJXDuP { width:13.125rem;height:7rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvZNMUF9lbgrXtCoTHJKtiOA6Ti0NS9D { width:47.75rem;height:2.875rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOudazQaTkdVBBGOJd8gttv6HFvrZdig { width:13.5rem;height:30rem;top:8.8125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZXkKM36KNpCXrGB32XTbMGEtQgpxpa { width:13.5625rem;height:7.375rem;top:8.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxrxRSDOClcrAVRO1LHEfCSM7gqPQyk { width:13.125rem;height:1.625rem;top:14.6875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq { width:13.4375rem;height:;top:17.3125rem;left:10.4375rem;font-size:0.875rem;display:block; }#MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq li:before{  }
 }@media only screen and (max-width: 763px) { #AAf29EEg1iwhobFmqNyoFotHUXSbvRUQ { width:13.5rem;height:30rem;top:8.8125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlSUAgAAIvtpHDc704Rt9v1MW8FQCzgt { width:13.5625rem;height:7.375rem;top:8.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDK2WbI6quB1uCkz5dBTUXGNCXXvW7L1 { width:13.125rem;height:1.625rem;top:14.6875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvB38QQvNkhEawJTOCTLgewoAooMgqm { width:11.625rem;height:;top:17.3125rem;left:24.1875rem;font-size:0.875rem;display:block; }#ZTvB38QQvNkhEawJTOCTLgewoAooMgqm li:before{  }
 }@media only screen and (max-width: 763px) { #HtcT3JmrkCJqUwGs9axNyCy5nlI3mfU1 { width:13.5rem;height:30.0625rem;top:8.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2B8yVZ33OTXgHWc27ZuQ4Dya2ffDuXR { width:13.125rem;height:1.625rem;top:14.6875rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA09MtiCn31Olucrpy3Xw969bIlHHTg9 { width:13.4375rem;height:;top:17.3125rem;left:34.3125rem;font-size:0.875rem;display:block; }#cA09MtiCn31Olucrpy3Xw969bIlHHTg9 li:before{  }
 }@media only screen and (max-width: 763px) { #FqR8hZ0lwxcsMF908e2fr3HRA0gD0214 { width:13.5625rem;height:7.375rem;top:8.875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHa7q8pbUvX8UvvSsSGh3gyTNUIun2ui { width:18.625rem;height:3.3125rem;top:40.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifIcNFwgGGLJf0thr2Nhee9N4pTcWqNc { display:block; }
 }@media only screen and (max-width: 763px) { #T76BmBsqGapTM48RCNV1Tay5VNxkUbZg { top:46.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh { display:block; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi { display:block; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ9uoqNmhfebC9EeCsr2IdSWEd4kCulO { width:47.75rem;height:3.125rem;top:2.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHK2Q7fyOzq5NwBai5QuJZg8MuKCeTh6 { width:8.75rem;height:2.75rem;top:21.375rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbAhGrc8v2hyHBiySp1MX8v6s0NsO0oi { width:8.75rem;height:2.75rem;top:21.375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvO1CRJDsNDgKzp5VbFf8dPCqcRfFFDN { width:8.75rem;height:2.75rem;top:21.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPG2obhdVBG0zHp7NhCwZmGmBN6tMaz { width:2.3125rem;height:2.5rem;top:18.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9qffduDAFq8ES7TZNRcGNJFl1wCIdd7 { width:2.5rem;height:2.5rem;top:18.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DEN04uL1psxOaNzqbwvZPaJS0pf7m5 { width:2.6875rem;height:2.5rem;top:18.1875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB { width:30rem;height:30.625rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }#TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB li:before{  }
 }@media only screen and (max-width: 763px) { #oLnrmddL3NTrbdhOeG95t79M1Z53ceRC { top:11.875rem;left:17.6875rem;width:30.0625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQz8tackUL8E6eT84H8PZu42qACU6lTE { width:18rem;height:4.1875rem;top:31.5625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruK6rdbHLvT0bwUXWDSzCIO0Bc8XlH5u { display:block; }
 }@media only screen and (max-width: 763px) { #sUZACDg99JeIpmIKUVX2FUk7zZQPumwW { display:block; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfLWX8zMrrPcVcf7CSAyyBIDLyM2u0th { width:42.0625rem;height:7.25rem;top:2.375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt { width:33.75rem;height:;top:11.1875rem;left:0rem;font-size:1.25rem;display:block; }#EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt li:before{  }
 }@media only screen and (max-width: 763px) { #PIo2H5TesygSivneRfNmlesaqc90kviH { width:18rem;height:4.1875rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysyVDKUo7TWUtGUDwpCtuE5oTTiGOJ7x { display:block; }
 }@media only screen and (max-width: 763px) { #c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J { display:block; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4KVLqI5gL5lf3TUBfmHbKBh4bZX4Mtg { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucJUKB4Xx1DeZCg4rK5ztlaMigWEayZ { top:10.75rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suAhOe1w5f3oSC0iPSMwiLifSewkfZdi { top:13.25rem;left:0rem;width:36.4375rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppy2h9BW9AwtPuvRskpOeLGXSeAywZ8g { top:18.125rem;left:0rem;width:25.125rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcIHk2OXOHF1A761Izo5BQV1zJ7nOyJL { width:12.5rem;height:1.9375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azka3TGmUKEFbrpJpI5eHkR3yKWFri1y { width:22.1875rem;height:25.125rem;top:4.4375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 { display:block; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaQWF4Rv141EC7iQSATTMa74Ib8D3k4x { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHh4ZJI5lbCJLNBIot6QT5hKU8S2nJfQ { top:10.6875rem;left:15.25rem;width:32.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvO14ADnV5F0piEsRQTU5W923U6WC0w { top:13.25rem;left:11.3125rem;width:36.4375rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB8NGe0Zk6TOQkDTIU5Iu7D5NdnzSd4U { top:18.25rem;left:22.625rem;width:25.125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M07WyNfUy213pO6B4ATPu0TvBmJJhnny { width:12.5rem;height:1.9375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJHTlkCwugMUlMuqJKnDi1RmF1TIcKba { width:26.25rem;height:23.8125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR { display:block; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T41srRQkWZECxZ6z4PSetktvVWI7JxkT { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCHdwpwlAt3gZRJMPCA4cIciPERpbzku { top:9.9375rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAaFTnwGXwoHdxXEUNpfs6ATLoelT783 { top:11.875rem;left:0rem;width:36.4375rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgr8mVQxcGoaQbiQhDWnAQ2S2uPPv1TT { top:17.1875rem;left:0rem;width:25.125rem;height:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OFazZoyiNdNfH1J4lERdy68raZHkmJ { width:12.5rem;height:1.9375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppra6tfAT49HtrEa75MqMJLahQ82abl7 { width:15.1875rem;height:27.75rem;top:4.4375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 { display:block; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X60FTSnUppr1A6OFirbrb8E7abMLWkDV { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKhyAXtaFhlFCXIDP12JTZKoe4nMHydp { top:3.4375rem;left:15.5rem;width:32.25rem;height:43.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX4ybn0Vbl7S03h8hnXAHm7rs4oeTCmx { width:12.5rem;height:1.9375rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnL79FLfBHMGiuHinUED0Huw7kteLWpw { width:27.4375rem;height:15.3125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOogPlaZVSX4FfhR9Gy19qbaxS6bpnH7 { width:18.625rem;height:3.3125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgiMp21Q8UFrJ0UntuJ9ETZKI1L94Lff { display:block; }
 }@media only screen and (max-width: 763px) { #wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB { display:block; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr1xlpFpeungnqiHiDP3M0EIKWByGeUE { top:22.3125rem;left:0rem;width:27.0625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7uhwocPutiUrAGzdGi74CUNysiLNgJT { top:6.1875rem;left:17.1875rem;width:30.5625rem;height:43.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEyrVxd8hfqXnB12TSAnapFTtN2DRNxB { width:42.0625rem;height:;top:6.1875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIxGkGdx5LSExu91w7a9NCIXR26kh73 { display:block; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9OtnscoEPgMpXKTA2RPNFSSyzmy7p4J { top:2.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OxNcAVTDts4TGAzQzFFAXA2rzei7IH { top:2.4375rem;left:11.75rem;width:36rem;height:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 { display:block; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCPfuJTRXl6VAgDWiqtQgP862TCLD0La { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTUiTsErcIebt1AUnhsPzD32BOVXPkg { top:7.5625rem;left:0rem;width:33.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zahf7HdW4yJqAkoIxVVyzxQa4UmgF70a { top:3.5rem;left:14.081495098039rem;width:18.9375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoJWJPWALLD7KbI1oO197I6EIZnAhym { top:12.6875rem;left:28.0625rem;width:19.6875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #APXotWiQXVi1zEBgEwZrHRMXKXo0wR1G { top:30.125rem;left:0rem;width:20.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Z4IB0a1hLARwBt1wqbITcyUFIPgyxA { top:33.75rem;left:28.0625rem;width:19.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp { display:block; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSQTHC7n2Kd6nCefaplppI8LXtArrz3G { top:4.0625rem;left:31.625rem;width:16.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWvB01uMoCZA3srrCc2kUEPWJOcgdb6 { top:8.1875rem;left:0rem;width:36.3125rem;height:29.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqdEzB0sPPq7WlzCJXaWf41PyJMyEtXJ { width:42.0625rem;height:3.625rem;top:3.1875rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHBCZP0iEn1xwyhQNE8PKid047H4rwv { top:35.9375rem;left:0rem;width:32.25rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppuSvi4UK1LSJDehRauQnAlV39eG3h6 { top:42.3125rem;left:21.1875rem;width:26.5625rem;height:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WySRDqbThV3Txu7JgRwZ3AnWUMA83r9q { width:18.9375rem;height:3.125rem;top:27.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhpE0UNTtORRvOf5lX3TQNQlPIcBvXw { display:block; }
 }@media only screen and (max-width: 763px) { #T11JtqdThPFdosenJtQDs8uxdhgHuFir { width:46.75rem;height:3.3125rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZryU19GmKHteZeBcR1hExtx4HETKv7Cd { display:block; }
 }@media only screen and (max-width: 763px) { #d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq { display:block; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3t5cTBTgWXWOkeb5mrSRQE4mKOG8Xpx { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTzPx4KTnStUi7DdJsvzGdUaeMsAJq6 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlrNRA5kU0tdio2ho1ZBrW5xOz1AzCQ { top:13.3125rem;left:29.125rem;width:3.875rem;height:3.875rem;display:block; }
#lSlrNRA5kU0tdio2ho1ZBrW5xOz1AzCQ > img { max-width: 100%;max-height:100%; width:3.875rem; height:3.875rem; } }@media only screen and (max-width: 763px) { #sM0CxtGE8PfErFNa24o2H7Ffkus23Caf { top:13.25rem;left:18.625rem;width:4rem;height:4rem;display:block; }
#sM0CxtGE8PfErFNa24o2H7Ffkus23Caf > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #JifeFusmbDLfu2gCFSvODINrqAVDHcx0 { top:13.25rem;left:23.6875rem;width:4rem;height:4rem;display:block; }
#JifeFusmbDLfu2gCFSvODINrqAVDHcx0 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSAEROgNhldkISPQrH5lBeG698H00wvg { width:20rem;height:11rem;top:0rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtnVS3RdUqCEWcbRAcXD2u9BaB77zrLa { width:18.5rem;height:2.9375rem;top:11.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq2lizc1qMsOqoAnLECuiy830Ju534x9 { display:block; }
 }@media only screen and (max-width: 763px) { #sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM { display:block; }#sTwSJSlNbNPGPiCfa4d6GsPBTkmof8gM > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek2quOTwwwwOxbbQbUFXQvd7mIlONfKM { width:14.125rem;height:2.5996125rem;top:15.72314453125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c11xA45u9SVW9PPhyytn496mZb4iaw5m { width:20rem;height:2.11230625rem;top:19.07421875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0d55cLQRcGUaO066ForGdS9h1p1DNSF { width:12.875rem;height:1.29980625rem;top:37.265625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKxoMKU0C2TliCUPRO2JtHyC2hhVbALI { width:20rem;height:3.16845625rem;top:40.171875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq7TfxwOAfyTB6gyV3QByh6KpXe0CVUX { width:20rem;height:3.16845625rem;top:53.0068359375rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMnSIbDFmiOyp7C9sVSH1KE4plmJGW9f { width:20rem;height:2.5996125rem;top:48.38330078125rem;left:-0.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #It89MeCIlINsrVxk1kbK0KobB2G1Vsc7 { width:19.9375rem;height:3.16845625rem;top:30.140625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtP6HtGQi3PitBiNoek8alc1cBDJfATJ { width:15.9375rem;height:2.5996125rem;top:25.79736328125rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2inZxLmx5P76TB5tJcvbdNrMvh6ETJ2 { width:11rem;height:8.8125rem;top:2.599609375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM9RHL2KbaumJsGcoh5V25SduJS5yotP { width:2.1875rem;height:2.1875rem;top:34.63330078125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3zINV2nQWWtRi3Tt6eGNrsCBOGLLLvi { width:2.1875rem;height:2.1875rem;top:12.86376953125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV0NMwrf374enZuSXFT1OCEyn22iXNsC { width:2.1875rem;height:2.1875rem;top:22.4375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFM5ut3UETQGgg2xTln0bQ4V6oelU15P { width:2.375rem;height:2.375rem;top:45.17236328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suQXPQrtwWb6TmDvSGXc7m6UOWd8WwLw { width:12.5rem;height:2.5996125rem;top:0rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxTgq1JwCA4nKQhx6wQ4WCHsGTZieQzT { width:20rem;height:1.29980625rem;top:57.26806640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9hHOqsb7UA0IlD4TRhXwDpeu5VBwWaQ { width:20rem;height:3.16845625rem;top:59.91259765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3.adaptive-delivery-prevent-bg, #Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3.lazyload, #Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3.lazyloading { background-image: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container { background-color: transparent; background-image: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container > .video-iframe-container { display: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row > .video-iframe-container { display: none; }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .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); }#Ky2eCDFRoDnMyktHFylCZCeBhtiMsLO3 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHw96qV73lzSLwiqxT3zA9TZmbHR4Q9R { width:4.25rem;height:4.25rem;top:1.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90eZXL5uEWthqvPGa3VuNLdTEgRmATb { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riVqxGdvJXV9wzmCrCZAAgz3SOMdl8HQ { width:16.5rem;height:9.5996125rem;top:6.75rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAHP1RnXESCEZGqTIi2Pr2JE2O72rZmi { width:17rem;height:14.1723875rem;top:17.91357421875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Se9Qt4TTX3h0klxie3vV7lB5Wkcwb308 { width:16.25rem;height:3.125rem;top:45.125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTzAH9Cl6vIouygApDynTgsbLcQ4y98S { display:block; }
 }@media only screen and (max-width: 763px) { #elc8dQnRGi1u9H1TuGLRTopmzIuHmE5V { width:9.9375rem;height:0;top:12.25rem;left:4.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bg5umOyiBIx5f8G9h4cKMo2JZIEDivFT { width:18.6875rem;height:12.1875rem;top:32.0859375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5atpTwcG9gZsewqbXTvntoa4Z80qfOX { width:11.125rem;height:8.9375rem;top:26.4375rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7Wpuur6K90yxlClwIMczbum0Uv2cSag { display:block; }#X7Wpuur6K90yxlClwIMczbum0Uv2cSag > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1EXZ2KTslnb7cdQffp6TpiwNTGE87xP { width:12.5rem;height:2.5996125rem;top:3.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5crhwvs8JwVwziJ8hxIvpf9W60Qic3t { width:12.5rem;height:5.199225rem;top:7.8994125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QirMn0uImRvXq07mcXhG87apld2ZJCAb { width:12.5rem;height:7.79880625rem;top:20.99804375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trEpMTLODyvWz7H9zsX5fW1XwUD2VzR4 { width:12.5rem;height:2.5996125rem;top:16.9599609375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5PkhWdwcqIpeWGybo44dTVTaS7Gie3 { width:12.5rem;height:3.8994125rem;top:36.69576875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2otSBCsT7aHLpnZJP1NNGRMHbRmiNBu { width:12.5rem;height:2.5996125rem;top:32.65771484375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QUWkiZVmiCldDtAQfaZ6UqITDMtte4 { width:12.5rem;height:2.5996125rem;top:48.49410625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg7ptafFOSWXP98t0S9Py9w0KMGyAcE2 { width:12.5rem;height:2.5996125rem;top:44.4560546875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeNNoRA69506MIb3prNzOcrqvTTcwkTb { width:4.375rem;height:0.25rem;top:6.3994125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGIMnWNkWpakNyHvB6TCH2D8HK2s7fXF { width:4.375rem;height:0.25rem;top:19.49804375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTciXII2KuerUfPQp36MmM1SJbLeqWth { width:4.375rem;height:0.25rem;top:35.19576875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g55T34NvNJILg27amuABfp6bavAmimGS { width:4.375rem;height:0.25rem;top:46.99410625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF { display:block; }#WXeFQpFncdva7eIQzPw3ovMGuEbB8KSF > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARwMG8rT4vNgTLSeOUQKNGMiV4TboTH3 { width:20rem;height:3.73730625rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdCyWoUhUCRJzCAtxuXMyVErgNvpUHl9 { width:8.75rem;height:0;top:64.9697265625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVmIzVfqUW2ifT41MKqT9wpCNb9TkJSE { width:8.75rem;height:0;top:42.9375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQbeRoAySt83vKWxk0C9mR2ZMR5PKCQF { width:8.75rem;height:2.5996125rem;top:47.5625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCKTJ3xxzhd7Qnce7HL6DesI0nMufAL { width:2.3125rem;height:2.5rem;top:33.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkyULwx5WeSXpdNSmPhESFlEVkSfLEPS { width:2.5rem;height:2.5rem;top:33.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgo4yFWI34bJHL2rmImV20NbcNK58iAL { width:2.6875rem;height:2.5rem;top:44.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVOhv7TdIfGf56yZXInlnLUWaryWZTy { width:18.3125rem;height:25.7421875rem;top:9.9375rem;left:0.84375rem;font-size:0.875rem;display:block; }#hbVOhv7TdIfGf56yZXInlnLUWaryWZTy li:before{  }
 }@media only screen and (max-width: 763px) { #RSSC9VNvcGhtdrHNNFnmTI1u16KTmamu { width:20rem;height:10.6576875rem;top:38.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT68NhGa7b9p4zd1MWGf1sPbTMVHxBqz { width:18rem;height:4.1875rem;top:50.8193359375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6egd7rZy7ggFXn0Z2cU8ErbubsXnZhJ { display:block; }
 }@media only screen and (max-width: 763px) { #TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg { display:block; }#TxMT8XtDpr8FP3XV1kNc55e2AgN6NAMg > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFuNb4xDtqFMR0S5XQVZyyzpO3R5MVLJ { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEfboCyEF8D5550lMKFxQgXdoWPQoaDp { width:20rem;height:13.646475rem;top:22.70556640625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eF1wmE8ubElvBiIEoNgaSkI5CLeoPFDl { width:14.75rem;height:17.4375rem;top:4.24267578125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG { display:block; }#LBJBzKhmZMzJoqzwJIgBxu7oXQPdh9eG > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJT0ZU70aF0o16ByHE7yvN14koRzIWnZ { width:18.75rem;height:2.4375rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK { width:18.75rem;height:69.64625rem;top:8.5625rem;left:0.625rem;font-size:1rem;line-height:1.9;display:block; }#FDeRm6n9NWDMI1aJCGfPawhUpgLEbTcK li:before{  }
 }@media only screen and (max-width: 763px) { #hKpM7REVlA1kcBveThwBbSpE0mUFtUCC { display:block; }#hKpM7REVlA1kcBveThwBbSpE0mUFtUCC > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJkba7chxKNOM4asy7Z2zhiAxg3SawRS { width:20rem;height:13.046875rem;top:19.1621125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZTgLxFJxc9vTNuye0SFs30pspKgT9ZL { width:18.625rem;height:3.3125rem;top:15.0625rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWeFpRwoFS2unP9CFWibZoneUVRZazpT { display:block; }
 }@media only screen and (max-width: 763px) { #dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf { display:block; }#dDDfyn3D2s7X5xvrXbJ70ieMnrWue8gf > .row .container { width:20rem;height:146.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w98996kr6nNW8SktAnveTmDnb9o8KB4h { width:13.5rem;height:25.6875rem;top:4.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TDy7tT3E2FaaVBE7r4gLxMVMebW8uM { width:13.125rem;height:1.29980625rem;top:10.8125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu { width:13.125rem;height:17.4238125rem;top:13.4375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#C3id5kVVNFWKF0xwe8t5ipuMh1qtazqu li:before{  }
 }@media only screen and (max-width: 763px) { #TXbB68lHciXcXTFOm0moypDB0qGJXDuP { width:13.75rem;height:7.4375rem;top:4.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvZNMUF9lbgrXtCoTHJKtiOA6Ti0NS9D { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOudazQaTkdVBBGOJd8gttv6HFvrZdig { width:13.5rem;height:30rem;top:32.8212890625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZXkKM36KNpCXrGB32XTbMGEtQgpxpa { width:13.5625rem;height:7.375rem;top:32.8212890625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxrxRSDOClcrAVRO1LHEfCSM7gqPQyk { width:13.125rem;height:1.29980625rem;top:40.1962890625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq { width:13.4375rem;height:17.4238125rem;top:43.2587890625rem;left:3.28125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#MhmV6TP3ezPUFZmEcWJxrLp2x1TVHODq li:before{  }
 }@media only screen and (max-width: 763px) { #AAf29EEg1iwhobFmqNyoFotHUXSbvRUQ { width:13.5rem;height:30rem;top:65.0478515625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlSUAgAAIvtpHDc704Rt9v1MW8FQCzgt { width:13.5625rem;height:7.375rem;top:63.9462890625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDK2WbI6quB1uCkz5dBTUXGNCXXvW7L1 { width:13.125rem;height:1.29980625rem;top:70.7587890625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvB38QQvNkhEawJTOCTLgewoAooMgqm { width:11.625rem;height:20.223625rem;top:72.77294921875rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#ZTvB38QQvNkhEawJTOCTLgewoAooMgqm li:before{  }
 }@media only screen and (max-width: 763px) { #HtcT3JmrkCJqUwGs9axNyCy5nlI3mfU1 { width:13.5rem;height:30.0625rem;top:96.6962890625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2B8yVZ33OTXgHWc27ZuQ4Dya2ffDuXR { width:13.125rem;height:1.29980625rem;top:104.0712890625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA09MtiCn31Olucrpy3Xw969bIlHHTg9 { width:13.4375rem;height:21.9360625rem;top:106.1962890625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#cA09MtiCn31Olucrpy3Xw969bIlHHTg9 li:before{  }
 }@media only screen and (max-width: 763px) { #FqR8hZ0lwxcsMF908e2fr3HRA0gD0214 { width:13.5625rem;height:7.375rem;top:96.6962890625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHa7q8pbUvX8UvvSsSGh3gyTNUIun2ui { width:18.625rem;height:3.3125rem;top:129.9462890625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifIcNFwgGGLJf0thr2Nhee9N4pTcWqNc { display:block; }
 }@media only screen and (max-width: 763px) { #T76BmBsqGapTM48RCNV1Tay5VNxkUbZg { width:20rem;height:8.7734375rem;top:136.7978515625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2987a383-01d6-4363-bc4f-e560261eee43/OKLADKAYOUTUBE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh.adaptive-delivery-prevent-bg, #brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh.lazyload, #brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh.lazyloading { background-image: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { background-color: transparent; background-image: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container > .video-iframe-container { display: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row > .video-iframe-container { display: none; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .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); }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { border-width: 0; border-radius: 0; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brKnsflZHCwKwLggQ7kB1TdUT23Vpmbh > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi { display:block; }#gBkscg8ewxQlmZDLsN8azJmn6W0kHfKi > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ9uoqNmhfebC9EeCsr2IdSWEd4kCulO { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHK2Q7fyOzq5NwBai5QuJZg8MuKCeTh6 { width:8.75rem;height:2.5996125rem;top:59.004875rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbAhGrc8v2hyHBiySp1MX8v6s0NsO0oi { width:8.75rem;height:2.5996125rem;top:59.004875rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvO1CRJDsNDgKzp5VbFf8dPCqcRfFFDN { width:8.75rem;height:2.5996125rem;top:59.004875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPG2obhdVBG0zHp7NhCwZmGmBN6tMaz { width:2.3125rem;height:2.5rem;top:55.817375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9qffduDAFq8ES7TZNRcGNJFl1wCIdd7 { width:2.5rem;height:2.5rem;top:55.817375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DEN04uL1psxOaNzqbwvZPaJS0pf7m5 { width:2.6875rem;height:2.5rem;top:55.817375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB { width:18.3125rem;height:37.98825rem;top:10.2983125rem;left:0.8125rem;font-size:0.875rem;display:block; }#TsIFlrh56uz4MNyTZ2oJHQcEIlWAH1lB li:before{  }
 }@media only screen and (max-width: 763px) { #oLnrmddL3NTrbdhOeG95t79M1Z53ceRC { width:20rem;height:13.097625rem;top:49.536125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQz8tackUL8E6eT84H8PZu42qACU6lTE { width:18rem;height:4.1875rem;top:63.8833125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruK6rdbHLvT0bwUXWDSzCIO0Bc8XlH5u { display:block; }
 }@media only screen and (max-width: 763px) { #sUZACDg99JeIpmIKUVX2FUk7zZQPumwW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b86e5af-0bf9-4b57-b56d-8de9d2430902/postawa.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW.adaptive-delivery-prevent-bg, #sUZACDg99JeIpmIKUVX2FUk7zZQPumwW.lazyload, #sUZACDg99JeIpmIKUVX2FUk7zZQPumwW.lazyloading { background-image: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container { background-color: transparent; background-image: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container > .video-iframe-container { display: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row > .video-iframe-container { display: none; }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .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); }#sUZACDg99JeIpmIKUVX2FUk7zZQPumwW > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfLWX8zMrrPcVcf7CSAyyBIDLyM2u0th { width:18.75rem;height:5.625rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt { width:18.75rem;height:53.82225rem;top:8.5625rem;left:0.625rem;font-size:1rem;line-height:1.9;display:block; }#EQ4iVTwA4oPRz9x7rTQEzHaMh1exyBzt li:before{  }
 }@media only screen and (max-width: 763px) { #PIo2H5TesygSivneRfNmlesaqc90kviH { width:18rem;height:4.1875rem;top:63.63425rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysyVDKUo7TWUtGUDwpCtuE5oTTiGOJ7x { display:block; }
 }@media only screen and (max-width: 763px) { #c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J.adaptive-delivery-prevent-bg, #c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J.lazyload, #c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J.lazyloading { background-image: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container { background-color: transparent; background-image: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container > .video-iframe-container { display: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row > .video-iframe-container { display: none; }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .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); }#c3hQtm3zQvhfdmaTIKKNVELeJOmq1l3J > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4KVLqI5gL5lf3TUBfmHbKBh4bZX4Mtg { width:4.25rem;height:4.25rem;top:1.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bucJUKB4Xx1DeZCg4rK5ztlaMigWEayZ { width:20rem;height:1.625rem;top:9.94921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suAhOe1w5f3oSC0iPSMwiLifSewkfZdi { width:16.5rem;height:2.3999rem;top:12.82421875rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppy2h9BW9AwtPuvRskpOeLGXSeAywZ8g { width:17rem;height:11.0229375rem;top:16.7734375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcIHk2OXOHF1A761Izo5BQV1zJ7nOyJL { width:9.9375rem;height:1.94970625rem;top:6.75rem;left:5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azka3TGmUKEFbrpJpI5eHkR3yKWFri1y { width:8rem;height:9.0625rem;top:0.94921875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8.adaptive-delivery-prevent-bg, #kcWBia84L4V884FbHsvOf9O7EiM2NcJ8.lazyload, #kcWBia84L4V884FbHsvOf9O7EiM2NcJ8.lazyloading { background-image: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container { background-color: transparent; background-image: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container > .video-iframe-container { display: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row > .video-iframe-container { display: none; }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .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); }#kcWBia84L4V884FbHsvOf9O7EiM2NcJ8 > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaQWF4Rv141EC7iQSATTMa74Ib8D3k4x { width:4.25rem;height:4.25rem;top:1.125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHh4ZJI5lbCJLNBIot6QT5hKU8S2nJfQ { width:20rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRvO14ADnV5F0piEsRQTU5W923U6WC0w { width:16.5rem;height:2.69970625rem;top:12.4375rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mB8NGe0Zk6TOQkDTIU5Iu7D5NdnzSd4U { width:17rem;height:12.59768125rem;top:15.6875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M07WyNfUy213pO6B4ATPu0TvBmJJhnny { width:9.9375rem;height:1.95rem;top:2.2749996185302rem;left:9.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJHTlkCwugMUlMuqJKnDi1RmF1TIcKba { width:8.875rem;height:8.0625rem;top:2.27490234375rem;left:5.4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR.adaptive-delivery-prevent-bg, #UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR.lazyload, #UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR.lazyloading { background-image: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container { background-color: transparent; background-image: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container > .video-iframe-container { display: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row > .video-iframe-container { display: none; }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .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); }#UsL1VSSb6V43OHUqMztaRiuqHs1VzCWR > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T41srRQkWZECxZ6z4PSetktvVWI7JxkT { width:4.25rem;height:4.25rem;top:1.125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCHdwpwlAt3gZRJMPCA4cIciPERpbzku { width:20rem;height:1.625rem;top:10.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAaFTnwGXwoHdxXEUNpfs6ATLoelT783 { width:16.5rem;height:2.69970625rem;top:12.25rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tgr8mVQxcGoaQbiQhDWnAQ2S2uPPv1TT { width:17rem;height:12.597625rem;top:15.6875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OFazZoyiNdNfH1J4lERdy68raZHkmJ { width:9.9375rem;height:1.95rem;top:2.2749996185302rem;left:9.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppra6tfAT49HtrEa75MqMJLahQ82abl7 { width:5.4375rem;height:10.0625rem;top:1.69970703125rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6.adaptive-delivery-prevent-bg, #QC4c5CiW71nF7cx9eO6swAmRaG9O2as6.lazyload, #QC4c5CiW71nF7cx9eO6swAmRaG9O2as6.lazyloading { background-image: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container { background-color: transparent; background-image: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container > .video-iframe-container { display: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row > .video-iframe-container { display: none; }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .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); }#QC4c5CiW71nF7cx9eO6swAmRaG9O2as6 > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X60FTSnUppr1A6OFirbrb8E7abMLWkDV { width:4.25rem;height:4.25rem;top:1.125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKhyAXtaFhlFCXIDP12JTZKoe4nMHydp { width:17rem;height:58.2641375rem;top:15.6875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EX4ybn0Vbl7S03h8hnXAHm7rs4oeTCmx { width:9.9375rem;height:1.95rem;top:2.2749996185302rem;left:9.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnL79FLfBHMGiuHinUED0Huw7kteLWpw { width:20rem;height:10.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOogPlaZVSX4FfhR9Gy19qbaxS6bpnH7 { width:18.625rem;height:3.3125rem;top:75.763671875rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgiMp21Q8UFrJ0UntuJ9ETZKI1L94Lff { display:block; }
 }@media only screen and (max-width: 763px) { #wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB { display:block; }#wNhvWTO0xe6HDTMQRA88bkyWFsyalRcB > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr1xlpFpeungnqiHiDP3M0EIKWByGeUE { width:20rem;height:23.602771362587rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7uhwocPutiUrAGzdGi74CUNysiLNgJT { width:20rem;height:61.2568625rem;top:29.2275625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEyrVxd8hfqXnB12TSAnapFTtN2DRNxB { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIxGkGdx5LSExu91w7a9NCIXR26kh73 { display:block; }#zTIxGkGdx5LSExu91w7a9NCIXR26kh73 > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9OtnscoEPgMpXKTA2RPNFSSyzmy7p4J { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OxNcAVTDts4TGAzQzFFAXA2rzei7IH { width:20rem;height:18.5176rem;top:3.79980625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 { display:block; }#c05NVnDMHca3y0wI6PtC9vx8ReFc9H62 > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCPfuJTRXl6VAgDWiqtQgP862TCLD0La { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTUiTsErcIebt1AUnhsPzD32BOVXPkg { width:20rem;height:2.8096118299446rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zahf7HdW4yJqAkoIxVVyzxQa4UmgF70a { width:11rem;height:17.3125rem;top:5.49658203125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBoJWJPWALLD7KbI1oO197I6EIZnAhym { width:19.6875rem;height:15rem;top:8.55956875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APXotWiQXVi1zEBgEwZrHRMXKXo0wR1G { width:20rem;height:12.852852852853rem;top:24.80956875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Z4IB0a1hLARwBt1wqbITcyUFIPgyxA { width:19.6875rem;height:11.25rem;top:38.91213125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp { display:block; }#uIxpB5esF5yVFuLXPsvZtmX4qp3G6bGp > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSQTHC7n2Kd6nCefaplppI8LXtArrz3G { width:16.125rem;height:21.5625rem;top:4.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWvB01uMoCZA3srrCc2kUEPWJOcgdb6 { width:20rem;height:43.3022125rem;top:43.9365rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqdEzB0sPPq7WlzCJXaWf41PyJMyEtXJ { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIHBCZP0iEn1xwyhQNE8PKid047H4rwv { width:20rem;height:11.124031007752rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppuSvi4UK1LSJDehRauQnAlV39eG3h6 { width:20rem;height:13.729975rem;top:88.48825rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WySRDqbThV3Txu7JgRwZ3AnWUMA83r9q { width:18.9375rem;height:3.125rem;top:27.1875rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhpE0UNTtORRvOf5lX3TQNQlPIcBvXw { display:block; }
 }@media only screen and (max-width: 763px) { #T11JtqdThPFdosenJtQDs8uxdhgHuFir { width:19rem;height:3.3125rem;top:103.46775rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZryU19GmKHteZeBcR1hExtx4HETKv7Cd { display:block; }
 }@media only screen and (max-width: 763px) { #d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6fedee7a-b9af-41ea-9d95-b1acf84c871b/zdjeciecrop_512x412_0194preview.preview.grayscale.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq.adaptive-delivery-prevent-bg, #d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq.lazyload, #d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq.lazyloading { background-image: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container { background-color: transparent; background-image: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container > .video-iframe-container { display: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row > .video-iframe-container { display: none; }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .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); }#d32RkGz2IxezLC9lNr1S0vTvzQnl1Dgq > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3t5cTBTgWXWOkeb5mrSRQE4mKOG8Xpx { width:16.25rem;height:2.0996125rem;top:3.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MsTzPx4KTnStUi7DdJsvzGdUaeMsAJq6 { width:17.875rem;height:1.19970625rem;top:6.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlrNRA5kU0tdio2ho1ZBrW5xOz1AzCQ { display:flex;width:1.9375rem;height:1.9375rem;top:3.349609375rem;left:15.5rem; }
#lSlrNRA5kU0tdio2ho1ZBrW5xOz1AzCQ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #sM0CxtGE8PfErFNa24o2H7Ffkus23Caf { display:flex;width:1.8125rem;height:1.8125rem;top:6.037109375rem;left:15.5625rem; }
#sM0CxtGE8PfErFNa24o2H7Ffkus23Caf > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #JifeFusmbDLfu2gCFSvODINrqAVDHcx0 { display:flex;width:1.8125rem;height:1.8125rem;top:8.875rem;left:15.5625rem; }
#JifeFusmbDLfu2gCFSvODINrqAVDHcx0 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }